|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.persistence.sql.engine.info.TableInfo
public abstract class TableInfo
Abstract base class representing given table.
| Constructor Summary | |
|---|---|
protected |
TableInfo(String tableName)
Constructor taking tableName in order to construct table that holds his name only. |
| Method Summary | |
|---|---|
String |
getTableName()
Method returning name of this table. |
static List<ColumnValue> |
toSQL(List<ColumnInfo> columns,
Identity identity)
Method appending values from passed identity to corresponding columns. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TableInfo(String tableName)
tableName - Name of the table to be constructed.| Method Detail |
|---|
public final String getTableName()
public static final List<ColumnValue> toSQL(List<ColumnInfo> columns,
Identity identity)
columns - List of columns.identity - Identity containing values to be assigned to corresponding columns.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||