Uses of Class
org.jboss.shrinkwrap.descriptor.api.orm10.GenerationType

Packages that use GenerationType
org.jboss.shrinkwrap.descriptor.api.orm10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of GenerationType in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return GenerationType
static GenerationType GenerationType.getFromStringValue(String value)
           
 GenerationType GeneratedValue.getStrategy()
          Returns the strategy attribute
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.jboss.shrinkwrap.descriptor.api.orm10 with parameters of type GenerationType
 GeneratedValue<T> GeneratedValue.strategy(GenerationType strategy)
          Sets the strategy attribute
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.