| Package | Description |
|---|---|
| com.avaje.ebean.bean |
Enhanced beans API and Support objects
|
| com.avaje.ebean.common |
Common non-public interfaces and implementation.
|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.loadcontext |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanCollection.setLoader(int beanLoaderIndex,
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(int beanLoaderIndex,
BeanCollectionLoader loader) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpiEbeanServer
Service Provider extension to EbeanServer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServer
The default server side implementation of EbeanServer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanMapHelp.setLoader(BeanCollectionLoader loader) |
void |
BeanPropertyAssocMany.setLoader(BeanCollectionLoader loader)
Set the lazy load server to help create reference collections (that lazy
load on demand).
|
void |
BeanSetHelp.setLoader(BeanCollectionLoader loader) |
void |
BeanCollectionHelp.setLoader(BeanCollectionLoader loader)
Set the EbeanServer that owns the configuration.
|
void |
BeanListHelp.setLoader(BeanCollectionLoader loader) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DLoadManyContext.LoadBuffer
A buffer for batch loading bean collections on a given path.
|
Copyright © 2014. All Rights Reserved.