| 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.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| Modifier and Type | Method and Description |
|---|---|
static BeanCollection.ModifyListenMode |
BeanCollection.ModifyListenMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanCollection.ModifyListenMode[] |
BeanCollection.ModifyListenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanCollection.setModifyListening(BeanCollection.ModifyListenMode modifyListenMode)
Set modify listening on or off.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeanCollection.ModifyListenMode |
AbstractBeanCollection.modifyListenMode |
| Modifier and Type | Method and Description |
|---|---|
BeanCollection.ModifyListenMode |
AbstractBeanCollection.getModifyListenMode()
Return the modify listening mode this collection is using.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanCollection.setModifyListening(BeanCollection.ModifyListenMode mode)
set modifyListening to be on or off.
|
| Modifier and Type | Method and Description |
|---|---|
BeanCollection.ModifyListenMode |
BeanPropertyAssocMany.getModifyListenMode()
Return the mode for listening to modifications to collections for this
association.
|
| Modifier and Type | Method and Description |
|---|---|
BeanCollection.ModifyListenMode |
DeployBeanPropertyAssocMany.getModifyListenMode()
Return the mode for listening to changes to the List Set or Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanPropertyAssocMany.setModifyListenMode(BeanCollection.ModifyListenMode modifyListenMode)
Set the mode for listening to changes to the List Set or Map.
|
Copyright © 2014. All Rights Reserved.