Serialized Form


Package ojb.broker

Class ojb.broker.Identity implements Serializable

Serialized Fields

objectsClass

java.lang.Class objectsClass
the Class of the identified object


pkValues

java.lang.Object[] pkValues
The ordered list of primary key values maintaining the objects identity in the underlying RDBMS

Class ojb.broker.OptimisticLockException implements Serializable

Serialized Fields

sourceObject

java.lang.Object sourceObject

Class ojb.broker.PersistenceBrokerException implements Serializable

Serialized Fields

sourceException

java.lang.Throwable sourceException

msg

java.lang.String msg

Class ojb.broker.PersistenceBrokerSQLException implements Serializable

Class ojb.broker.TransactionAbortedException implements Serializable

Class ojb.broker.TransactionInProgressException implements Serializable

Class ojb.broker.TransactionNotInProgressException implements Serializable

Class ojb.broker.VirtualProxy implements Serializable

Serialized Fields

indirectionHandler

IndirectionHandler indirectionHandler
reference to the IndirectionHandler that encapsulates the delegation mechanism


Package ojb.broker.accesslayer

Class ojb.broker.accesslayer.CollectionProxy implements Serializable

Serialized Fields

query

Query query

data

java.util.Collection data

collectionClass

java.lang.Class collectionClass

size

int size

Class ojb.broker.accesslayer.ConversionStrategyDefaultImpl implements Serializable

Class ojb.broker.accesslayer.IndirectionHandler implements Serializable

Serialized Fields

realSubject

java.lang.Object realSubject
the real subject which this is hidden by the proxy


id

Identity id
represents the identity of the real subject. when the real subject is not yet materialized, it can be loaded from the underlying db by this identity object.


listeners

java.util.ArrayList listeners

Class ojb.broker.accesslayer.PkEnumeration implements Serializable

Serialized Fields

hasCalledCheck

boolean hasCalledCheck

hasNext

boolean hasNext

resultSet

java.sql.ResultSet resultSet
The underlying jdbc resultset produced by select statement


classDescriptor

ClassDescriptor classDescriptor
descriptor for the class of which items are to be found


constructor

java.lang.reflect.Constructor constructor
the Constructor that is needed to build the PrimaryKey Objects

Class ojb.broker.accesslayer.PkIterator implements Serializable

Serialized Fields

internalEnum

java.util.Enumeration internalEnum

Class ojb.broker.accesslayer.RowReaderDefaultImpl implements Serializable


Package ojb.broker.metadata

Class ojb.broker.metadata.AttributeDescriptorBase implements Serializable

Serialized Fields

m_PersistentField

PersistentField m_PersistentField

m_ClassDescriptor

ClassDescriptor m_ClassDescriptor

Class ojb.broker.metadata.ClassDescriptor implements Serializable

Serialized Fields

m_IsolationLevel

int m_IsolationLevel
transaction isolation level specified for this class, used in the ODMG server


schema

java.lang.String schema
the SQL SCHEMA of the underlying table of this class


m_Class

java.lang.Class m_Class
the described class


m_TableName

java.lang.String m_TableName
the table name used to store the scalar attributes of this class


m_FieldDescriptions

FieldDescriptor[] m_FieldDescriptions
the FieldDescriptors for the primitive attributes


m_CollectionDescriptors

java.util.Vector m_CollectionDescriptors
the descriptors for collection attributes


m_ObjectReferenceDescriptors

java.util.Vector m_ObjectReferenceDescriptors
the descriptor for 1-1 reference attributes


m_ConnDescription

JdbcConnectionDescriptor m_ConnDescription
the JDBCConnectionDescriptor describing the RDBMS connection to be used for this class


alreadyLookedup

boolean alreadyLookedup
tells whether we tried to lookup multiargs Constructor already


argsForConstructor

java.lang.Class[] argsForConstructor
the types of the arguments for the attributes in m_FieldDescriptions


extentClasses

java.util.Vector extentClasses
the list of classes in the extent of this class. can be empty


isInterface

boolean isInterface
does the described class represent an interface?


orderby

java.lang.String orderby
optional orderby clause for initial sorting of collection elements


