org.melati.example.contacts.generated
Class ContactsDatabaseBase

Package class diagram package ContactsDatabaseBase
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.contacts.generated.ContactsDatabaseBase
All Implemented Interfaces:
PoemDatabaseTablesBase, PoemDatabaseTables, TransactionPool
Direct Known Subclasses:
ContactsDatabase

public class ContactsDatabaseBase
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 ContactsDatabaseBase()
           
 
Method Summary
 CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 CategoryTable getCategoryTable()
          Retrieves the CategoryTable table.
 ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 ContactCategoryTable getContactCategoryTable()
          Retrieves the ContactCategoryTable table.
 ContactTable getContactTable()
          Retrieves the ContactTable 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

ContactsDatabaseBase

protected ContactsDatabaseBase()
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)

getContactTable

public ContactTable getContactTable()
Retrieves the ContactTable table.

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

getCategoryTable

public CategoryTable getCategoryTable()
Retrieves the CategoryTable table.

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

getContactCategoryTable

public ContactCategoryTable getContactCategoryTable()
Retrieves the ContactCategoryTable table.

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


Copyright © 2000-2010 PanEris. All Rights Reserved.