public abstract class ManyToOne<T extends Property> extends ToOne
Models a many-to-one association
Constructor and description |
---|
ManyToOne
(PersistentEntity owner, MappingContext context, java.beans.PropertyDescriptor descriptor) |
ManyToOne
(PersistentEntity owner, MappingContext context, java.lang.String name, java.lang.Class type) |
Methods inherited from class | Name |
---|---|
class ToOne |
isForeignKeyInChild, isOwningSide, setForeignKeyInChild |