proxyClass

java.lang.Class proxyClass
the proxy class for the described class, may be null


nonPrimaryKeyFieldDescriptors

FieldDescriptor[] nonPrimaryKeyFieldDescriptors
the non-primary key FieldDescriptors


primaryKeyFieldDescriptors

FieldDescriptor[] primaryKeyFieldDescriptors
the primary key FieldDescriptors


lockingFieldDescriptors

FieldDescriptor[] lockingFieldDescriptors
the optimistic lockingFieldDescriptors BRJ

Class ojb.broker.metadata.ClassNotPersistenceCapableException implements Serializable

Class ojb.broker.metadata.CollectionDescriptor implements Serializable

Serialized Fields

collectionClass

java.lang.Class collectionClass
Represents the type of the collection, if set to null, a java.util.Vector will be used. If set to a valid collection type it will be used to build typed collections.


indirectionTable

java.lang.String indirectionTable
For m:n related Classes this is the indirection table.


fksToItemClass

java.util.Vector fksToItemClass

fksToThisClass

java.util.Vector fksToThisClass

orderBy

java.lang.String orderBy
define the order of the resulting collection BRJ


ascending

boolean ascending

lazy

boolean lazy
define loading strategy of the resulting collection BRJ


refresh

boolean refresh
if true relationship is refreshed when owner is found in cache

Class ojb.broker.metadata.FieldDescriptor implements Serializable

Serialized Fields

m_ColNo

int m_ColNo

m_ColumnName

java.lang.String m_ColumnName

m_ColumnType

java.lang.String m_ColumnType

m_IsKeyField

boolean m_IsKeyField

autoIncrement

boolean autoIncrement

m_ColumnTypeId

int m_ColumnTypeId

locking

boolean locking

Class ojb.broker.metadata.JdbcConnectionDescriptor implements Serializable

Serialized Fields

m_Dbms

java.lang.String m_Dbms

m_Driver

java.lang.String m_Driver

m_Protocol

java.lang.String m_Protocol

m_SubProtocol

java.lang.String m_SubProtocol

m_DbAlias

java.lang.String m_DbAlias

m_DatasourceName

java.lang.String m_DatasourceName

m_UserName

java.lang.String m_UserName

m_Password

java.lang.String m_Password

m_JdbcLevel

java.lang.String m_JdbcLevel

Class ojb.broker.metadata.MetadataException implements Serializable

Class ojb.broker.metadata.ObjectReferenceDescriptor implements Serializable

Serialized Fields

m_ClassOfItems

java.lang.Class m_ClassOfItems

m_ForeignKeyFields

java.util.Vector m_ForeignKeyFields

m_CascadeRetrieve

boolean m_CascadeRetrieve

m_CascadeStore

boolean m_CascadeStore

m_CascadeDelete

boolean m_CascadeDelete

lazy

boolean lazy
define loading strategy of the resulting object


refresh

boolean refresh
if true relationship is refreshed when owner is found in cache


m_ProxyOfItems

java.lang.Class m_ProxyOfItems

foreignKeyFieldDescriptors

FieldDescriptor[] foreignKeyFieldDescriptors

Class ojb.broker.metadata.PersistentFieldDefaultImpl implements Serializable

Serialized Fields

clazz

java.lang.Class clazz

fieldname

java.lang.String fieldname

Class ojb.broker.metadata.PersistentFieldPropertyImpl implements Serializable

Serialized Fields

declaringClass

java.lang.Class declaringClass

propertyDescriptor

java.beans.PropertyDescriptor propertyDescriptor


Package ojb.broker.query

Class ojb.broker.query.BetweenCriteria implements Serializable

Serialized Fields

o2

java.lang.Object o2

bindO2

boolean bindO2

Class ojb.broker.query.Criteria implements Serializable

Serialized Fields

criteria

java.util.Vector criteria

type

int type

embraced

boolean embraced

orderby

java.lang.String orderby

groupby

java.lang.String[] groupby

ascending

boolean ascending

Class ojb.broker.query.DBException implements Serializable

