com.completex.objective.components.persistency.mapper |
|
Java Source File Name | Type | Comment |
AdHocPoBeanConverter.java | Interface | Converts persistent objects to corresponding beans without pre-defined mapping. |
Mapper.java | Interface | Establishes map between Persistent Objects and Domain Objects that can be POJOs.
Inability to map the value should normally be tolerated. |
MapperRegistry.java | Interface | |
MappingHandler.java | Interface | |
OdalMappingRuntimeException.java | Class | |
ParentValueHandler.java | Interface | |
RequestContext.java | Class | |
ThreadSession.java | Class | Class that holds references to Persistent OBjects and the corresponding POJO beans called
for modification in current thread. |
ValueHandler.java | Interface | |