Package org.hibernate.collection.spi
Interface CollectionSemanticsResolver
-
- All Known Implementing Classes:
StandardCollectionSemanticsResolver
public interface CollectionSemanticsResolver
Resolve the collection semantics for the given mapped collection todo (6.0) ... Ideally would act as the contract that allows pluggable resolution of non-Java Collection types - maybe 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)
-
-