Uses of Class
org.hibernate.type.BasicCollectionType
Packages that use BasicCollectionType
Package
Description
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of BasicCollectionType in org.hibernate.type
Subclasses of BasicCollectionType in org.hibernate.typeModifier and TypeClassDescriptionclassConvertedBasicCollectionType<C extends Collection<E>,E> A converted basic array type.