Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


Serialized Form




Class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping extends AggregateMapping implements Serializable

Serialized Fields

field

DatabaseField field
The aggregate objects are stored in a single field.

containerPolicy

ContainerPolicy containerPolicy
This determines the type of container used to hold the aggregate objects.

Class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping extends DatabaseMapping implements Serializable

Serialized Fields

field

DatabaseField field
This is the field holding the nested collection.

elementDataTypeName

java.lang.String elementDataTypeName
This is the "data type" associated with each element in the nested collection. Depending on the data store, this could be optional.

valueConverter

Converter valueConverter
Allows user defined conversion between the object value and the database value.

containerPolicy

ContainerPolicy containerPolicy
This determines the type of container used to hold the nested collection in the object.

Class oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping extends AggregateMapping implements Serializable

Serialized Fields

field

DatabaseField field
The aggregate object is stored in a single field.

Class oracle.toplink.descriptors.copying.AbstractCopyPolicy extends java.lang.Object implements Serializable

Serialized Fields

descriptor

Descriptor descriptor

Class oracle.toplink.mappings.foundation.AbstractDirectMapping extends DatabaseMapping implements Serializable

Serialized Fields

field

DatabaseField field
DatabaseField which this mapping represents.

converter

Converter converter
Allows user defined conversion between the object attribute value and the database value.

isMutable

java.lang.Boolean isMutable
PERF: Indicates if this mapping's attribute is a simple atomic value and cannot be modified, only replaced. This is a tri-state to allow user to set to true or false, as default is false but some data-types such as Calendar or byte[] or converter types may be desired to be used as mutable.

Class oracle.toplink.sdk.AbstractSDKCall extends DatasourceCall implements Serializable

Class oracle.toplink.mappings.foundation.AbstractTransformationMapping extends DatabaseMapping implements Serializable

Serialized Fields

attributeTransformerClassName

java.lang.String attributeTransformerClassName
Name of the class which implements AttributeTransformer to be used to retrieve the attribute value

attributeTransformer

AttributeTransformer attributeTransformer
attributeTransformerClassName is converter to an instance of AttributeTransformer

fieldTransformations

java.util.Vector fieldTransformations
Stores field name and the class name of a FieldTransformer in a vector to preserve order

fieldToTransformers

java.util.Vector fieldToTransformers
The TransformerClassNames are converted into instances of FieldTransformer

isMutable

boolean isMutable
PERF: Indicates if this mapping's attribute is a simple value which cannot be modified only replaced.

indirectionPolicy

IndirectionPolicy indirectionPolicy
Implements indirection behavior

Class oracle.toplink.platform.database.AccessPlatform extends oracle.toplink.internal.databaseaccess.AccessPlatform implements Serializable

Class oracle.toplink.mappings.AggregateCollectionMapping extends CollectionMapping implements Serializable

Class oracle.toplink.mappings.AggregateMapping extends DatabaseMapping implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass
Stores a reference class

referenceClassName

java.lang.String referenceClassName

referenceDescriptor

Descriptor referenceDescriptor
The descriptor of the reference class

Class oracle.toplink.mappings.AggregateObjectMapping extends AggregateMapping implements Serializable

Serialized Fields

isNullAllowed

boolean isNullAllowed
If all the fields in the database row for the aggregate object are NULL, then, by default, TopLink will place a null in the appropriate source object (as opposed to an aggregate object filled with nulls). To change this behavior, set the value of this variable to false. Then TopLink will build a new instance of the aggregate object that is filled with nulls and place it in the source object.

Class oracle.toplink.eis.adapters.aq.AQEISConnectionSpec extends EISConnectionSpec implements Serializable

Class oracle.toplink.eis.adapters.aq.AQPlatform extends EISPlatform implements Serializable

Class oracle.toplink.objectrelational.ArrayMapping extends SDKDirectCollectionMapping implements Serializable

Class oracle.toplink.history.AsOfClause extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

Class oracle.toplink.history.AsOfSCNClause extends AsOfClause implements Serializable

Class oracle.toplink.mappings.AttributeAccessor extends java.lang.Object implements Serializable

Serialized Fields

attributeName

java.lang.String attributeName
Stores the name of the attribute

Class oracle.toplink.descriptors.changetracking.AttributeChangeTrackingPolicy extends ObjectChangeTrackingPolicy implements Serializable

Class oracle.toplink.mappings.transformers.AttributeTransformerAdapter extends java.lang.Object implements Serializable

Class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec extends EISConnectionSpec implements Serializable

Class oracle.toplink.eis.adapters.attunity.AttunityPlatform extends EISPlatform implements Serializable

Class oracle.toplink.platform.database.AttunityPlatform extends oracle.toplink.internal.databaseaccess.AttunityPlatform implements Serializable

Class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec extends EISConnectionSpec implements Serializable

Class oracle.toplink.eis.adapters.blackbox.BlackboxPlatform extends EISPlatform implements Serializable

Class oracle.toplink.ejb.bmp.BMPLocalWrapperPolicy extends BMPWrapperPolicy implements Serializable

Class oracle.toplink.ejb.bmp.BMPWrapperPolicy extends EJBWrapperPolicy implements Serializable

Serialized Fields

homeFindByPrimaryKeyMethod

java.lang.reflect.Method homeFindByPrimaryKeyMethod

contextProperties

java.util.Hashtable contextProperties
This variable stores the properties required when creating the initialContext

Class oracle.toplink.descriptors.invalidation.CacheInvalidationPolicy extends java.lang.Object implements Serializable

Serialized Fields

shouldUpdateReadTimeOnUpdate

boolean shouldUpdateReadTimeOnUpdate
this will represent objects that do not expire

Class oracle.toplink.exceptions.CacheSynchCommunicationException extends TopLinkException implements Serializable

Class oracle.toplink.exceptions.CacheSynchronizationException extends TopLinkException implements Serializable

Serialized Fields

errors

java.util.Vector errors
Deprecated. 

Class oracle.toplink.descriptors.ClassDescriptor extends RootDescriptor implements Serializable

Class oracle.toplink.mappings.converters.ClassInstanceConverter extends java.lang.Object implements Serializable

Serialized Fields

mapping

DatabaseMapping mapping

Class oracle.toplink.threetier.ClientSession extends AbstractSession implements Serializable

Class oracle.toplink.descriptors.copying.CloneCopyPolicy extends AbstractCopyPolicy implements Serializable

Serialized Fields

methodName

java.lang.String methodName
Allow for clone method to be specified.

workingCopyMethodName

java.lang.String workingCopyMethodName

Class oracle.toplink.platform.database.CloudscapePlatform extends oracle.toplink.internal.databaseaccess.CloudscapePlatform implements Serializable

Class oracle.toplink.remote.jms.mdb.ClusteringMDB extends java.lang.Object implements Serializable

Serialized Fields

tlMessageListener

oracle.toplink.remote.jms.TopLinkMessageListener tlMessageListener

TOPLINK_SESSION_NAME

java.lang.String TOPLINK_SESSION_NAME
This value is the env-entry-name element of the Message Driven Beand configured in the ejb-jar.xml. The value is used to lookup the value of the session's name from the environment variable define in JNDI "java:comp/env".
See Also:
Constant Field Values

mdbCtx

javax.ejb.MessageDrivenContext mdbCtx

Class oracle.toplink.descriptors.CMPPolicy extends java.lang.Object implements Serializable

Serialized Fields

forceUpdate

int forceUpdate

updateAllFields

int updateAllFields

pessimisticLockingPolicy

PessimisticLockingPolicy pessimisticLockingPolicy
Allow the bean to always be locked as it enters a new transaction.

lifeCycleListener

CMPLifeCycleListener lifeCycleListener
Allows for the CMP life-cycle events to be intercepted from core by the CMP integration.

mappedClass

java.lang.Class mappedClass
Class originally mapped, before anything was generated.

descriptor

Descriptor descriptor

modificationDeferralLevel

int modificationDeferralLevel
The object deferral level. This controlls when objects changes will be sent to the Database.

nonDeferredCreateTime

int nonDeferredCreateTime
This setting will allow customers to control when Toplink will issue the insert SQL for CMP beans.

Class oracle.toplink.descriptors.changetracking.CollectionChangeEvent extends java.beans.PropertyChangeEvent implements Serializable

Class oracle.toplink.mappings.CollectionMapping extends ForeignReferenceMapping implements Serializable

Serialized Fields

containerPolicy

ContainerPolicy containerPolicy

Class oracle.toplink.remotecommand.Command extends java.lang.Object implements Serializable

Serialized Fields

serviceId

ServiceId serviceId
The unique calling card of the service that initiated the command

Class oracle.toplink.exceptions.CommunicationException extends TopLinkException implements Serializable

Class oracle.toplink.exceptions.ConcurrencyException extends TopLinkException implements Serializable

Class oracle.toplink.threetier.ConnectionPolicy extends java.lang.Object implements Serializable

Serialized Fields

login

Login login

poolName

java.lang.String poolName

isLazy

boolean isLazy

shouldUseExclusiveConnection

boolean shouldUseExclusiveConnection

properties

java.util.Map properties

Class oracle.toplink.mappings.transformers.ConstantTransformer extends FieldTransformerAdapter implements Serializable

Serialized Fields

value

java.lang.Object value

Class oracle.toplink.ox.record.ContentHandlerRecord extends MarshalRecord implements Serializable

Serialized Fields

contentHandler

org.xml.sax.ContentHandler contentHandler

namespaceURI

java.lang.String namespaceURI

xPathFragment

XPathFragment xPathFragment

attributes

org.xml.sax.helpers.AttributesImpl attributes

isStartElementOpen

boolean isStartElementOpen

Class oracle.toplink.exceptions.ConversionException extends TopLinkException implements Serializable

Serialized Fields

classToConvertTo

java.lang.Class classToConvertTo

Class oracle.toplink.remote.corba.sun.CORBAConnection extends RemoteConnection implements Serializable

Class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher extends oracle.toplink.remote.corba.sun._CORBARemoteSessionControllerImplBase implements Serializable

Serialized Fields

controller

RemoteSessionController controller
Store the real controller.

Class oracle.toplink.queryframework.Cursor extends java.lang.Object implements Serializable

Serialized Fields

size

int size
Cached size of the stream.

objectCollection

java.util.Vector objectCollection
Internal collection of objects.

initiallyConformingIndex

IdentityHashtable initiallyConformingIndex
Conforming instances found in memory when building the result.

selectionCriteriaClone

Expression selectionCriteriaClone
SelectionCriteria & translation row ready for incremental conforming.

translationRow

DatabaseRow translationRow

position

int position
Current position in the objectCollection of the stream.

Class oracle.toplink.queryframework.CursoredStream extends Cursor implements Serializable

Serialized Fields

marker

int marker
Marker for backing up.

Class oracle.toplink.queryframework.CursoredStreamPolicy extends CursorPolicy implements Serializable

