Uses of Class
org.hibernate.type.BasicCollectionType
-
Packages that use BasicCollectionType Package Description org.hibernate.type A HibernateType
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.type Modifier and Type Class Description class
ConvertedBasicCollectionType<C extends Collection<E>,E>
A converted basic array type.
-