| Package | Description |
|---|---|
| io.ebean.bean |
Enhanced beans API and Support objects
|
| io.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.
|
| Constructor and Description |
|---|
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 © 2019. All rights reserved.