|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanCollectionLoader | |
---|---|
com.avaje.ebean.bean | Enhanced beans API and Support objects |
com.avaje.ebean.common | Common non-public interfaces and implementation. |
Uses of BeanCollectionLoader in com.avaje.ebean.bean |
---|
Methods in com.avaje.ebean.bean with parameters of type BeanCollectionLoader | |
---|---|
void |
BeanCollection.setLoader(int beanLoaderIndex,
BeanCollectionLoader beanLoader)
Set the loader that will be used to lazy/query load this collection. |
Uses of BeanCollectionLoader in com.avaje.ebean.common |
---|
Methods in com.avaje.ebean.common with parameters of type BeanCollectionLoader | |
---|---|
void |
AbstractBeanCollection.setLoader(int beanLoaderIndex,
BeanCollectionLoader loader)
|
Constructors in com.avaje.ebean.common with parameters of type BeanCollectionLoader | |
---|---|
AbstractBeanCollection(BeanCollectionLoader loader,
Object ownerBean,
String propertyName)
Used to create deferred fetch proxy. |
|
BeanList(BeanCollectionLoader loader,
Object ownerBean,
String propertyName)
Used to create deferred fetch proxy. |
|
BeanMap(BeanCollectionLoader ebeanServer,
Object ownerBean,
String propertyName)
|
|
BeanSet(BeanCollectionLoader loader,
Object ownerBean,
String propertyName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |