Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.TemporalType

Packages that use TemporalType
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of TemporalType in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as TemporalType
protected  TemporalType Id.temporal
           
protected  TemporalType Version.temporal
           
protected  TemporalType Basic.temporal
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return TemporalType
static TemporalType TemporalType.fromValue(String v)
           
 TemporalType Id.getTemporal()
          Gets the value of the temporal property.
 TemporalType Version.getTemporal()
          Gets the value of the temporal property.
 TemporalType Basic.getTemporal()
          Gets the value of the temporal property.
static TemporalType TemporalType.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 net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type TemporalType
 void Id.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 void Version.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 void Basic.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.