| Package | Description |
|---|---|
| com.avaje.ebean.bean |
Enhanced beans API and Support objects
|
| com.avaje.ebean.common |
Common non-public interfaces and implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanCollection.setLoader(BeanCollectionLoader beanLoader)
Set the loader that will be used to lazy/query load this collection.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeanCollectionLoader |
AbstractBeanCollection.loader
The EbeanServer this is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanCollection.setLoader(BeanCollectionLoader loader) |
| Constructor and Description |
|---|
AbstractBeanCollection(BeanCollectionLoader loader,
EntityBean ownerBean,
String propertyName)
Used to create deferred fetch proxy.
|
BeanList(BeanCollectionLoader loader,
EntityBean ownerBean,
String propertyName)
Used to create deferred fetch proxy.
|
BeanMap(BeanCollectionLoader ebeanServer,
EntityBean ownerBean,
String propertyName) |
BeanSet(BeanCollectionLoader loader,
EntityBean ownerBean,
String propertyName) |
Copyright © 2016. All rights reserved.