Interface PluralAttributeMappingImpl.Aware
-
- All Known Implementing Classes:
AbstractCollectionPersister,BasicCollectionPersister,OneToManyPersister
- Enclosing class:
- PluralAttributeMappingImpl
public static interface PluralAttributeMappingImpl.AwareAllows callback after creation of the attribute mapping. Support for the collection, element and index descriptors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectAttributeMapping(PluralAttributeMapping attributeMapping)Injects the created attribute mapping
-
-
-
Method Detail
-
injectAttributeMapping
void injectAttributeMapping(PluralAttributeMapping attributeMapping)
Injects the created attribute mapping
-
-