Uses of Class
org.hibernate.query.sqm.CastType
-
Packages that use CastType Package Description org.hibernate.dialect org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.query.sqm org.hibernate.type org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types. -
-
Uses of CastType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type CastType Modifier and Type Method Description StringAbstractHANADialect. castPattern(CastType from, CastType to)StringDerbyDialect. castPattern(CastType from, CastType to)Derby does have a realTypes.BOOLEANtype, but it doesn't know how to cast to it.StringDialect. castPattern(CastType from, CastType to)Obtain a pattern for the SQL equivalent to acast()function call.StringHSQLDialect. castPattern(CastType from, CastType to)StringMySQLDialect. castPattern(CastType from, CastType to)StringOracleDialect. castPattern(CastType from, CastType to)Oracle doesn't have any sort ofTypes.BOOLEANtype orTypes.TIMEtype, and its default behavior for casting dates and timestamps to and from strings is just awful.StringPostgresPlusDialect. castPattern(CastType from, CastType to)StringSQLServerDialect. castPattern(CastType from, CastType to)StringSybaseDialect. castPattern(CastType from, CastType to)static StringBooleanDecoder. toBoolean(CastType from)static StringBooleanDecoder. toInteger(CastType from)static StringBooleanDecoder. toIntegerBoolean(CastType from)static StringBooleanDecoder. toString(CastType from)static 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 Modifier and Type Method Description default CastTypeJdbcMapping. getCastType() -
Uses of CastType in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return CastType Modifier and Type Method Description static CastTypeCastType. valueOf(String name)Returns the enum constant of this type with the specified name.static CastType[]CastType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CastType in org.hibernate.type
Methods in org.hibernate.type that return CastType Modifier and Type Method Description CastTypeAbstractStandardBasicType. getCastType() -
Uses of CastType in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return CastType Modifier and Type Method Description default CastTypeJdbcType. getCastType()static CastTypeJdbcType. getCastType(int typeCode)
-