Interface InFlightCollectionMapping

All Known Implementing Classes:
AbstractCollectionPersister, BasicCollectionPersister, OneToManyPersister

public interface InFlightCollectionMapping
Defines the ability to perform post-creation processing for collection mappings.
API Note:
Called after all InFlightEntityMappingType processing has occurred, allowing access to the runtime mapping model of the entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    After all hierarchy types have been linked, this method is called to allow the mapping model to be prepared which generally includes creating attribute mapping descriptors, identifier mapping descriptor, etc.
  • Method Details

    • prepareMappingModel

      default void prepareMappingModel(MappingModelCreationProcess creationProcess)
      After all hierarchy types have been linked, this method is called to allow the mapping model to be prepared which generally includes creating attribute mapping descriptors, identifier mapping descriptor, etc.