@NonNullApi
| Class | Description |
|---|---|
| AbstractJoinExpressionProvider |
Simplifies join expression generation depending on mapping type.
|
| EmbeddedAttributesMappingProcessor |
Updates database mapping to support embedded parameters.
|
| EnhancementCheckDescriptorProcessor | |
| 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. |
| SoftDeleteAdditionalCriteriaProvider |
The implementation of additional criterion for soft delete.
|
| SoftDeleteJoinExpressionProvider |
Generates expression to support soft delete feature in Jmix.
|
| SoftDeleteProcessor |
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.
|
| Exception | Description |
|---|---|
| EntityNotEnhancedException |