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 TypeMethodDescriptionAbstractHANADialect.castPattern(CastType from, CastType to) Deprecated, for removal: This API element is subject to removal in a future version.DB2Dialect.castPattern(CastType from, CastType to) DerbyDialect.castPattern(CastType from, CastType to) Derby does have a realTypes.BOOLEANtype, but it doesn't know how to cast to it.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) HSQLDialect.castPattern(CastType from, CastType to) MySQLDialect.castPattern(CastType from, CastType to) OracleDialect.castPattern(CastType from, CastType to) type orTypes.TIMEtype, 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 Stringstatic Stringstatic StringBooleanDecoder.toIntegerBoolean(CastType from) static Stringstatic StringBooleanDecoder.toTrueFalseBoolean(CastType from) static StringBooleanDecoder.toYesNoBoolean(CastType from) -
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 CastTypeJdbcType.getCastType()static CastTypeJdbcType.getCastType(int typeCode) -
Uses of CastType in org.hibernate.type.internal
Methods in org.hibernate.type.internal that return CastType