org.paneris.bibliomania.generated
Class BibliomaniaDatabaseBase

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.paneris.bibliomania.generated.BibliomaniaDatabaseBase
All Implemented Interfaces:
org.melati.poem.generated.PoemDatabaseTablesBase, org.melati.poem.PoemDatabaseTables, org.melati.poem.transaction.TransactionPool
Direct Known Subclasses:
BibliomaniaDatabase

public class BibliomaniaDatabaseBase
extends org.melati.poem.PoemDatabase

Melati POEM generated Database base class.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.melati.poem.Database
org.melati.poem.Database.ConnectingException
 
Constructor Summary
protected BibliomaniaDatabaseBase()
           
 
Method Summary
 AdvertTable getAdvertTable()
          Retrieves the AdvertTable table.
 org.paneris.melati.boards.model.AttachmentTable getAttachmentTable()
          Retrieves the AttachmentTable table.
 org.paneris.melati.boards.model.AttachmentTypeTable getAttachmentTypeTable()
          Retrieves the AttachmentTypeTable table.
 AuthorTable getAuthorTable()
          Retrieves the AuthorTable table.
 AuthorWebSiteTable getAuthorWebSiteTable()
          Retrieves the AuthorWebSiteTable table.
 org.paneris.melati.boards.model.BoardTable getBoardTable()
          Retrieves the BoardTable table.
 org.paneris.melati.boards.model.BoardTypeTable getBoardTypeTable()
          Retrieves the BoardTypeTable table.
 BookFormatTable getBookFormatTable()
          Retrieves the BookFormatTable table.
 BookshopTable getBookshopTable()
          Retrieves the BookshopTable table.
 BookStockingTable getBookStockingTable()
          Retrieves the BookStockingTable table.
 BookTable getBookTable()
          Retrieves the BookTable table.
 CampaignTable getCampaignTable()
          Retrieves the CampaignTable table.
 CampaignUserTable getCampaignUserTable()
          Retrieves the CampaignUserTable table.
 org.melati.poem.CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 ChapterTable getChapterTable()
          Retrieves the ChapterTable table.
 org.melati.poem.ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 CountryTable getCountryTable()
          Retrieves the CountryTable table.
 CurrencyTable getCurrencyTable()
          Retrieves the CurrencyTable table.
 DeliveryChargeBandTable getDeliveryChargeBandTable()
          Retrieves the DeliveryChargeBandTable table.
 DeliveryChargeTable getDeliveryChargeTable()
          Retrieves the DeliveryChargeTable table.
 DownloadEventTable getDownloadEventTable()
          Retrieves the DownloadEventTable table.
 DownloadTable getDownloadTable()
          Retrieves the DownloadTable table.
 org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 org.melati.poem.GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 org.melati.poem.GroupTable getGroupTable()
          Retrieves the GroupTable table.
 LayoutTable getLayoutTable()
          Retrieves the LayoutTable table.
 org.paneris.melati.boards.model.MembershipStatusTable getMembershipStatusTable()
          Retrieves the MembershipStatusTable table.
 org.paneris.melati.boards.model.MessageTable getMessageTable()
          Retrieves the MessageTable table.
 OrderStatusTable getOrderStatusTable()
          Retrieves the OrderStatusTable table.
 ProductAssociationTable getProductAssociationTable()
          Retrieves the ProductAssociationTable table.
 ProductTable getProductTable()
          Retrieves the ProductTable table.
 PublisherTable getPublisherTable()
          Retrieves the PublisherTable table.
 SectionGroupTable getSectionGroupTable()
          Retrieves the SectionGroupTable table.
 SectionTable getSectionTable()
          Retrieves the SectionTable table.
 org.melati.poem.SettingTable getSettingTable()
          Retrieves the SettingTable table.
 SexTable getSexTable()
          Retrieves the SexTable table.
 ShopOrderItemTable getShopOrderItemTable()
          Retrieves the ShopOrderItemTable table.
 ShopOrderTable getShopOrderTable()
          Retrieves the ShopOrderTable table.
 StockingsSearchTable getStockingsSearchTable()
          Retrieves the StockingsSearchTable table.
 org.paneris.melati.boards.model.SubscriptionTable getSubscriptionTable()
          Retrieves the SubscriptionTable table.
 SupplierProductTable getSupplierProductTable()
          Retrieves the SupplierProductTable table.
 SupplierTable getSupplierTable()
          Retrieves the SupplierTable table.
 org.melati.poem.TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 org.melati.poem.TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 org.melati.poem.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

BibliomaniaDatabaseBase

protected BibliomaniaDatabaseBase()
Method Detail

getGroupTable

public org.melati.poem.GroupTable getGroupTable()
Retrieves the GroupTable table.

Specified by:
getGroupTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getCapabilityTable

public org.melati.poem.CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Specified by:
getCapabilityTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getCapabilityTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the CapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getGroupMembershipTable

public org.melati.poem.GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Specified by:
getGroupMembershipTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupMembershipTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupMembershipTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getGroupCapabilityTable

public org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Specified by:
getGroupCapabilityTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupCapabilityTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupCapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getTableCategoryTable

public org.melati.poem.TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Specified by:
getTableCategoryTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getTableCategoryTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the TableCategoryTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getTableInfoTable

public org.melati.poem.TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Specified by:
getTableInfoTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getTableInfoTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the TableInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getColumnInfoTable

public org.melati.poem.ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Specified by:
getColumnInfoTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getColumnInfoTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the ColumnInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getMembershipStatusTable

public org.paneris.melati.boards.model.MembershipStatusTable getMembershipStatusTable()
Retrieves the MembershipStatusTable table.

