Uses of Class
org.apache.openejb.jee.jpa.GenerationType

Packages that use GenerationType
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of GenerationType in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as GenerationType
protected  GenerationType GeneratedValue.strategy
           
 

Methods in org.apache.openejb.jee.jpa that return GenerationType
static GenerationType GenerationType.fromValue(java.lang.String v)
           
 GenerationType GeneratedValue.getStrategy()
          Gets the value of the strategy property.
static GenerationType GenerationType.valueOf(java.lang.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.apache.openejb.jee.jpa with parameters of type GenerationType
 void GeneratedValue.setStrategy(GenerationType value)
          Sets the value of the strategy property.
 

Constructors in org.apache.openejb.jee.jpa with parameters of type GenerationType
GeneratedValue(GenerationType strategy)
           
GeneratedValue(GenerationType strategy, java.lang.String generator)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.