Class EmbeddedAttributesMappingProcessor

java.lang.Object
io.jmix.eclipselink.impl.mapping.EmbeddedAttributesMappingProcessor
All Implemented Interfaces:
MappingProcessor

@Component("eclipselink_EmbeddedAttributesMappingProcessor") public class EmbeddedAttributesMappingProcessor extends Object implements MappingProcessor
Updates database mapping to support embedded parameters.
  • Field Details

    • metadata

      @Autowired protected Metadata metadata
  • Constructor Details

    • EmbeddedAttributesMappingProcessor

      public EmbeddedAttributesMappingProcessor()
  • Method Details

    • process

      public void process(MappingProcessorContext context)
      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 interface MappingProcessor
      Parameters:
      context - Context data contains objects that cannot be injected.