Uses of Class
org.hibernate.processor.xml.jaxb.TemporalType
-
Packages that use TemporalType Package Description org.hibernate.processor.xml.jaxb -
-
Uses of TemporalType in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as TemporalType Modifier and Type Field Description protected TemporalTypeElementCollection. mapKeyTemporalprotected TemporalTypeManyToMany. mapKeyTemporalprotected TemporalTypeOneToMany. mapKeyTemporalprotected TemporalTypeBasic. temporalprotected TemporalTypeElementCollection. temporalprotected TemporalTypeId. temporalprotected TemporalTypeVersion. temporalMethods in org.hibernate.processor.xml.jaxb that return TemporalType Modifier and Type Method Description static TemporalTypeTemporalType. fromValue(String v)TemporalTypeElementCollection. getMapKeyTemporal()Gets the value of the mapKeyTemporal property.TemporalTypeManyToMany. getMapKeyTemporal()Gets the value of the mapKeyTemporal property.TemporalTypeOneToMany. getMapKeyTemporal()Gets the value of the mapKeyTemporal property.TemporalTypeBasic. getTemporal()Gets the value of the temporal property.TemporalTypeElementCollection. getTemporal()Gets the value of the temporal property.TemporalTypeId. getTemporal()Gets the value of the temporal property.TemporalTypeVersion. getTemporal()Gets the value of the temporal property.static TemporalTypeTemporalType. valueOf(String name)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 org.hibernate.processor.xml.jaxb with parameters of type TemporalType Modifier and Type Method Description voidElementCollection. setMapKeyTemporal(TemporalType value)Sets the value of the mapKeyTemporal property.voidManyToMany. setMapKeyTemporal(TemporalType value)Sets the value of the mapKeyTemporal property.voidOneToMany. setMapKeyTemporal(TemporalType value)Sets the value of the mapKeyTemporal property.voidBasic. setTemporal(TemporalType value)Sets the value of the temporal property.voidElementCollection. setTemporal(TemporalType value)Sets the value of the temporal property.voidId. setTemporal(TemporalType value)Sets the value of the temporal property.voidVersion. setTemporal(TemporalType value)Sets the value of the temporal property.
-