public class DynamicToManyAssociation extends ToMany implements DynamicAssociation
Represents an association that is dynamic and is created at runtime
Fields inherited from class | Fields |
---|---|
class Association |
DEFAULT_CHILD_CASCADE, DEFAULT_OWNER_CASCADE, associatedEntity, cascadeOperations, cascadeTypeConversions, cascadeValidateType, orphanRemoval, owningSide, referencedPropertyName |
class AbstractPersistentProperty |
context, inherited, name, owner, reader, type, writer |
Constructor and description |
---|
DynamicToManyAssociation
(PersistentEntity owner, MappingContext context, java.lang.String name, PersistentEntity associatedType) |
Type Params | Return Type | Name and description |
---|---|---|
|
public PropertyMapping |
getMapping() |
Methods inherited from class | Name |
---|---|
class ToMany |
isLazy |
class Association |
buildCascadeOperations, doesCascade, doesCascade, doesCascadeValidate, getAssociatedEntity, getCascadeOperations, getCascadeValidateOperation, getFetchStrategy, getInverseSide, getReferencedPropertyName, initializeCascadeValidateType, isBasic, isBidirectional, isCircular, isEmbedded, isList, isOrphanRemoval, isOwningSide, setAssociatedEntity, setOwningSide, setReferencedPropertyName, toString |
class AbstractPersistentProperty |
getCapitilizedName, getName, getOwner, getReader, getType, getWriter, isInherited, isNullable, toString |