Uses of Class
org.hibernate.query.sqm.IntervalType
-
Packages that use IntervalType Package Description org.hibernate.dialect org.hibernate.query.sqm org.hibernate.type.spi -
-
Uses of IntervalType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type IntervalType Modifier and Type Method Description StringAbstractHANADialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringCockroachDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringDB2Dialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringDB2zDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringDerbyDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)Obtain a pattern for the SQL equivalent to atimestampadd()function call.StringH2Dialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringHSQLDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringMySQLDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringOracleDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringPostgreSQLDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringSpannerDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringSQLServerDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringSybaseASEDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)StringSybaseDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) -
Uses of IntervalType in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return IntervalType Modifier and Type Method Description static IntervalTypeIntervalType. valueOf(String name)Returns the enum constant of this type with the specified name.static IntervalType[]IntervalType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IntervalType in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return IntervalType Modifier and Type Method Description protected static IntervalTypeTypeConfiguration. getSqlIntervalType(int jdbcTypeCode)static IntervalTypeTypeConfiguration. getSqlIntervalType(JdbcMappingContainer jdbcMappings)static IntervalTypeTypeConfiguration. getSqlIntervalType(JdbcType descriptor)
-