Uses of Interface
org.hibernate.type.descriptor.java.BasicPluralJavaType
Packages that use BasicPluralJavaType
Package
Description
Integrates a range of types defined by the JDK with the type system
of Hibernate.
SPIs related to
JavaType
.Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of BasicPluralJavaType in org.hibernate.type.descriptor.java
Classes in org.hibernate.type.descriptor.java that implement BasicPluralJavaTypeModifier and TypeClassDescriptionclass
class
Descriptor forT[]
handling.class
Descriptor forboolean[]
handling.class
Descriptor fordouble[]
handling.class
Descriptor forfloat[]
handling.class
Descriptor forint[]
handling.class
Descriptor forlong[]
handling.class
Descriptor forshort[]
handling. -
Uses of BasicPluralJavaType in org.hibernate.type.descriptor.java.spi
Classes in org.hibernate.type.descriptor.java.spi that implement BasicPluralJavaTypeModifier and TypeClassDescriptionclass
BasicCollectionJavaType<C extends Collection<E>,
E> Descriptor for handling persistent collections. -
Uses of BasicPluralJavaType in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc with parameters of type BasicPluralJavaTypeModifier and TypeMethodDescriptionstatic XmlHelper.CollectionTags
XmlHelper.determineCollectionTags
(BasicPluralJavaType<?> pluralJavaType, SessionFactoryImplementor sessionFactory)