See: Description
| Interface | Description |
|---|---|
| PersistHandler |
Implementation API for insert update and delete handlers.
|
| Class | Description |
|---|---|
| DeleteHandler |
Delete bean handler.
|
| DeleteMeta |
Meta data for delete handler.
|
| DmlBeanPersister |
Bean persister that uses the Handler and Meta objects.
|
| DmlBeanPersisterFactory |
Factory for creating a DmlBeanPersister for a bean type.
|
| DmlHandler |
Base class for Handler implementations.
|
| GenerateDmlRequest |
Helper to support the generation of DML statements.
|
| InsertHandler |
Insert bean handler.
|
| InsertMeta |
Meta data for insert handler.
|
| MetaFactory |
Factory for creating InsertMeta UpdateMeta and DeleteMeta.
|
| UpdateHandler |
Update bean handler.
|
| UpdateMeta |
Meta data for update handler.
|
| UpdatePlan |
Cachable plan for executing bean updates for a given set of changed
properties.
|
| Enum | Description |
|---|---|
| DmlMode |
Used to indicate the part of DML being processed.
|
Copyright © 2014. All Rights Reserved.