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

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

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

Fields in org.apache.openejb.jee.jba.cmp declared as RowLocking
protected  RowLocking Defaults.rowLocking
           
protected  RowLocking Entity.rowLocking
           
protected  RowLocking RelationTableMapping.rowLocking
           
 

Methods in org.apache.openejb.jee.jba.cmp that return RowLocking
 RowLocking ObjectFactory.createRowLocking()
          Create an instance of RowLocking
 RowLocking Defaults.getRowLocking()
          Gets the value of the rowLocking property.
 RowLocking Entity.getRowLocking()
          Gets the value of the rowLocking property.
 RowLocking RelationTableMapping.getRowLocking()
          Gets the value of the rowLocking property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type RowLocking
 void Defaults.setRowLocking(RowLocking value)
          Sets the value of the rowLocking property.
 void Entity.setRowLocking(RowLocking value)
          Sets the value of the rowLocking property.
 void RelationTableMapping.setRowLocking(RowLocking value)
          Sets the value of the rowLocking property.
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.