Class ojb.broker.query.EqualToColumnCriteria implements Serializable

Class ojb.broker.query.ExistsCriteria implements Serializable

Class ojb.broker.query.InCriteria implements Serializable

Class ojb.broker.query.NullCriteria implements Serializable

Class ojb.broker.query.QueryByCriteria implements Serializable

Serialized Fields

clazz

java.lang.Class clazz

criteria

Criteria criteria

distinct

boolean distinct

Class ojb.broker.query.QueryByExample implements Serializable

Serialized Fields

exampleObject

java.lang.Object exampleObject

Class ojb.broker.query.QueryByMtoNCriteria implements Serializable

Serialized Fields

clazz

java.lang.Class clazz

tables

java.lang.String tables

criteria

Criteria criteria

distinct

boolean distinct

Class ojb.broker.query.QueryBySQL implements Serializable

Serialized Fields

sql

java.lang.String sql

clazz

java.lang.Class clazz

Class ojb.broker.query.ReportQueryByCriteria implements Serializable

Serialized Fields

columns

java.lang.String[] columns

Class ojb.broker.query.SelectionCriteria implements Serializable

Serialized Fields

attribute

java.lang.String attribute

value

java.lang.Object value

negative

boolean negative

bound

boolean bound

Class ojb.broker.query.SqlCriteria implements Serializable


Package ojb.broker.server

Class ojb.broker.server.PersistenceBrokerClient implements Serializable

Serialized Fields

servers

ServerPool servers

currentServer

ServerEntry currentServer

brokerId

int brokerId

logger

Logger logger

Class ojb.broker.server.PkEnumerationStub implements Serializable

Serialized Fields

broker

PersistenceBrokerClient broker
reference to the used PersistenceBroker


iteratorId

int iteratorId

Class ojb.broker.server.Request implements Serializable

Serialized Fields

methodIndex

int methodIndex

brokerId

int brokerId

arg1

java.lang.Object arg1

arg2

java.lang.Object arg2

arg3

java.lang.Object arg3

Class ojb.broker.server.RsIteratorStub implements Serializable

Serialized Fields

broker

PersistenceBrokerClient broker
reference to the used PersistenceBroker


iteratorId

int iteratorId

Class ojb.broker.server.ServerEntry implements Serializable

Serialized Fields

name

java.lang.String name

port

int port

Class ojb.broker.server.ServerPool implements Serializable

Serialized Fields

index

int index

servers

java.util.Vector servers


Package ojb.broker.util

Class ojb.broker.util.IdentityHashMap implements Serializable

Class ojb.broker.util.ObjectModificationDefaultImpl implements Serializable

Serialized Fields

needsInsert

boolean needsInsert

needsUpdate

boolean needsUpdate


Package ojb.broker.util.logging

Class ojb.broker.util.logging.Log4jLoggerImpl implements Serializable

Serialized Fields

name

java.lang.String name

Class ojb.broker.util.logging.PoorMansLoggerImpl implements Serializable

Serialized Fields

name

java.lang.String name

level

int level


Package ojb.broker.util.collections

Class ojb.broker.util.collections.ManageableArrayList implements Serializable

Class ojb.broker.util.collections.ManageableHashSet implements Serializable

Class ojb.broker.util.collections.ManageableVector implements Serializable


Package ojb.broker.util.sequence

Class ojb.broker.util.sequence.SequenceEntry implements Serializable

Serialized Fields

classname

java.lang.String classname

fieldname

java.lang.String fieldname

current

int current


Package org.odmg

Class org.odmg.ClassNotPersistenceCapableException implements Serializable

Class org.odmg.DatabaseClosedException implements Serializable

Class org.odmg.DatabaseIsReadOnlyException implements Serializable

Class org.odmg.DatabaseNotFoundException implements Serializable

Class org.odmg.DatabaseOpenException implements Serializable

Class org.odmg.LockNotGrantedException implements Serializable

Class org.odmg.NotImplementedException implements Serializable

Class org.odmg.ObjectDeletedException implements Serializable

Class org.odmg.ObjectNameNotFoundException implements Serializable

