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.
-
Uses of TemporalType in jakarta.persistence
Methods in jakarta.persistence that return TemporalTypeModifier and TypeMethodDescriptionstatic TemporalType
Deprecated.Returns the enum constant of this class with the specified name.static TemporalType[]
TemporalType.values()
Deprecated.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) Deprecated.Query.setParameter
(int position, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.Query.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.Query.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.Query.setParameter
(String name, Calendar value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.Query.setParameter
(String name, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.StoredProcedureQuery.setParameter
(int position, Calendar value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.StoredProcedureQuery.setParameter
(int position, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.StoredProcedureQuery.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.StoredProcedureQuery.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.StoredProcedureQuery.setParameter
(String name, Calendar value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.StoredProcedureQuery.setParameter
(String name, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.TypedQuery.setParameter
(int position, Calendar value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.TypedQuery.setParameter
(int position, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.TypedQuery.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.TypedQuery.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.TypedQuery.setParameter
(String name, Calendar value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.TypedQuery.setParameter
(String name, Date value, TemporalType temporalType) Deprecated.Newly-written code should use the date/time types defined injava.time
.
java.time
.