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.internal 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 JdbcType
OracleArrayJdbcType. 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 class
ExportableColumn
-
Uses of ColumnTypeInformation in org.hibernate.mapping
Classes in org.hibernate.mapping that implement ColumnTypeInformation Modifier and Type Class Description class
Column
A mapping model object representing a column of a relational database table. -
Uses of ColumnTypeInformation in org.hibernate.tool.schema.extract.internal
Classes in org.hibernate.tool.schema.extract.internal that implement ColumnTypeInformation Modifier and Type Class Description class
ColumnInformationImpl
JDBC column metadata -
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 interface
ColumnInformation
Provides access to information about existing table columnsFields in org.hibernate.tool.schema.extract.spi declared as ColumnTypeInformation Modifier and Type Field Description static ColumnTypeInformation
ColumnTypeInformation. 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 JdbcType
ArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)
JdbcType
ArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)
-