Serialized Form
Package org.apache.ojb.broker |
serialVersionUID: 3182285550574178710L
m_objectsTopLevelClass
Class<T> m_objectsTopLevelClass
- The top-level Class of the identified object, ie. an interface.
m_objectsRealClass
Class<T> m_objectsRealClass
- The real Class of the identified object, ie. the implementing class.
m_pkValues
Object[] m_pkValues
- The ordered list of primary key values maintaining the objects identity in the underlying RDBMS.
isTransient
int isTransient
sourceObject
Object sourceObject
- The violating object.
serialVersionUID: -8858811398162391578L
jcdAlias
String jcdAlias
user
String user
password
String password
hashCode
int hashCode
eventType
PBLifeCycleEvent.Type eventType
target
Object target
eventType
PBStateEvent.Type eventType
sqlState
String sqlState
Package org.apache.ojb.broker.accesslayer |
serialVersionUID: 1906110293623601724L
internalEnum
Enumeration<E> internalEnum
m_attributeList
Map<K,V> m_attributeList
m_cld
ClassDescriptor m_cld
Package org.apache.ojb.broker.accesslayer.conversions |
byteOut
ByteArrayOutputStream byteOut
uuOut
Base64.OutputStream uuOut
gzipOut
GZIPOutputStream gzipOut
objOut
ObjectOutputStream objOut
Package org.apache.ojb.broker.ant |
Package org.apache.ojb.broker.cache |
Package org.apache.ojb.broker.core |
serialVersionUID: 3331426619896735439L
m_log
Logger m_log
m_ctx
javax.ejb.SessionContext m_ctx
m_ojbRepository
String m_ojbRepository
m_pbKey
PBKey m_pbKey
m_pbf
PersistenceBrokerFactoryIF m_pbf
serialVersionUID: 3689069556052340793L
m_jdbcType
JdbcType m_jdbcType
m_value
Object m_value
hc
int hc
Package org.apache.ojb.broker.core.proxy |
serialVersionUID: -1993879565033755826L
_brokerKey
PBKey _brokerKey
- The key for acquiring the above broker
_realSubject
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
_indirectionHandlerClass
Class<T> _indirectionHandlerClass
- The indirection handler class
_listProxyConstructor
Constructor<T> _listProxyConstructor
- The constructor used for creating list proxies
_setProxyConstructor
Constructor<T> _setProxyConstructor
- The constructor used for creating set proxies
_collectionProxyConstructor
Constructor<T> _collectionProxyConstructor
- The constructor used for creating collection proxies
_brokerKey
PBKey _brokerKey
- The key for acquiring the above broker
_perThreadDescriptorsEnabled
boolean _perThreadDescriptorsEnabled
- Flag set when per-thread metadata profiles are in use.
_profileKey
Object _profileKey
- Profile key used when lazy-loading with per-thread metadata profiles.
_query
Query _query
- The query that defines the values in the collection
_data
Collection<E> _data
- The actual data (if already loaded)
_collectionClass
Class<T> _collectionClass
- The collection type
_size
int _size
- The number of objects
_needsClose
boolean _needsClose
serialVersionUID: 568312334450175549L
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
logger
Logger logger
classObject
Class<T> classObject
indirectionHandler
IndirectionHandler indirectionHandler
proxyFactories
HashMap<K,V> proxyFactories
foundInterfaces
HashMap<K,V> foundInterfaces
- JMM: Cache information about the interfaces need for dynamic proxy.
serialVersionUID: -3999451313262635171L
writeReplace
public Object writeReplace()
indirectionHandler
IndirectionHandler indirectionHandler
- reference to the IndirectionHandler that encapsulates the delegation mechanism
Package org.apache.ojb.broker.locking |
key
Object key
resourceId
Object resourceId
isolationLevel
int isolationLevel
methodName
byte methodName
lockTimeout
long lockTimeout
blockTimeout
long blockTimeout
Package org.apache.ojb.broker.metadata |
serialVersionUID: -2179877752386923963L
serialVersionUID: 5205304260023247711L
fieldSource
int fieldSource
constantValue
String constantValue
fieldRefName
String fieldRefName
returnedByProcedure
boolean returnedByProcedure
procedureDescriptor
ProcedureDescriptor procedureDescriptor
- The procedure descriptor that this object is related to.
serialVersionUID: -818671542770428043L
m_PersistentField
PersistentField m_PersistentField
m_ClassDescriptor
ClassDescriptor m_ClassDescriptor
serialVersionUID: -5212253607374173965L
persistentFieldClassName
String persistentFieldClassName
insertProcedure
InsertProcedureDescriptor insertProcedure
- The descriptor for the insert procedure/function.
updateProcedure
UpdateProcedureDescriptor updateProcedure
- The descriptor for the update procedure/function.
deleteProcedure
DeleteProcedureDescriptor deleteProcedure
- The descriptor for the delete procedure/function.
initializationMethodName
String initializationMethodName
factoryMethodName
String factoryMethodName
m_repository
DescriptorRepository m_repository
factoryClass
Class<T> factoryClass
- optional class.method to be invoked to create object instance. Both
of these must be present for this function to be successful.
useIdentityColumn
int useIdentityColumn
baseClass
String baseClass
m_IsolationLevel
int m_IsolationLevel
- transaction isolation level specified for this class, used in the ODMG server
schema
String schema
- the SQL SCHEMA of the underlying table of this class
m_Class
Class<T> m_Class
- the described class
isAbstract
boolean isAbstract
- whether the described class is abstract
m_TableName
String m_TableName
- the table name used to store the scalar attributes of this class
m_rowReader
RowReader m_rowReader
- the RowReader for this class
superClass
String superClass
- the class that this class extends
superClassFieldRef
int superClassFieldRef
- reference column for the superclass
m_isInterface
boolean m_isInterface
- does the described class represent an interface?
proxyClass
Class<T> proxyClass
- the proxy class for the described class, may be null
proxyClassName
String proxyClassName
- the proxy class name for the described class, may be null
acceptLocks
boolean acceptLocks
- if false do not accept implicit locks on this class
alwaysRefresh
boolean alwaysRefresh
- if true instances of this class are always refreshed
even if they are already in the cache.
false by default.
m_ProxyPrefetchingLimit
int m_ProxyPrefetchingLimit
objectCacheDescriptor
ObjectCacheDescriptor objectCacheDescriptor
- optional, ObjectCacheDescriptor for representing class
indexes
Vector<E> indexes
- the vector of indices used in DDL generation.
m_autoIncrementField
FieldDescriptor m_autoIncrementField
m_FieldDescriptions
FieldDescriptor[] m_FieldDescriptions
- the FieldDescriptors for the primitive attributes
m_CollectionDescriptors
Vector<E> m_CollectionDescriptors
- the descriptors for collection attributes
m_ObjectReferenceDescriptors
Vector<E> m_ObjectReferenceDescriptors
- the descriptor for 1-1 reference attributes
m_nonPkFieldDescriptors
FieldDescriptor[] m_nonPkFieldDescriptors
- the non-primary key FieldDescriptors
m_PkFieldDescriptors
FieldDescriptor[] m_PkFieldDescriptors
- the primary key FieldDescriptors
m_RwFieldDescriptors
FieldDescriptor[] m_RwFieldDescriptors
- the read/write FieldDescriptors BRJ
m_RwNonPkFieldDescriptors
FieldDescriptor[] m_RwNonPkFieldDescriptors
m_lockingFieldDescriptors
FieldDescriptor[] m_lockingFieldDescriptors
- the optimistic lockingFieldDescriptors BRJ
extentClasses
Vector<E> extentClasses
- the list of classes in the extent of this class. can be empty
extentClassNames
Vector<E> extentClassNames
- the list of class names in the extent of this class. can be empty
m_fieldDescriptorNameMap
Map<K,V> m_fieldDescriptorNameMap
m_collectionDescriptorNameMap
Map<K,V> m_collectionDescriptorNameMap
m_objectReferenceDescriptorsNameMap
Map<K,V> m_objectReferenceDescriptorsNameMap
m_superCld
ClassDescriptor m_superCld
m_superCldSet
boolean m_superCldSet
serialVersionUID: -8570280662286424937L
collectionClass
Class<T> 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.
m_orderby
Collection<E> m_orderby
- the Collection of orderby Fields
indirectionTable
String indirectionTable
- For m:n related Classes this is the indirection table.
fksToItemClass
Vector<E> fksToItemClass
fksToThisClass
Vector<E> fksToThisClass
fksToItemClassAry
String[] fksToItemClassAry
fksToThisClassAry
String[] fksToThisClassAry
m_queryCustomizer
QueryCustomizer m_queryCustomizer
m_hasProxyItems
Boolean m_hasProxyItems
serialVersionUID: -3071461685659671879L
jdbcProperties
Properties jdbcProperties
- JDBC properties configured in OJB (not used for DataSource connections).
dbcpProperties
Properties dbcpProperties
- DBCP Statement cache properties configured in OJB (not used for DataSource connections).
connectionFactory
Class<T> connectionFactory
serialVersionUID: -5581126412817848887L
jcdMap
HashMap<K,V> jcdMap
jcdAliasToPBKeyMap
Hashtable<K,V> jcdAliasToPBKeyMap
utils
JdbcMetadataUtils utils
serialVersionUID: -1265854095889157172L
includePkFieldsOnly
boolean includePkFieldsOnly
- The value that indicates if the argument list for this procedure
includes only the field-descriptors from the related class-descriptor
that are identified as being part of the primary key.
serialVersionUID: -1556339982311359524L
log
Logger log
defaultIsolationLevel
int defaultIsolationLevel
- the default isolation level used for this repository
descriptorTable
HashMap<K,V> descriptorTable
- This table holds all known Mapping descriptions.
Key values are the respective Class objects
extentTable
Map<K,V> extentTable
- We need a lot the extent, to which a class belongs
(@see DescriptorRepository#getExtentClass). To speed up the costy
evaluation, we use this tiny hash map.
superClassMultipleJoinedTablesMap
Map<K,V> superClassMultipleJoinedTablesMap
serialVersionUID: 7865777758296851949L
m_ColNo
int m_ColNo
m_ColumnName
String m_ColumnName
m_ColumnType
String m_ColumnType
m_IsKeyField
boolean m_IsKeyField
indexed
boolean indexed
m_autoIncrement
boolean m_autoIncrement
m_sequenceName
String m_sequenceName
m_jdbcType
JdbcType m_jdbcType
length
int length
precision
int precision
scale
int scale
required
boolean required
scaleSpecified
boolean scaleSpecified
precisionSpecified
boolean precisionSpecified
lengthSpecified
boolean lengthSpecified
fieldConversion
FieldConversion fieldConversion
m_locking
boolean m_locking
updateLock
boolean updateLock
m_access
String m_access
serialVersionUID: -297186561855340166L
name
String name
isAscending
boolean isAscending
serialVersionUID: -1722513568634970108L
name
String name
unique
boolean unique
indexColumns
Vector<E> indexColumns
serialVersionUID: -3808311052971075269L
includeAllFields
boolean includeAllFields
- The value that indicates if the argument list for this procedure
includes all field-descriptors from the related class-descriptor.
serialVersionUID: -600900924512028960L
logger
Logger logger
m_jcdAlias
String m_jcdAlias
m_Dbms
String m_Dbms
m_Driver
String m_Driver
m_Protocol
String m_Protocol
m_SubProtocol
String m_SubProtocol
m_DbAlias
String m_DbAlias
m_DatasourceName
String m_DatasourceName
m_UserName
String m_UserName
m_Password
String m_Password
m_JdbcLevel
double m_JdbcLevel
m_eagerRelease
boolean m_eagerRelease
m_batchMode
boolean m_batchMode
defaultConnection
boolean defaultConnection
useAutoCommit
int useAutoCommit
ignoreAutoCommitExceptions
boolean ignoreAutoCommitExceptions
pbKey
PBKey pbKey
cpd
ConnectionPoolDescriptor cpd
sequenceDescriptor
SequenceDescriptor sequenceDescriptor
objectCacheDescriptor
ObjectCacheDescriptor objectCacheDescriptor
fieldType
FieldType fieldType
serialVersionUID: 2583853027407750053L
objectCache
Class<T> objectCache
configurationProperties
Properties configurationProperties
serialVersionUID: 5561562217150972131L
m_ClassOfItems
Class<T> m_ClassOfItems
m_ForeignKeyFields
Vector<E> m_ForeignKeyFields
m_CascadeRetrieve
boolean m_CascadeRetrieve
m_CascadeStore
int m_CascadeStore
m_CascadeDelete
int m_CascadeDelete
m_ProxyPrefetchingLimit
int m_ProxyPrefetchingLimit
m_ProxyOfItems
Class<T> m_ProxyOfItems
m_LookedUpProxy
boolean m_LookedUpProxy
m_OtmDependent
boolean m_OtmDependent
fkFieldMap
Hashtable<K,V> fkFieldMap
- holds the foreign-key field descriptor array for a specified class
lazy
boolean lazy
- define loading strategy of the resulting object
refresh
boolean refresh
- if true relationship is refreshed when owner is found in cache
serialVersionUID: -8228331122289787173L
name
String name
- The the name of the procedure/function to invoke.
returnValueFieldRef
FieldDescriptor returnValueFieldRef
- The the field descriptor that will receive the return value from the procedure/function...
classDescriptor
ClassDescriptor classDescriptor
- The class descriptor that this object is related to.
arguments
ArrayList<E> arguments
- The argument descriptor lists.
serialVersionUID: -5161713731380949398L
jcd
JdbcConnectionDescriptor jcd
sequenceManagerClass
Class<T> sequenceManagerClass
configurationProperties
Properties configurationProperties
javaInheritance
Boolean javaInheritance
declaredInheritanceFields
Map<K,V> declaredInheritanceFields
superRef
SuperReferenceDescriptor superRef
serialVersionUID: 1319547080310130251L
includeAllFields
boolean includeAllFields
- The value that indicates if the argument list for this procedure
includes all field-descriptors from the related class-descriptor.
Package org.apache.ojb.broker.metadata.fieldaccess |
serialVersionUID: 3989863424358352941L
fieldname
String fieldname
serialVersionUID: 6286229945422476325L
persistentFieldClasses
Class<T>[] persistentFieldClasses
- Define the number and ordering of the used
PersistentField
implementaions. Override this field to add new classes or to change
setection order.
currentPF
PersistentField currentPF
latestException
PersistentFieldAutoProxyImpl.ExceptionWrapper latestException
index
int index
fieldName
String fieldName
rootObjectType
Class<T> rootObjectType
serialVersionUID: -5458024240998909205L
serialVersionUID: 4728858060905429509L
serialVersionUID: 8805309492150404444L
type
Class<T> type
serialVersionUID: -6110158693763128846L
setAccessibleAction
PersistentFieldPrivilegedImpl.SetAccessibleAction setAccessibleAction
unsetAccessibleAction
PersistentFieldPrivilegedImpl.UnsetAccessibleAction unsetAccessibleAction
Package org.apache.ojb.broker.platforms |
Package org.apache.ojb.broker.query |
serialVersionUID: -6265085604410295816L
m_startAtIndex
int m_startAtIndex
m_endAtIndex
int m_endAtIndex
m_fullSize
int m_fullSize
fetchSize
int fetchSize
m_searchClass
Class<T> m_searchClass
m_baseClass
Class<T> m_baseClass
m_withExtents
boolean m_withExtents
value2
Object value2
serialVersionUID: 7384550404778187808L
m_criteria
Vector<E> m_criteria
m_type
int m_type
m_embraced
boolean m_embraced
m_negative
boolean m_negative
orderby
List<E> orderby
groupby
List<E> groupby
prefetchedRelationships
List<E> prefetchedRelationships
m_alias
String m_alias
m_aliasPath
String m_aliasPath
m_userAlias
UserAlias m_userAlias
m_query
QueryByCriteria m_query
m_parentCriteria
Criteria m_parentCriteria
m_pathClasses
Map<K,V> m_pathClasses
m_negative
boolean m_negative
m_translateField
boolean m_translateField
m_clause
String m_clause
m_criteria
Criteria m_criteria
m_distinct
boolean m_distinct
m_pathClasses
Map<K,V> m_pathClasses
m_havingCriteria
Criteria m_havingCriteria
m_objectProjectionAttribute
String m_objectProjectionAttribute
m_orderby
List<E> m_orderby
m_groupby
List<E> m_groupby
m_prefetchedRelationships
List<E> m_prefetchedRelationships
m_pathOuterJoins
Collection<E> m_pathOuterJoins
m_exampleObjectOrIdentity
Object m_exampleObjectOrIdentity
indirectionTable
String indirectionTable
m_sql
String m_sql
m_attributes
String[] m_attributes
m_jdbcTypes
int[] m_jdbcTypes
m_joinAttributes
String[] m_joinAttributes
m_attrToFld
Map<K,V> m_attrToFld
indirectionTable
String indirectionTable
serialVersionUID: -5194901539702756536L
m_attribute
Object m_attribute
m_value
Object m_value
m_bound
boolean m_bound
m_numberOfExtentsToBind
int m_numberOfExtentsToBind
m_alias
String m_alias
m_userAlias
UserAlias m_userAlias
m_translateAttribute
boolean m_translateAttribute
m_criteria
Criteria m_criteria
serialVersionUID: 3257282552220627249L
m_mapping
Map<K,V> m_mapping
m_name
String m_name
m_attributePath
String m_attributePath
m_allPathsAliased
boolean m_allPathsAliased
m_logger
Logger m_logger
m_clause
String m_clause
Package org.apache.ojb.broker.transaction |
Package org.apache.ojb.broker.transaction.tm |
Package org.apache.ojb.broker.util |
serialVersionUID: -6163239155380515945L
guid
String guid
- String representation of the GUID
needsInsert
boolean needsInsert
- Deprecated.
needsUpdate
boolean needsUpdate
- Deprecated.
Package org.apache.ojb.broker.util.collections |
allObjectsToBeRemoved
Vector<E> allObjectsToBeRemoved
allObjectsToBeRemoved
Vector<E> allObjectsToBeRemoved
allObjectsToBeRemoved
Vector<E> allObjectsToBeRemoved
Package org.apache.ojb.broker.util.configuration |
Package org.apache.ojb.broker.util.event |
Package org.apache.ojb.broker.util.logging |
name
String name
name
String name
name
String name
level
int level
EOL
String EOL
buffer
StringBuffer buffer
errorLog
boolean errorLog
Package org.apache.ojb.broker.util.pooling |
serialVersionUID: -3850488378321541047L
Package org.apache.ojb.broker.util.sequence |
serialVersionUID: -2174468157880921393L
name
String name
maxKey
long maxKey
grabSize
int grabSize
version
Integer version
curVal
long curVal
Package org.apache.ojb.odmg |
serialVersionUID: 6179717896336300342L
name
String name
- the name under which an object is registered in the NamedRoots Map
oid
byte[] oid
- the serialized Identity representing the named Object
serialVersionUID: -829177767933340522L
log
Logger log
modificationState
ModificationState modificationState
- The objects modification state, e.g. Old and Clean
oid
Identity oid
hasChanged
Boolean hasChanged
writeLocked
boolean writeLocked
myObj
Object myObj
- myObj holds the object we are wrapping.
beforeImage
Map<K,V> beforeImage
- beforeImage holds a mapping between field
names and values at the start of the transaction.
currentImage holds the mapping at the
end of the transaction.
currentImage
Map<K,V> currentImage
buffer
ObjectEnvelopeTable buffer
linkEntryList
List<E> linkEntryList
cause
Throwable cause
- The cause of a TransactionAbortedException
Package org.apache.ojb.odmg.collections |
serialVersionUID: -4937635522392824190L
serialVersionUID: 5251476492626009907L
pbKey
PBKey pbKey
id
Integer id
dlistId
Integer dlistId
oid
Identity oid
position
int position
serialVersionUID: -9219943066614026526L
id
Integer id
elements
List<E> elements
pbKey
PBKey pbKey
serialVersionUID: 4382757889982004339L
pbKey
PBKey pbKey
id
Integer id
dmapId
Integer dmapId
keyOid
Identity keyOid
valueOid
Identity valueOid
serialVersionUID: 7048246616243056480L
id
Integer id
entries
Set<E> entries
pbKey
PBKey pbKey
serialVersionUID: 6334656303221694908L
serialVersionUID: -4459673364598652639L
id
Integer id
elements
List<E> elements
pbKey
PBKey pbKey
Package org.apache.ojb.odmg.locking |
serialVersionUID: 8060850552557793930L
oidString
String oidString
- the unique OID of the object to be locked.
transactionId
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 org.apache.ojb.odmg.states |
serialVersionUID: 4182870857709997816L
Package org.apache.ojb.otm.copy |
Package org.apache.ojb.otm.core |
Package org.apache.ojb.otm.lock |
Package org.apache.ojb.otm.lock.wait |
Package org.apache.ojb.otm.states |
Package org.apache.ojb.otm.transaction |
Package org.apache.ojb.soda |
serialVersionUID: 7117766237756132776L
ojbQuery
Query ojbQuery
limitCount
int limitCount
broker
PersistenceBroker broker
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.