Class org.odmg.ObjectNameNotUniqueException implements Serializable

Class org.odmg.ObjectNotPersistentException implements Serializable

Class org.odmg.ODMGException implements Serializable

Class org.odmg.ODMGRuntimeException implements Serializable

Class org.odmg.QueryException implements Serializable

Class org.odmg.QueryInvalidException implements Serializable

Class org.odmg.QueryParameterCountInvalidException implements Serializable

Class org.odmg.QueryParameterTypeInvalidException implements Serializable

Class org.odmg.TransactionAbortedException implements Serializable

Class org.odmg.TransactionInProgressException implements Serializable

Class org.odmg.TransactionNotInProgressException implements Serializable


Package javax.jdo

Class javax.jdo.JDOCanRetryException implements Serializable

Class javax.jdo.JDODataStoreException implements Serializable

Class javax.jdo.JDOException implements Serializable

Serialized Fields

nested

java.lang.Exception[] nested
This exception was generated because of an exception in the runtime library.

the nested Exception array

failed

java.lang.Object failed
This exception may be the result of incorrect parameters supplied to an API. This is the object from which the user can determine the cause of the problem.

the failed Object

Class javax.jdo.JDOFatalDataStoreException implements Serializable

Class javax.jdo.JDOFatalException implements Serializable

Class javax.jdo.JDOFatalInternalException implements Serializable

Class javax.jdo.JDOFatalUserException implements Serializable

Class javax.jdo.JDOPermission implements Serializable

Class javax.jdo.JDOUnsupportedOptionException implements Serializable

Class javax.jdo.JDOUserException implements Serializable


Package ojb.odmg

Class ojb.odmg.NamedRootsEntry implements Serializable

Serialized Fields

name

java.lang.String name
the name under which an object is registered in the NamedRoots Map


oid

byte[] oid
the serialized Identity representing the named Object

Class ojb.odmg.ObjectEnvelope implements Serializable

Serialized Fields

modificationState

ModificationState modificationState
The objects modification state, e.g. Old and Clean


Package ojb.odmg.collections

Class ojb.odmg.collections.DBagImpl implements Serializable

Class ojb.odmg.collections.DListEntry implements Serializable

Serialized Fields

id

int id

position

int position

oid

Identity oid

realSubject

java.lang.Object realSubject

dlistId

int dlistId

serializedOID

byte[] serializedOID

Class ojb.odmg.collections.DListImpl implements Serializable

Serialized Fields

id

int id

elements

java.util.Vector elements

size

int size

Class ojb.odmg.collections.DMapEntry implements Serializable

Serialized Fields

id

int id

dMapId

int dMapId

keySerializedOID

byte[] keySerializedOID

keyOID

Identity keyOID

keyRealSubject

java.lang.Object keyRealSubject

valueSerializedOID

byte[] valueSerializedOID

valueOID

Identity valueOID

valueRealSubject

java.lang.Object valueRealSubject

Class ojb.odmg.collections.DMapImpl implements Serializable

Serialized Fields

id

int id

entries

ManageableHashSet entries

size

int size

Class ojb.odmg.collections.DSetEntry implements Serializable

Class ojb.odmg.collections.DSetImpl implements Serializable

Serialized Fields

id

int id

elements

java.util.Vector elements

size

int size


Package ojb.odmg.locking

Class ojb.odmg.locking.LockEntry implements Serializable

Serialized Fields

oidString

java.lang.String oidString
the unique OID of the object to be locked.


transactionId

java.lang.String transactionId
the GUID of the transaction that holds the lock


timestamp

long timestamp
the timestamp marking the time of acquisition of this lock


isolationLevel

int isolationLevel
the isolationlevel for this lock.


lockType

int lockType
marks if this is a read or a write lock. LOCK_READ = 0; LOCK_WRITE = 1;


Package ojb.odmg.states

Class ojb.odmg.states.ModificationState implements Serializable

Class ojb.odmg.states.StateNewClean implements Serializable

Class ojb.odmg.states.StateNewDelete implements Serializable

Class ojb.odmg.states.StateNewDirty implements Serializable

Class ojb.odmg.states.StateOldClean implements Serializable

