Uses of Enum Class
org.hibernate.query.sqm.CastType
Packages that use CastType
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package defines a semantic model of HQL queries.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of CastType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type CastTypeModifier and TypeMethodDescriptionDB2Dialect.castPattern
(CastType from, CastType to) Dialect.castPattern
(CastType from, CastType to) Obtain a pattern for the SQL equivalent to acast()
function call.DialectDelegateWrapper.castPattern
(CastType from, CastType to) H2Dialect.castPattern
(CastType from, CastType to) HANADialect.castPattern
(CastType from, CastType to) HSQLDialect.castPattern
(CastType from, CastType to) MariaDBDialect.castPattern
(CastType from, CastType to) MySQLDialect.castPattern
(CastType from, CastType to) OracleDialect.castPattern
(CastType from, CastType to) type orTypes.TIME
type, and its default behavior for casting dates and timestamps to and from strings is just awful.PostgresPlusDialect.castPattern
(CastType from, CastType to) PostgreSQLDialect.castPattern
(CastType from, CastType to) SQLServerDialect.castPattern
(CastType from, CastType to) SybaseDialect.castPattern
(CastType from, CastType to) static String
static String
static String
BooleanDecoder.toIntegerBoolean
(CastType from) static String
static String
BooleanDecoder.toTrueFalseBoolean
(CastType from) static String
BooleanDecoder.toYesNoBoolean
(CastType from) -
Uses of CastType in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json with parameters of type CastTypeModifier and TypeMethodDescriptionstatic boolean
static boolean
ExpressionTypeHelper.isNonNativeBoolean
(CastType castType) -
Uses of CastType in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return CastType -
Uses of CastType in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return CastType -
Uses of CastType in org.hibernate.type
Methods in org.hibernate.type that return CastType -
Uses of CastType in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return CastTypeModifier and TypeMethodDescriptionDoubleJdbcType.getCastType()
default CastType
JdbcType.getCastType()
static CastType
JdbcType.getCastType
(int typeCode) -
Uses of CastType in org.hibernate.type.internal
Methods in org.hibernate.type.internal that return CastType