Returns:
the MembershipStatusTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSubscriptionTable

public org.paneris.melati.boards.model.SubscriptionTable getSubscriptionTable()
Retrieves the SubscriptionTable table.

Returns:
the SubscriptionTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getMessageTable

public org.paneris.melati.boards.model.MessageTable getMessageTable()
Retrieves the MessageTable table.

Returns:
the MessageTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getAttachmentTypeTable

public org.paneris.melati.boards.model.AttachmentTypeTable getAttachmentTypeTable()
Retrieves the AttachmentTypeTable table.

Returns:
the AttachmentTypeTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getAttachmentTable

public org.paneris.melati.boards.model.AttachmentTable getAttachmentTable()
Retrieves the AttachmentTable table.

Returns:
the AttachmentTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSettingTable

public org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable table.

Specified by:
getSettingTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getSettingTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the org.melati.poem.SettingTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getBoardTypeTable

public org.paneris.melati.boards.model.BoardTypeTable getBoardTypeTable()
Retrieves the BoardTypeTable table.

Returns:
the org.paneris.melati.boards.model.BoardTypeTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getBoardTable

public org.paneris.melati.boards.model.BoardTable getBoardTable()
Retrieves the BoardTable table.

Returns:
the org.paneris.melati.boards.model.BoardTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSectionGroupTable

public SectionGroupTable getSectionGroupTable()
Retrieves the SectionGroupTable table.

Returns:
the SectionGroupTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSectionTable

public SectionTable getSectionTable()
Retrieves the SectionTable table.

Returns:
the SectionTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getAuthorTable

public AuthorTable getAuthorTable()
Retrieves the AuthorTable table.

Returns:
the AuthorTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getAuthorWebSiteTable

public AuthorWebSiteTable getAuthorWebSiteTable()
Retrieves the AuthorWebSiteTable table.

Returns:
the AuthorWebSiteTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getBookTable

public BookTable getBookTable()
Retrieves the BookTable table.

Returns:
the BookTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getChapterTable

public ChapterTable getChapterTable()
Retrieves the ChapterTable table.

Returns:
the ChapterTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getLayoutTable

public LayoutTable getLayoutTable()
Retrieves the LayoutTable table.

Returns:
the LayoutTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getAdvertTable

public AdvertTable getAdvertTable()
Retrieves the AdvertTable table.

Returns:
the AdvertTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getProductAssociationTable

public ProductAssociationTable getProductAssociationTable()
Retrieves the ProductAssociationTable table.

Returns:
the ProductAssociationTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getProductTable

public ProductTable getProductTable()
Retrieves the ProductTable table.

Returns:
the ProductTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSupplierTable

public SupplierTable getSupplierTable()
Retrieves the SupplierTable table.

Returns:
the SupplierTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getPublisherTable

public PublisherTable getPublisherTable()
Retrieves the PublisherTable table.

Returns:
the PublisherTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getDeliveryChargeBandTable

public DeliveryChargeBandTable getDeliveryChargeBandTable()
Retrieves the DeliveryChargeBandTable table.

Returns:
the DeliveryChargeBandTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getDeliveryChargeTable

public DeliveryChargeTable getDeliveryChargeTable()
Retrieves the DeliveryChargeTable table.

Returns:
the DeliveryChargeTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSupplierProductTable

public SupplierProductTable getSupplierProductTable()
Retrieves the SupplierProductTable table.

Returns:
the SupplierProductTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getCurrencyTable

public CurrencyTable getCurrencyTable()
Retrieves the CurrencyTable table.

Returns:
the CurrencyTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getDownloadTable

public DownloadTable getDownloadTable()
Retrieves the DownloadTable table.

Returns:
the DownloadTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getDownloadEventTable

public DownloadEventTable getDownloadEventTable()
Retrieves the DownloadEventTable table.

Returns:
the DownloadEventTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getOrderStatusTable

public OrderStatusTable getOrderStatusTable()
Retrieves the OrderStatusTable table.

Returns:
the OrderStatusTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getShopOrderTable

public ShopOrderTable getShopOrderTable()
Retrieves the ShopOrderTable table.

Returns:
the ShopOrderTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getShopOrderItemTable

public ShopOrderItemTable getShopOrderItemTable()
Retrieves the ShopOrderItemTable table.

Returns:
the ShopOrderItemTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getBookshopTable

public BookshopTable getBookshopTable()
Retrieves the BookshopTable table.

Returns:
the BookshopTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getBookFormatTable

public BookFormatTable getBookFormatTable()
Retrieves the BookFormatTable table.

Returns:
the BookFormatTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getBookStockingTable

public BookStockingTable getBookStockingTable()
Retrieves the BookStockingTable table.

Returns:
the BookStockingTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getStockingsSearchTable

public StockingsSearchTable getStockingsSearchTable()
Retrieves the StockingsSearchTable table.

Returns:
the StockingsSearchTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getCountryTable

public CountryTable getCountryTable()
Retrieves the CountryTable table.

Returns:
the CountryTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSexTable

public SexTable getSexTable()
Retrieves the SexTable table.

Returns:
the SexTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getCampaignTable

public CampaignTable getCampaignTable()
Retrieves the CampaignTable table.

Returns:
the CampaignTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getCampaignUserTable

public CampaignUserTable getCampaignUserTable()
Retrieves the CampaignUserTable table.

Returns:
the CampaignUserTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getUserTable

public org.melati.poem.UserTable getUserTable()
Retrieves the UserTable table.

Specified by:
getUserTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getUserTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the org.melati.poem.UserTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava


Copyright © 2000-2009 PanEris. All Rights Reserved.