@java.lang.SuppressWarnings("rawtypes") public abstract class OneToMany<T extends Property> extends ToMany
Models a one-to-many association
Constructor and description |
---|
OneToMany
(PersistentEntity owner, MappingContext context, java.beans.PropertyDescriptor descriptor) |
OneToMany
(PersistentEntity owner, MappingContext context, java.lang.String name, java.lang.Class type) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
isNullable() |
Methods inherited from class | Name |
---|---|
class ToMany |
isLazy |
class Association |
doesCascade, doesCascade, doesCascadeValidate, getAssociatedEntity, getCascadeOperations, getCascadeValidateOperation, getFetchStrategy, getInverseSide, getReferencedPropertyName, isBasic, isBidirectional, isCircular, isEmbedded, isList, isOrphanRemoval, isOwningSide, setAssociatedEntity, setOwningSide, setReferencedPropertyName, toString |
class AbstractPersistentProperty |
getCapitilizedName, getName, getOwner, getReader, getType, getWriter, isInherited, isNullable, toString |