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

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

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

Fields in org.apache.openejb.jee.jpa declared as GeneratedValue
protected  GeneratedValue Id.generatedValue
           
 

Methods in org.apache.openejb.jee.jpa that return GeneratedValue
 GeneratedValue ObjectFactory.createGeneratedValue()
          Create an instance of GeneratedValue
 GeneratedValue Id.getGeneratedValue()
          Gets the value of the generatedValue property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type GeneratedValue
 void Id.setGeneratedValue(GeneratedValue value)
          Sets the value of the generatedValue property.
 



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