public class DynamicToOneAssociation extends ToOne
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 |
|---|---|---|
|
boolean |
equals(java.lang.Object obj) |
|
PropertyMapping |
getMapping() |
|
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 |
getOwner, getWriter, isNullable, getReader, getCapitilizedName, toString, getName, isInherited, getType, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll, getMapping |