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

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

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

Fields in org.apache.openejb.jee.jba.cmp declared as Dbindex
protected  Dbindex CmpField.dbindex
           
protected  Dbindex KeyField.dbindex
           
 

Methods in org.apache.openejb.jee.jba.cmp that return Dbindex
 Dbindex ObjectFactory.createDbindex()
          Create an instance of Dbindex
 Dbindex CmpField.getDbindex()
          Gets the value of the dbindex property.
 Dbindex KeyField.getDbindex()
          Gets the value of the dbindex property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type Dbindex
 void CmpField.setDbindex(Dbindex value)
          Sets the value of the dbindex property.
 void KeyField.setDbindex(Dbindex value)
          Sets the value of the dbindex property.
 



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