org.melati.poem.generated
Class PoemDatabaseBase

Package class diagram package PoemDatabaseBase
java.lang.Object
  extended by org.melati.poem.Database
      extended by org.melati.poem.generated.PoemDatabaseBase
All Implemented Interfaces:
TransactionPool
Direct Known Subclasses:
PoemDatabase

public class PoemDatabaseBase
extends Database

Melati POEM generated Database base class.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.melati.poem.Database
Database.ConnectingException
 
Constructor Summary
protected PoemDatabaseBase()
           
 
Method Summary
 CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable 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.
 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

PoemDatabaseBase

protected PoemDatabaseBase()
Method Detail

getUserTable

public UserTable getUserTable()
Retrieves the UserTable table.

Specified by:
getUserTable in class Database
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 class Database
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 class Database
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 class Database
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 class Database
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 class Database
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 class Database
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 class Database
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 class Database
Returns:
the SettingTable from this database
See Also:
TableDef.generateTableAccessorJava(java.io.Writer)


Copyright © 2000-2010 PanEris. All Rights Reserved.