Package org.hibernate.metamodel.mapping
Interface CollectionMappingType<C>
-
- All Superinterfaces:
MappingType
public interface CollectionMappingType<C> extends MappingType
MappingType descriptor for the collection Java type (List, Set, etc)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionSemantics<C,?>
getCollectionSemantics()
-
Methods inherited from interface org.hibernate.metamodel.mapping.MappingType
getMappedJavaType
-
-
-
-
Method Detail
-
getCollectionSemantics
CollectionSemantics<C,?> getCollectionSemantics()
-
-