Uses of Enum
javax.persistence.TemporalType
Packages that use TemporalType
-
Uses of TemporalType in javax.persistence
Methods in javax.persistence that return TemporalTypeModifier and TypeMethodDescriptionstatic TemporalType
Returns the enum constant of this type with the specified name.static TemporalType[]
TemporalType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.persistence with parameters of type TemporalTypeModifier and TypeMethodDescriptionQuery.setParameter
(int position, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendar
to a positional parameter.Query.setParameter
(int position, Date value, TemporalType temporalType) Bind an instance ofjava.util.Date
to a positional parameter.Query.setParameter
(String name, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendar
to a named parameter.Query.setParameter
(String name, Date value, TemporalType temporalType) Bind an instance ofjava.util.Date
to a named parameter.Query.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendar
to aParameter
object.Query.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) Bind an instance ofjava.util.Date
to aParameter
object.TypedQuery.setParameter
(int position, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendar
to a positional parameter.TypedQuery.setParameter
(int position, Date value, TemporalType temporalType) Bind an instance ofjava.util.Date
to a positional parameter.TypedQuery.setParameter
(String name, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendar
to a named parameter.TypedQuery.setParameter
(String name, Date value, TemporalType temporalType) Bind an instance ofjava.util.Date
to a named parameter.TypedQuery.setParameter
(Parameter<Calendar> param, Calendar value, TemporalType temporalType) Bind an instance ofjava.util.Calendar
to aParameter
object.TypedQuery.setParameter
(Parameter<Date> param, Date value, TemporalType temporalType) Bind an instance ofjava.util.Date
to aParameter
object.