Uses of Class
org.apache.openejb.jee.jba.cmp.AutoIncrement

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

Uses of AutoIncrement in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as AutoIncrement
protected  AutoIncrement CmpField.autoIncrement
           
protected  AutoIncrement UnknownPk.autoIncrement
           
 

Methods in org.apache.openejb.jee.jba.cmp that return AutoIncrement
 AutoIncrement ObjectFactory.createAutoIncrement()
          Create an instance of AutoIncrement
 AutoIncrement CmpField.getAutoIncrement()
          Gets the value of the autoIncrement property.
 AutoIncrement UnknownPk.getAutoIncrement()
          Gets the value of the autoIncrement property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type AutoIncrement
 void CmpField.setAutoIncrement(AutoIncrement value)
          Sets the value of the autoIncrement property.
 void UnknownPk.setAutoIncrement(AutoIncrement value)
          Sets the value of the autoIncrement property.
 



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