Models a many-to-many association between one class and another
Constructor and description |
---|
ManyToMany
(PersistentEntity owner, MappingContext context, java.beans.PropertyDescriptor descriptor) |
ManyToMany
(PersistentEntity owner, MappingContext context, java.lang.String name, java.lang.Class type) |
Type | Name and description |
---|---|
java.lang.String |
getInversePropertyName() |
void |
setInversePropertyName(java.lang.String inversePropertyName) |
Methods inherited from class | Name |
---|---|
class ToMany |
isLazy |
class Association |
doesCascade, doesCascade, getAssociatedEntity, getCascadeOperations, getFetchStrategy, getInverseSide, getReferencedPropertyName, isBasic, isBidirectional, isCircular, isEmbedded, isList, isOrphanRemoval, isOwningSide, setAssociatedEntity, setOwningSide, setReferencedPropertyName, toString |