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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbGenerationType
protected  JaxbGenerationType JaxbGeneratedValue.strategy
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbGenerationType
static JaxbGenerationType JaxbGenerationType.fromValue(String v)
           
 JaxbGenerationType JaxbGeneratedValue.getStrategy()
          Gets the value of the strategy property.
static JaxbGenerationType JaxbGenerationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbGenerationType[] JaxbGenerationType.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 JaxbGenerationType
 void JaxbGeneratedValue.setStrategy(JaxbGenerationType value)
          Sets the value of the strategy property.
 



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