Package org.hibernate.collection.spi
Interface CollectionSemanticsResolver
- All Known Implementing Classes:
StandardCollectionSemanticsResolver
Resolve the collection semantics for the given mapped collection.
- API Note:
- Ideally, this would act as the contract that allows pluggable resolution of non-Java Collection types, perhaps as part of a generalized reflection on the attribute to determine its nature/classification
-
Method Summary
Modifier and TypeMethodDescription<CE,
E> CollectionSemantics<CE, E> resolveRepresentation
(Collection bootDescriptor)
-
Method Details
-
resolveRepresentation
-