Uses of Class
persistence.table.TableComponent

Packages that use TableComponent
persistence   
persistence.table   
 

Uses of TableComponent in persistence
 

Fields in persistence declared as TableComponent
private  TableComponent PDLParser.currentRoot
           
private  TableComponent AbstractSQLFactoryImpl.persistenceTree
           
 

Methods in persistence that return TableComponent
 TableComponent PDLParser.parse()
          Recursive depth-first creation of TableComponent-treecomponents of currentRoot.
 

Methods in persistence with parameters of type TableComponent
private  void PDLParser.canonizeTableComponentNames(TableComponent parent)
          Embeds all table names belonging to parent tree between "$"s and creates aliases.
private  void PDLParser.getTables(TableComponent parent, PDLParser.ContentTagList contentTagList, boolean childOfRoot)
          Bouw TableComponent-tree op.
private  java.util.Collection PDLParser.getFKeys(TableComponent parent)
          Get Collection of FK-(Reference)Attributes for children of parent.
private  void PDLParser.initChildOfRoot(boolean childOfRoot, TableComponent attr)
           
private  void PDLParser.getTables(TableComponent parent, java.util.Map contentTag)
          Add a KEY-field to a MapTable and add compType(Key)-properties to parent.
 void AbstractSQLFactory.Registry.addPersistenceTree(java.lang.String fullPersistentClassName, TableComponent tComponent)
           
 

Uses of TableComponent in persistence.table
 

Subclasses of TableComponent in persistence.table
 class ArrayTable
          Table for an "array".
 class Attribute
          This class has same functionality as TableComponent, but represents "attribute"-column.
 class CollectionTable
          Tabel voor Collection.
 class MapTable
          Tabel voor Map.
 class ReferenceAttribute
          Attribute which contains OID-String representation of another persistent Object.
 class Table
          Stelt een tabel voor.
 

Methods in persistence.table with parameters of type TableComponent
 void Table.add(TableComponent t)
           
 void Table.remove(TableComponent t)
           
 void TableComponent.add(TableComponent t)
           
 void TableComponent.remove(TableComponent t)