org.melati.example.odmg.generated
Interface OdmgDatabaseTablesBase

Package class diagram package OdmgDatabaseTablesBase
All Known Subinterfaces:
OdmgDatabaseTables
All Known Implementing Classes:
OdmgDatabase

public interface OdmgDatabaseTablesBase

Melati POEM generated base interface to the tables in org.melati.example.odmg.


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.
 

Method Detail

getUserTable

UserTable getUserTable()
Retrieves the UserTable table.

Returns:
the UserTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getGroupTable

GroupTable getGroupTable()
Retrieves the GroupTable table.

Returns:
the GroupTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getCapabilityTable

CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Returns:
the CapabilityTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getGroupMembershipTable

GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Returns:
the GroupMembershipTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getGroupCapabilityTable

GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Returns:
the GroupCapabilityTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getTableCategoryTable

TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Returns:
the TableCategoryTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getTableInfoTable

TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Returns:
the TableInfoTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getColumnInfoTable

ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Returns:
the ColumnInfoTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getSettingTable

SettingTable getSettingTable()
Retrieves the SettingTable table.

Returns:
the SettingTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getParentTable

ParentTable getParentTable()
Retrieves the ParentTable table.

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

getChildTable

ChildTable getChildTable()
Retrieves the ChildTable table.

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


Copyright © 2000-2010 PanEris. All Rights Reserved.