Interface PluralAttributeMappingImpl.Aware
- All Known Implementing Classes:
AbstractCollectionPersister
,BasicCollectionPersister
,OneToManyPersister
- Enclosing class:
- PluralAttributeMappingImpl
public static interface PluralAttributeMappingImpl.Aware
Allows callback after creation of the attribute mapping.
Support for the collection,
element and index
descriptors
-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectAttributeMapping
(PluralAttributeMapping attributeMapping) Injects the created attribute mapping
-
Method Details
-
injectAttributeMapping
Injects the created attribute mapping
-