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 UnknownPk.autoIncrement
           
protected  AutoIncrement CmpField.autoIncrement
           
 

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

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



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.