Uses of Enum Class
st.orm.TemporalType
Packages that use TemporalType
-
Uses of TemporalType in st.orm
Methods in st.orm 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 st.orm with parameters of type TemporalTypeModifier and TypeMethodDescriptionstatic ElementTemplates.param(String name, Calendar value, TemporalType temporalType) Generates a named parameter element for the specifiedCalendarvalue with a temporal type.static ElementTemplates.param(String name, Date value, TemporalType temporalType) Generates a named parameter element for the specifiedDatevalue with a temporal type.static ElementTemplates.param(Calendar value, TemporalType temporalType) Generates a parameter element for the specifiedCalendarvalue with a temporal type.static ElementTemplates.param(Date value, TemporalType temporalType) Generates a parameter element for the specifiedDatevalue with a temporal type.