Class ojb.odmg.states.StateOldDelete implements Serializable

Class ojb.odmg.states.StateOldDirty implements Serializable


Package test.ojb.broker

Class test.ojb.broker.A implements Serializable

Serialized Fields

id

int id

someValue

int someValue

Class test.ojb.broker.AB implements Serializable

Serialized Fields

ojbConcreteClass

java.lang.String ojbConcreteClass
the special attribute telling OJB which concrete class this Object has. NOTE: this attribute MUST be called ojbConcreteClass

Class test.ojb.broker.Article implements Serializable

Serialized Fields

articleId

int articleId
maps to db-column "Artikel-Nr";INT;PrimaryKey


articleName

java.lang.String articleName
maps to db-column Artikelname;CHAR


isSelloutArticle

boolean isSelloutArticle
maps to db-column Auslaufartikel;SMALL INT


minimumStock

int minimumStock
maps to db-column Mindestbestand;INT


orderedUnits

int orderedUnits
maps to db-column BestellteEinheiten;INT


price

double price
maps to db-column Einzelpreis;DECIMAL


productGroup

InterfaceProductGroup productGroup
reference to the articles category


productGroupId

int productGroupId
maps to db-column Kategorie-Nr;INT


stock

int stock
maps to db-column Lagerbestand;INT


supplierId

int supplierId
maps to db-column Lieferanten-Nr;INT


unit

java.lang.String unit
maps to db-column Liefereinheit;CHAR

Class test.ojb.broker.ArticleCollection implements Serializable

Serialized Fields

elements

java.util.Vector elements

Class test.ojb.broker.ArticleConversionStrategy implements Serializable

Serialized Fields

i_true

java.lang.Integer i_true

i_false

java.lang.Integer i_false

b_true

java.lang.Boolean b_true

b_false

java.lang.Boolean b_false

Class test.ojb.broker.ArticlePrimaryKey implements Serializable

Serialized Fields

id

int id

Class test.ojb.broker.ArticleProxy implements Serializable

Class test.ojb.broker.ArticleWithStockDetail implements Serializable

Serialized Fields

articleId

int articleId
maps to db-column "Artikel-Nr";INT;PrimaryKey


articleName

java.lang.String articleName
maps to db-column Artikelname;CHAR


isSelloutArticle

boolean isSelloutArticle
maps to db-column Auslaufartikel;SMALL INT


minimumStock

int minimumStock
maps to db-column Mindestbestand;INT


orderedUnits

int orderedUnits
maps to db-column BestellteEinheiten;INT


stockDetail

StockDetail stockDetail
this attribute is not filled through a reference lookup but with a RowReader !


price

double price
maps to db-column Einzelpreis;DECIMAL


productGroupId

int productGroupId
maps to db-column Kategorie-Nr;INT


stock

int stock
maps to db-column Lagerbestand;INT


supplierId

int supplierId
maps to db-column Lieferanten-Nr;INT


unit

java.lang.String unit
maps to db-column Liefereinheit;CHAR

Class test.ojb.broker.B implements Serializable

Serialized Fields

id

int id

someValue

int someValue

Class test.ojb.broker.BookArticle implements Serializable

Serialized Fields

articleId

int articleId
maps to db-column "Artikel-Nr";INT;PrimaryKey


articleName

java.lang.String articleName
maps to db-column Artikelname;CHAR


isSelloutArticle

int isSelloutArticle
maps to db-column Auslaufartikel;SMALL INT


minimumStock

int minimumStock
maps to db-column Mindestbestand;INT


orderedUnits

int orderedUnits
maps to db-column BestellteEinheiten;INT


price

double price
maps to db-column Einzelpreis;DECIMAL


productGroup

InterfaceProductGroup productGroup
reference to the articles category


productGroupId

int productGroupId
maps to db-column Kategorie-Nr;INT


stock

int stock
maps to db-column Lagerbestand;INT


supplierId

int supplierId
maps to db-column Lieferanten-Nr;INT


unit

java.lang.String unit
maps to db-column Liefereinheit;CHAR


author

java.lang.String author
books author


