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

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

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

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as GenerationType
protected  GenerationType GeneratedValue.strategy
           
 

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



Copyright © 2009-2011. All Rights Reserved.