public class HibernateOneToManyProperty extends OneToManyWithMapping implements HibernateToManyEntityProperty
Hibernate implementation of OneToMany
| Fields inherited from class | Fields |
|---|---|
class OneToManyWithMapping |
propertyMapping |
class AbstractPersistentProperty |
context, inherited, name, owner, type |
| Constructor and description |
|---|
HibernateOneToManyProperty(PersistentEntity entity, MappingContext context, java.beans.PropertyDescriptor property) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public HibernatePersistentEntity |
getHibernateAssociatedEntity() |
|
public java.util.Collection |
getHibernateCollection() |
|
public java.lang.String |
getReferencedEntityName() |
|
public boolean |
isLazy() |
|
public void |
setHibernateCollection(java.util.Collection collection) |
|
public boolean |
shouldBindWithForeignKey() |
|
public HibernatePersistentProperty |
validateProperty() |
| Methods inherited from class | Name |
|---|---|
class OneToManyWithMapping |
getMapping, setMapping, toString |
class OneToMany |
isNullable |
class ToMany |
isLazy |
class Association |
canBindOneToOneWithSingleColumnAndForeignKey, doesCascade, doesCascade, doesCascadeValidate, getAssociatedEntity, getCascadeOperations, getCascadeValidateOperation, getFetchStrategy, getInverseSide, getReferencedPropertyName, isBasic, isBidirectional, isBidirectionalToManyMap, isCircular, isCorrectlyOwned, isEmbedded, isHasOne, isList, isManyToMany, isManyToOne, isOneToMany, isOneToOne, isOrphanRemoval, isOwningSide, setAssociatedEntity, setOwningSide, setReferencedPropertyName, toString |
class AbstractPersistentProperty |
getCapitilizedName, getName, getOwner, getReader, getType, getWriter, isInherited, isNullable, toString |