Uses of Interface
org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
-
Packages that use ColumnTypeInformation Package Description org.hibernate.dialect org.hibernate.id org.hibernate.mapping org.hibernate.tool.schema.extract.spi org.hibernate.type.descriptor.java org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types. -
-
Uses of ColumnTypeInformation in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type ColumnTypeInformation Modifier and Type Method Description JdbcTypeOracleArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) -
Uses of ColumnTypeInformation in org.hibernate.id
Classes in org.hibernate.id that implement ColumnTypeInformation Modifier and Type Class Description classExportableColumn -
Uses of ColumnTypeInformation in org.hibernate.mapping
Classes in org.hibernate.mapping that implement ColumnTypeInformation Modifier and Type Class Description classColumnA column of a relational database table -
Uses of ColumnTypeInformation in org.hibernate.tool.schema.extract.spi
Subinterfaces of ColumnTypeInformation in org.hibernate.tool.schema.extract.spi Modifier and Type Interface Description interfaceColumnInformationProvides access to information about existing table columnsFields in org.hibernate.tool.schema.extract.spi declared as ColumnTypeInformation Modifier and Type Field Description static ColumnTypeInformationColumnTypeInformation. EMPTY -
Uses of ColumnTypeInformation in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java with parameters of type ColumnTypeInformation Modifier and Type Method Description BasicType<?>AbstractArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation)BasicType<?>ArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation)BasicType<?>BasicPluralJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation)Creates a container type for the given element type -
Uses of ColumnTypeInformation in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi with parameters of type ColumnTypeInformation Modifier and Type Method Description BasicType<?>BasicCollectionJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation) -
Uses of ColumnTypeInformation in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc with parameters of type ColumnTypeInformation Modifier and Type Method Description JdbcTypeArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)JdbcTypeArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)
-