isbn

java.lang.String isbn
ISBN No of Book

Class test.ojb.broker.C implements Serializable

Serialized Fields

id

int id

ojbConcreteClass

java.lang.String ojbConcreteClass

someValue

int someValue

Class test.ojb.broker.CdArticle implements Serializable

Serialized Fields

articleId

int articleId
maps to db-column "Artikel-Nr";INT;PrimaryKey


articleName

java.lang.String articleName
maps to db-column Artikelname;CHAR


isSelloutArticle

int isSelloutArticle
maps to db-column Auslaufartikel;SMALL INT


minimumStock

int minimumStock
maps to db-column Mindestbestand;INT


orderedUnits

int orderedUnits
maps to db-column BestellteEinheiten;INT


price

double price
maps to db-column Einzelpreis;DECIMAL


productGroup

InterfaceProductGroup productGroup
reference to the articles category


productGroupId

int productGroupId
maps to db-column Kategorie-Nr;INT


stock

int stock
maps to db-column Lagerbestand;INT


supplierId

int supplierId
maps to db-column Lieferanten-Nr;INT


unit

java.lang.String unit
maps to db-column Liefereinheit;CHAR


labelname

java.lang.String labelname
record label


musicians

java.lang.String musicians
books the musicians

Class test.ojb.broker.D implements Serializable

Class test.ojb.broker.LockedByTimestamp implements Serializable

Serialized Fields

id

int id

value

java.lang.String value

timestamp

java.sql.Timestamp timestamp

Class test.ojb.broker.LockedByVersion implements Serializable

Serialized Fields

id

int id

value

java.lang.String value

version

int version

Class test.ojb.broker.OrderPosition implements Serializable

Serialized Fields

id

int id

order_id

int order_id

article_id

int article_id

article

InterfaceArticle article

Class test.ojb.broker.PerformanceArticle implements Serializable

Serialized Fields

articleId

int articleId
maps to db-column "Artikel-Nr";INT;PrimaryKey


articleName

java.lang.String articleName
maps to db-column Artikelname;CHAR


minimumStock

int minimumStock
maps to db-column Mindestbestand;INT


orderedUnits

int orderedUnits
maps to db-column BestellteEinheiten;INT


price

double price
maps to db-column Einzelpreis;DECIMAL


productGroupId

int productGroupId
maps to db-column Kategorie-Nr;INT


stock

int stock
maps to db-column Lagerbestand;INT


supplierId

int supplierId
maps to db-column Lieferanten-Nr;INT


unit

java.lang.String unit
maps to db-column Liefereinheit;CHAR

Class test.ojb.broker.Person implements Serializable

Serialized Fields

id

int id

firstname

java.lang.String firstname

lastname

java.lang.String lastname

projects

java.util.Collection projects

roles

java.util.Collection roles

Class test.ojb.broker.ProductGroup implements Serializable

Serialized Fields

allArticlesInGroup

java.util.List allArticlesInGroup
collection containing all articles of a given product group


description

java.lang.String description
a textual description of the group


groupId

int groupId
the unique id of a product group


groupName

java.lang.String groupName
the name of a group

Class test.ojb.broker.ProductGroupProxy implements Serializable

Class test.ojb.broker.ProductGroupWithArray implements Serializable

Serialized Fields

allArticlesInGroup

InterfaceArticle[] allArticlesInGroup
collection containing all articles of a given product group


description

java.lang.String description
a textual description of the group


groupId

int groupId
the unique id of a product group


groupName

java.lang.String groupName
the name of a group

Class test.ojb.broker.ProductGroupWithCollectionProxy implements Serializable

Serialized Fields

allArticlesInGroup

java.util.Collection allArticlesInGroup
collection containing all articles of a given product group


groupId

int groupId
the unique id of a product group


groupName

java.lang.String groupName
the name of a group

Class test.ojb.broker.ProductGroupWithTypedCollection implements Serializable

Serialized Fields

allArticlesInGroup

ArticleCollection allArticlesInGroup
collection containing all articles of a given product group


description

java.lang.String description
a textual description of the group


groupId