Class oracle.toplink.queryframework.CursorPolicy extends ContainerPolicy implements Serializable

Class oracle.toplink.descriptors.invalidation.DailyCacheInvalidationPolicy extends CacheInvalidationPolicy implements Serializable

Serialized Fields

expiryTime

java.util.Calendar expiryTime

previousExpiry

java.util.Calendar previousExpiry

Class oracle.toplink.exceptions.DatabaseException extends TopLinkException implements Serializable

Serialized Fields

exception

java.sql.SQLException exception

Class oracle.toplink.sessions.DatabaseLogin extends DatasourceLogin implements Serializable

Class oracle.toplink.mappings.DatabaseMapping extends java.lang.Object implements Serializable

Serialized Fields

descriptor

Descriptor descriptor
Descriptor to which this mapping belongs to

attributeAccessor

AttributeAccessor attributeAccessor
Wrapper to store the reference objects.

isReadOnly

boolean isReadOnly
Makes this mapping read only. No write are performed on it. Default is false

fields

java.util.Vector fields
Fields associated with the mappings are cached

isRemotelyInitialized

boolean isRemotelyInitialized
It is needed only in remote initialization and mapping is in parent descriptor

weight

java.lang.Integer weight
This is a TopLink defined attribute that allows us to sort the mappings

properties

java.util.Map properties
Allow user defined properties.

primaryKeyMapping

boolean primaryKeyMapping
PERF: Used as a quick check to see if this mapping is a primary key mapping, set by the object builder during initialization.

attributeName

java.lang.String attributeName
PERF: Cache the mappings attribute name.

Class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

qualifier

java.lang.String qualifier

Class oracle.toplink.platform.database.DatabasePlatform extends oracle.toplink.internal.databaseaccess.DatabasePlatform implements Serializable

Class oracle.toplink.queryframework.DatabaseQuery extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Queries can be given a name and registered with a descriptor to allow common queries to be reused.

arguments

java.util.Vector arguments
Arguments can be given and specified to predefined queries to allow reuse.

argumentValues

java.util.Vector argumentValues
Arguments values can be given and specified to predefined queries to allow reuse.

argumentTypes

java.util.Vector argumentTypes
Needed to differentiate queries with the same name.

argumentTypeNames

java.util.Vector argumentTypeNames
Used to build a list of argumentTypes by name pre-initialization

queryMechanism

DatabaseQueryMechanism queryMechanism
The query mechanism determines the mechanism on how the database will be accessed.

redirector

QueryRedirector redirector
A redirector allows for a queries execution to be the execution of a piece of code.

shouldMaintainCache

boolean shouldMaintainCache
Flag used for a query to bypass the identitymap and unit of work.

properties

java.util.Hashtable properties
Internallay used by the mappings as a temporary store.

translationRow

DatabaseRow translationRow
Mappings and the descriptor use parameterized mechanisms that will be translated with the data from the row.

isUserDefined

boolean isUserDefined
Internal flag used to bypass user define queries when executing one for custom sql/query support.

cascadePolicy

int cascadePolicy
Policy that determines how the query will cascade to its object's parts.

sessionName

java.lang.String sessionName
Used to override the default session in the session broker.

isPrepared

boolean isPrepared
Queries prepare common stated in themselves.

shouldPrepare

boolean shouldPrepare
Allow for the prepare of queries to be turned off, this allow for dynamic non-pre SQL generated queries.

shouldBindAllParameters

int shouldBindAllParameters
Bind all arguments to the SQL statement.

shouldCacheStatement

int shouldCacheStatement
Cache the prepared statement, this requires full parameter binding as well.

shouldUseWrapperPolicy

boolean shouldUseWrapperPolicy
Use the WrapperPolicy for the objects returned by the query

queryTimeout

int queryTimeout

hintString

java.lang.String hintString
Used for adding hints to the query string in oracle

isExecutionClone

boolean isExecutionClone
PERF: Determines if the query has already been cloned for execution, to avoid duplicate cloning.

isCustomQueryUsed

java.lang.Boolean isCustomQueryUsed
PERF: Store if this query will use the descriptor custom query.

Class oracle.toplink.sessions.DatabaseRecord extends DatabaseRow implements Serializable

Class oracle.toplink.publicinterface.DatabaseRow extends java.lang.Object implements Serializable

Serialized Fields

fields

java.util.Vector fields
Deprecated. 
Use vector to store the fields/values for optimal performance.

values

java.util.Vector values
Deprecated. 
Use vector to store the fields/values for optimal performance.

lookupField

DatabaseField lookupField
Deprecated. 
Optimize field creation for field name lookup.

Class oracle.toplink.publicinterface.DatabaseSession extends AbstractSession implements Serializable

Class oracle.toplink.queryframework.DataModifyQuery extends ModifyQuery implements Serializable

Class oracle.toplink.queryframework.DataReadQuery extends ReadQuery implements Serializable

Serialized Fields

containerPolicy

ContainerPolicy containerPolicy

Class oracle.toplink.sessions.DatasourceLogin extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.Properties properties
Connection properties (e.g. user, password, and driver-specific settings)

platform

Platform platform
Implementation of platform-specific behaviors.

isEncryptedPasswordSet

boolean isEncryptedPasswordSet
The securable object holder and flag

connector

Connector connector
Provide a little flexibility for connecting to a database

usesExternalConnectionPooling

boolean usesExternalConnectionPooling
True if we use an external connection pool such as WebLogic's JTS driver

usesExternalTransactionController

boolean usesExternalTransactionController
True if we should use some external transaction service such as JTS.

cacheTransactionIsolation

int cacheTransactionIsolation
By default concurrency is optimized and the cache is not locked during reads or writes, This allows for concurrent reading and writing and should never cause any problems. If the application uses no form of locking the last unit of work to merge changes will win, with no locking it is possible only under this senerio for two unit of works to merge changes different than the database although highly unlikely and if occured is the entire purpose of locking. This property allows for the isolation level of changes to the cache to be configured for sever situation and it is not suggest that this be changed.

Class oracle.toplink.platform.database.DB2MainframePlatform extends oracle.toplink.internal.databaseaccess.DB2MainframePlatform implements Serializable

Class oracle.toplink.platform.database.DB2Platform extends oracle.toplink.internal.databaseaccess.DB2Platform implements Serializable

Class oracle.toplink.platform.database.DBasePlatform extends oracle.toplink.internal.databaseaccess.DBasePlatform implements Serializable

Class oracle.toplink.sessions.DefaultConnector extends java.lang.Object implements Serializable

Serialized Fields

driverClassName

java.lang.String driverClassName

driverURLHeader

java.lang.String driverURLHeader

databaseURL

java.lang.String databaseURL

Class oracle.toplink.sdk.DefaultFieldTranslator extends java.lang.Object implements Serializable

Class oracle.toplink.exceptions.DefaultMappingException extends TopLinkException implements Serializable

Class oracle.toplink.sequencing.DefaultSequence extends Sequence implements Serializable

Serialized Fields

defaultSequence

Sequence defaultSequence

Class oracle.toplink.logging.DefaultSessionLog extends DefaultSessionLog implements Serializable

Class oracle.toplink.sessions.DefaultSessionLog extends AbstractSessionLog implements Serializable

Serialized Fields

fileName

java.lang.String fileName
Deprecated. 
The filename associated with this DefaultSessionLog, if it is being written out to a file

Class oracle.toplink.xml.xerces.DefaultXMLTranslator extends java.lang.Object implements Serializable

Serialized Fields

readTranslator

XMLToDatabaseRowTranslator readTranslator
Deprecated. 
The translator the converts an XML document to a DatabaseRow.

writeTranslator

DatabaseRowToXMLTranslator writeTranslator
Deprecated. 
The translator the converts a DatabaseRow to an XML document.

Class oracle.toplink.descriptors.changetracking.DeferredChangeDetectionPolicy extends java.lang.Object implements Serializable

Class oracle.toplink.queryframework.DeleteAllQuery extends ModifyQuery implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass

referenceClassName

java.lang.String referenceClassName

objects

java.util.Vector objects

Class oracle.toplink.queryframework.DeleteObjectQuery extends ObjectLevelModifyQuery implements Serializable

Serialized Fields

isFullRowRequired

boolean isFullRowRequired
PERF: By default only the translation row is used for deletes, the full row can be requested for custom deletes.


Class oracle.toplink.publicinterface.Descriptor extends java.lang.Object implements Serializable

Serialized Fields

javaClass

java.lang.Class javaClass
Deprecated. 

javaClassName

java.lang.String javaClassName
Deprecated. 

tables

java.util.Vector tables
Deprecated. 

primaryKeyFields

java.util.List primaryKeyFields
Deprecated. 

mappings

java.util.Vector mappings
Deprecated. 

lockableMappings

java.util.List lockableMappings
Deprecated. 

queryKeys

java.util.Map queryKeys
Deprecated. 

identityMapClass

java.lang.Class identityMapClass
Deprecated. 

remoteIdentityMapClass

java.lang.Class remoteIdentityMapClass
Deprecated. 

identityMapSize

int identityMapSize
Deprecated. 

remoteIdentityMapSize

int remoteIdentityMapSize
Deprecated. 

sequenceNumberName

java.lang.String sequenceNumberName
Deprecated. 

sequenceNumberField

DatabaseField sequenceNumberField
Deprecated. 

shouldAlwaysRefreshCache

boolean shouldAlwaysRefreshCache
Deprecated. 

shouldOnlyRefreshCacheIfNewerVersion

boolean shouldOnlyRefreshCacheIfNewerVersion
Deprecated. 

shouldDisableCacheHits

boolean shouldDisableCacheHits
Deprecated. 

shouldAlwaysRefreshCacheOnRemote

boolean shouldAlwaysRefreshCacheOnRemote
Deprecated. 

shouldDisableCacheHitsOnRemote

boolean shouldDisableCacheHitsOnRemote
Deprecated. 

alias

java.lang.String alias
Deprecated. 

shouldBeReadOnly

boolean shouldBeReadOnly
Deprecated. 

shouldAlwaysConformResultsInUnitOfWork

boolean shouldAlwaysConformResultsInUnitOfWork
Deprecated. 

isIsolated

boolean isIsolated
Deprecated. 

shouldRegisterResultsInUnitOfWork

boolean shouldRegisterResultsInUnitOfWork
Deprecated. 

eventManager

DescriptorEventManager eventManager
Deprecated. 

queryManager

DescriptorQueryManager queryManager
Deprecated. 

objectBuilder

ObjectBuilder objectBuilder
Deprecated. 

copyPolicy

CopyPolicy copyPolicy
Deprecated. 

instantiationPolicy

InstantiationPolicy instantiationPolicy
Deprecated. 

inheritancePolicy

InheritancePolicy inheritancePolicy
Deprecated. 

interfacePolicy

InterfacePolicy interfacePolicy
Deprecated. 

