| 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.query | |
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanCollection.setBeanCollectionTouched(BeanCollectionTouched notify)
Set a listener to be notified when the BeanCollection is first touched.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeanCollectionTouched |
AbstractBeanCollection.beanCollectionTouched |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanCollection.setBeanCollectionTouched(BeanCollectionTouched notify) |
| Modifier and Type | Method and Description |
|---|---|
BeanCollectionTouched |
SpiQuery.getBeanCollectionTouched()
Return a listener that wants to be notified when the bean collection is
first used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiQuery.setBeanCollectionTouched(BeanCollectionTouched notify)
Set a listener to be notified when the bean collection has been touched
(when the list/set/map is first used).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LimitOffsetPage<T>
Page implementation based on limit offset types of queries.
|
| Modifier and Type | Method and Description |
|---|---|
BeanCollectionTouched |
DefaultOrmQuery.getBeanCollectionTouched() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.setBeanCollectionTouched(BeanCollectionTouched notify) |
Copyright © 2014. All Rights Reserved.