Uses of Class
org.apache.openejb.jee.jba.cmp.TableName
-
Packages that use TableName Package Description 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 Modifier and Type Field Description protected TableNameEntity. tableNameprotected TableNameRelationTableMapping. tableNameMethods in org.apache.openejb.jee.jba.cmp that return TableName Modifier and Type Method Description TableNameObjectFactory. createTableName()Create an instance ofTableNameTableNameEntity. getTableName()Gets the value of the tableName property.TableNameRelationTableMapping. getTableName()Gets the value of the tableName property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type TableName Modifier and Type Method Description voidEntity. setTableName(TableName value)Sets the value of the tableName property.voidRelationTableMapping. setTableName(TableName value)Sets the value of the tableName property.
-