| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.persist.dml |
Bean DML persistence implementation
|
| Modifier and Type | Method and Description |
|---|---|
SpiUpdatePlan |
BeanDescriptor.getUpdatePlan(Integer key)
Get a UpdatePlan for a given hash.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDescriptor.putUpdatePlan(Integer key,
SpiUpdatePlan plan)
Add a UpdatePlan to the cache with a given hash.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdatePlan
Cachable plan for executing bean updates for a given set of changed
properties.
|
| Modifier and Type | Method and Description |
|---|---|
SpiUpdatePlan |
UpdateMeta.getUpdatePlan(PersistRequestBean<?> request)
get or generate the sql based on the concurrency mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMeta.bind(PersistRequestBean<?> persist,
DmlHandler bind,
SpiUpdatePlan updatePlan)
Bind the request based on the concurrency mode.
|
Copyright © 2014. All Rights Reserved.