Package io.jmix.eclipselink.impl.mapping
Class UuidMappingProcessor
java.lang.Object
io.jmix.eclipselink.impl.mapping.UuidMappingProcessor
- All Implemented Interfaces:
MappingProcessor
@Component("eclipselink_UuidMappingProcessor")
public class UuidMappingProcessor
extends Object
implements MappingProcessor
Updates entity mappings to add UUID support even for databases that do not support UUID datatype directly.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(MappingProcessorContext context) Updates mapping according to the processor's aim.
-
Field Details
-
metadata
-
metadataTools
-
-
Constructor Details
-
UuidMappingProcessor
public UuidMappingProcessor()
-
-
Method Details
-
process
Description copied from interface:MappingProcessor
Updates mapping according to the processor's aim. Can be used to enable lazy fetch, add join expression, etc.- Specified by:
process
in interfaceMappingProcessor
- Parameters:
context
- Context data contains objects that cannot be injected.
-