Uses of Enum Class
org.hibernate.query.sqm.IntervalType
Packages that use IntervalType
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines a semantic model of HQL queries.
Defines a registry for Hibernate
Types.-
Uses of IntervalType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type IntervalTypeModifier and TypeMethodDescriptionAbstractHANADialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) Deprecated, for removal: This API element is subject to removal in a future version.CockroachDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) DB2Dialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) DB2zDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) DerbyDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) Dialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) Obtain a pattern for the SQL equivalent to atimestampadd()function call.DialectDelegateWrapper.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) H2Dialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) HSQLDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) MySQLDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) OracleDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) PostgreSQLDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) SpannerDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) SQLServerDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) SybaseASEDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) SybaseDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) TiDBDialect.timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) -
Uses of IntervalType in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return IntervalTypeModifier and TypeMethodDescriptionstatic IntervalTypeReturns the enum constant of this class with the specified name.static IntervalType[]IntervalType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IntervalType in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return IntervalTypeModifier and TypeMethodDescriptionprotected static IntervalTypeTypeConfiguration.getSqlIntervalType(int jdbcTypeCode) static IntervalTypeTypeConfiguration.getSqlIntervalType(JdbcMappingContainer jdbcMappings) static IntervalTypeTypeConfiguration.getSqlIntervalType(JdbcType descriptor)