Uses of Class
org.hibernate.query.sqm.IntervalType
-
Packages that use IntervalType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.type.spi Defines a registry for HibernateTypes. -
-
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)Deprecated, for removal: This API element is subject to removal in a future version.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.StringDialectDelegateWrapper. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)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)
-