Package org.hibernate.metamodel.mapping
Interface CollectionMappingType<C>
- All Superinterfaces:
MappingType
MappingType descriptor for the collection Java type (List, Set, etc)
-
Method Summary
Methods inherited from interface org.hibernate.metamodel.mapping.MappingType
getMappedJavaType
-
Method Details
-
getCollectionSemantics
CollectionSemantics<C,?> getCollectionSemantics()
-