Uses of Class
org.apache.openejb.jee.jba.cmp.RowLocking
-
Packages that use RowLocking Package Description 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 Modifier and Type Field Description protected RowLockingDefaults. rowLockingprotected RowLockingEntity. rowLockingprotected RowLockingRelationTableMapping. rowLockingMethods in org.apache.openejb.jee.jba.cmp that return RowLocking Modifier and Type Method Description RowLockingObjectFactory. createRowLocking()Create an instance ofRowLockingRowLockingDefaults. getRowLocking()Gets the value of the rowLocking property.RowLockingEntity. getRowLocking()Gets the value of the rowLocking property.RowLockingRelationTableMapping. getRowLocking()Gets the value of the rowLocking property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type RowLocking Modifier and Type Method Description voidDefaults. setRowLocking(RowLocking value)Sets the value of the rowLocking property.voidEntity. setRowLocking(RowLocking value)Sets the value of the rowLocking property.voidRelationTableMapping. setRowLocking(RowLocking value)Sets the value of the rowLocking property.
-