| Class | Description |
|---|---|
| ApplicationContextObjectStore | |
| Constants | |
| DaoFlusher |
DAO Flusher
This DAO flusher calls the flush method of a DAO.
|
| EntityDeleter |
DAO Deleter
This DAO deleter calls the delete method of a DAO, using a entity bean from
the bean context as parameter.
|
| EntityInserter |
DAO Inserter
This DAO inserter calls the insert method of a DAO, using a entity bean from
the bean context as parameter.
|
| EntityLocator |
DAO Locator
This DAO locator uses lookup methods or methods that accept a query to
lookup entities from a data source.
|
| EntityLocatorParameterVisitor | |
| EntityUpdater |
DAO Updater
This DAO updater calls the update method of a DAO, using a entity bean from
the bean context as parameter.
|
| OnNoResult.DataDecoder |
A Data decoder for this Enum
|
| ParameterListType.DataDecoder |
A Data decoder for this Enum
|
| Enum | Description |
|---|---|
| OnNoResult | |
| ParameterListType |
| Exception | Description |
|---|---|
| NoLookupResultException | |
| NoUniqueLookupResultException |
Copyright © 2020. All rights reserved.