Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbTemporalType

Packages that use JaxbTemporalType
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbTemporalType in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbTemporalType
protected  JaxbTemporalType JaxbElementCollection.mapKeyTemporal
           
protected  JaxbTemporalType JaxbManyToMany.mapKeyTemporal
           
protected  JaxbTemporalType JaxbOneToMany.mapKeyTemporal
           
protected  JaxbTemporalType JaxbElementCollection.temporal
           
protected  JaxbTemporalType JaxbId.temporal
           
protected  JaxbTemporalType JaxbVersion.temporal
           
protected  JaxbTemporalType JaxbBasic.temporal
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbTemporalType
static JaxbTemporalType JaxbTemporalType.fromValue(String v)
           
 JaxbTemporalType JaxbElementCollection.getMapKeyTemporal()
          Gets the value of the mapKeyTemporal property.
 JaxbTemporalType JaxbManyToMany.getMapKeyTemporal()
          Gets the value of the mapKeyTemporal property.
 JaxbTemporalType JaxbOneToMany.getMapKeyTemporal()
          Gets the value of the mapKeyTemporal property.
 JaxbTemporalType JaxbElementCollection.getTemporal()
          Gets the value of the temporal property.
 JaxbTemporalType JaxbId.getTemporal()
          Gets the value of the temporal property.
 JaxbTemporalType JaxbVersion.getTemporal()
          Gets the value of the temporal property.
 JaxbTemporalType JaxbBasic.getTemporal()
          Gets the value of the temporal property.
static JaxbTemporalType JaxbTemporalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbTemporalType[] JaxbTemporalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbTemporalType
 void JaxbElementCollection.setMapKeyTemporal(JaxbTemporalType value)
          Sets the value of the mapKeyTemporal property.
 void JaxbManyToMany.setMapKeyTemporal(JaxbTemporalType value)
          Sets the value of the mapKeyTemporal property.
 void JaxbOneToMany.setMapKeyTemporal(JaxbTemporalType value)
          Sets the value of the mapKeyTemporal property.
 void JaxbElementCollection.setTemporal(JaxbTemporalType value)
          Sets the value of the temporal property.
 void JaxbId.setTemporal(JaxbTemporalType value)
          Sets the value of the temporal property.
 void JaxbVersion.setTemporal(JaxbTemporalType value)
          Sets the value of the temporal property.
 void JaxbBasic.setTemporal(JaxbTemporalType value)
          Sets the value of the temporal property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.