optimisticLockingPolicy

OptimisticLockingPolicy optimisticLockingPolicy
Deprecated. 

cascadeLockingPolicies

java.util.Vector cascadeLockingPolicies
Deprecated. 

wrapperPolicy

WrapperPolicy wrapperPolicy
Deprecated. 

changePolicy

oracle.toplink.descriptors.changetracking.ObjectChangePolicy changePolicy
Deprecated. 

returningPolicy

ReturningPolicy returningPolicy
Deprecated. 

historyPolicy

HistoryPolicy historyPolicy
Deprecated. 

cmpPolicy

CMPPolicy cmpPolicy
Deprecated. 

fetchGroupManager

FetchGroupManager fetchGroupManager
Deprecated. 

properties

java.util.Map properties
Deprecated. 
Additional properties may be added.

descriptorType

int descriptorType
Deprecated. 

shouldOrderMappings

boolean shouldOrderMappings
Deprecated. 

cacheInvalidationPolicy

CacheInvalidationPolicy cacheInvalidationPolicy
Deprecated. 

shouldAcquireCascadedLocks

boolean shouldAcquireCascadedLocks
Deprecated. 
PERF: Used to optimize cache locking to only acquire deferred locks when required (no-indirection).

hasSimplePrimaryKey

boolean hasSimplePrimaryKey
Deprecated. 
PERF: Compute and store if the primary key is simple (direct-mapped) to allow fast extraction.

cacheSynchronizationType

int cacheSynchronizationType
Deprecated. 
Configures how objects will be sent via cache synchronization, if synchronization is enabled.

unitOfWorkCacheIsolationLevel

int unitOfWorkCacheIsolationLevel
Deprecated. 
Configures how the unit of work uses the session cache.

Class oracle.toplink.descriptors.DescriptorEvent extends DescriptorEvent implements Serializable

Class oracle.toplink.publicinterface.DescriptorEvent extends java.util.EventObject implements Serializable

Serialized Fields

eventCode

int eventCode
Deprecated. 
The code of the descriptor event being raised. This is an integer constant value from DescriptorEventManager.

query

DatabaseQuery query
Deprecated. 
The query causing the event.

row

DatabaseRow row
Deprecated. 
Optionally a database row may be provided on some events, (such as aboutToUpdate).

descriptor

Descriptor descriptor
Deprecated. 

originalObject

java.lang.Object originalObject
Deprecated. 
The source object represents the object the event is being raised on, some events also require a second object, for example the original object in a postClone.

changeSet

ObjectChangeSet changeSet
Deprecated. 
For the post merge event it is possible that there has been a change set generated. This attribute will store the changeSet for the object just merged

session

Session session
Deprecated. 
The session in which the event is raised.

Class oracle.toplink.descriptors.DescriptorEventManager extends DescriptorEventManager implements Serializable

Class oracle.toplink.publicinterface.DescriptorEventManager extends java.lang.Object implements Serializable

Serialized Fields

descriptor

Descriptor descriptor
Deprecated. 

eventSelectors

java.util.Vector eventSelectors
Deprecated. 

hasAnyEventListeners

boolean hasAnyEventListeners
Deprecated. 
PERF: Cache if any events listener exist.

Class oracle.toplink.exceptions.DescriptorException extends ValidationException implements Serializable

Class oracle.toplink.descriptors.DescriptorQueryManager extends DescriptorQueryManager implements Serializable

Class oracle.toplink.publicinterface.DescriptorQueryManager extends java.lang.Object implements Serializable

Serialized Fields

doesExistQuery

DoesExistQuery doesExistQuery
Deprecated. 

descriptor

Descriptor descriptor
Deprecated. 

hasCustomMultipleTableJoinExpression

boolean hasCustomMultipleTableJoinExpression
Deprecated. 

updateCallCacheSize

int updateCallCacheSize
Deprecated. 
PERF: Allow configuring and disabling the update call cache.

queryTimeout

int queryTimeout
Deprecated. 


Class oracle.toplink.mappings.DirectCollectionMapping extends CollectionMapping implements Serializable

Serialized Fields

valueConverter

Converter valueConverter
Allows user defined conversion between the object value and the database value.

historyPolicy

HistoryPolicy historyPolicy

Class oracle.toplink.querykeys.DirectCollectionQueryKey extends ForeignReferenceQueryKey implements Serializable

Class oracle.toplink.sessions.DirectConnector extends DefaultConnector implements Serializable

Serialized Fields

cachedInstance

java.sql.Driver cachedInstance
cache up the instantiated Driver to speed up reconnects

Class oracle.toplink.mappings.DirectMapMapping extends DirectCollectionMapping implements Serializable

Serialized Fields

directKeyField

DatabaseField directKeyField
The direct key field name is converted and stored

keyConverter

Converter keyConverter
Allows user defined conversion between the object attribute value and the database value.

Class oracle.toplink.querykeys.DirectQueryKey extends QueryKey implements Serializable

Serialized Fields

field

DatabaseField field

Class oracle.toplink.queryframework.DirectReadQuery extends DataReadQuery implements Serializable

Serialized Fields

valueConverter

Converter valueConverter
Allows user defined conversion between the result value and the database value.

Class oracle.toplink.mappings.DirectToFieldMapping extends AbstractDirectMapping implements Serializable

Class oracle.toplink.xdb.DirectToXMLTypeMapping extends DirectToFieldMapping implements Serializable

Serialized Fields

shouldReadWholeDocument

boolean shouldReadWholeDocument
Indicates if we should initialize the whole DOM on a read. This is only used if the user is mapping from an Oracle Document implementation.

xmlTransformer

XMLTransformer xmlTransformer
Used to convert the DOM to a String.

xmlComparer

XMLComparer xmlComparer
Used to determine if the XML document has been modified.

Class oracle.toplink.exceptions.DiscoveryException extends RemoteCommandManagerException implements Serializable

Class oracle.toplink.remote.DistributedSession extends AbstractSession implements Serializable

Class oracle.toplink.tools.profiler.DMSPerformanceProfiler extends java.lang.Object implements Serializable

Serialized Fields

session

Session session

root

Noun root

normalWeightSensors

java.util.Map normalWeightSensors

heavyWeightSensors

java.util.Map heavyWeightSensors

allWeightSensors

java.util.Map allWeightSensors

normalAndHeavyWeightSensors

java.util.Map normalAndHeavyWeightSensors

normalHeavyAndAllWeightSensors

java.util.Map normalHeavyAndAllWeightSensors

normalWeightNouns

java.util.Map normalWeightNouns

heavyWeightNouns

java.util.Map heavyWeightNouns

allWeightNouns

java.util.Map allWeightNouns

operationStartTokenByThread

java.util.Map operationStartTokenByThread

weight

int weight

Class oracle.toplink.queryframework.DoesExistQuery extends DatabaseQuery implements Serializable

Serialized Fields

primaryKey

java.util.Vector primaryKey
Query that is performing the does exist check.

object

java.lang.Object object

existencePolicy

int existencePolicy
Flag to determine existence check policy.

Class oracle.toplink.ox.platform.DOMPlatform extends XMLPlatform implements Serializable

Class oracle.toplink.ox.record.DOMRecord extends XMLRecord implements Serializable

Serialized Fields

dom

org.w3c.dom.Element dom

Class oracle.toplink.eis.EISAccessor extends DatasourceAccessor implements Serializable

Class oracle.toplink.eis.mappings.EISCompositeCollectionMapping extends AbstractCompositeCollectionMapping implements Serializable

Class oracle.toplink.eis.mappings.EISCompositeDirectCollectionMapping extends AbstractCompositeDirectCollectionMapping implements Serializable

Class oracle.toplink.eis.mappings.EISCompositeObjectMapping extends AbstractCompositeObjectMapping implements Serializable

Class oracle.toplink.eis.EISConnectionSpec extends java.lang.Object implements Serializable

Serialized Fields

connectionSpec

javax.resource.cci.ConnectionSpec connectionSpec

connectionFactory

javax.resource.cci.ConnectionFactory connectionFactory

context

javax.naming.Context context

name

javax.naming.Name name

log

java.io.Writer log

Class oracle.toplink.eis.EISDescriptor extends ClassDescriptor implements Serializable

Class oracle.toplink.eis.mappings.EISDirectMapping extends AbstractDirectMapping implements Serializable

Class oracle.toplink.eis.EISDOMRecord extends DOMRecord implements Serializable

Serialized Fields

record

javax.resource.cci.Record record
The original adapter record.

recordName

java.lang.String recordName
The record name.

recordShortDescription

java.lang.String recordShortDescription
The record name.

Class oracle.toplink.eis.EISException extends SDKDataStoreException implements Serializable

Class oracle.toplink.eis.interactions.EISInteraction extends DatasourceCall implements Serializable

Class oracle.toplink.eis.EISLogin extends DatasourceLogin implements Serializable

Class oracle.toplink.eis.EISMappedRecord extends DatabaseRow implements Serializable

Serialized Fields

record

java.util.Map record

accessor

EISAccessor accessor


Class oracle.toplink.eis.mappings.EISOneToManyMapping extends CollectionMapping implements Serializable

Serialized Fields

isForeignKeyRelationship

boolean isForeignKeyRelationship
Keeps track if any of the fields are foreign keys.

foreignKeyGroupingElement

XMLField foreignKeyGroupingElement
The grouping-element field.

Class oracle.toplink.eis.mappings.EISOneToOneMapping extends ObjectReferenceMapping implements Serializable

Serialized Fields

sourceToTargetKeyFields

java.util.Map sourceToTargetKeyFields
Maps the source foreign/primary key fields to the target primary/foreign key fields.

targetToSourceKeyFields

java.util.Map targetToSourceKeyFields
Maps the target primary/foreign key fields to the source foreign/primary key fields.

shouldVerifyDelete

boolean shouldVerifyDelete
These are used for non-unit of work modification to check if the value of the 1-1 was changed and a deletion is required.

Class oracle.toplink.eis.EISPlatform extends DatasourcePlatform implements Serializable

Class oracle.toplink.eis.EISSequence extends QuerySequence implements Serializable

Class oracle.toplink.eis.mappings.EISTransformationMapping extends AbstractTransformationMapping implements Serializable

Class oracle.toplink.ejb.cmp.EjbCollection extends EJBIndirectList implements Serializable

Class oracle.toplink.indirection.EJBIndirectList extends IndirectList implements Serializable

Class oracle.toplink.indirection.EJBIndirectSet extends IndirectSet implements Serializable

Class oracle.toplink.exceptions.EJBJarXMLException extends TopLinkException implements Serializable

Class oracle.toplink.queryframework.EJBQLCall extends java.lang.Object implements Serializable

Serialized Fields

query

DatabaseQuery query

ejbqlString

java.lang.String ejbqlString

isParsed

boolean isParsed

Class oracle.toplink.exceptions.EJBQLException extends TopLinkException implements Serializable

