Uses of Class
org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratedAttribute

Packages that use JaxbGeneratedAttribute
org.hibernate.internal.jaxb.mapping.hbm   
 

Uses of JaxbGeneratedAttribute in org.hibernate.internal.jaxb.mapping.hbm
 

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbGeneratedAttribute
protected  JaxbGeneratedAttribute JaxbHibernateMapping.JaxbClass.JaxbTimestamp.generated
           
protected  JaxbGeneratedAttribute JaxbHibernateMapping.JaxbClass.JaxbVersion.generated
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbGeneratedAttribute
static JaxbGeneratedAttribute JaxbGeneratedAttribute.fromValue(String v)
           
 JaxbGeneratedAttribute JaxbHibernateMapping.JaxbClass.JaxbTimestamp.getGenerated()
          Gets the value of the generated property.
 JaxbGeneratedAttribute JaxbHibernateMapping.JaxbClass.JaxbVersion.getGenerated()
          Gets the value of the generated property.
static JaxbGeneratedAttribute JaxbGeneratedAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbGeneratedAttribute[] JaxbGeneratedAttribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbGeneratedAttribute
 void JaxbHibernateMapping.JaxbClass.JaxbTimestamp.setGenerated(JaxbGeneratedAttribute value)
          Sets the value of the generated property.
 void JaxbHibernateMapping.JaxbClass.JaxbVersion.setGenerated(JaxbGeneratedAttribute value)
          Sets the value of the generated property.
 



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