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

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

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

Fields in org.apache.openejb.jee.jba.cmp declared as TableName
protected  TableName Entity.tableName
           
protected  TableName RelationTableMapping.tableName
           
 

Methods in org.apache.openejb.jee.jba.cmp that return TableName
 TableName ObjectFactory.createTableName()
          Create an instance of TableName
 TableName Entity.getTableName()
          Gets the value of the tableName property.
 TableName RelationTableMapping.getTableName()
          Gets the value of the tableName property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type TableName
 void Entity.setTableName(TableName value)
          Sets the value of the tableName property.
 void RelationTableMapping.setTableName(TableName value)
          Sets the value of the tableName property.
 



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