Serialized Fields

internalExceptions

java.util.Collection internalExceptions

Class oracle.toplink.ejb.EJBWrapperPolicy extends java.lang.Object implements Serializable

Serialized Fields

descriptor

Descriptor descriptor

primaryKeyClass

java.lang.Class primaryKeyClass

homeInterface

java.lang.Class homeInterface

remoteInterface

java.lang.Class remoteInterface

homeName

java.lang.String homeName

hasCustomPrimaryKey

boolean hasCustomPrimaryKey
Added to separate custom (such as AccountPK) from non-custom (such as java.lang.Integer)

Class oracle.toplink.exceptions.EntityManagerSetupException extends TopLinkException implements Serializable

Class oracle.toplink.expressions.Expression extends java.lang.Object implements Serializable

serialVersionUID: -5979150600092006081l

Serialized Fields

selectIfOrderedBy

boolean selectIfOrderedBy

Class oracle.toplink.expressions.ExpressionBuilder extends ObjectExpression implements Serializable

Class oracle.toplink.expressions.ExpressionOperator extends java.lang.Object implements Serializable

serialVersionUID: -7066100204792043980l

Serialized Fields

selector

int selector

databaseStrings

java.lang.String[] databaseStrings

isPrefix

boolean isPrefix

isRepeating

boolean isRepeating

nodeClass

java.lang.Class nodeClass

type

int type

argumentIndices

int[] argumentIndices

javaStrings

java.lang.String[] javaStrings

Class oracle.toplink.queryframework.FetchGroup extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Fetch group name, default is empty if not set.

attributes

java.util.Set attributes
Specified attributes in the group.

Class oracle.toplink.tools.schemaframework.FieldDefinition extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

type

java.lang.Class type

typeName

java.lang.String typeName

size

int size

subSize

int subSize

shouldAllowNull

boolean shouldAllowNull

isIdentity

boolean isIdentity

isPrimaryKey

boolean isPrimaryKey

isUnique

boolean isUnique

additional

java.lang.String additional

constraint

java.lang.String constraint

foreignKeyFieldName

java.lang.String foreignKeyFieldName

Class oracle.toplink.mappings.transformers.FieldTransformerAdapter extends java.lang.Object implements Serializable

Class oracle.toplink.tools.schemaframework.ForeignKeyConstraint extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

sourceFields

java.util.Vector sourceFields

targetFields

java.util.Vector targetFields

targetTable

java.lang.String targetTable

shouldCascadeOnDelete

boolean shouldCascadeOnDelete

Class oracle.toplink.mappings.ForeignReferenceMapping extends DatabaseMapping implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass
This is used only in descriptor proxy in remote session

referenceClassName

java.lang.String referenceClassName

isPrivateOwned

boolean isPrivateOwned
Indicates whether the referenced object is privately owned or not.

usesBatchReading

boolean usesBatchReading
Indicates whether the referenced object should always be batch read on read all queries.

indirectionPolicy

IndirectionPolicy indirectionPolicy
Implements indirection behavior

relationshipPartner

DatabaseMapping relationshipPartner
Used to reference the other half of a bi-directional relationship.

relationshipPartnerAttributeName

java.lang.String relationshipPartnerAttributeName
Set by users, used to retreive the backpointer for this mapping

cascadePersist

boolean cascadePersist
Cascading flags used by the EntityManager

cascadeMerge

boolean cascadeMerge

cascadeRefresh

boolean cascadeRefresh

cascadeRemove

boolean cascadeRemove

Class oracle.toplink.querykeys.ForeignReferenceQueryKey extends QueryKey implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass

joinCriteria

Expression joinCriteria

Class oracle.toplink.ox.record.FormattedWriterRecord extends WriterRecord implements Serializable

Serialized Fields

numberOfTabs

int numberOfTabs

complexType

boolean complexType

Class oracle.toplink.history.HistoryPolicy extends java.lang.Object implements Serializable

Serialized Fields

descriptor

Descriptor descriptor

mapping

DatabaseMapping mapping

historicalTables

java.util.Vector historicalTables

startFields

java.util.Vector startFields

endFields

java.util.Vector endFields

shouldHandleWrites

boolean shouldHandleWrites

usesLocalTime

boolean usesLocalTime

Class oracle.toplink.platform.database.HSQLPlatform extends oracle.toplink.internal.databaseaccess.HSQLPlatform implements Serializable

Class oracle.toplink.eis.interactions.IndexedInteraction extends EISInteraction implements Serializable

Class oracle.toplink.indirection.IndirectList extends java.util.Vector implements Serializable

Serialized Fields

delegate

java.util.Vector delegate
Reduce type casting.

valueHolder

ValueHolderInterface valueHolder
Delegate indirection behavior to a value holder.

initialCapacity

int initialCapacity
Store initial size for lazy init.

Class oracle.toplink.indirection.IndirectMap extends java.util.Hashtable implements Serializable

Serialized Fields

delegate

java.util.Hashtable delegate
Reduce type casting

valueHolder

ValueHolderInterface valueHolder
Delegate indirection behavior to a value holder

initialCapacity

int initialCapacity
Store initial size for lazy init.

loadFactor

float loadFactor
Store load factor for lazy init.

Class oracle.toplink.indirection.IndirectSet extends java.lang.Object implements Serializable

Serialized Fields

delegate

java.util.Set delegate
Reduce type casting

valueHolder

ValueHolderInterface valueHolder
Delegate indirection behavior to a value holder

changeListener

java.beans.PropertyChangeListener changeListener
Change tracking listener.

attributeName

java.lang.String attributeName
The mapping attribute name, used to raise change events.

initialCapacity

int initialCapacity
Store initial size for lazy init.

loadFactor

float loadFactor
Store load factor for lazy init.

Class oracle.toplink.platform.database.InformixPlatform extends oracle.toplink.internal.databaseaccess.InformixPlatform implements Serializable

Class oracle.toplink.descriptors.InheritancePolicy extends InheritancePolicy implements Serializable

Class oracle.toplink.publicinterface.InheritancePolicy extends java.lang.Object implements Serializable

Serialized Fields

parentClass

java.lang.Class parentClass
Deprecated. 

parentClassName

java.lang.String parentClassName
Deprecated. 

parentDescriptor

Descriptor parentDescriptor
Deprecated. 

childDescriptors

java.util.Vector childDescriptors
Deprecated. 

descriptor

Descriptor descriptor
Deprecated. 

shouldAlwaysUseOuterJoin

boolean shouldAlwaysUseOuterJoin
Deprecated. 

useDescriptorsToValidateInheritedObjects

boolean useDescriptorsToValidateInheritedObjects
Deprecated. 

Class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy extends java.lang.Object implements Serializable

Serialized Fields

policy

int policy

Class oracle.toplink.queryframework.InsertObjectQuery extends WriteObjectQuery implements Serializable

Class oracle.toplink.descriptors.copying.InstantiationCopyPolicy extends AbstractCopyPolicy implements Serializable

Class oracle.toplink.exceptions.IntegrityChecker extends java.lang.Object implements Serializable

Serialized Fields

caughtExceptions

java.util.Vector caughtExceptions
To add all the Descriptor exceptions

tables

java.util.Vector tables
To load the tables from database

shouldCatchExceptions

boolean shouldCatchExceptions
To know that should we catch all the descriptors exceptions or not

shouldCheckDatabase

boolean shouldCheckDatabase
To know that should we check database tables or not

shouldCheckInstantiationPolicy

boolean shouldCheckInstantiationPolicy
To know that should we check InstantiationPolicy or not

Class oracle.toplink.exceptions.IntegrityException extends ValidationException implements Serializable

Serialized Fields

integrityChecker

IntegrityChecker integrityChecker

Class oracle.toplink.descriptors.InterfacePolicy extends java.lang.Object implements Serializable

Serialized Fields

parentInterfaces

java.util.Vector parentInterfaces

parentInterfaceNames

java.util.Vector parentInterfaceNames

parentDescriptors

java.util.Vector parentDescriptors

childDescriptors

java.util.Vector childDescriptors

descriptor

Descriptor descriptor

implementorDescriptor

java.lang.Class implementorDescriptor

implementorDescriptorClassName

java.lang.String implementorDescriptorClassName

Class oracle.toplink.ox.jaxb.JAXBTypesafeEnumConverter extends java.lang.Object implements Serializable

Serialized Fields

enumClassName

java.lang.String enumClassName

enumClass

java.lang.Class enumClass

fromStringMethod

java.lang.reflect.Method fromStringMethod

Class oracle.toplink.exceptions.JDOException extends TopLinkException implements Serializable

Class oracle.toplink.jdo.JDOPersistenceManagerFactory extends java.lang.Object implements Serializable

Serialized Fields

nontransactionalRead

boolean nontransactionalRead
Deprecated. 

project

Project project
Deprecated. 

properties

java.util.Properties properties
Deprecated. 

sessionName

java.lang.String sessionName
Deprecated. 

session

Session session
Deprecated. 

Class oracle.toplink.jdo.JDOQuery extends java.lang.Object implements Serializable

Serialized Fields

manager

JDOPersistenceManager manager
Deprecated. 

query

DatabaseQuery query
Deprecated. 

Class oracle.toplink.remote.jms.JMSConnection extends RemoteConnection implements Serializable

Class oracle.toplink.eis.adapters.jms.JMSEISConnectionSpec extends EISConnectionSpec implements Serializable

Class oracle.toplink.eis.adapters.jms.JMSPlatform extends EISPlatform implements Serializable

Class oracle.toplink.exceptions.JMSProcessingException extends TopLinkException implements Serializable

Class oracle.toplink.jndi.JNDIConnector extends java.lang.Object implements Serializable

Serialized Fields

dataSource

javax.sql.DataSource dataSource

context

javax.naming.Context context

name

java.lang.String name

lookupType

int lookupType

Class oracle.toplink.jts.was.JTSSynchronization_4_0 extends WebSphereJTSSynchronization implements Serializable

Class oracle.toplink.mappings.ManyToManyMapping extends CollectionMapping implements Serializable

Serialized Fields

historyPolicy

HistoryPolicy historyPolicy

Class oracle.toplink.querykeys.ManyToManyQueryKey extends ForeignReferenceQueryKey implements Serializable

Class oracle.toplink.descriptors.changetracking.MapChangeEvent extends CollectionChangeEvent implements Serializable

Class oracle.toplink.eis.interactions.MappedInteraction extends EISInteraction implements Serializable

Class oracle.toplink.ox.record.MarshalRecord extends XMLRecord implements Serializable

Serialized Fields

xcm

XMLConversionManager xcm

groupingElements

java.util.ArrayList groupingElements

positionalNodes

java.util.HashMap positionalNodes

Class oracle.toplink.remotecommand.MergeChangeSetCommand extends Command implements Serializable

Serialized Fields

changeSetBytes

byte[] changeSetBytes

