Package org.hibernate.collection.spi
Interface CollectionSemanticsResolver
-
- All Known Implementing Classes:
StandardCollectionSemanticsResolver
@Incubating public interface CollectionSemanticsResolver
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <CE,E>
CollectionSemantics<CE,E>resolveRepresentation(Collection bootDescriptor)
-
-
-
Method Detail
-
resolveRepresentation
<CE,E> CollectionSemantics<CE,E> resolveRepresentation(Collection bootDescriptor)
-
-