public abstract class ToMany<T extends Property> extends Association
Shared super class inherited by both OneToMany and ManyToMany
Constructor and description |
---|
ToMany
(PersistentEntity owner, MappingContext context, java.beans.PropertyDescriptor descriptor) |
ToMany
(PersistentEntity owner, MappingContext context, java.lang.String name, java.lang.Class type) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
isLazy()
|