| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.persist.dml |
Bean DML persistence implementation
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiUpdatePlan.bindSet(DmlHandler bind,
Object bean)
Bind given the request and bean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteHandler
Delete bean handler.
|
class |
InsertHandler
Insert bean handler.
|
class |
UpdateHandler
Update bean handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InsertMeta.bind(DmlHandler request,
Object bean,
boolean withId)
Bind the request based on whether the id value(s) are null.
|
void |
DeleteMeta.bind(PersistRequestBean<?> persist,
DmlHandler bind)
Bind the request based on the concurrency mode.
|
void |
UpdateMeta.bind(PersistRequestBean<?> persist,
DmlHandler bind,
SpiUpdatePlan updatePlan)
Bind the request based on the concurrency mode.
|
void |
UpdatePlan.bindSet(DmlHandler bind,
Object bean)
Run the prepared statement binding for the 'update set' properties.
|
Copyright © 2014. All Rights Reserved.