Serialized Form
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
sourceObject
java.lang.Object sourceObject
sourceException
java.lang.Throwable sourceException
msg
java.lang.String msg
indirectionHandler
IndirectionHandler indirectionHandler
- reference to the IndirectionHandler that encapsulates the delegation mechanism
Package ojb.broker.accesslayer |
query
Query query
data
java.util.Collection data
collectionClass
java.lang.Class collectionClass
size
int size
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
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
internalEnum
java.util.Enumeration internalEnum
Package ojb.broker.metadata |
m_PersistentField
PersistentField m_PersistentField
m_ClassDescriptor
ClassDescriptor m_ClassDescriptor
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
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
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
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
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
clazz
java.lang.Class clazz
fieldname
java.lang.String fieldname
declaringClass
java.lang.Class declaringClass
propertyDescriptor
java.beans.PropertyDescriptor propertyDescriptor
o2
java.lang.Object o2
bindO2
boolean bindO2
criteria
java.util.Vector criteria
type
int type
embraced
boolean embraced
orderby
java.lang.String orderby
groupby
java.lang.String[] groupby
ascending
boolean ascending
clazz
java.lang.Class clazz
criteria
Criteria criteria
distinct
boolean distinct
exampleObject
java.lang.Object exampleObject
clazz
java.lang.Class clazz
tables
java.lang.String tables
criteria
Criteria criteria
distinct
boolean distinct
sql
java.lang.String sql
clazz
java.lang.Class clazz
columns
java.lang.String[] columns
attribute
java.lang.String attribute
value
java.lang.Object value
negative
boolean negative
bound
boolean bound
Package ojb.broker.server |
servers
ServerPool servers
currentServer
ServerEntry currentServer
brokerId
int brokerId
logger
Logger logger
broker
PersistenceBrokerClient broker
- reference to the used PersistenceBroker
iteratorId
int iteratorId
methodIndex
int methodIndex
brokerId
int brokerId
arg1
java.lang.Object arg1
arg2
java.lang.Object arg2
arg3
java.lang.Object arg3
broker
PersistenceBrokerClient broker
- reference to the used PersistenceBroker
iteratorId
int iteratorId
name
java.lang.String name
port
int port
index
int index
servers
java.util.Vector servers
needsInsert
boolean needsInsert
needsUpdate
boolean needsUpdate
Package ojb.broker.util.logging |
name
java.lang.String name
name
java.lang.String name
level
int level
Package ojb.broker.util.collections |
Package ojb.broker.util.sequence |
classname
java.lang.String classname
fieldname
java.lang.String fieldname
current
int current
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
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
modificationState
ModificationState modificationState
- The objects modification state, e.g. Old and Clean
Package ojb.odmg.collections |
id
int id
position
int position
oid
Identity oid
realSubject
java.lang.Object realSubject
dlistId
int dlistId
serializedOID
byte[] serializedOID
id
int id
elements
java.util.Vector elements
size
int size
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
id
int id
entries
ManageableHashSet entries
size
int size
id
int id
elements
java.util.Vector elements
size
int size
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;
id
int id
someValue
int someValue
ojbConcreteClass
java.lang.String ojbConcreteClass
- the special attribute telling OJB which concrete class this Object has.
NOTE: this attribute MUST be called ojbConcreteClass
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
elements
java.util.Vector elements
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
id
int id
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
id
int id
someValue
int someValue
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
id
int id
ojbConcreteClass
java.lang.String ojbConcreteClass
someValue
int someValue
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
id
int id
value
java.lang.String value
timestamp
java.sql.Timestamp timestamp
id
int id
value
java.lang.String value
version
int version
id
int id
order_id
int order_id
article_id
int article_id
article
InterfaceArticle article
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
id
int id
firstname
java.lang.String firstname
lastname
java.lang.String lastname
projects
java.util.Collection projects
roles
java.util.Collection roles
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
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
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
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
id
int id
title
java.lang.String title
description
java.lang.String description
persons
java.util.Collection persons
roles
java.util.Collection roles
person_id
int person_id
project_id
int project_id
person
Person person
project
Project project
roleName
java.lang.String roleName
isSelloutArticle
boolean isSelloutArticle
minimumStock
int minimumStock
orderedUnits
int orderedUnits
stock
int stock
unit
java.lang.String unit
myArticle
ArticleWithStockDetail myArticle
id
int id
data
java.lang.String data
parentId
int parentId
childs
java.util.Vector childs
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
entityContext
javax.ejb.EntityContext entityContext
valueObject
PlzEntryImpl valueObject
id
int id
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
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
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
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 |
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 |
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