Uses of Class
org.apache.openejb.jee.jpa.TemporalType
-
Packages that use TemporalType Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TemporalType in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa 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.apache.openejb.jee.jpa 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.apache.openejb.jee.jpa 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.
-