Class oracle.toplink.mappings.transformers.MethodBasedAttributeTransformer extends java.lang.Object implements Serializable

Serialized Fields

mapping

AbstractTransformationMapping mapping

methodName

java.lang.String methodName

Class oracle.toplink.mappings.transformers.MethodBasedFieldTransformer extends java.lang.Object implements Serializable

Serialized Fields

methodName

java.lang.String methodName

mapping

AbstractTransformationMapping mapping

Class oracle.toplink.queryframework.MethodBaseQueryRedirector extends java.lang.Object implements Serializable

Serialized Fields

methodClass

java.lang.Class methodClass

methodClassName

java.lang.String methodClassName

methodName

java.lang.String methodName

Class oracle.toplink.exceptions.MigrationUtilityException extends TopLinkException implements Serializable

Class oracle.toplink.queryframework.ModifyQuery extends DatabaseQuery implements Serializable

Serialized Fields

modifyRow

DatabaseRow modifyRow

forceBatchStatementExecution

boolean forceBatchStatementExecution

Class oracle.toplink.eis.adapters.mqseries.MQConnectionSpec extends JMSEISConnectionSpec implements Serializable

Class oracle.toplink.eis.adapters.mqseries.MQPlatform extends JMSPlatform implements Serializable

Class oracle.toplink.platform.database.MySQL4Platform extends DatabasePlatform implements Serializable

Class oracle.toplink.sequencing.NativeSequence extends QuerySequence implements Serializable

Class oracle.toplink.tools.schemaframework.NestedTableDefinition extends DatabaseObjectDefinition implements Serializable

Serialized Fields

typeSize

int typeSize

type

java.lang.Class type

typeName

java.lang.String typeName

Class oracle.toplink.objectrelational.NestedTableMapping extends CollectionMapping implements Serializable

Serialized Fields

nestedMapping

DatabaseMapping nestedMapping

field

DatabaseField field
A ref is always stored in a single field.

structureName

java.lang.String structureName
Arrays require a structure name, this is the ADT defined for the VARRAY.

Class oracle.toplink.ox.record.NodeRecord extends MarshalRecord implements Serializable

Serialized Fields

document

org.w3c.dom.Document document

nodes

java.util.Stack nodes

Class oracle.toplink.descriptors.invalidation.NoExpiryCacheInvalidationPolicy extends CacheInvalidationPolicy implements Serializable

Class oracle.toplink.sessions.entitymanager.NonUniqueResultException extends java.lang.RuntimeException implements Serializable

Class oracle.toplink.objectrelational.ObjectArrayMapping extends SDKAggregateCollectionMapping implements Serializable

Serialized Fields

structureName

java.lang.String structureName
Arrays require a structure name, this is the ADT defined for the VARRAY.

Class oracle.toplink.descriptors.changetracking.ObjectChangeTrackingPolicy extends DeferredChangeDetectionPolicy implements Serializable

Class oracle.toplink.queryframework.ObjectLevelModifyQuery extends ModifyQuery implements Serializable

Serialized Fields

primaryKey

java.util.Vector primaryKey

object

java.lang.Object object

objectChangeSet

ObjectChangeSet objectChangeSet

backupClone

java.lang.Object backupClone

Class oracle.toplink.queryframework.ObjectLevelReadQuery extends ReadQuery implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass
The class of the target objects to be read from the database.

referenceClassName

java.lang.String referenceClassName

defaultBuilder

ExpressionBuilder defaultBuilder
Provide a default builder so that it's easier to be consistent

shouldRefreshIdentityMapResult

boolean shouldRefreshIdentityMapResult
Allows for the resulting objects to be refresh with the data from the database.

shouldRefreshRemoteIdentityMapResult

boolean shouldRefreshRemoteIdentityMapResult

cacheUsage

int cacheUsage
Allow for the cache usage to be specified to enable in-memory querying.

additionalFields

java.util.Vector additionalFields
Allow for additional fields to be selected, used for m-m batch reading.

shouldIncludeData

boolean shouldIncludeData
Allow for a complex result to be return including the rows and objects, used for m-m batch reading.

shouldProcessResultsInUnitOfWork

boolean shouldProcessResultsInUnitOfWork
CMP only. Allow users to configure whether finder should be executed in a uow or not.

joinedAttributeExpressions

java.util.Vector joinedAttributeExpressions
Used for query optimization.

joinedMappingExpressions

java.util.Vector joinedMappingExpressions

partialAttributeExpressions

java.util.Vector partialAttributeExpressions

lockingClause

ForUpdateClause lockingClause
Used for pessimistic locking.

isPrePrepared

boolean isPrePrepared

distinctState

short distinctState
Indicates if distinct should be used or not.

inMemoryQueryIndirectionPolicy

InMemoryQueryIndirectionPolicy inMemoryQueryIndirectionPolicy
CR 3677 Used to determine behaviour of indirection in InMemoryQuerying This should have been just a constant similar to distinct locking, etc. instead of an object that just has the state and no behavoir, the object instantiation adds un-needed overhead, but too late now.

executionTime

long executionTime
Used to set the read time on objects that use this query. Should be set to the time the query returned from the database.

shouldUseExclusiveConnection

boolean shouldUseExclusiveConnection
Added for Exclusive Connection (VPD) support see accessor for information

fetchGroup

FetchGroup fetchGroup
Allow for a query level fetch group to be set.

fetchGroupName

java.lang.String fetchGroupName
The pre-defined fetch group name.

shouldUseDefaultFetchGroup

boolean shouldUseDefaultFetchGroup
Flag to turn on/off the use of the default fetch group.

isOneToManyJoinQuery

boolean isOneToManyJoinQuery
Used to determine if 1-m joining has been used.

dataResults

java.util.List dataResults
Stored all row results to 1-m joining.

wasDefaultLockMode

boolean wasDefaultLockMode
PERF: Store if the query originally used the default lock mode.

joinedAttributes

java.util.List joinedAttributes
PERF: Cache the local joined attribute names.

isOuterJoinedAttributeQuery

boolean isOuterJoinedAttributeQuery
PERF: Used to avoid null checks for inner attribute joining.

isReferenceClassLocked

java.lang.Boolean isReferenceClassLocked
PERF: Caches locking policy isReferenceClassLocked setting.

Class oracle.toplink.sessions.entitymanager.ObjectNotFoundException extends java.lang.RuntimeException implements Serializable



Class oracle.toplink.mappings.ObjectReferenceMapping extends ForeignReferenceMapping implements Serializable

Serialized Fields

isForeignKeyRelationship

boolean isForeignKeyRelationship
Keeps track if any of the fields are foreign keys.

foreignKeyFields

java.util.Vector foreignKeyFields
Keeps track of which fields are foreign keys on a per field basis (can have mixed foreign key relationships).


Class oracle.toplink.objectrelational.ObjectRelationalDescriptor extends RelationalDescriptor implements Serializable

Class oracle.toplink.mappings.converters.ObjectTypeConverter extends java.lang.Object implements Serializable

Serialized Fields

mapping

DatabaseMapping mapping

attributeToFieldValues

java.util.Map attributeToFieldValues

Class oracle.toplink.mappings.ObjectTypeMapping extends DirectToFieldMapping implements Serializable

Class oracle.toplink.tools.schemaframework.ObjectVarrayDefinition extends VarrayDefinition implements Serializable

Serialized Fields

isNullAllowed

boolean isNullAllowed

Class oracle.toplink.services.oc4j.Oc4jRuntimeServices extends oracle.oc4j.admin.management.mbeans.J2EEManagedObjectBase implements Serializable

Class oracle.toplink.mappings.OneToManyMapping extends CollectionMapping implements Serializable

Class oracle.toplink.querykeys.OneToManyQueryKey extends ForeignReferenceQueryKey implements Serializable

Class oracle.toplink.mappings.OneToOneMapping extends ObjectReferenceMapping implements Serializable

Serialized Fields

sourceToTargetKeyFields

java.util.Map sourceToTargetKeyFields
Maps the source foreign/primary key fields to the target primary/foreign key fields.

targetToSourceKeyFields

java.util.Map targetToSourceKeyFields
Maps the target primary/foreign key fields to the source foreign/primary key fields.

shouldVerifyDelete

boolean shouldVerifyDelete
These are used for non-unit of work modification to check if the value of the 1-1 was changed and a deletion is required.

usesJoining

boolean usesJoining
Indicates whether the referenced object should always be joined on read queries.

Class oracle.toplink.querykeys.OneToOneQueryKey extends ForeignReferenceQueryKey implements Serializable

Class oracle.toplink.exceptions.OptimisticLockException extends TopLinkException implements Serializable

Class oracle.toplink.platform.database.oracle.Oracle10Platform extends Oracle9Platform implements Serializable

Class oracle.toplink.objectrelational.Oracle8Platform extends Oracle8Platform implements Serializable

Class oracle.toplink.oraclespecific.Oracle8Platform extends OraclePlatform implements Serializable

Class oracle.toplink.platform.database.oracle.Oracle8Platform extends Oracle8Platform implements Serializable

Class oracle.toplink.oraclespecific.Oracle9Platform extends Oracle8Platform implements Serializable

Class oracle.toplink.platform.database.oracle.Oracle9Platform extends Oracle9Platform implements Serializable

Class oracle.toplink.platform.database.oracle.OracleJDBC10_1_0_2ProxyConnector extends JNDIConnector implements Serializable

Class oracle.toplink.platform.database.oracle.OracleOCIProxyConnector extends JNDIConnector implements Serializable

Class oracle.toplink.platform.database.oracle.OraclePlatform extends oracle.toplink.internal.databaseaccess.OraclePlatform implements Serializable

Class oracle.toplink.tools.schemaframework.OracleSequenceDefinition extends SequenceDefinition implements Serializable

Serialized Fields

increment

int increment
The increment can be used to support pre-allocation.

start

int start
The start used as a starting value for sequence

Class oracle.toplink.transaction.OTSSynchronizationListener.OTSSynchronization extends org.omg.CosTransactions._SynchronizationImplBase implements Serializable

Serialized Fields

listener

OTSSynchronizationListener listener

Class oracle.toplink.tools.schemaframework.PackageDefinition extends DatabaseObjectDefinition implements Serializable

Serialized Fields

statements

java.util.Vector statements

procedures

java.util.Vector procedures

Class oracle.toplink.tools.profiler.PerformanceProfiler extends java.lang.Object implements Serializable

Serialized Fields

profiles

java.util.Vector profiles

shouldLogProfile

boolean shouldLogProfile

nestLevel

int nestLevel

nestTime

long nestTime

profileTime

long profileTime

operationTimings

java.util.Hashtable operationTimings

operationStartTimes

java.util.Hashtable operationStartTimes

operationTimingsByThread

java.util.Hashtable operationTimingsByThread

operationStartTimesByThread

java.util.Hashtable operationStartTimesByThread

