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 HibernateType
s. -
-
Uses of IntervalType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type IntervalType Modifier and Type Method Description String
AbstractHANADialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
CockroachDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
DB2Dialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
DB2zDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
DerbyDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
Dialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
Obtain a pattern for the SQL equivalent to atimestampadd()
function call.String
DialectDelegateWrapper. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
H2Dialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
HSQLDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
MySQLDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
OracleDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
PostgreSQLDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
SpannerDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
SQLServerDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
SybaseASEDialect. timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType)
String
SybaseDialect. 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 IntervalType
IntervalType. 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 IntervalType
TypeConfiguration. getSqlIntervalType(int jdbcTypeCode)
static IntervalType
TypeConfiguration. getSqlIntervalType(JdbcMappingContainer jdbcMappings)
static IntervalType
TypeConfiguration. getSqlIntervalType(JdbcType descriptor)
-