| 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 |
|---|---|
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.
|
Copyright © 2016. All rights reserved.