org.melati.poem.test
Class ENExtendedTable

Package class diagram package ENExtendedTable
java.lang.Object
  extended by org.melati.poem.JdbcTable
      extended by org.melati.poem.test.EverythingTable
          extended by org.melati.poem.test.generated.EverythingNormalTableBase
              extended by org.melati.poem.test.EverythingNormalTable
                  extended by org.melati.poem.test.generated.ENExtendedTableBase
                      extended by org.melati.poem.test.ENExtendedTable
All Implemented Interfaces:
org.melati.poem.Selectable, org.melati.poem.Table

public class ENExtendedTable
extends ENExtendedTableBase

Melati POEM generated, programmer modifiable stub for a ENExtendedTable object.

Description: Every datatype inheritted from a normal table and normally defined.

Field summary for SQL table ENExtended
NameTypeDescription
binaryfield2 byte[] Second Binary Field
stringfield2 String Second String Field
passwordfield2 String Second Password Field
booleanfield2 Boolean Second Boolean Field
datefield2 Date Second Date Field
doublefield2 Double Second Double Field
integerfield2 Integer Second Integer Field
longfield2 Long Second Long Field
bigdecimalfield2 BigDecimal Second BigDecimal Field
timestampfield2 Timestamp Second Timestamp Field

Generator
org.melati.poem.prepro.TableDef#generateTableMainJava

Constructor Summary
ENExtendedTable(org.melati.poem.Database database, String name, org.melati.poem.DefinitionSource definitionSource)
          Constructor.
 
Method Summary
 
Methods inherited from class org.melati.poem.test.generated.ENExtendedTableBase
_newPersistent, defaultCacheLimit, defaultCategory, defaultDescription, defaultDisplayName, defaultDisplayOrder, getBigdecimalfield2Column, getBinaryfield2Column, getBooleanfield2Column, getDatefield2Column, getDoublefield2Column, getENExtendedObject, getENExtendedObject, getEverythingDatabaseTables, getIntegerfield2Column, getLongfield2Column, getPasswordfield2Column, getStringfield2Column, getTimestampfield2Column, init
 
Methods inherited from class org.melati.poem.test.generated.EverythingNormalTableBase
getBigdecimalfieldColumn, getBinaryfieldColumn, getBooleanfieldColumn, getDatefieldColumn, getDeletedfieldColumn, getDoublefieldColumn, getEverythingNormalObject, getEverythingNormalObject, getIdColumn, getIntegerfieldColumn, getLongfieldColumn, getPasswordfieldColumn, getStringfieldColumn, getTimestampfieldColumn
 
Methods inherited from class org.melati.poem.JdbcTable
_getColumn, addColumnAndCommit, addListener, appendWhereClause, cachedCount, cachedCount, cachedCount, cachedCount, cachedCount, cachedExists, cachedSelection, cachedSelectionField, cachedSelectionType, canDeleteColumn, canReadColumn, canSelectColumn, canWriteColumn, clearColumnInfoCaches, cnfWhereClause, cnfWhereClause, columns, columnWithColumnInfoID, count, count, count, count, countSQL, countSQL, create, create, createTableInfo, dbAddConstraints, dbModifyStructure, defaultOrderByClause, defaultRememberAllTroids, defineColumn, delete_unsafe, delete, deleteColumnAndCommit, deletedColumn, displayColumn, displayColumns, displayColumnsCount, dump, dump, dumpCacheAnalysis, equals, exists, exists, extrasCount, firstSelection, getCacheInfo, getCanCreate, getCategory, getColumn, getColumnsCount, getDatabase, getDbmsTableType, getDefaultCanDelete, getDefaultCanRead, getDefaultCanWrite, getDescription, getDetailDisplayColumns, getDetailDisplayColumnsCount, getDisplayName, getDsdName, getInfo, getMostRecentTroid, getName, getNextExtrasIndex, getObject, getObject, getRecordDisplayColumns, getRecordDisplayColumnsCount, getSearchCriterionColumns, getSearchCriterionColumnsCount, getSummaryDisplayColumns, getSummaryDisplayColumnsCount, getTableInfo, hashCode, invalidateTransactionStuffs, load, newPersistent, notifyColumnInfo, notifyTouched, postInitialise, primaryCriterionColumn, quotedName, readLock, referencesTo, referencesTo, rememberAllTroids, selection, selection, selection, selection, selection, selection, selectionSQL, serial, setCacheLimit, setDisplayColumn, setSearchColumn, setTableInfo, tableInfoID, toString, trimCache, troidColumn, troidFor, troidSelection, troidSelection, troidSelection, uncache, unifyWithColumnInfo, unifyWithDB, whereClause, whereClause, writeDown
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ENExtendedTable

public ENExtendedTable(org.melati.poem.Database database,
                       String name,
                       org.melati.poem.DefinitionSource definitionSource)
                throws org.melati.poem.PoemException
Constructor.

Parameters:
database - the POEM database we are using
name - the name of this Table
definitionSource - which definition is being used
Throws:
org.melati.poem.PoemException - if anything goes wrong
Generator
org.melati.poem.prepro.TableDef#generateTableMainJava


Copyright © 2000-2010 PanEris. All Rights Reserved.