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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
injectAttributeMapping(PluralAttributeMapping attributeMapping)
Injects the created attribute mapping
-
-
-
Method Detail
-
injectAttributeMapping
void injectAttributeMapping(PluralAttributeMapping attributeMapping)
Injects the created attribute mapping
-
-