org.melati.example.odmg.generated
Class OdmgDatabaseBase

Package class diagram package OdmgDatabaseBase
java.lang.Object
  extended by org.melati.poem.Database
      extended by org.melati.poem.generated.PoemDatabaseBase
          extended by org.melati.poem.PoemDatabase
              extended by org.melati.example.odmg.generated.OdmgDatabaseBase
All Implemented Interfaces:
PoemDatabaseTablesBase, PoemDatabaseTables, TransactionPool
Direct Known Subclasses:
OdmgDatabase

public class OdmgDatabaseBase
extends PoemDatabase

Melati POEM generated Database base class.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.melati.poem.Database
Database.ConnectingException
 
Constructor Summary
protected OdmgDatabaseBase()
           
 
Method Summary
 CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 ChildTable getChildTable()
          Retrieves the ChildTable table.
 ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 GroupTable getGroupTable()
          Retrieves the GroupTable table.
 ParentTable getParentTable()
          Retrieves the ParentTable table.
 SettingTable getSettingTable()
          Retrieves the SettingTable table.
 TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 UserTable getUserTable()
          Retrieves the UserTable table.
 
Methods inherited from class org.melati.poem.Database
addConstraints, addTableAndCommit, administerCapability, administratorUser, beginExclusiveLock, beginSession, columns, connect, defineTable, deleteTableAndCommit, disconnect, dump, dumpCacheAnalysis, endExclusiveLock, endSession, getCanAdminister, getCommittedConnection, getDbms, getDisplayName, getDisplayTables, getDisplayTables, getFreeTransactionsCount, getLastQuery, getName, getQueryCount, getTable, getTransactionsCount, givesCapabilitySQL, guestAccessToken, guestUser, hasCapability, inCommittedTransaction, incrementQueryCount, inSession, inSessionAsRoot, isFree, logCommits, logSQL, poemTransaction, quotedName, redefineTable, referencesTo, referencesTo, setCanAdminister, setCanAdminister, setDisplayName, setLogCommits, setLogSQL, setTransactionsMax, sqlQuery, sqlUpdate, tables, toString, transaction, transactionsMax, trimCache, uncache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OdmgDatabaseBase

protected OdmgDatabaseBase()
Method Detail

getUserTable

public UserTable getUserTable()
Retrieves the UserTable table.

Specified by:
getUserTable in interface PoemDatabaseTablesBase
Overrides:
getUserTable in class PoemDatabaseBase
Returns:
the UserTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getGroupTable

public GroupTable getGroupTable()
Retrieves the GroupTable table.

Specified by:
getGroupTable in interface PoemDatabaseTablesBase
Overrides:
getGroupTable in class PoemDatabaseBase
Returns:
the GroupTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getCapabilityTable

public CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Specified by:
getCapabilityTable in interface PoemDatabaseTablesBase
Overrides:
getCapabilityTable in class PoemDatabaseBase
Returns:
the CapabilityTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getGroupMembershipTable

public GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Specified by:
getGroupMembershipTable in interface PoemDatabaseTablesBase
Overrides:
getGroupMembershipTable in class PoemDatabaseBase
Returns:
the GroupMembershipTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getGroupCapabilityTable

public GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Specified by:
getGroupCapabilityTable in interface PoemDatabaseTablesBase
Overrides:
getGroupCapabilityTable in class PoemDatabaseBase
Returns:
the GroupCapabilityTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getTableCategoryTable

public TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Specified by:
getTableCategoryTable in interface PoemDatabaseTablesBase
Overrides:
getTableCategoryTable in class PoemDatabaseBase
Returns:
the TableCategoryTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getTableInfoTable

public TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Specified by:
getTableInfoTable in interface PoemDatabaseTablesBase
Overrides:
getTableInfoTable in class PoemDatabaseBase
Returns:
the TableInfoTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getColumnInfoTable

public ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Specified by:
getColumnInfoTable in interface PoemDatabaseTablesBase
Overrides:
getColumnInfoTable in class PoemDatabaseBase
Returns:
the ColumnInfoTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getSettingTable

public SettingTable getSettingTable()
Retrieves the SettingTable table.

Specified by:
getSettingTable in interface PoemDatabaseTablesBase
Overrides:
getSettingTable in class PoemDatabaseBase
Returns:
the SettingTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getParentTable

public ParentTable getParentTable()
Retrieves the ParentTable table.

Returns:
the ParentTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)

getChildTable

public ChildTable getChildTable()
Retrieves the ChildTable table.

Returns:
the ChildTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)


Copyright © 2000-2010 PanEris. All Rights Reserved.