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

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

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

Fields in org.apache.openejb.jee.jba.cmp declared as RemoveTable
protected  RemoveTable Entity.removeTable
           
protected  RemoveTable Defaults.removeTable
           
protected  RemoveTable RelationTableMapping.removeTable
           
 

Methods in org.apache.openejb.jee.jba.cmp that return RemoveTable
 RemoveTable ObjectFactory.createRemoveTable()
          Create an instance of RemoveTable
 RemoveTable Entity.getRemoveTable()
          Gets the value of the removeTable property.
 RemoveTable Defaults.getRemoveTable()
          Gets the value of the removeTable property.
 RemoveTable RelationTableMapping.getRemoveTable()
          Gets the value of the removeTable property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type RemoveTable
 void Entity.setRemoveTable(RemoveTable value)
          Sets the value of the removeTable property.
 void Defaults.setRemoveTable(RemoveTable value)
          Sets the value of the removeTable property.
 void RelationTableMapping.setRemoveTable(RemoveTable value)
          Sets the value of the removeTable property.
 



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