Interface | Description |
---|---|
JoinExpressionProvider |
Generates additional join expression for entity mappings.
|
MappingProcessor |
Updates mapping properties according to requirements.
|
Class | Description |
---|---|
AbstractJoinExpressionProvider |
Simplifies join expression generation depending on mapping type.
|
EmbeddedAttributesMappingProcessor |
Updates database mapping to support embedded parameters.
|
FetchTypeMappingProcessor |
Updates mapping by setting a correct fetch type - lazy or eager.
|
JoinCriteriaMappingProcessor |
Uses all instances of
JoinExpressionProvider beans to create and apply additional join criteria to the mapping. |
MappingProcessorContext |
POJO to store all information needed to process entity mappings.
|
SoftDeleteJoinExpressionProvider |
Generates expression to support soft delete feature in CUBA.
|
SoftDeleteMappingProcessor |
Modifies mapping to support soft delete feature.
|
UuidMappingProcessor |
Updates entity mappings to add UUID support even for databases that do not support UUID datatype directly.
|