Uses of Enum Class
jakarta.persistence.TemporalType
Packages that use TemporalType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
Defines support for executing database stored procedures and functions and accessing their outputs.
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPIs for HQL support.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Integrates a range of types defined by the JDK with the type system
of Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
Defines a registry for Hibernate
Types.-
Uses of TemporalType in jakarta.persistence
Methods in jakarta.persistence that return TemporalTypeModifier and TypeMethodDescriptionstatic TemporalTypeReturns the enum constant of this class with the specified name.static TemporalType[]TemporalType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.persistence with parameters of type TemporalTypeModifier and TypeMethodDescriptionQuery.setParameter(int position, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto a positional parameter.Query.setParameter(int position, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto a positional parameter.Query.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto aParameterobject.Query.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto aParameterobject.Query.setParameter(String name, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto a named parameter.Query.setParameter(String name, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto a named parameter.StoredProcedureQuery.setParameter(int position, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto a positional parameter.StoredProcedureQuery.setParameter(int position, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto a positional parameter.StoredProcedureQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto aParameterobject.StoredProcedureQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto aParameterobject.StoredProcedureQuery.setParameter(String name, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto a named parameter.StoredProcedureQuery.setParameter(String name, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto a named parameter.TypedQuery.setParameter(int position, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto a positional parameter.TypedQuery.setParameter(int position, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto a positional parameter.TypedQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto aParameterobject.TypedQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto aParameterobject.TypedQuery.setParameter(String name, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendarto a named parameter.TypedQuery.setParameter(String name, Date value, TemporalType temporalType) Bind an instance ofjava.util.Dateto a named parameter. -
Uses of TemporalType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as TemporalTypeModifier and TypeFieldDescriptionprotected TemporalTypeJaxbElementCollection.mapKeyTemporalprotected TemporalTypeJaxbManyToMany.mapKeyTemporalprotected TemporalTypeJaxbOneToMany.mapKeyTemporalprotected TemporalTypeJaxbBasic.temporalprotected TemporalTypeJaxbElementCollection.temporalprotected TemporalTypeJaxbId.temporalprotected TemporalTypeJaxbVersion.temporalMethods in org.hibernate.boot.jaxb.mapping that return TemporalTypeModifier and TypeMethodDescriptionCollectionAttribute.getMapKeyTemporal()JaxbElementCollection.getMapKeyTemporal()Gets the value of the mapKeyTemporal property.JaxbManyToMany.getMapKeyTemporal()Gets the value of the mapKeyTemporal property.JaxbOneToMany.getMapKeyTemporal()Gets the value of the mapKeyTemporal property.JaxbBasic.getTemporal()Gets the value of the temporal property.JaxbElementCollection.getTemporal()Gets the value of the temporal property.JaxbId.getTemporal()Gets the value of the temporal property.JaxbVersion.getTemporal()Gets the value of the temporal property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type TemporalTypeModifier and TypeMethodDescriptionAdapter14.marshal(TemporalType value) voidCollectionAttribute.setMapKeyTemporal(TemporalType value) voidJaxbElementCollection.setMapKeyTemporal(TemporalType value) Sets the value of the mapKeyTemporal property.voidJaxbManyToMany.setMapKeyTemporal(TemporalType value) Sets the value of the mapKeyTemporal property.voidJaxbOneToMany.setMapKeyTemporal(TemporalType value) Sets the value of the mapKeyTemporal property.voidJaxbBasic.setTemporal(TemporalType value) Sets the value of the temporal property.voidJaxbElementCollection.setTemporal(TemporalType value) Sets the value of the temporal property.voidJaxbId.setTemporal(TemporalType value) Sets the value of the temporal property.voidJaxbVersion.setTemporal(TemporalType value) Sets the value of the temporal property. -
Uses of TemporalType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return TemporalTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type TemporalTypeModifier and TypeMethodDescriptionstatic StringTemporalTypeMarshalling.toXml(TemporalType temporalType) -
Uses of TemporalType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return TemporalType -
Uses of TemporalType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TemporalTypeModifier and TypeMethodDescriptionvoidAbstractHANADialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) Deprecated, for removal: This API element is subject to removal in a future version.voidAbstractHANADialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) Deprecated, for removal: This API element is subject to removal in a future version.voidCockroachDialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidCockroachDialect.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) voidCockroachDialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) voidDB2Dialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidDB2Dialect.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) voidDB2Dialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) voidDialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) Append a datetime literal representing the givenjava.timevalue to the givenSqlAppender.voidDialect.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) Append a datetime literal representing the givenCalendarvalue to the givenSqlAppender.voidDialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) Append a datetime literal representing the givenDatevalue to the givenSqlAppender.voidDialectDelegateWrapper.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidDialectDelegateWrapper.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) voidDialectDelegateWrapper.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) voidH2Dialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidH2Dialect.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) voidH2Dialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) voidMySQLDialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidMySQLDialect.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) voidMySQLDialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) voidOracleDialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidPostgreSQLDialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidPostgreSQLDialect.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) voidPostgreSQLDialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) voidSQLServerDialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidSQLServerDialect.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) voidSQLServerDialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) voidSybaseDialect.appendDateTimeLiteral(SqlAppender appender, TemporalAccessor temporalAccessor, TemporalType precision, TimeZone jdbcTimeZone) voidSybaseDialect.appendDateTimeLiteral(SqlAppender appender, Calendar calendar, TemporalType precision, TimeZone jdbcTimeZone) voidSybaseDialect.appendDateTimeLiteral(SqlAppender appender, Date date, TemporalType precision, TimeZone jdbcTimeZone) protected voidPostgreSQLDialect.extractField(StringBuilder pattern, TemporalUnit unit, TemporalType fromTimestamp, TemporalType toTimestamp, TemporalUnit toUnit) Deprecated, for removal: This API element is subject to removal in a future version.No longer used, and should be removedAbstractHANADialect.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) AbstractHANADialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) Deprecated, for removal: This API element is subject to removal in a future version.CockroachDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) DB2Dialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) DerbyDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) Dialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) Obtain a pattern for the SQL equivalent to atimestampdiff()function call.DialectDelegateWrapper.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) H2Dialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) HSQLDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) MySQLDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) OracleDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) PostgresPlusDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) PostgreSQLDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) SpannerDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) SQLServerDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) SybaseASEDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) SybaseDialect.timestampdiffPattern(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) static StringDB2Dialect.timestampdiffPatternV10(TemporalUnit unit, TemporalType fromTemporalType, TemporalType toTemporalType) -
Uses of TemporalType in org.hibernate.mapping
Methods in org.hibernate.mapping that return TemporalTypeMethods in org.hibernate.mapping with parameters of type TemporalTypeModifier and TypeMethodDescriptionvoidBasicValue.setTemporalPrecision(TemporalType temporalPrecision) -
Uses of TemporalType in org.hibernate.procedure
Methods in org.hibernate.procedure with parameters of type TemporalTypeModifier and TypeMethodDescriptionProcedureCall.setParameter(int position, Calendar value, TemporalType temporalType) ProcedureCall.setParameter(int position, Date value, TemporalType temporalType) ProcedureCall.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) ProcedureCall.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) ProcedureCall.setParameter(String name, Calendar value, TemporalType temporalType) ProcedureCall.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal with parameters of type TemporalTypeModifier and TypeMethodDescriptionProcedureCallImpl.setParameter(int position, Calendar value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter(int position, Date value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter(Parameter<Calendar> parameter, Calendar value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter(Parameter<Date> parameter, Date value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter(String name, Calendar value, TemporalType temporalPrecision) ProcedureCallImpl.setParameter(String name, Date value, TemporalType temporalPrecision) -
Uses of TemporalType in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi with parameters of type TemporalTypeModifier and TypeMethodDescriptionProcedureCallImplementor.setParameter(int position, Calendar value, TemporalType temporalType) ProcedureCallImplementor.setParameter(int position, Date value, TemporalType temporalType) ProcedureCallImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) ProcedureCallImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) ProcedureCallImplementor.setParameter(String name, Calendar value, TemporalType temporalType) ProcedureCallImplementor.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.query
Methods in org.hibernate.query with parameters of type TemporalTypeModifier and TypeMethodDescriptionCommonQueryContract.setParameter(int parameter, Instant value, TemporalType temporalType) Bind anInstantto an ordinal query parameter using just the portion indicated by the givenTemporalType.CommonQueryContract.setParameter(int parameter, Calendar value, TemporalType temporalType) CommonQueryContract.setParameter(int parameter, Date value, TemporalType temporalType) CommonQueryContract.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) CommonQueryContract.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) CommonQueryContract.setParameter(String parameter, Instant value, TemporalType temporalType) Bind anInstantto the named query parameter using just the portion indicated by the givenTemporalType.CommonQueryContract.setParameter(String parameter, Calendar value, TemporalType temporalType) CommonQueryContract.setParameter(String parameter, Date value, TemporalType temporalType) MutationQuery.setParameter(int position, Instant value, TemporalType temporalType) MutationQuery.setParameter(int position, Calendar value, TemporalType temporalType) MutationQuery.setParameter(int position, Date value, TemporalType temporalType) MutationQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) MutationQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) MutationQuery.setParameter(String name, Instant value, TemporalType temporalType) MutationQuery.setParameter(String name, Calendar value, TemporalType temporalType) MutationQuery.setParameter(String name, Date value, TemporalType temporalType) NativeQuery.setParameter(int position, Instant value, TemporalType temporalType) NativeQuery.setParameter(int position, Calendar value, TemporalType temporalType) NativeQuery.setParameter(int position, Date value, TemporalType temporalType) NativeQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) NativeQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) NativeQuery.setParameter(String name, Instant value, TemporalType temporalType) NativeQuery.setParameter(String name, Calendar value, TemporalType temporalType) NativeQuery.setParameter(String name, Date value, TemporalType temporalType) Query.setParameter(int parameter, Instant argument, TemporalType temporalType) Bind anInstantvalue to the ordinal query parameter using just the portion indicated by the givenTemporalType.Query.setParameter(int parameter, Calendar argument, TemporalType temporalType) QueryoverrideQuery.setParameter(int parameter, Date argument, TemporalType temporalType) QueryoverrideQuery.setParameter(Parameter<Calendar> parameter, Calendar argument, TemporalType temporalType) QueryoverrideQuery.setParameter(Parameter<Date> parameter, Date argument, TemporalType temporalType) QueryoverrideQuery.setParameter(String parameter, Instant argument, TemporalType temporalType) Bind anInstantvalue to the named query parameter using just the portion indicated by the givenTemporalType.Query.setParameter(String parameter, Calendar argument, TemporalType temporalType) QueryoverrideQuery.setParameter(String parameter, Date argument, TemporalType temporalType) QueryoverrideSelectionQuery.setParameter(int position, Instant value, TemporalType temporalType) SelectionQuery.setParameter(int position, Calendar value, TemporalType temporalType) SelectionQuery.setParameter(int position, Date value, TemporalType temporalType) SelectionQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) SelectionQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) SelectionQuery.setParameter(String name, Instant value, TemporalType temporalType) SelectionQuery.setParameter(String name, Calendar value, TemporalType temporalType) SelectionQuery.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type TemporalTypeModifier and TypeMethodDescriptionSqmQueryImplementor.setParameter(int position, Instant value, TemporalType temporalType) SqmQueryImplementor.setParameter(int position, Calendar value, TemporalType temporalType) SqmQueryImplementor.setParameter(int position, Date value, TemporalType temporalType) SqmQueryImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) SqmQueryImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) SqmQueryImplementor.setParameter(String name, Instant value, TemporalType temporalType) SqmQueryImplementor.setParameter(String name, Calendar value, TemporalType temporalType) SqmQueryImplementor.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return TemporalTypeMethods in org.hibernate.query.internal with parameters of type TemporalTypeModifier and TypeMethodDescription<T> BindableType<T>BindingTypeHelper.resolveTemporalPrecision(TemporalType precision, BindableType<T> declaredParameterType, SessionFactoryImplementor sessionFactory) voidQueryParameterBindingImpl.setBindValue(T value, TemporalType temporalTypePrecision) voidQueryParameterBindingImpl.setBindValues(Collection<? extends T> values, TemporalType temporalTypePrecision, TypeConfiguration typeConfiguration) -
Uses of TemporalType in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return TemporalTypeModifier and TypeMethodDescriptionQueryParameterBinding.getExplicitTemporalPrecision()If the parameter represents a temporal type, return the explicitly specified precision - if one.Methods in org.hibernate.query.spi with parameters of type TemporalTypeModifier and TypeMethodDescriptionvoidQueryParameterBinding.setBindValue(T value, TemporalType temporalTypePrecision) Sets the parameter binding value using the explicit TemporalType.voidQueryParameterBinding.setBindValues(Collection<? extends T> values, TemporalType temporalTypePrecision, TypeConfiguration typeConfiguration) Sets the parameter binding value using the explicit TemporalType in regards to the individual values.voidQueryParameterListBinding.setBindValues(Collection<T> values, TemporalType clarifiedTemporalType) Sets the parameter binding value using the explicit TemporalType in regards to the individual values.AbstractCommonQueryContract.setParameter(int position, Instant value, TemporalType temporalType) AbstractCommonQueryContract.setParameter(int position, Calendar value, TemporalType temporalType) AbstractCommonQueryContract.setParameter(int position, Date value, TemporalType temporalType) AbstractCommonQueryContract.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) AbstractCommonQueryContract.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) AbstractCommonQueryContract.setParameter(String name, Instant value, TemporalType temporalType) AbstractCommonQueryContract.setParameter(String name, Calendar value, TemporalType temporalType) AbstractCommonQueryContract.setParameter(String name, Date value, TemporalType temporalType) AbstractQuery.setParameter(int position, Instant value, TemporalType temporalType) AbstractQuery.setParameter(int position, Calendar value, TemporalType temporalType) AbstractQuery.setParameter(int position, Date value, TemporalType temporalType) AbstractQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) AbstractQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) AbstractQuery.setParameter(String name, Instant value, TemporalType temporalType) AbstractQuery.setParameter(String name, Calendar value, TemporalType temporalType) AbstractQuery.setParameter(String name, Date value, TemporalType temporalType) AbstractSelectionQuery.setParameter(int position, Instant value, TemporalType temporalType) AbstractSelectionQuery.setParameter(int position, Calendar value, TemporalType temporalType) AbstractSelectionQuery.setParameter(int position, Date value, TemporalType temporalType) AbstractSelectionQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) AbstractSelectionQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) AbstractSelectionQuery.setParameter(String name, Instant value, TemporalType temporalType) AbstractSelectionQuery.setParameter(String name, Calendar value, TemporalType temporalType) AbstractSelectionQuery.setParameter(String name, Date value, TemporalType temporalType) QueryImplementor.setParameter(int position, Instant value, TemporalType temporalType) QueryImplementor.setParameter(int position, Calendar value, TemporalType temporalType) QueryImplementor.setParameter(int position, Date value, TemporalType temporalType) QueryImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) QueryImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) QueryImplementor.setParameter(String name, Instant value, TemporalType temporalType) QueryImplementor.setParameter(String name, Calendar value, TemporalType temporalType) QueryImplementor.setParameter(String name, Date value, TemporalType temporalType) SqmQuery.setParameter(int position, Instant value, TemporalType temporalType) SqmQuery.setParameter(int position, Calendar value, TemporalType temporalType) SqmQuery.setParameter(int position, Date value, TemporalType temporalType) SqmQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) SqmQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) SqmQuery.setParameter(String name, Instant value, TemporalType temporalType) SqmQuery.setParameter(String name, Calendar value, TemporalType temporalType) SqmQuery.setParameter(String name, Date value, TemporalType temporalType) voidQueryParameterBindingValidator.validate(BindableType<?> paramType, Object bind, TemporalType temporalPrecision, SessionFactoryImplementor sessionFactory) -
Uses of TemporalType in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type TemporalTypeModifier and TypeMethodDescriptionNativeQueryImpl.setParameter(int position, Instant value, TemporalType temporalType) NativeQueryImpl.setParameter(int position, Calendar value, TemporalType temporalType) NativeQueryImpl.setParameter(int position, Date value, TemporalType temporalType) NativeQueryImpl.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) NativeQueryImpl.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) NativeQueryImpl.setParameter(String name, Instant value, TemporalType temporalType) NativeQueryImpl.setParameter(String name, Calendar value, TemporalType temporalType) NativeQueryImpl.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type TemporalTypeModifier and TypeMethodDescriptionNativeQueryImplementor.setParameter(int position, Instant value, TemporalType temporalType) NativeQueryImplementor.setParameter(int position, Calendar value, TemporalType temporalType) NativeQueryImplementor.setParameter(int position, Date value, TemporalType temporalType) NativeQueryImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) NativeQueryImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) NativeQueryImplementor.setParameter(String name, Instant value, TemporalType temporalType) NativeQueryImplementor.setParameter(String name, Calendar value, TemporalType temporalType) NativeQueryImplementor.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type TemporalTypeModifier and TypeMethodDescriptionSqmSelectionQuery.setParameter(int position, Instant value, TemporalType temporalType) SqmSelectionQuery.setParameter(int position, Calendar value, TemporalType temporalType) SqmSelectionQuery.setParameter(int position, Date value, TemporalType temporalType) SqmSelectionQuery.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) SqmSelectionQuery.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) SqmSelectionQuery.setParameter(String name, Instant value, TemporalType temporalType) SqmSelectionQuery.setParameter(String name, Calendar value, TemporalType temporalType) SqmSelectionQuery.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type TemporalTypeModifier and TypeMethodDescriptionQuerySqmImpl.setParameter(int position, Instant value, TemporalType temporalType) QuerySqmImpl.setParameter(int position, Calendar value, TemporalType temporalType) QuerySqmImpl.setParameter(int position, Date value, TemporalType temporalType) QuerySqmImpl.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) QuerySqmImpl.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) QuerySqmImpl.setParameter(String name, Instant value, TemporalType temporalType) QuerySqmImpl.setParameter(String name, Calendar value, TemporalType temporalType) QuerySqmImpl.setParameter(String name, Date value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter(int position, Instant value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter(int position, Calendar value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter(int position, Date value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter(String name, Instant value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter(String name, Calendar value, TemporalType temporalType) SqmSelectionQueryImpl.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type TemporalTypeModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setParameter(int position, Instant value, TemporalType temporalType) DelegatingSqmSelectionQueryImplementor.setParameter(int position, Calendar value, TemporalType temporalType) DelegatingSqmSelectionQueryImplementor.setParameter(int position, Date value, TemporalType temporalType) DelegatingSqmSelectionQueryImplementor.setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) DelegatingSqmSelectionQueryImplementor.setParameter(Parameter<Date> param, Date value, TemporalType temporalType) DelegatingSqmSelectionQueryImplementor.setParameter(String name, Instant value, TemporalType temporalType) DelegatingSqmSelectionQueryImplementor.setParameter(String name, Calendar value, TemporalType temporalType) DelegatingSqmSelectionQueryImplementor.setParameter(String name, Date value, TemporalType temporalType) -
Uses of TemporalType in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java that return TemporalTypeModifier and TypeMethodDescriptionCalendarDateJavaType.getPrecision()CalendarJavaType.getPrecision()CalendarTimeJavaType.getPrecision()DateJavaType.getPrecision()InstantJavaType.getPrecision()JdbcDateJavaType.getPrecision()JdbcTimeJavaType.getPrecision()JdbcTimestampJavaType.getPrecision()LocalDateJavaType.getPrecision()LocalDateTimeJavaType.getPrecision()LocalTimeJavaType.getPrecision()OffsetDateTimeJavaType.getPrecision()OffsetTimeJavaType.getPrecision()TemporalJavaType.getPrecision()The precision represented by this typeZonedDateTimeJavaType.getPrecision()Methods in org.hibernate.type.descriptor.java with parameters of type TemporalTypeModifier and TypeMethodDescriptionstatic Class<?>TemporalJavaType.resolveJavaTypeClass(TemporalType requestedTemporalPrecision) static intTemporalJavaType.resolveJdbcTypeCode(TemporalType requestedTemporalPrecision) final <X> TemporalJavaType<X>AbstractTemporalJavaType.resolveTypeForPrecision(TemporalType precision, TypeConfiguration typeConfiguration) <X> TemporalJavaType<X>TemporalJavaType.resolveTypeForPrecision(TemporalType precision, TypeConfiguration typeConfiguration) Resolve the appropriate TemporalJavaType for the given precision "relative" to this type. -
Uses of TemporalType in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return TemporalTypeModifier and TypeMethodDescriptionDelegatingJdbcTypeIndicators.getTemporalPrecision()default TemporalTypeJdbcTypeIndicators.getTemporalPrecision()For temporal type mappings, what precision was requested? -
Uses of TemporalType in org.hibernate.type.descriptor.jdbc.internal
Constructors in org.hibernate.type.descriptor.jdbc.internal with parameters of type TemporalTypeModifierConstructorDescriptionJdbcLiteralFormatterTemporal(JavaType<T> javaType, TemporalType precision) -
Uses of TemporalType in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return TemporalTypeModifier and TypeMethodDescriptionprotected static TemporalTypeTypeConfiguration.getSqlTemporalType(int jdbcTypeCode) static TemporalTypeTypeConfiguration.getSqlTemporalType(JdbcMapping jdbcMapping) static TemporalTypeTypeConfiguration.getSqlTemporalType(JdbcMappingContainer jdbcMappings) static TemporalTypeTypeConfiguration.getSqlTemporalType(MappingModelExpressible<?> type) TypeConfiguration.getSqlTemporalType(SqmExpressible<?> type) static TemporalTypeTypeConfiguration.getSqlTemporalType(JdbcType descriptor)