Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.TemporalType

Packages that use TemporalType
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of TemporalType in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as TemporalType
protected  TemporalType Version.temporal
           
protected  TemporalType Id.temporal
           
protected  TemporalType Basic.temporal
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return TemporalType
static TemporalType TemporalType.fromValue(java.lang.String v)
           
 TemporalType Version.getTemporal()
          Gets the value of the temporal property.
 TemporalType Id.getTemporal()
          Gets the value of the temporal property.
 TemporalType Basic.getTemporal()
          Gets the value of the temporal property.
static TemporalType TemporalType.valueOf(java.lang.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.jpamodelgen.xml.jaxb with parameters of type TemporalType
 void Version.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 void Id.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 void Basic.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 



Copyright © 2009. All Rights Reserved.