|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.Table | +--planetj.database.table.ApplicationTable
The APPLICATION table
Field Summary |
Fields inherited from class planetj.database.Table |
className, KEY_SEPARATOR |
Constructor Summary | |
ApplicationTable()
ApplicationTable constructor comment. |
Method Summary | |
List |
getChildTables()
Gets all of this table's child tables that are not ancestors of this table. |
Class |
getRowClass()
Gets the subclass of Row that should be used for rows read from this table |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ApplicationTable()
Method Detail |
public List getChildTables()
Gets all of this table's child tables that are not ancestors of this table.
Definitions:
It is important that none of this table's descendants have this table listed as a child table. If circular dependences are necessary, then this method must list only the child tables which are not ancestors of this table, and the getAncestorChildTables() method should identify the children of this table which are also ancestors of this table.
By default, no tables are returned; subclasses should override this method if necessary.
public Class getRowClass()
getRowClass
in class Table
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |