Uses of Class
de.mguennewig.pobjects.metadata.IdField

Packages that use IdField
de.mguennewig.pobjects The package de.mguennewig.pobjects provides an abstraction layer on top of a set of database tables by which table rows can be accessed transparently as Java objects. 
de.mguennewig.pobjects.demo The package de.mguennewig.pobjects.demo prodives a demo application to show the basic usage of the de.mguennewig.pobjects package. 
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
 

Uses of IdField in de.mguennewig.pobjects
 

Fields in de.mguennewig.pobjects declared as IdField
static IdField PclassColumn.attrId
          Contains the definition for id.
static IdField Pclass.attrId
          Contains the definition for id.
 

Methods in de.mguennewig.pobjects that return IdField
 IdField TableRef.getIdField()
           
 

Uses of IdField in de.mguennewig.pobjects.demo
 

Fields in de.mguennewig.pobjects.demo declared as IdField
static IdField PClassTransaction.attrId
          Contains the definition for id.
static IdField PClassStockExchange.attrId
          Contains the definition for id.
static IdField PClassStock.attrId
          Contains the definition for id.
static IdField PClassCurrency.attrId
          Contains the definition for id.
 

Uses of IdField in de.mguennewig.pobjects.metadata
 

Methods in de.mguennewig.pobjects.metadata that return IdField
 IdField ClassDecl.getIdField()
          Returns the field which defines the sequence from which the primary keys of this table are taken.
 

Constructors in de.mguennewig.pobjects.metadata with parameters of type IdField
ClassDecl(java.lang.String name, java.lang.String schemaName, java.lang.String label, IdField idField, ClassDecl baseClass, boolean extensible, Field[] fields, Join[] joins, Constraint[] constraints, Index[] indices, Field visualField)
          Creates a new class declaration.
PrimaryKeyConstraint(java.lang.String schemaName, IdField idfield)
          Creates the implicit primary-key constraint for the id field.