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
Type
s.-
Uses of IntervalType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type IntervalTypeModifier and TypeMethodDescriptionCockroachDialect.timestampaddPattern
(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) DB2Dialect.timestampaddPattern
(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType) DB2zDialect.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) HANADialect.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 IntervalType
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static IntervalType[]
IntervalType.values()
Deprecated, for removal: This API element is subject to removal in a future version.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 IntervalType
TypeConfiguration.getSqlIntervalType
(int jdbcTypeCode) static IntervalType
TypeConfiguration.getSqlIntervalType
(JdbcMappingContainer jdbcMappings) static IntervalType
TypeConfiguration.getSqlIntervalType
(JdbcType descriptor)