Class oracle.toplink.ejb.cmp3.persistence.PersistenceProject extends Project implements Serializable

Class oracle.toplink.descriptors.PessimisticLockingPolicy extends java.lang.Object implements Serializable

Serialized Fields

lockingMode

short lockingMode

Class oracle.toplink.platform.database.PointBasePlatform extends oracle.toplink.internal.databaseaccess.PointBasePlatform implements Serializable

Class oracle.toplink.tools.profiler.Profile extends java.lang.Object implements Serializable

Serialized Fields

queryClass

java.lang.Class queryClass

domainClass

java.lang.Class domainClass

numberOfInstancesEffected

long numberOfInstancesEffected

operationTimings

java.util.Hashtable operationTimings

localTime

long localTime

profileTime

long profileTime

totalTime

long totalTime

shortestTime

long shortestTime

longestTime

long longestTime

Class oracle.toplink.sessions.Project extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

datasourceLogin

Login datasourceLogin

descriptors

java.util.Map descriptors

orderedDescriptors

java.util.Vector orderedDescriptors

useNativeSequencing

boolean useNativeSequencing
These are all obsolete sequencing options left-over from 2.5. They should be removed next release.

sequenceTableName

java.lang.String sequenceTableName

sequencePreallocationSize

java.lang.Integer sequencePreallocationSize

sequenceFieldName

java.lang.String sequenceFieldName

sequenceCounterName

java.lang.String sequenceCounterName

defaultReadOnlyClasses

java.util.Vector defaultReadOnlyClasses
Holds the default set of read-only classes that apply to each UnitOfWork.

aliasDescriptors

java.util.Map aliasDescriptors
Cache the EJBQL descriptor aliases.

hasIsolatedClasses

boolean hasIsolatedClasses
Cache if any descriptor is isolated. (set during initialization)

hasGenericHistorySupport

boolean hasGenericHistorySupport
Cache if any descriptor has history. (set during initialization)

hasProxyIndirection

