| Interface | Description |
|---|---|
| DataFormatProvider | |
| FetchWrapper |
Wrap calls to
BasicPersistenceModule.getPersistentRecords(String, List, Integer, Integer),
BasicPersistenceModule.getTotalRecords(String, List), and BasicPersistenceModule.getRecords(FetchExtractionRequest),
presumably to provide additional configuration or state modification before calling those methods on BasicPersistenceModule. |
| FieldManagerModifier |
This interface is responsible for modifying the behavior of
FieldManager.setFieldValue(Object, String, Object)
and FieldManager.getFieldValue(Object, String). |
| InspectHelper | |
| PersistenceModule | |
| RecordHelper |
Helper interface for serializing/deserializing the generic
Entity DTO to/from its actual domain object
representation. |
| Class | Description |
|---|---|
| AdornedTargetListPersistenceModule | |
| BasicPersistenceModule | |
| DefaultFetchWrapper |
Default pass-through implementation of
FetchWrapper |
| EmptyFilterValues | |
| FetchExtractionRequest |
POJO for useful params dictating
FetchWrapper behavior |
| FetchRequest |
POJO for useful params dictating
FetchWrapper behavior |
| FieldManager | |
| FieldModifierManager |
Manages execution of field value modification for reads and writes against one or more modifiers.
|
| MapStructurePersistenceModule | |
| OracleRequiredFieldManagerModifier |
Oracle-only field modifier that is used to ensure that non-nullable fields are not persisted with empty strings and
instead use single-space strings.
|
| Exception | Description |
|---|---|
| FieldNotAvailableException |
Copyright © 2024. All rights reserved.