public class DynamicToOneAssociation extends ToOne implements DynamicAssociation
Represents an association that is dynamic and is created at runtime
Constructor and description |
---|
DynamicToOneAssociation
(PersistentEntity owner, MappingContext context, java.lang.String name, PersistentEntity associatedType) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
equals(java.lang.Object obj) |
|
public PropertyMapping |
getMapping() |
|
public int |
hashCode() |
Methods inherited from class | Name |
---|---|
class ToOne |
isForeignKeyInChild, isOwningSide, setForeignKeyInChild |
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 |