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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprocess(MappingProcessorContext context) Updates mapping according to the processor's aim.
- 
Field Details- 
metadata
- 
metadataTools
 
- 
- 
Constructor Details- 
UuidMappingProcessorpublic UuidMappingProcessor()
 
- 
- 
Method Details- 
processDescription copied from interface:MappingProcessorUpdates mapping according to the processor's aim. Can be used to enable lazy fetch, add join expression, etc.- Specified by:
- processin interface- MappingProcessor
- Parameters:
- context- Context data contains objects that cannot be injected.
 
 
-