Package io.ebean.plugin
Interface PropertyAssocMany
-
- All Superinterfaces:
Property
public interface PropertyAssocMany extends Property
Property of a entity bean that is a ToMany property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
lazyLoadMany(EntityBean current)
Add the loaded current bean to its associated parent.-
Methods inherited from interface io.ebean.plugin.Property
getName, getPropertyType, getVal, isMany
-
-
-
-
Method Detail
-
lazyLoadMany
void lazyLoadMany(EntityBean current)
Add the loaded current bean to its associated parent.Helper method used by Ebean Elastic integration when loading with a persistence context.
-
-