int groupId
the unique id of a product group


groupName

java.lang.String groupName
the name of a group

Class test.ojb.broker.Project implements Serializable

Serialized Fields

id

int id

title

java.lang.String title

description

java.lang.String description

persons

java.util.Collection persons

roles

java.util.Collection roles

Class test.ojb.broker.Role implements Serializable

Serialized Fields

person_id

int person_id

project_id

int project_id

person

Person person

project

Project project

roleName

java.lang.String roleName

Class test.ojb.broker.RowReaderTestImpl implements Serializable

Class test.ojb.broker.StockDetail implements Serializable

Serialized Fields

isSelloutArticle

boolean isSelloutArticle

minimumStock

int minimumStock

orderedUnits

int orderedUnits

stock

int stock

unit

java.lang.String unit

myArticle

ArticleWithStockDetail myArticle

Class test.ojb.broker.Tree implements Serializable

Serialized Fields

id

int id

data

java.lang.String data

parentId

int parentId

childs

java.util.Vector childs

Class test.ojb.broker.TreeGroup implements Serializable

Serialized Fields

id

int id

data

java.lang.String data

parentId

int parentId

children

java.util.Vector children

myParent

TreeGroup myParent

groupId

int groupId

groupMembers

java.util.Vector groupMembers

myGroup

TreeGroup myGroup


Package test.ojb.ejb

Class test.ojb.ejb.PlzEntryBmpBean implements Serializable

Serialized Fields

entityContext

javax.ejb.EntityContext entityContext

valueObject

PlzEntryImpl valueObject

Class test.ojb.ejb.PlzEntryBmpKey implements Serializable

Serialized Fields

id

int id

Class test.ojb.ejb.PlzEntryIdentity implements Serializable

Class test.ojb.ejb.PlzEntryImpl implements Serializable

Serialized Fields

id

int id

postalcode

java.lang.String postalcode

town

java.lang.String town

smalltown

java.lang.String smalltown

street

java.lang.String street

hnumber

java.lang.String hnumber

reserve

java.lang.String reserve


Package test.ojb.odmg

Class test.ojb.odmg.Article implements Serializable

Serialized Fields

articleId

int articleId
maps to db-column "Artikel-Nr";INT;PrimaryKey


articleName

java.lang.String articleName
maps to db-column Artikelname;CHAR


isSelloutArticle

int isSelloutArticle
maps to db-column Auslaufartikel;SMALL INT


minimumStock

int minimumStock
maps to db-column Mindestbestand;INT


orderedUnits

int orderedUnits
maps to db-column BestellteEinheiten;INT


price

double price
maps to db-column Einzelpreis;DECIMAL


productGroup

ProductGroup productGroup
reference to the articles category


productGroupId

int productGroupId
maps to db-column Kategorie-Nr;INT


stock

int stock
maps to db-column Lagerbestand;INT


supplierId

int supplierId
maps to db-column Lieferanten-Nr;INT


unit

java.lang.String unit
maps to db-column Liefereinheit;CHAR

Class test.ojb.odmg.PersonImpl implements Serializable

Serialized Fields

id

int id

motherId

int motherId

fatherId

int fatherId

firstname

java.lang.String firstname

lastname

java.lang.String lastname

mother

Person mother

father

Person father

children

Person[] children

Class test.ojb.odmg.ProductGroup implements Serializable

Serialized Fields

allArticlesInGroup

java.util.Vector allArticlesInGroup
collection containing all articles of a given product group


description

java.lang.String description
a textual description of the group


groupId

int groupId
the unique id of a product group


groupName

java.lang.String groupName
the name of a group


Package test.ojb.tutorial1

Class test.ojb.tutorial1.Product implements Serializable

Serialized Fields

price

double price
price per item


stock

int stock
stock of currently available items


name

java.lang.String name
product name


_id

int _id
artificial primary key atribute


Package test.ojb.tutorial2

Class test.ojb.tutorial2.Product implements Serializable

Serialized Fields

price

double price
price per item


stock

int stock
stock of currently available items


name

java.lang.String name
product name


_id

int _id
artificial primary key atribute



Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04