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 TypeMethodDescriptiondefault 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.
-
Method Details
-
prepareMappingModel
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.
-