boolean hasProxyIndirection
Cache if any descriptor is using ProxyIndirection. (set during initialization

isPureCMP2Project

boolean isPureCMP2Project
Cache if all descriptors are CMP1/2

Class oracle.toplink.queryframework.QueryByExamplePolicy extends java.lang.Object implements Serializable

Serialized Fields

valuesToExclude

java.util.Map valuesToExclude

attributesToAlwaysInclude

java.util.Map attributesToAlwaysInclude

specialOperations

java.util.Map specialOperations

shouldUseEqualityForNulls

boolean shouldUseEqualityForNulls

Class oracle.toplink.exceptions.QueryException extends ValidationException implements Serializable

Class oracle.toplink.querykeys.QueryKey extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

descriptor

Descriptor descriptor

Class oracle.toplink.queryframework.QueryResultsCachePolicy extends java.lang.Object implements Serializable

Serialized Fields

invalidationPolicy

CacheInvalidationPolicy invalidationPolicy

maximumResultSets

int maximumResultSets

Class oracle.toplink.sequencing.QuerySequence extends StandardSequence implements Serializable

Serialized Fields

selectQuery

ValueReadQuery selectQuery

updateQuery

DataModifyQuery updateQuery

shouldAcquireValueAfterInsert

boolean shouldAcquireValueAfterInsert

shouldUseTransaction

boolean shouldUseTransaction

shouldSkipUpdate

boolean shouldSkipUpdate

shouldSelectBeforeUpdate

boolean shouldSelectBeforeUpdate

wasSelectQueryCreated

boolean wasSelectQueryCreated

wasUpdateQueryCreated

boolean wasUpdateQueryCreated

Class oracle.toplink.eis.interactions.QueryStringInteraction extends MappedInteraction implements Serializable

Class oracle.toplink.queryframework.ReadAllQuery extends ObjectLevelReadQuery implements Serializable

Serialized Fields

orderByExpressions

java.util.Vector orderByExpressions
Used for ordering support.

batchReadAttributeExpressions

java.util.Vector batchReadAttributeExpressions
Used for query optimization.

batchReadAttributes

java.util.List batchReadAttributes
PERF: Cache the local batch read attribute names.

containerPolicy

ContainerPolicy containerPolicy
Used for collection and stream support.

startWithExpression

Expression startWithExpression
Used for Oracle HierarchicalQuery support

connectByExpression

Expression connectByExpression

orderSiblingsByExpressions

java.util.Vector orderSiblingsByExpressions

Class oracle.toplink.queryframework.ReadObjectQuery extends ObjectLevelReadQuery implements Serializable

Serialized Fields

selectionKey

java.util.Vector selectionKey
Key that can be used in place of a selection criteria.

shouldLoadResultIntoSelectionObject

boolean shouldLoadResultIntoSelectionObject
Can be used to refresh a specific non-cached instance from the database.

Class oracle.toplink.queryframework.ReadQuery extends DatabaseQuery implements Serializable

Serialized Fields

maxRows

int maxRows
Used for retrieve limited rows through the query.

firstResult

int firstResult
Used to start query results at a specific result

queryId

long queryId

fetchSize

int fetchSize
Used to set statement fetch size

queryResultCachingPolicy

QueryResultsCachePolicy queryResultCachingPolicy
Used to specify how query results are cached

Class oracle.toplink.objectrelational.ReferenceMapping extends ObjectReferenceMapping implements Serializable

Serialized Fields

field

DatabaseField field
A ref is always stored in a single field.

Class oracle.toplink.descriptors.RelationalDescriptor extends ClassDescriptor implements Serializable

Class oracle.toplink.exceptions.RemoteCommandManagerException extends TopLinkException implements Serializable

Class oracle.toplink.remote.RemoteSession extends DistributedSession implements Serializable

Class oracle.toplink.queryframework.ReportQuery extends ReadAllQuery implements Serializable

Serialized Fields

shouldRetrievePrimaryKeys

int shouldRetrievePrimaryKeys
Flag indicating wether the primary key values should also be retrieved for the reference class.

names

java.util.Vector names
Collection of names for use by results.

items

java.util.Vector items
Items to be selected, these could be attributes or aggregate functions.

groupByExpressions

java.util.Vector groupByExpressions
Expressions representing fields to be used in the GROUP BY clause.

returnChoice

int returnChoice
Can be one of (ShouldReturnSingleResult, ShouldReturnSingleValue, ShouldReturnSingleAttribute) Simplifies the result by only returning the first result, first value, or all attribute values

Class oracle.toplink.queryframework.ReportQueryResult extends java.lang.Object implements Serializable

Serialization Methods

readObject

public java.lang.Object readObject(java.lang.Class javaClass,
                                   Session session)
PUBLIC: If the PKs were retrieved with the attributes then this method can be used to read the real object from the database.

Serialized Fields

names

java.util.Vector names
Item names to lookup result values

results

java.util.Vector results
Actual converted attribute values

primaryKeyValues

java.util.Vector primaryKeyValues
PK values if the retrievPKs flag was set on the ReportQuery. These can be used to get the actual object

Class oracle.toplink.descriptors.ReturningPolicy extends java.lang.Object implements Serializable

Serialized Fields

descriptor

Descriptor descriptor

infos

java.util.Vector infos

main

java.util.Collection[][] main

tableToVectorOfFieldsForGenerationMap

java.util.HashMap[] tableToVectorOfFieldsForGenerationMap

isUsedToSetPrimaryKey

boolean isUsedToSetPrimaryKey

fieldsNotFromDescriptor_DefaultTable

java.util.Map fieldsNotFromDescriptor_DefaultTable

fieldsNotFromDescriptor_OtherTables

java.util.Map fieldsNotFromDescriptor_OtherTables

Class oracle.toplink.remote.rmi.RMIConnection extends RemoteConnection implements Serializable

Class oracle.toplink.remote.rmi.iiop.RMIConnection extends RemoteConnection implements Serializable

Class oracle.toplink.remote.rmi.wls.RMIConnection extends RemoteConnection implements Serializable

Class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

controller

RemoteSessionController controller
Store the real controller.

Class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l


Class oracle.toplink.ox.platform.SAXPlatform extends XMLPlatform implements Serializable

Class oracle.toplink.queryframework.ScrollableCursor extends Cursor implements Serializable

Class oracle.toplink.queryframework.ScrollableCursorPolicy extends CursorPolicy implements Serializable

Class oracle.toplink.sdk.SDKAccessor extends DatasourceAccessor implements Serializable

Class oracle.toplink.sdk.SDKAggregateCollectionMapping extends AbstractCompositeCollectionMapping implements Serializable

Class oracle.toplink.sdk.SDKAggregateObjectMapping extends AbstractCompositeObjectMapping implements Serializable

Class oracle.toplink.sdk.SDKDataStoreException extends DatabaseException implements Serializable

Class oracle.toplink.sdk.SDKDescriptor extends Descriptor implements Serializable

Class oracle.toplink.sdk.SDKDescriptorException extends DescriptorException implements Serializable

Class oracle.toplink.sdk.SDKDirectCollectionMapping extends AbstractCompositeDirectCollectionMapping implements Serializable

Class oracle.toplink.sdk.SDKLogin extends DatasourceLogin implements Serializable

Serialized Fields

accessorClass

java.lang.Class accessorClass
Deprecated. 
The class of the accessor to be built

Class oracle.toplink.sdk.SDKObjectCollectionMapping extends CollectionMapping implements Serializable

Serialized Fields

field

DatabaseField field
Deprecated. 
The source foreign keys are stored in a single field.

referenceDataTypeName

java.lang.String referenceDataTypeName
Deprecated. 
The "data type" of the foreign keys. Depending on the data store, this could be optional.

Class oracle.toplink.sdk.SDKPlatform extends DatasourcePlatform implements Serializable

Class oracle.toplink.sdk.SDKQueryException extends QueryException implements Serializable

Class oracle.toplink.sdk.SDKQueryMechanism extends DatasourceCallQueryMechanism implements Serializable

Class oracle.toplink.sdk.SDKSequence extends QuerySequence implements Serializable

Serialized Fields

counterFieldName

java.lang.String counterFieldName
Deprecated. 
Hold the name of the column in the sequence table which specifies the sequence numeric value

nameFieldName

java.lang.String nameFieldName
Deprecated. 
Hold the name of the column in the sequence table which specifies the sequence name

Class oracle.toplink.sequencing.Sequence extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

size

int size

platform

Platform platform

depth

int depth

Class oracle.toplink.tools.schemaframework.SequenceDefinition extends DatabaseObjectDefinition implements Serializable

Class oracle.toplink.mappings.converters.SerializedObjectConverter extends java.lang.Object implements Serializable

Serialized Fields

mapping

DatabaseMapping mapping

Class oracle.toplink.mappings.SerializedObjectMapping extends DirectToFieldMapping implements Serializable


Class oracle.toplink.remotecommand.ServiceId extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
Generated unique id to distinguish the service instance from all others

channel

java.lang.String channel
The logical channel that the service instance subscribes to

url

java.lang.String url
Url of the service instance

displayString

java.lang.String displayString

Class oracle.toplink.publicinterface.Session extends java.lang.Object implements Serializable

Serialization Methods

readObject

public java.lang.Object readObject(java.lang.Object object)
                            throws DatabaseException
Deprecated. 
PUBLIC: Use the example object to consruct a read object query by the objects primary key. This will read the object from the database with the same primary key as the object or null if no object is found.

readObject

public java.lang.Object readObject(java.lang.Class domainClass,
                                   Expression expression)
                            throws DatabaseException
Deprecated. 
PUBLIC: Read the first instance of the class from the database matching the given expression. This operation can be customized through using a ReadObjectQuery.
Throws:
DatabaseException
See Also:
ReadObjectQuery

readObject

public java.lang.Object readObject(java.lang.Class domainClass,
                                   Call aCall)
                            throws DatabaseException
Deprecated. 
PUBLIC: Read the first instance of the class from the database returned through execution the Call string. The Call can be an SQLCall or EJBQLCall. example: session.readObject(Employee.class, new SQLCall("SELECT * FROM EMPLOYEE"));
Throws:
DatabaseException
See Also:
SQLCall, EJBQLCall

readObject

public java.lang.Object readObject(java.lang.Class domainClass,
                                   java.lang.String sqlString)
                            throws DatabaseException
Deprecated. 
PUBLIC: Read the first instance of the class from the database return through execution the SQL string. The SQL string must be a valid SQL select statement or selecting stored procedure call. This operation can be customized through using a ReadObjectQuery. Warning: Allowing an unverified SQL string to be passed into this method makes your application vulnerable to SQL injection attacks.
Throws:
DatabaseException
See Also:
ReadObjectQuery

readObject

public java.lang.Object readObject(java.lang.Class domainClass)
                            throws DatabaseException
Deprecated. 
PUBLIC: Read the first instance of the class from the database. This operation can be customized through using a ReadObjectQuery, or through also passing in a selection criteria.
Throws:
DatabaseException
See Also:
ReadObjectQuery, Session.readAllObjects(Class, Expression)

writeObject

public java.lang.Object writeObject(java.lang.Object domainObject)
                             throws DatabaseException,
                                    OptimisticLockException
Deprecated. 
PUBLIC: Write the object and all of its privately owned parts in the database. Write will determine if an insert or an update should be done, it may go to the database to determine this (by default will check the identity map). The write operation can be customized through using an write query.
Throws:
DatabaseException - if an error occurs on the database, these include constraint violations, security violations and general database erros.
OptimisticLockException - if the object's descriptor is using optimistic locking and the object has been updated or deleted by another user since it was last read.
See Also:
WriteObjectQuery, Session.insertObject(Object), Session.updateObject(Object)

Serialized Fields

identityMapAccessor

IdentityMapAccessor identityMapAccessor
Deprecated. 
Manages the live object cache.

wasJTSTransactionInternallyStarted

boolean wasJTSTransactionInternallyStarted
Deprecated. 
If Transactions were externally started

name

java.lang.String name
Deprecated. 
Used to identify a session when using the session broker.

properties

java.util.Map properties
Deprecated. 
Allow for user defined properties.

isInBroker

boolean isInBroker
Deprecated. 
Used to determine If a session is in a Broker or not

usesOldCommit

boolean usesOldCommit
Deprecated. 

shouldPropagateChanges

boolean shouldPropagateChanges
Deprecated. 
Determined whether changes should be propagated to TopLink cluster

isInProfile

boolean isInProfile
Deprecated. 
Used to determine If a session is in a profile or not

isFinalizersEnabled

boolean isFinalizersEnabled
Deprecated. 
PERF: Allow for finalizers to be disabled, currently disables client-session finalize.


Class oracle.toplink.sessionbroker.SessionBroker extends DatabaseSessionImpl implements Serializable


Class oracle.toplink.sessions.SessionEvent extends java.util.EventObject implements Serializable

Serialized Fields

query

DatabaseQuery query
Some events may have a query associated with them (pre/postExecuteQuery).

result

java.lang.Object result
Some events may have a result associated with them (pre/postExecuteQuery).

session

Session session
The session or unit of work raising the event.

eventCode

int eventCode
The code of the event being raised. This is an integer constant value as defined below.

properties

java.util.Hashtable properties
Additional properties may be added.

Class oracle.toplink.sessions.SessionEventManager extends java.lang.Object implements Serializable

Serialized Fields

listeners

java.util.Vector listeners

session

Session session

Class oracle.toplink.exceptions.SessionLoaderException extends TopLinkException implements Serializable

Serialized Fields

exceptionList

java.util.Vector exceptionList

Class oracle.toplink.logging.SessionLogEntry extends SessionLogEntry implements Serializable

Class oracle.toplink.sessions.SessionLogEntry extends java.lang.Object implements Serializable

Serialized Fields

date

java.util.Date date
Deprecated. 

message

java.lang.String message
Deprecated. 

throwable

java.lang.Throwable throwable
Deprecated. 

level

int level
Deprecated. 

nameSpace

java.lang.String nameSpace
Deprecated. 

parameters

java.lang.Object[] parameters
Deprecated. 

shouldTranslate

boolean shouldTranslate
Deprecated. 

Class oracle.toplink.sdk.SimpleFieldTranslator extends java.lang.Object implements Serializable

Serialized Fields

readTranslations

java.util.Hashtable readTranslations
Deprecated. 
The translations applied after the database row is read from the data store.

writeTranslations

java.util.Hashtable writeTranslations
Deprecated. 
The translations applied before the database row is written to the data store.

wrappedTranslator

FieldTranslator wrappedTranslator
Deprecated. 
A nested translator.

Class oracle.toplink.platform.database.SQLAnyWherePlatform extends oracle.toplink.internal.databaseaccess.SQLAnyWherePlatform implements Serializable

Class oracle.toplink.queryframework.SQLCall extends DatabaseCall implements Serializable

Class oracle.toplink.platform.database.SQLServerPlatform extends oracle.toplink.internal.databaseaccess.SQLServerPlatform implements Serializable

Class oracle.toplink.sequencing.StandardSequence extends Sequence implements Serializable

Class oracle.toplink.queryframework.StoredFunctionCall extends StoredProcedureCall implements Serializable

Class oracle.toplink.tools.schemaframework.StoredFunctionDefinition extends StoredProcedureDefinition implements Serializable

Class oracle.toplink.queryframework.StoredProcedureCall extends DatabaseCall implements Serializable

Class oracle.toplink.tools.schemaframework.StoredProcedureDefinition extends DatabaseObjectDefinition implements Serializable

Serialized Fields

variables

java.util.Vector variables

statements

java.util.Vector statements

arguments

java.util.Vector arguments

argumentTypes

java.util.Vector argumentTypes

Class oracle.toplink.objectrelational.StructureMapping extends SDKAggregateObjectMapping implements Serializable

Class oracle.toplink.platform.database.SybasePlatform extends oracle.toplink.internal.databaseaccess.SybasePlatform implements Serializable

Class oracle.toplink.exceptions.SynchronizationException extends TopLinkException implements Serializable

Class oracle.toplink.tools.schemaframework.TableDefinition extends DatabaseObjectDefinition implements Serializable

Serialized Fields

fields

java.util.Vector fields

foreignKeys

java.util.Vector foreignKeys

Class oracle.toplink.sequencing.TableSequence extends QuerySequence implements Serializable

Serialized Fields

tableName

java.lang.String tableName
Hold the name of the sequence table

counterFieldName

java.lang.String counterFieldName
Hold the name of the column in the sequence table which specifies the sequence numeric value

nameFieldName

java.lang.String nameFieldName
Hold the name of the column in the sequence table which specifies the sequence name

qualifier

java.lang.String qualifier

Class oracle.toplink.tools.schemaframework.TableSequenceDefinition extends SequenceDefinition implements Serializable

Serialized Fields

sequenceTableName

java.lang.String sequenceTableName
Hold the name of the sequence table

sequenceNameFieldName

java.lang.String sequenceNameFieldName
Hold the name of the column in the sequence table which specifies the sequence name

sequenceCounterFieldName

java.lang.String sequenceCounterFieldName
Hold the name of the column in the sequence table which specifies the sequence numeric value

Class oracle.toplink.descriptors.TimestampLockingPolicy extends VersionLockingPolicy implements Serializable

Serialized Fields

retrieveTimeFrom

int retrieveTimeFrom

Class oracle.toplink.platform.database.TimesTenPlatform extends DatabasePlatform implements Serializable

Class oracle.toplink.tools.schemaframework.TimesTenSequenceDefinition extends OracleSequenceDefinition implements Serializable

Class oracle.toplink.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy extends CacheInvalidationPolicy implements Serializable

Serialized Fields

timeToLive

long timeToLive

Class oracle.toplink.exceptions.TopLinkException extends java.lang.RuntimeException implements Serializable

Serialized Fields

internalException

java.lang.Throwable internalException

indentationString

java.lang.String indentationString

errorCode

int errorCode

hasBeenLogged

boolean hasBeenLogged


Class oracle.toplink.exceptions.TransactionException extends TopLinkException implements Serializable

Class oracle.toplink.mappings.TransformationMapping extends AbstractTransformationMapping implements Serializable

Class oracle.toplink.mappings.converters.TypeConversionConverter extends java.lang.Object implements Serializable

Serialized Fields

mapping

DatabaseMapping mapping

dataClass

java.lang.Class dataClass
Field type

dataClassName

java.lang.String dataClassName

objectClass

java.lang.Class objectClass
Object type

objectClassName

java.lang.String objectClassName

Class oracle.toplink.mappings.TypeConversionMapping extends DirectToFieldMapping implements Serializable

Class oracle.toplink.tools.schemaframework.TypeDefinition extends DatabaseObjectDefinition implements Serializable

Serialized Fields

fields

java.util.Vector fields

Class oracle.toplink.tools.schemaframework.TypeTableDefinition extends TableDefinition implements Serializable

Serialized Fields

typeName

java.lang.String typeName
The name of the type that this table is of.

additional

java.lang.String additional

Class oracle.toplink.sequencing.UnaryTableSequence extends QuerySequence implements Serializable

Serialized Fields

counterFieldName

java.lang.String counterFieldName
Hold the name of the only column in multiple single-column tables

updateString1

java.lang.String updateString1

updateString2

java.lang.String updateString2

selectString1

java.lang.String selectString1

selectString2

java.lang.String selectString2

updateStringBufferSize

int updateStringBufferSize

selectStringBufferSize

int selectStringBufferSize

Class oracle.toplink.tools.schemaframework.UnaryTableSequenceDefinition extends SequenceDefinition implements Serializable

Serialized Fields

sequenceCounterFieldName

java.lang.String sequenceCounterFieldName

Class oracle.toplink.publicinterface.UnitOfWork extends AbstractSession implements Serializable

Class oracle.toplink.ox.record.UnmarshalRecord extends XMLRecord implements Serializable

Serialized Fields

session

Session session

xmlReader

org.xml.sax.XMLReader xmlReader

treeObjectBuilder

TreeObjectBuilder treeObjectBuilder

xPathFragment

XPathFragment xPathFragment

xPathNode

XPathNode xPathNode

levelIndex

int levelIndex

childRecord

UnmarshalRecord childRecord

parentRecord

UnmarshalRecord parentRecord

transformationRecord

DOMRecord transformationRecord

selfRecords

java.util.List selfRecords

indexMap

java.util.Map indexMap

namespaceMap

java.util.Map namespaceMap

nullCapableValues

java.util.List nullCapableValues

containersMap

java.util.Map containersMap

object

java.lang.Object object

stringBuffer

StrBuffer stringBuffer

attributes

org.xml.sax.Attributes attributes

typeQName

javax.xml.namespace.QName typeQName

unmarshaller

XMLUnmarshaller unmarshaller

Class oracle.toplink.queryframework.UpdateAllQuery extends ModifyQuery implements Serializable

Serialized Fields

m_referenceClass

java.lang.Class m_referenceClass

m_updateClauses

java.util.HashMap m_updateClauses

m_cacheUsage

int m_cacheUsage

m_builder

ExpressionBuilder m_builder

shouldDeferExecutionInUOW

boolean shouldDeferExecutionInUOW

Class oracle.toplink.queryframework.UpdateObjectQuery extends WriteObjectQuery implements Serializable

Class oracle.toplink.exceptions.ValidationException extends TopLinkException implements Serializable

Class oracle.toplink.indirection.ValueHolder extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value
Stores the wrapped object.

Class oracle.toplink.queryframework.ValueReadQuery extends DirectReadQuery implements Serializable

Class oracle.toplink.mappings.VariableOneToOneMapping extends ObjectReferenceMapping implements Serializable

Serialized Fields

typeField

DatabaseField typeField

sourceToTargetQueryKeyNames

java.util.Map sourceToTargetQueryKeyNames

typeIndicatorTranslation

java.util.Map typeIndicatorTranslation

typeIndicatorNameTranslation

java.util.Map typeIndicatorNameTranslation
parallel table typeIndicatorTranslation used prior to initialization to avoid type indicators on Mapping Workbench

Class oracle.toplink.tools.schemaframework.VarrayDefinition extends DatabaseObjectDefinition implements Serializable

Serialized Fields

typeSize

int typeSize

size

int size

type

java.lang.Class type

typeName

java.lang.String typeName

Class oracle.toplink.descriptors.VersionLockingPolicy extends java.lang.Object implements Serializable

Serialized Fields

writeLockField

DatabaseField writeLockField

isCascaded

boolean isCascaded

lockValueStored

int lockValueStored

descriptor

Descriptor descriptor

Class oracle.toplink.tools.schemaframework.ViewDefinition extends DatabaseObjectDefinition implements Serializable

Serialized Fields

selectClause

java.lang.String selectClause

Class oracle.toplink.jts.was.WebSphereJTSSynchronization extends org.omg.CosTransactions._SynchronizationImplBase implements Serializable

Serialized Fields

session

Session session
Deprecated. 

unitOfWork

UnitOfWork unitOfWork
Deprecated. 

globalTransaction

java.lang.Object globalTransaction
Deprecated. 

Class oracle.toplink.queryframework.WriteObjectQuery extends ObjectLevelModifyQuery implements Serializable

Class oracle.toplink.ox.record.WriterRecord extends MarshalRecord implements Serializable

Serialized Fields

writer

java.io.Writer writer

isStartElementOpen

boolean isStartElementOpen

Class oracle.toplink.ejb.cmp.was.WSWrapperPolicy extends EJBWrapperPolicy implements Serializable

Serialized Fields

dataStore

WSDataStore dataStore


Class oracle.toplink.xml.XMLAccessorStreamPolicy extends java.lang.Object implements Serializable

Class oracle.toplink.ox.mappings.XMLAnyCollectionMapping extends DatabaseMapping implements Serializable

Serialized Fields

field

XMLField field

containerPolicy

ContainerPolicy containerPolicy

Class oracle.toplink.ox.mappings.XMLAnyObjectMapping extends DatabaseMapping implements Serializable

Serialized Fields

field

XMLField field

Class oracle.toplink.xml.XMLCall extends AbstractSDKCall implements Serializable

Class oracle.toplink.ox.mappings.XMLCompositeCollectionMapping extends AbstractCompositeCollectionMapping implements Serializable

Class oracle.toplink.ox.mappings.XMLCompositeDirectCollectionMapping extends AbstractCompositeDirectCollectionMapping implements Serializable

Class oracle.toplink.ox.mappings.XMLCompositeObjectMapping extends AbstractCompositeObjectMapping implements Serializable

Class oracle.toplink.exceptions.XMLConversionException extends TopLinkException implements Serializable

Class oracle.toplink.xml.XMLDataCall extends XMLCall implements Serializable

Class oracle.toplink.xml.XMLDataDeleteCall extends XMLDataCall implements Serializable

Class oracle.toplink.xml.XMLDataInsertCall extends XMLDataWriteCall implements Serializable

Class oracle.toplink.xml.XMLDataReadCall extends XMLDataCall implements Serializable

Class oracle.toplink.xml.XMLDataStoreException extends SDKDataStoreException implements Serializable

Class oracle.toplink.xml.XMLDataUpdateCall extends XMLDataWriteCall implements Serializable

Class oracle.toplink.xml.XMLDataWriteCall extends XMLDataCall implements Serializable

Class oracle.toplink.xml.XMLDeleteCall extends XMLCall implements Serializable

Class oracle.toplink.ox.XMLDescriptor extends ClassDescriptor implements Serializable

Class oracle.toplink.xml.XMLDescriptor extends SDKDescriptor implements Serializable

Class oracle.toplink.ox.mappings.XMLDirectMapping extends AbstractDirectMapping implements Serializable

Class oracle.toplink.xml.XMLDoesExistCall extends XMLCall implements Serializable

Class oracle.toplink.ox.XMLField extends DatabaseField implements Serializable

Class oracle.toplink.xml.XMLFileAccessor extends SDKAccessor implements Serializable

Class oracle.toplink.eis.adapters.xmlfile.XMLFileEISConnectionSpec extends EISConnectionSpec implements Serializable

Class oracle.toplink.xml.XMLFileLogin extends XMLLogin implements Serializable

Serialized Fields

baseDirectoryName

java.lang.String baseDirectoryName
Deprecated. 
The name of the base directory for the tree of XML subdirectories/files.

fileNameExtension

java.lang.String fileNameExtension
Deprecated. 
The extension to be used for the XML files.

createsDirectoriesAsNeeded

boolean createsDirectoriesAsNeeded
Deprecated. 
This tells the accessor to create directories if they are missing.

Class oracle.toplink.eis.adapters.xmlfile.XMLFilePlatform extends EISPlatform implements Serializable

Class oracle.toplink.eis.adapters.xmlfile.XMLFileSequence extends EISSequence implements Serializable

Class oracle.toplink.xml.XMLFileStreamPolicy extends java.lang.Object implements Serializable

Serialized Fields

file

java.io.File file
Deprecated. 
The single file to be wrapped by the stream.

files

java.util.Enumeration files
Deprecated. 
An enumeration of files to be wrapped by streams.

Class oracle.toplink.xml.XMLInsertCall extends XMLWriteCall implements Serializable

Class oracle.toplink.eis.interactions.XMLInteraction extends MappedInteraction implements Serializable

Class oracle.toplink.ox.XMLLogin extends DatasourceLogin implements Serializable

Class oracle.toplink.xml.XMLLogin extends SDKLogin implements Serializable

Class oracle.toplink.exceptions.XMLMarshalException extends ValidationException implements Serializable

Class oracle.toplink.ox.platform.XMLPlatform extends DatasourcePlatform implements Serializable

Class oracle.toplink.xml.XMLPlatform extends SDKPlatform implements Serializable

Class oracle.toplink.platform.xml.XMLPlatformException extends TopLinkException implements Serializable

Class oracle.toplink.xml.XMLReadAllCall extends XMLCall implements Serializable

Class oracle.toplink.xml.XMLReadCall extends XMLCall implements Serializable

Class oracle.toplink.ox.record.XMLRecord extends DatabaseRow implements Serializable

Serialized Fields

marshaller

XMLMarshaller marshaller

unmarshaller

XMLUnmarshaller unmarshaller

owningObject

java.lang.Object owningObject

currentObject

java.lang.Object currentObject

Class oracle.toplink.xml.XMLSequence extends SDKSequence implements Serializable

Serialized Fields

rootElementName

java.lang.String rootElementName
Deprecated. 

Class oracle.toplink.xml.XMLSequenceDefinition extends SequenceDefinition implements Serializable

Serialized Fields

sequence

XMLSequence sequence



Class oracle.toplink.xml.stream.XMLStreamLogin extends XMLLogin implements Serializable

Serialized Fields

xmlStreamDatabase

oracle.toplink.xml.stream.XMLStreamDatabase xmlStreamDatabase

Class oracle.toplink.xml.XMLStreamStreamPolicy extends java.lang.Object implements Serializable

Serialized Fields

reader

java.io.Reader reader
Deprecated. 
The read stream to be returned.

writer

java.io.Writer writer
Deprecated. 
The write stream to be returned.

readers

java.util.Enumeration readers
Deprecated. 
An enumeration of read streams to be returned.

Class oracle.toplink.ox.mappings.XMLTransformationMapping extends AbstractTransformationMapping implements Serializable

Class oracle.toplink.ox.XMLUnionField extends XMLField implements Serializable

Class oracle.toplink.xml.XMLUpdateCall extends XMLWriteCall implements Serializable

Class oracle.toplink.xml.XMLWriteCall extends XMLCall implements Serializable

Class oracle.toplink.xml.zip.XMLZipFileAccessor extends XMLFileAccessor implements Serializable

Class oracle.toplink.xml.zip.XMLZipFileStreamPolicy extends java.lang.Object implements Serializable

Serialized Fields

file

java.io.File file
Deprecated. 
The ZIP file containing the entry (or entries) to be wrapped by the stream.

zipFile

java.util.zip.ZipFile zipFile
Deprecated. 
Another reference to the ZIP file containing the entry (or entries) to be wrapped by the stream. This is only instantiated on demand.

zipEntryName

java.lang.String zipEntryName
Deprecated. 
The name of the single entry to be wrapped by the stream.

zipEntryNames

java.util.Enumeration zipEntryNames
Deprecated. 
An enumeration of names of entries to be wrapped by streams.

Class oracle.toplink.eis.interactions.XQueryInteraction extends XMLInteraction implements Serializable

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.