| Package | Description |
|---|---|
| com.avaje.ebean.annotation |
Extra deployment annotations
|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| com.avaje.ebeaninternal.server.persist.dml |
Bean DML persistence implementation
|
| Modifier and Type | Method and Description |
|---|---|
static ConcurrencyMode |
ConcurrencyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrencyMode[] |
ConcurrencyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyMode |
SpiUpdatePlan.getMode()
Return the concurrency mode for this plan.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrencyMode |
PersistRequestBean.concurrencyMode
The concurrency mode used for update or delete.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyMode |
PersistRequestBean.determineConcurrencyMode()
Determine the concurrency mode depending on fully/partially populated
bean.
|
ConcurrencyMode |
PersistRequestBean.getConcurrencyMode()
Return the concurrency mode used for this persist.
|
| Constructor and Description |
|---|
PersistRequestBean(SpiEbeanServer server,
T bean,
Object parentBean,
BeanManager<T> mgr,
SpiTransaction t,
PersistExecute persistExecute,
Set<String> updateProps,
ConcurrencyMode concurrencyMode)
Used for forced update of a bean.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyMode |
BeanDescriptor.determineConcurrencyMode(Object bean)
Determine the concurrency mode based on the existence of a non-null version
property value.
|
ConcurrencyMode |
BeanDescriptor.getConcurrencyMode()
Return the concurrency mode used for beans of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyMode |
DeployBeanDescriptor.getConcurrencyMode()
Return the concurrency mode used for beans of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanDescriptor.setConcurrencyMode(ConcurrencyMode concurrencyMode)
Set the concurrency mode used for beans of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyMode |
UpdatePlan.getMode()
Return the concurrency mode for this plan.
|
| Constructor and Description |
|---|
UpdatePlan(ConcurrencyMode mode,
String sql,
Bindable set)
Create a non cachable UpdatePlan.
|
UpdatePlan(Integer key,
ConcurrencyMode mode,
String sql,
Bindable set,
Set<String> properties)
Create a cachable UpdatePlan with a given key.
|
Copyright © 2014. All Rights Reserved.