public class OneToMany extends Object implements Value
Constructor and Description |
---|
OneToMany(MetadataImplementor metadata,
PersistentClass owner) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(ValueVisitor visitor) |
void |
createForeignKey() |
PersistentClass |
getAssociatedClass() |
boolean[] |
getColumnInsertability() |
Iterator<Selectable> |
getColumnIterator() |
int |
getColumnSpan() |
boolean[] |
getColumnUpdateability() |
FetchMode |
getFetchMode() |
String |
getReferencedEntityName() |
ServiceRegistry |
getServiceRegistry() |
Table |
getTable()
Table of the owner entity (the "one" side)
|
Type |
getType() |
boolean |
hasFormula() |
boolean |
isAlternateUniqueKey() |
boolean |
isIgnoreNotFound() |
boolean |
isNullable() |
boolean |
isSimpleValue() |
boolean |
isValid(Mapping mapping) |
void |
setAssociatedClass(PersistentClass associatedClass)
Associated entity on the many side
|
void |
setIgnoreNotFound(boolean ignoreNotFound) |
void |
setReferencedEntityName(String referencedEntityName)
Associated entity on the "many" side
|
void |
setTypeUsingReflection(String className,
String propertyName) |
public OneToMany(MetadataImplementor metadata, PersistentClass owner) throws MappingException
MappingException
public ServiceRegistry getServiceRegistry()
getServiceRegistry
in interface Value
public PersistentClass getAssociatedClass()
public void setAssociatedClass(PersistentClass associatedClass)
public void createForeignKey()
createForeignKey
in interface Value
public Iterator<Selectable> getColumnIterator()
getColumnIterator
in interface Value
public int getColumnSpan()
getColumnSpan
in interface Value
public FetchMode getFetchMode()
getFetchMode
in interface Value
public Table getTable()
public boolean isNullable()
isNullable
in interface Value
public boolean isSimpleValue()
isSimpleValue
in interface Value
public boolean isAlternateUniqueKey()
isAlternateUniqueKey
in interface Value
public boolean hasFormula()
hasFormula
in interface Value
public boolean isValid(Mapping mapping) throws MappingException
isValid
in interface Value
MappingException
public String getReferencedEntityName()
public void setReferencedEntityName(String referencedEntityName)
public void setTypeUsingReflection(String className, String propertyName)
setTypeUsingReflection
in interface Value
public Object accept(ValueVisitor visitor)
public boolean[] getColumnInsertability()
getColumnInsertability
in interface Value
public boolean[] getColumnUpdateability()
getColumnUpdateability
in interface Value
public boolean isIgnoreNotFound()
public void setIgnoreNotFound(boolean ignoreNotFound)
Copyright © 2016 JBoss by Red Hat. All rights reserved.