| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.transaction |
Transaction implementation
|
| Modifier and Type | Method and Description |
|---|---|
PersistRequest.Type |
PersistRequest.getType()
Return the type of this request.
|
static PersistRequest.Type |
PersistRequest.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistRequest.Type[] |
PersistRequest.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistRequestBean.setType(PersistRequest.Type type)
Set the type of this request.
|
void |
PersistRequest.setType(PersistRequest.Type type)
Set the type of this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanPersistIdMap.add(BeanDescriptor<?> desc,
PersistRequest.Type type,
Object id)
Add a Insert Update or Delete payload.
|
void |
BeanPersistIds.addId(PersistRequest.Type type,
Serializable id) |
Copyright © 2014. All Rights Reserved.