Serialized Form


Package oracle.toplink.descriptors

Class oracle.toplink.descriptors.AllFieldsLockingPolicy implements Serializable

Class oracle.toplink.descriptors.ChangedFieldsLockingPolicy implements Serializable

Class oracle.toplink.descriptors.FieldsLockingPolicy implements Serializable

Serialized Fields

descriptor

Descriptor descriptor

allNonPrimaryKeyFields

java.util.Vector allNonPrimaryKeyFields

Class oracle.toplink.descriptors.InterfacePolicy implements Serializable

Serialized Fields

parentInterfaces

java.util.Vector parentInterfaces

parentDescriptors

java.util.Vector parentDescriptors

childDescriptors

java.util.Vector childDescriptors

descriptor

Descriptor descriptor

implementorDescriptor

java.lang.Class implementorDescriptor

Class oracle.toplink.descriptors.SelectedFieldsLockingPolicy implements Serializable

Serialized Fields

lockFieldsByTable

java.util.Hashtable lockFieldsByTable

lockFields

java.util.Vector lockFields

Class oracle.toplink.descriptors.TimestampLockingPolicy implements Serializable

Serialized Fields

retrieveTimeFrom

int retrieveTimeFrom

Class oracle.toplink.descriptors.VersionLockingPolicy implements Serializable

Serialized Fields

writeLockField

oracle.toplink.internal.helper.DatabaseField writeLockField

lockValueStored

int lockValueStored

descriptor

Descriptor descriptor


Package oracle.toplink.ejb

Class oracle.toplink.ejb.DeploymentException implements Serializable

Class oracle.toplink.ejb.EJBWrapperPolicy 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)


Package oracle.toplink.ejb.bmp

Class oracle.toplink.ejb.bmp.BMPWrapperPolicy 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


Package oracle.toplink.exceptions

Class oracle.toplink.exceptions.BeanGenerationException implements Serializable

Class oracle.toplink.exceptions.CacheSynchCommunicationException implements Serializable

Class oracle.toplink.exceptions.CacheSynchronizationException implements Serializable

Serialized Fields

errors

java.util.Vector errors

changeSet

oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet

Class oracle.toplink.exceptions.ConcurrencyException implements Serializable

Class oracle.toplink.exceptions.ConversionException implements Serializable

Serialized Fields

classToConvertTo

java.lang.Class classToConvertTo

sourceObject

java.lang.Object sourceObject

Class oracle.toplink.exceptions.DatabaseException implements Serializable

Serialized Fields

exception

java.sql.SQLException exception

Class oracle.toplink.exceptions.DescriptorException implements Serializable

Class oracle.toplink.exceptions.EJBJarXMLException implements Serializable

Class oracle.toplink.exceptions.EJBQLException implements Serializable

Serialized Fields

internalExceptions

java.util.Vector internalExceptions

Class oracle.toplink.exceptions.IntegrityChecker 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 implements Serializable

Serialized Fields

integrityChecker

IntegrityChecker integrityChecker

Class oracle.toplink.exceptions.JDOException implements Serializable

Class oracle.toplink.exceptions.JMSProcessingException implements Serializable

Class oracle.toplink.exceptions.OptimisticLockException implements Serializable

Class oracle.toplink.exceptions.QueryException implements Serializable

Class oracle.toplink.exceptions.SessionLoaderException implements Serializable

Serialized Fields

exceptionList

java.util.Vector exceptionList

Class oracle.toplink.exceptions.SynchronizationException implements Serializable

Class oracle.toplink.exceptions.TopLinkException implements Serializable

Serialized Fields

internalException

java.lang.Throwable internalException

indentationString

java.lang.String indentationString

errorCode

int errorCode

Class oracle.toplink.exceptions.ValidationException implements Serializable


Package oracle.toplink.expressions

Class oracle.toplink.expressions.Expression implements Serializable

Class oracle.toplink.expressions.ExpressionBuilder implements Serializable

Serialized Fields

queryClass

java.lang.Class queryClass

statement

oracle.toplink.internal.expressions.SQLSelectStatement statement

viewTable

oracle.toplink.internal.helper.DatabaseTable viewTable

aliasedViewTable

oracle.toplink.internal.helper.DatabaseTable aliasedViewTable

Class oracle.toplink.expressions.ExpressionOperator implements Serializable

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


Package oracle.toplink.indirection

Class oracle.toplink.indirection.EJBIndirectList implements Serializable

Class oracle.toplink.indirection.EJBIndirectSet implements Serializable

Class oracle.toplink.indirection.IndirectList implements Serializable

Serialized Fields

delegate

java.util.Vector delegate
Reduce type casting

valueHolder

ValueHolderInterface valueHolder
Delegate indirection behavior to a value holder

Class oracle.toplink.indirection.IndirectMap implements Serializable

Serialized Fields

delegate

java.util.Hashtable delegate
Reduce type casting

valueHolder

ValueHolderInterface valueHolder
Delegate indirection behavior to a value holder

Class oracle.toplink.indirection.IndirectSet implements Serializable

Serialized Fields

delegate

java.util.Set delegate
Reduce type casting

valueHolder

ValueHolderInterface valueHolder
Delegate indirection behavior to a value holder

Class oracle.toplink.indirection.ValueHolder implements Serializable

Serialized Fields

value

java.lang.Object value
Stores the wrapped object.


Package oracle.toplink.jndi

Class oracle.toplink.jndi.JNDIConnector implements Serializable

Serialized Fields

dataSource

oracle.toplink.jndi.DataSource dataSource

context

javax.naming.Context context

name

javax.naming.Name name


Package oracle.toplink.jndi.was

Class oracle.toplink.jndi.was.DataSourceConnector implements Serializable

Serialized Fields

dataSource

javax.sql.DataSource dataSource


Package oracle.toplink.mappings

Class oracle.toplink.mappings.AggregateCollectionMapping implements Serializable

Class oracle.toplink.mappings.AggregateMapping implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass
Stores a reference class

referenceDescriptor

Descriptor referenceDescriptor
The descriptor of the reference class

Class oracle.toplink.mappings.AggregateObjectMapping 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.mappings.CollectionMapping implements Serializable

Serialized Fields

containerPolicy

oracle.toplink.internal.queryframework.ContainerPolicy containerPolicy

Class oracle.toplink.mappings.DatabaseMapping implements Serializable

Serialized Fields

descriptor

Descriptor descriptor
Descriptor to which this mapping belongs to

attributeAccessor

oracle.toplink.internal.descriptors.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

properties

java.util.Hashtable properties
used as a temporary store for custom SDK usage

Class oracle.toplink.mappings.DirectCollectionMapping implements Serializable

Class oracle.toplink.mappings.DirectMapMapping implements Serializable

Serialized Fields

directKeyField

oracle.toplink.internal.helper.DatabaseField directKeyField
The direct key field name is converted and stored

keyClass

java.lang.Class keyClass

valueClass

java.lang.Class valueClass

Class oracle.toplink.mappings.DirectToFieldMapping implements Serializable

Serialized Fields

field

oracle.toplink.internal.helper.DatabaseField field
DatabaseField which this mapping represents.

Class oracle.toplink.mappings.ForeignReferenceMapping implements Serializable

Serialized Fields

referenceClass

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

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

oracle.toplink.internal.indirection.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

Class oracle.toplink.mappings.ManyToManyMapping implements Serializable

Class oracle.toplink.mappings.ObjectReferenceMapping implements Serializable

Class oracle.toplink.mappings.ObjectTypeMapping implements Serializable

Serialized Fields

attributeToFieldValues

java.util.Hashtable attributeToFieldValues

Class oracle.toplink.mappings.OneToManyMapping implements Serializable

Class oracle.toplink.mappings.OneToOneMapping implements Serializable

Serialized Fields

sourceToTargetKeyFields

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

targetToSourceKeyFields

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

foreignKeyFields

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

isForeignKeyRelationship

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

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.mappings.SerializedObjectMapping implements Serializable

Class oracle.toplink.mappings.TransformationMapping implements Serializable

Serialized Fields

attributeMethodName

java.lang.String attributeMethodName
Name of the method which is executed to retrieve the attribute value from the table

fieldNameToMethodNames

java.util.Hashtable fieldNameToMethodNames
Stores field name to method name in the hashtable

indirectionPolicy

oracle.toplink.internal.indirection.IndirectionPolicy indirectionPolicy
Implements indirection behavior

Class oracle.toplink.mappings.TypeConversionMapping implements Serializable

Serialized Fields

fieldClassification

java.lang.Class fieldClassification
Field type

Class oracle.toplink.mappings.VariableOneToOneMapping implements Serializable

Serialized Fields

typeField

oracle.toplink.internal.helper.DatabaseField typeField

typeIndicatorTranslation

java.util.Hashtable typeIndicatorTranslation

isForeignKeyRelationship

boolean isForeignKeyRelationship

foreignKeyFields

java.util.Vector foreignKeyFields

sourceToTargetQueryKeyNames

java.util.Hashtable sourceToTargetQueryKeyNames


Package oracle.toplink.objectrelational

Class oracle.toplink.objectrelational.ArrayMapping implements Serializable

Class oracle.toplink.objectrelational.NestedTableMapping implements Serializable

Serialized Fields

nestedMapping

DatabaseMapping nestedMapping

field

oracle.toplink.internal.helper.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.objectrelational.ObjectArrayMapping 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.objectrelational.ObjectRelationalDescriptor implements Serializable

Serialized Fields

structureName

java.lang.String structureName

orderedFields

java.util.Vector orderedFields

Class oracle.toplink.objectrelational.Oracle8Platform implements Serializable

Class oracle.toplink.objectrelational.ReferenceMapping implements Serializable

Serialized Fields

field

oracle.toplink.internal.helper.DatabaseField field
A ref is always stored in a single field.

Class oracle.toplink.objectrelational.StructureMapping implements Serializable


Package oracle.toplink.publicinterface

Class oracle.toplink.publicinterface.DatabaseRow implements Serializable

Serialized Fields

fields

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

values

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

lookupField

oracle.toplink.internal.helper.DatabaseField lookupField
Optimize field creation for field name lookup.

Class oracle.toplink.publicinterface.DatabaseSession implements Serializable

Serialized Fields

deploymentLogin

DatabaseLogin deploymentLogin
INTERNAL DeploymentLogin

projectClassName

java.lang.String projectClassName

projectPath

java.lang.String projectPath

Class oracle.toplink.publicinterface.Descriptor implements Serializable

Serialized Fields

javaClass

java.lang.Class javaClass

tables

java.util.Vector tables

primaryKeyFields

java.util.Vector primaryKeyFields

mappings

java.util.Vector mappings

queryKeys

java.util.Hashtable queryKeys

identityMapClass

java.lang.Class identityMapClass

remoteIdentityMapClass

java.lang.Class remoteIdentityMapClass

identityMapSize

int identityMapSize

remoteIdentityMapSize

int remoteIdentityMapSize

sequenceNumberName

java.lang.String sequenceNumberName

sequenceNumberField

oracle.toplink.internal.helper.DatabaseField sequenceNumberField

shouldAlwaysRefreshCache

boolean shouldAlwaysRefreshCache

shouldOnlyRefreshCacheIfNewerVersion

boolean shouldOnlyRefreshCacheIfNewerVersion

shouldDisableCacheHits

boolean shouldDisableCacheHits

shouldAlwaysRefreshCacheOnRemote

boolean shouldAlwaysRefreshCacheOnRemote

shouldDisableCacheHitsOnRemote

boolean shouldDisableCacheHitsOnRemote

alias

java.lang.String alias

shouldBeReadOnly

boolean shouldBeReadOnly

shouldAlwaysConformResultsInUnitOfWork

boolean shouldAlwaysConformResultsInUnitOfWork

eventManager

DescriptorEventManager eventManager

queryManager

DescriptorQueryManager queryManager

objectBuilder

oracle.toplink.internal.descriptors.ObjectBuilder objectBuilder

copyPolicy

oracle.toplink.internal.descriptors.CopyPolicy copyPolicy

instantiationPolicy

oracle.toplink.internal.descriptors.InstantiationPolicy instantiationPolicy

inheritancePolicy

InheritancePolicy inheritancePolicy

interfacePolicy

InterfacePolicy interfacePolicy

optimisticLockingPolicy

oracle.toplink.internal.descriptors.OptimisticLockingPolicy optimisticLockingPolicy

wrapperPolicy

WrapperPolicy wrapperPolicy

properties

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

descriptorType

int descriptorType

shouldOrderMappings

boolean shouldOrderMappings

Class oracle.toplink.publicinterface.DescriptorEvent implements Serializable

Serialized Fields

eventCode

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

query

DatabaseQuery query
The query causing the event.

row

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

descriptor

Descriptor descriptor

originalObject

java.lang.Object originalObject
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

oracle.toplink.internal.sessions.ObjectChangeSet changeSet
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
The session in which the event is raised.

Class oracle.toplink.publicinterface.DescriptorEventManager implements Serializable

Serialized Fields

descriptor

Descriptor descriptor

eventSelectors

java.util.Vector eventSelectors

Class oracle.toplink.publicinterface.DescriptorQueryManager implements Serializable

Serialized Fields

doesExistQuery

DoesExistQuery doesExistQuery

descriptor

Descriptor descriptor

hasCustomMultipleTableJoinExpression

boolean hasCustomMultipleTableJoinExpression

Class oracle.toplink.publicinterface.InheritancePolicy implements Serializable

Serialized Fields

parentClass

java.lang.Class parentClass

parentDescriptor

Descriptor parentDescriptor

childDescriptors

java.util.Vector childDescriptors

descriptor

Descriptor descriptor

shouldAlwaysUseOuterJoin

boolean shouldAlwaysUseOuterJoin

Class oracle.toplink.publicinterface.Session implements Serializable

Serialized Fields

identityMapManager

oracle.toplink.internal.identitymaps.IdentityMapManager identityMapManager
Manages the live object cache.

wasJTSTransactionInternallyStarted

boolean wasJTSTransactionInternallyStarted
If Transactions were externally started

name

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

properties

java.util.Hashtable properties
Allow for user defined properties.

aliasDescriptors

java.util.Hashtable aliasDescriptors
Held the alias, descriptor pairs

isInBroker

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

Class oracle.toplink.publicinterface.UnitOfWork implements Serializable

Serialized Fields

cloneMapping

oracle.toplink.internal.helper.IdentityHashtable cloneMapping
Hashtable of all the clones. The key contains the clone of the object.

newObjectsCloneToOriginal

oracle.toplink.internal.helper.IdentityHashtable newObjectsCloneToOriginal

newObjectsOriginalToClone

oracle.toplink.internal.helper.IdentityHashtable newObjectsOriginalToClone

deletedObjects

oracle.toplink.internal.helper.IdentityHashtable deletedObjects

allClones

oracle.toplink.internal.helper.IdentityHashtable allClones
This member variable contains a copy of all of the clones for this particular UOW

objectsDeletedDuringCommit

oracle.toplink.internal.helper.IdentityHashtable objectsDeletedDuringCommit

removedObjects

oracle.toplink.internal.helper.IdentityHashtable removedObjects

unregisteredNewObjects

oracle.toplink.internal.helper.IdentityHashtable unregisteredNewObjects

unregisteredNewObjectsInParent

oracle.toplink.internal.helper.IdentityHashtable unregisteredNewObjectsInParent

unregisteredExistingObjects

oracle.toplink.internal.helper.IdentityHashtable unregisteredExistingObjects

newObjectsInParent

oracle.toplink.internal.helper.IdentityHashtable newObjectsInParent
used to store a list of the new objects in the parent

newAggregates

oracle.toplink.internal.helper.IdentityHashtable newAggregates

unitOfWorkChangeSet

oracle.toplink.internal.sessions.UnitOfWorkChangeSet unitOfWorkChangeSet
This method is used to store the current changeSet for this UnitOfWork.

containerUnitOfWork

UnitOfWork containerUnitOfWork
This is only used for EJB entity beans to manage beans accessed in a transaction context.

containerBeans

oracle.toplink.internal.helper.IdentityHashtable containerBeans

readOnlyClasses

java.util.Hashtable readOnlyClasses
Read-only class can be used for reference data to avoid cloning when not required.

wasTransactionBegunPrematurely

boolean wasTransactionBegunPrematurely
Flag indicating that the transaction for this UOW was already begun.

shouldNewObjectsBeCached

boolean shouldNewObjectsBeCached
Allow for double merges of new objects by putting them into the cache.

shouldPerformDeletesFirst

boolean shouldPerformDeletesFirst
Flag indicating that deletes should be performed before other updates.

shouldThrowConformExceptions

int shouldThrowConformExceptions
Flag indicating how to deal with exceptions on conforming queries.

validationLevel

int validationLevel
The amount of validation can be configured.

isSynchronized

boolean isSynchronized
With the new synchronized unit of work, need a lifecycle state variable to track birth, commited, pending_merge and death.

lifecycle

int lifecycle

optimisticReadLockObjects

java.util.Hashtable optimisticReadLockObjects


Package oracle.toplink.queryframework

Class oracle.toplink.queryframework.Cursor implements Serializable

Serialized Fields

size

int size
Cached size of the stream.

activeUnitOfWork

UnitOfWork activeUnitOfWork
Used for registration in the unit of work.

Class oracle.toplink.queryframework.CursoredStream implements Serializable

Serialized Fields

objectCollection

java.util.Vector objectCollection
Internal collection of objects.

marker

int marker
Marker for backing up.

position

int position
Current position in the objectCollection of the stream.

newConformingObjects

java.util.Vector newConformingObjects
A collection of the new, conforming objects for the stream

unconformedObjectsCollection

java.util.Vector unconformedObjectsCollection
A collection for the new, unconformed objects

retrievedNonConforming

java.util.Vector retrievedNonConforming

Class oracle.toplink.queryframework.CursoredStreamPolicy implements Serializable

Serialized Fields

initialReadSize

int initialReadSize

sizeQuery

ValueReadQuery sizeQuery

Class oracle.toplink.queryframework.CursorPolicy implements Serializable

Serialized Fields

pageSize

int pageSize

query

ReadQuery query

Class oracle.toplink.queryframework.DatabaseQuery 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.

queryMechanism

oracle.toplink.internal.queryframework.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
Use the query timeout limit setup

Class oracle.toplink.queryframework.DataModifyQuery implements Serializable

Class oracle.toplink.queryframework.DataReadQuery implements Serializable

Serialized Fields

containerPolicy

oracle.toplink.internal.queryframework.ContainerPolicy containerPolicy

Class oracle.toplink.queryframework.DeleteAllQuery implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass

objects

java.util.Vector objects

Class oracle.toplink.queryframework.DeleteObjectQuery implements Serializable

Class oracle.toplink.queryframework.DirectReadQuery implements Serializable

Class oracle.toplink.queryframework.DoesExistQuery 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.queryframework.EJBQLCall implements Serializable

Serialized Fields

query

DatabaseQuery query

ejbqlString

java.lang.String ejbqlString

isPrepared

boolean isPrepared

Class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy implements Serializable

Serialized Fields

policy

int policy

Class oracle.toplink.queryframework.InsertObjectQuery implements Serializable

Class oracle.toplink.queryframework.MethodBaseQueryRedirector implements Serializable

Serialized Fields

methodClass

java.lang.Class methodClass

methodName

java.lang.String methodName

Class oracle.toplink.queryframework.ModifyQuery implements Serializable

Serialized Fields

modifyRow

DatabaseRow modifyRow

Class oracle.toplink.queryframework.ObjectLevelModifyQuery implements Serializable

Serialized Fields

primaryKey

java.util.Vector primaryKey

object

java.lang.Object object

backupClone

java.lang.Object backupClone

Class oracle.toplink.queryframework.ObjectLevelReadQuery implements Serializable

Serialized Fields

referenceClass

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

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.

joinedAttributeExpressions

java.util.Vector joinedAttributeExpressions
Used for query optimization.

partialAttributeExpressions

java.util.Vector partialAttributeExpressions

baseExpression

oracle.toplink.internal.expressions.QueryKeyExpression baseExpression
Used for nested joining and partial attributes.

lockMode

short lockMode
Used for pessimistic locking.

distinctState

short distinctState
Indicates if distinct should be used or not.

exampleObject

java.lang.Object exampleObject
Used for Query By Example.

queryByExamplePolicy

QueryByExamplePolicy queryByExamplePolicy

inMemoryQueryIndirectionPolicy

InMemoryQueryIndirectionPolicy inMemoryQueryIndirectionPolicy
Used to determine behaviour of indirection in InMemoryQuerying

Class oracle.toplink.queryframework.QueryByExamplePolicy implements Serializable

Serialized Fields

valuesToExclude

java.util.Hashtable valuesToExclude

attributesToAlwaysInclude

java.util.Hashtable attributesToAlwaysInclude

specialOperations

java.util.Hashtable specialOperations

shouldUseEqualityForNulls

boolean shouldUseEqualityForNulls

Class oracle.toplink.queryframework.ReadAllQuery implements Serializable

Serialized Fields

orderByExpressions

java.util.Vector orderByExpressions
Used for ordering support.

batchReadAttributeExpressions

java.util.Vector batchReadAttributeExpressions
Used for query optimization.

containerPolicy

oracle.toplink.internal.queryframework.ContainerPolicy containerPolicy
Used for collection and stream support.

Class oracle.toplink.queryframework.ReadObjectQuery implements Serializable

Serialized Fields

selectionKey

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

shouldLoadResultIntoSelectionObject

boolean shouldLoadResultIntoSelectionObject

Class oracle.toplink.queryframework.ReadQuery implements Serializable

Serialized Fields

shouldCacheQueryResults

boolean shouldCacheQueryResults

maxRows

int maxRows
Used for retrieve limited rows through the query.

Class oracle.toplink.queryframework.ReportQuery implements Serializable

Serialized Fields

names

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

shouldRetrievePrimaryKeys

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

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 implements Serializable

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.queryframework.ScrollableCursor implements Serializable

Class oracle.toplink.queryframework.ScrollableCursorPolicy implements Serializable

Serialized Fields

resultSetType

int resultSetType

resultSetConcurrency

int resultSetConcurrency

Class oracle.toplink.queryframework.SQLCall implements Serializable

Serialized Fields

sqlString

java.lang.String sqlString

hasCustomSQLArguments

boolean hasCustomSQLArguments

Class oracle.toplink.queryframework.StoredProcedureCall implements Serializable

Serialized Fields

procedureName

java.lang.String procedureName

callString

java.lang.String callString

procedureArgumentNames

java.util.Vector procedureArgumentNames

procedureArguments

java.util.Vector procedureArguments

procedureOutputArgumentNames

java.util.Vector procedureOutputArgumentNames

procedureOutputArguments

java.util.Vector procedureOutputArguments

procedureInOutputArgumentNames

java.util.Vector procedureInOutputArgumentNames

procedureInOutputInArguments

java.util.Vector procedureInOutputInArguments

procedureInOutputOutArguments

java.util.Vector procedureInOutputOutArguments

isCursorOutputProcedure

boolean isCursorOutputProcedure

Class oracle.toplink.queryframework.UpdateObjectQuery implements Serializable

Class oracle.toplink.queryframework.ValueReadQuery implements Serializable

Class oracle.toplink.queryframework.WriteObjectQuery implements Serializable


Package oracle.toplink.querykeys

Class oracle.toplink.querykeys.DirectCollectionQueryKey implements Serializable

Class oracle.toplink.querykeys.DirectQueryKey implements Serializable

Serialized Fields

field

oracle.toplink.internal.helper.DatabaseField field

Class oracle.toplink.querykeys.ForeignReferenceQueryKey implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass

joinCriteria

Expression joinCriteria

Class oracle.toplink.querykeys.ManyToManyQueryKey implements Serializable

Class oracle.toplink.querykeys.OneToManyQueryKey implements Serializable

Class oracle.toplink.querykeys.OneToOneQueryKey implements Serializable

Class oracle.toplink.querykeys.QueryKey implements Serializable

Serialized Fields

name

java.lang.String name

descriptor

Descriptor descriptor


Package oracle.toplink.remote

Class oracle.toplink.remote.CommunicationException implements Serializable

Class oracle.toplink.remote.DistributedSession implements Serializable

Class oracle.toplink.remote.ProxySession implements Serializable

Class oracle.toplink.remote.RemoteSession implements Serializable

Class oracle.toplink.remote.SessionAnnouncement implements Serializable

Serialized Fields

sessionId

java.lang.String sessionId
This varible stores the unique ID for the session that is sending this message

jndiHostURL

java.lang.String jndiHostURL
This is the URL of the JNDI server where the dispatcher will be stored


Package oracle.toplink.remote.corba

Class oracle.toplink.remote.corba._CORBARemoteSessionControllerImplBase implements Serializable

Class oracle.toplink.remote.corba._CORBARemoteSessionControllerStub implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)

writeObject

private void writeObject(java.io.ObjectOutputStream s)

Class oracle.toplink.remote.corba.CORBAConnection implements Serializable

Serialized Fields

remoteSessionController

CORBARemoteSessionController remoteSessionController

Class oracle.toplink.remote.corba.CORBARemoteSessionControllerDispatcher implements Serializable

Serialized Fields

controller

oracle.toplink.internal.remote.RemoteSessionController controller
Store the real controller.


Package oracle.toplink.remote.corba.sun

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

Class oracle.toplink.remote.corba.sun._CORBARemoteSessionControllerStub implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)

writeObject

private void writeObject(java.io.ObjectOutputStream s)

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

Serialized Fields

remoteSessionController

CORBARemoteSessionController remoteSessionController

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

Serialized Fields

controller

oracle.toplink.internal.remote.RemoteSessionController controller
Store the real controller.


Package oracle.toplink.remote.corba.visibroker

Class oracle.toplink.remote.corba.visibroker._CORBARemoteSessionControllerStub implements Serializable

Class oracle.toplink.remote.corba.visibroker.CORBAConnection implements Serializable

Serialized Fields

remoteSessionController

CORBARemoteSessionController remoteSessionController


Package oracle.toplink.remote.jms

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

Serialized Fields

session

oracle.toplink.remote.jms.TopicSession session

publisher

oracle.toplink.remote.jms.TopicPublisher publisher

topicName

java.lang.String topicName


Package oracle.toplink.remote.rmi

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

Serialized Fields

remoteSessionController

RMIRemoteSessionController remoteSessionController

Class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher implements Serializable

Serialized Fields

controller

oracle.toplink.internal.remote.RemoteSessionController controller
Store the real controller.

Class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub implements Serializable


Package oracle.toplink.sdk

Class oracle.toplink.sdk.AbstractSDKCall implements Serializable

Serialized Fields

query

DatabaseQuery query
The query that will invoke the call. This will be set after the call is cloned, just before execution.

fieldTranslator

FieldTranslator fieldTranslator
The field translator will munge a database row after it was read and before it is written.

Class oracle.toplink.sdk.DefaultFieldTranslator implements Serializable

Class oracle.toplink.sdk.SDKAggregateCollectionMapping implements Serializable

Serialized Fields

field

oracle.toplink.internal.helper.DatabaseField field
The aggregate objects are stored in a single field.

containerPolicy

oracle.toplink.internal.queryframework.ContainerPolicy containerPolicy
This determines the type of container used to hold the aggregate objects.

Class oracle.toplink.sdk.SDKAggregateObjectMapping implements Serializable

Serialized Fields

field

oracle.toplink.internal.helper.DatabaseField field
The aggregate object is stored in a single field.

Class oracle.toplink.sdk.SDKCollectionChangeRecord implements Serializable

Serialized Fields

adds

java.util.Vector adds
The added stuff.

removes

java.util.Vector removes
The removed stuff.

changedMapKeys

java.util.Vector changedMapKeys
The stuff whose Map keys have changed.

Class oracle.toplink.sdk.SDKDataStoreException implements Serializable

Class oracle.toplink.sdk.SDKDescriptor implements Serializable

Class oracle.toplink.sdk.SDKDescriptorException implements Serializable

Class oracle.toplink.sdk.SDKDirectCollectionMapping implements Serializable

Serialized Fields

field

oracle.toplink.internal.helper.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.

attributeElementClass

java.lang.Class attributeElementClass
The elements in the database row's collection should be converted to this class before being put into the object.

fieldElementClass

java.lang.Class fieldElementClass
The elements in the object's collection should be converted to this class before being put into the database row.

containerPolicy

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

Class oracle.toplink.sdk.SDKLogin implements Serializable

Serialized Fields

accessorClass

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

Class oracle.toplink.sdk.SDKObjectCollectionMapping implements Serializable

Serialized Fields

field

oracle.toplink.internal.helper.DatabaseField field
The source foreign keys are stored in a single field.

referenceDataTypeName

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

Class oracle.toplink.sdk.SDKOrderedCollectionChangeRecord implements Serializable

Serialized Fields

newCollection

java.util.Vector newCollection
The entries for all the elements in the new collection.

removeIndexes

int[] removeIndexes
The indexes into the old collection of the elements that were removed.

addIndexes

int[] addIndexes
The indexes into the new collection of the elements that were added.

moveIndexes

int[][] moveIndexes
The indexes of the elements that were moved.

Class oracle.toplink.sdk.SDKPlatform implements Serializable

Class oracle.toplink.sdk.SDKQueryException implements Serializable

Class oracle.toplink.sdk.SDKQueryMechanism implements Serializable

Serialized Fields

calls

java.util.Vector calls
the calls to be executed for the query

Class oracle.toplink.sdk.SimpleFieldTranslator implements Serializable

Serialized Fields

readTranslations

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

writeTranslations

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

wrappedTranslator

FieldTranslator wrappedTranslator
A nested translator.


Package oracle.toplink.sessionbroker

Class oracle.toplink.sessionbroker.SessionBroker implements Serializable

Serialized Fields

sessionsByName

java.util.Hashtable sessionsByName

sessionsByClass

java.util.Hashtable sessionsByClass

sessionNames

java.util.Vector sessionNames


Package oracle.toplink.sessions

Class oracle.toplink.sessions.DatabaseLogin implements Serializable

Serialized Fields

properties

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

platform

oracle.toplink.internal.databaseaccess.DatabasePlatform platform
Implementation of platform-specific behaviors.

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.sessions.DefaultConnector implements Serializable

Serialized Fields

driverClassName

java.lang.String driverClassName

driverURLHeader

java.lang.String driverURLHeader

databaseURL

java.lang.String databaseURL

Class oracle.toplink.sessions.DefaultSessionLog implements Serializable

Serialized Fields

writer

java.io.Writer writer

shouldPrintDate

boolean shouldPrintDate

shouldPrintSession

boolean shouldPrintSession

shouldPrintThread

boolean shouldPrintThread

shouldPrintConnection

boolean shouldPrintConnection

dateFormat

java.text.DateFormat dateFormat

fileName

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

shouldLogDebug

boolean shouldLogDebug
Indicates if debug messages should be written to loggingStream.

shouldLogExceptions

boolean shouldLogExceptions
Indicates if exceptions should be written to loggingStream.

shouldLogExceptionStackTrace

boolean shouldLogExceptionStackTrace
Indicates if the exception's stack trace should be written to loggingStream.

Class oracle.toplink.sessions.DirectConnector implements Serializable

Serialized Fields

cachedInstance

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

Class oracle.toplink.sessions.Project implements Serializable

Serialized Fields

name

java.lang.String name

searchPath

java.util.Vector searchPath

login

DatabaseLogin login

descriptors

java.util.Hashtable descriptors

useNativeSequencing

boolean useNativeSequencing

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

Class oracle.toplink.sessions.SessionEvent 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 implements Serializable

Serialized Fields

listeners

java.util.Vector listeners

session

Session session

Class oracle.toplink.sessions.SessionLogEntry implements Serializable

Serialized Fields

date

java.util.Date date

message

java.lang.String message

exception

java.lang.Exception exception

isDebug

boolean isDebug


Package oracle.toplink.threetier

Class oracle.toplink.threetier.ClientSession implements Serializable

Serialized Fields

parent

ServerSession parent

connectionPolicy

ConnectionPolicy connectionPolicy

writeConnection

oracle.toplink.internal.databaseaccess.Accessor writeConnection

sequenceConnection

oracle.toplink.internal.databaseaccess.Accessor sequenceConnection

isActive

boolean isActive

Class oracle.toplink.threetier.ConnectionPolicy implements Serializable

Serialized Fields

login

DatabaseLogin login

poolName

java.lang.String poolName

isLazy

boolean isLazy

Class oracle.toplink.threetier.ServerSession implements Serializable

Serialized Fields

readConnectionPool

ConnectionPool readConnectionPool

sequenceConnectionPool

ConnectionPool sequenceConnectionPool

connectionPools

java.util.Hashtable connectionPools

defaultConnectionPolicy

ConnectionPolicy defaultConnectionPolicy

maxNumberOfNonPooledConnections

int maxNumberOfNonPooledConnections

numberOfNonPooledConnectionsUsed

int numberOfNonPooledConnectionsUsed


Package oracle.toplink.tools.beans

Class oracle.toplink.tools.beans.ExpressionPanel implements Serializable

Serialized Fields

expression

Expression expression

descriptor

Descriptor descriptor

ivjAndButton

javax.swing.JButton ivjAndButton

ivjAttributeCombo

javax.swing.JComboBox ivjAttributeCombo

ivjAttributeLabel

javax.swing.JLabel ivjAttributeLabel

ivjClearButton

javax.swing.JButton ivjClearButton

ivjExpressionTree

javax.swing.JTree ivjExpressionTree

ivjExpressionTreeScroll

javax.swing.JScrollPane ivjExpressionTreeScroll

ivjNotBuuton

javax.swing.JButton ivjNotBuuton

ivjOperatorCombo

javax.swing.JComboBox ivjOperatorCombo

ivjOperatorLabel

javax.swing.JLabel ivjOperatorLabel

ivjOrButton

javax.swing.JButton ivjOrButton

ivjToolBar

javax.swing.JToolBar ivjToolBar

ivjValueLabel

javax.swing.JLabel ivjValueLabel

ivjValueText

javax.swing.JTextField ivjValueText

ivjEventHandler

oracle.toplink.tools.beans.ExpressionPanel.IvjEventHandler ivjEventHandler

Class oracle.toplink.tools.beans.MessageDialog implements Serializable

Serialized Fields

ivjJDialogContentPane

javax.swing.JPanel ivjJDialogContentPane

ivjMessageScrollPane

javax.swing.JScrollPane ivjMessageScrollPane

ivjMessageTextPane

javax.swing.JTextPane ivjMessageTextPane

ivjOKButton

javax.swing.JButton ivjOKButton

ivjEventHandler

oracle.toplink.tools.beans.MessageDialog.IvjEventHandler ivjEventHandler


Package oracle.toplink.tools.builderreader

Class oracle.toplink.tools.builderreader.BuilderException implements Serializable

Serialized Fields

source

java.lang.String source

lineNumber

int lineNumber

Class oracle.toplink.tools.builderreader.ProjectReader implements Serializable

Serialized Fields

tableDefinitions

java.util.Vector tableDefinitions
Deprecated. 

Class oracle.toplink.tools.builderreader.ProjectWriter implements Serializable


Package oracle.toplink.tools.profiler

Class oracle.toplink.tools.profiler.PerformanceProfiler 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.tools.profiler.Profile 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


Package oracle.toplink.tools.schemaframework

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

Serialized Fields

name

java.lang.String name

qualifier

java.lang.String qualifier

Class oracle.toplink.tools.schemaframework.FieldDefinition 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.tools.schemaframework.ForeignKeyConstraint 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.tools.schemaframework.NestedTableDefinition implements Serializable

Serialized Fields

typeSize

int typeSize

type

java.lang.Class type

typeName

java.lang.String typeName

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

Serialized Fields

isNullAllowed

boolean isNullAllowed

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

Serialized Fields

increment

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

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

Serialized Fields

statements

java.util.Vector statements

procedures

java.util.Vector procedures

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

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

Serialized Fields

variables

java.util.Vector variables

statements

java.util.Vector statements

arguments

java.util.Vector arguments

outputArguments

java.util.Vector outputArguments

inOutputArguments

java.util.Vector inOutputArguments

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

Serialized Fields

fields

java.util.Vector fields

foreignKeys

java.util.Vector foreignKeys

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

Serialized Fields

fields

java.util.Vector fields

Class oracle.toplink.tools.schemaframework.TypeTableDefinition 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.tools.schemaframework.VarrayDefinition implements Serializable

Serialized Fields

typeSize

int typeSize

size

int size

type

java.lang.Class type

typeName

java.lang.String typeName

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

Serialized Fields

selectClause

java.lang.String selectClause


Package oracle.toplink.tools.sessionconfiguration

Class oracle.toplink.tools.sessionconfiguration.SessionBrokerPlaceHolder implements Serializable

Serialized Fields

sessionsCompleted

java.util.Vector sessionsCompleted
This member variable stores the sessions that have been retreived

sessionNamesRequired

java.util.Vector sessionNamesRequired
This member variable stores the sessions that need to be retreived


Package oracle.toplink.tools.sessionconsole

Class oracle.toplink.tools.sessionconsole.LoginEditorDialog implements Serializable

Serialized Fields

wasCanceled

boolean wasCanceled

ivjCancelButton

javax.swing.JButton ivjCancelButton

ivjLoginEditorPanel1

LoginEditorPanel ivjLoginEditorPanel1

ivjMainPanel

javax.swing.JPanel ivjMainPanel

ivjOKButton

javax.swing.JButton ivjOKButton

ivjEventHandler

oracle.toplink.tools.sessionconsole.LoginEditorDialog.IvjEventHandler ivjEventHandler

Class oracle.toplink.tools.sessionconsole.LoginEditorPanel implements Serializable

Serialized Fields

fieldLogin

DatabaseLogin fieldLogin

ivjBindingPage

javax.swing.JPanel ivjBindingPage

ivjBlobBindingCheckbox

javax.swing.JCheckBox ivjBlobBindingCheckbox

ivjBlobStreamBinding

javax.swing.JCheckBox ivjBlobStreamBinding

ivjBridgeChoice

javax.swing.JComboBox ivjBridgeChoice

ivjCacheStatementsCheckbox

javax.swing.JCheckBox ivjCacheStatementsCheckbox

ivjConnPtoP1Aligning

boolean ivjConnPtoP1Aligning

ivjCreatorLabel

javax.swing.JLabel ivjCreatorLabel

ivjCreatorText

javax.swing.JTextField ivjCreatorText

ivjDatabasePlatformLabel

javax.swing.JLabel ivjDatabasePlatformLabel

ivjDatabaseURLLabel

javax.swing.JLabel ivjDatabaseURLLabel

ivjDatabaseURLText

javax.swing.JTextField ivjDatabaseURLText

ivjDriverChoice

javax.swing.JComboBox ivjDriverChoice

ivjDriverClassNameLabel

javax.swing.JLabel ivjDriverClassNameLabel

ivjDriverURLText

javax.swing.JTextField ivjDriverURLText

ivjFillerPanel1

javax.swing.JPanel ivjFillerPanel1

ivjFillerPanel11

javax.swing.JPanel ivjFillerPanel11

ivjFillerPanel2

javax.swing.JPanel ivjFillerPanel2

ivjLoginBean

DatabaseLogin ivjLoginBean

ivjNativeSequencingCheckbox

javax.swing.JCheckBox ivjNativeSequencingCheckbox

ivjNativeSQLCheckbox

javax.swing.JCheckBox ivjNativeSQLCheckbox

ivjOptimizeDataConversionCheckbox

javax.swing.JCheckBox ivjOptimizeDataConversionCheckbox

ivjOtherPage

javax.swing.JPanel ivjOtherPage

ivjParameterizedSQLCheckbox

javax.swing.JCheckBox ivjParameterizedSQLCheckbox

ivjPasswordLabel

javax.swing.JLabel ivjPasswordLabel

ivjPasswordText

javax.swing.JPasswordField ivjPasswordText

ivjPlatformChoice

javax.swing.JComboBox ivjPlatformChoice

ivjPreallocationSizeLabel

javax.swing.JLabel ivjPreallocationSizeLabel

ivjPropertiesBook

javax.swing.JTabbedPane ivjPropertiesBook

ivjSequenceCounterNameLabel

javax.swing.JLabel ivjSequenceCounterNameLabel

ivjSequenceCounterNameText

javax.swing.JTextField ivjSequenceCounterNameText

ivjSequenceFieldNameLabel

javax.swing.JLabel ivjSequenceFieldNameLabel

ivjSequenceFieldNameText

javax.swing.JTextField ivjSequenceFieldNameText

ivjSequencePreallocationSizeText

javax.swing.JTextField ivjSequencePreallocationSizeText

ivjSequenceTableNameLabel

javax.swing.JLabel ivjSequenceTableNameLabel

ivjSequenceTableNameText

javax.swing.JTextField ivjSequenceTableNameText

ivjSequencingPage

javax.swing.JPanel ivjSequencingPage

ivjStatementCacheSizeLabel

javax.swing.JLabel ivjStatementCacheSizeLabel

ivjStatementCacheSizeText

javax.swing.JTextField ivjStatementCacheSizeText

ivjStringBindingCheckbox

javax.swing.JCheckBox ivjStringBindingCheckbox

ivjStringBindSizeLable

javax.swing.JLabel ivjStringBindSizeLable

ivjStringBindSizeText

javax.swing.JTextField ivjStringBindSizeText

ivjTrimStringsCheckbox

javax.swing.JCheckBox ivjTrimStringsCheckbox

ivjUserNameLabel

javax.swing.JLabel ivjUserNameLabel

ivjUserText

javax.swing.JTextField ivjUserText

ivjBatchWritingCheckBox

javax.swing.JCheckBox ivjBatchWritingCheckBox

ivjDirectConnectCheckBox

javax.swing.JCheckBox ivjDirectConnectCheckBox

ivjForceCaseCheckBox

javax.swing.JCheckBox ivjForceCaseCheckBox

ivjJTSCheckBox

javax.swing.JCheckBox ivjJTSCheckBox

ivjPoolingCheckBox

javax.swing.JCheckBox ivjPoolingCheckBox

ivjEventHandler

oracle.toplink.tools.sessionconsole.LoginEditorPanel.IvjEventHandler ivjEventHandler

ivjDriverPage

javax.swing.JPanel ivjDriverPage

ivjFillerPanel

javax.swing.JPanel ivjFillerPanel

ivjDriverLabel

javax.swing.JLabel ivjDriverLabel

Class oracle.toplink.tools.sessionconsole.ProfileBrowser implements Serializable

Serialized Fields

ivjMainPanel

javax.swing.JPanel ivjMainPanel

ivjProfileBrowserPanel

ProfileBrowserPanel ivjProfileBrowserPanel

Class oracle.toplink.tools.sessionconsole.ProfileBrowserPanel implements Serializable

Serialized Fields

fieldProfiles

java.util.Vector fieldProfiles

fieldProfilesModel

javax.swing.table.DefaultTableModel fieldProfilesModel

ivjProfileScrollPane

javax.swing.JScrollPane ivjProfileScrollPane

ivjProfilesTable

javax.swing.JTable ivjProfilesTable

ivjGroupByChoice

javax.swing.JComboBox ivjGroupByChoice

ivjGroupByLabel

javax.swing.JLabel ivjGroupByLabel

ivjQualifyClassNameCheckbox

javax.swing.JCheckBox ivjQualifyClassNameCheckbox

ivjEventHandler

oracle.toplink.tools.sessionconsole.ProfileBrowserPanel.IvjEventHandler ivjEventHandler

Class oracle.toplink.tools.sessionconsole.SessionConsole implements Serializable

Serialized Fields

ivjBrowseProfileMenuItem

javax.swing.JMenuItem ivjBrowseProfileMenuItem

ivjCacheMenu

javax.swing.JMenu ivjCacheMenu

ivjClearCacheMenuItem

javax.swing.JMenuItem ivjClearCacheMenuItem

ivjClearDescriptorsMenuItem

javax.swing.JMenuItem ivjClearDescriptorsMenuItem

ivjClearLogMenuItem

javax.swing.JMenuItem ivjClearLogMenuItem

ivjClearResultsMenuItem

javax.swing.JMenuItem ivjClearResultsMenuItem

ivjClearSQLMenuItem

javax.swing.JMenuItem ivjClearSQLMenuItem

ivjCloseMenuItem

javax.swing.JMenuItem ivjCloseMenuItem

ivjCopySQLMenuItem

javax.swing.JMenuItem ivjCopySQLMenuItem

ivjCutSQLMenuItem

javax.swing.JMenuItem ivjCutSQLMenuItem

ivjDeleteSQLMenuItem

javax.swing.JMenuItem ivjDeleteSQLMenuItem

ivjDescriptorsMenu

javax.swing.JMenu ivjDescriptorsMenu

ivjExecuteQueryMenuItem

javax.swing.JMenuItem ivjExecuteQueryMenuItem

ivjExitMenuItem

javax.swing.JMenuItem ivjExitMenuItem

ivjFileMenu

javax.swing.JMenu ivjFileMenu

ivjInsertSQLMenuItem

javax.swing.JMenuItem ivjInsertSQLMenuItem

ivjInspectCacheMenuItem

javax.swing.JMenuItem ivjInspectCacheMenuItem

ivjInspectDescriptorMenuItem

javax.swing.JMenuItem ivjInspectDescriptorMenuItem

ivjInspectResultMenuItem

javax.swing.JMenuItem ivjInspectResultMenuItem

ivjInspectSessionMenuItem1

javax.swing.JMenuItem ivjInspectSessionMenuItem1

ivjJSeparator1

javax.swing.JSeparator ivjJSeparator1

ivjJSeparator2

javax.swing.JSeparator ivjJSeparator2

ivjJSeparator3

javax.swing.JSeparator ivjJSeparator3

ivjJSeparator4

javax.swing.JSeparator ivjJSeparator4

ivjJSeparator5

javax.swing.JSeparator ivjJSeparator5

ivjJSeparator6

javax.swing.JSeparator ivjJSeparator6

ivjJSeparator7

javax.swing.JSeparator ivjJSeparator7

ivjLoadProjectMenuItem

javax.swing.JMenuItem ivjLoadProjectMenuItem

ivjLoginMenu

javax.swing.JMenu ivjLoginMenu

ivjLoginMenuItem

javax.swing.JMenuItem ivjLoginMenuItem

ivjLogMenu

javax.swing.JMenu ivjLogMenu

ivjLogoutMenuItem

javax.swing.JMenuItem ivjLogoutMenuItem

ivjLogProfileMenuItem

javax.swing.JCheckBoxMenuItem ivjLogProfileMenuItem

ivjLogProfileMenuItem1

javax.swing.JCheckBoxMenuItem ivjLogProfileMenuItem1

ivjLogSQLMenuItem

javax.swing.JCheckBoxMenuItem ivjLogSQLMenuItem

ivjMainPanel

javax.swing.JPanel ivjMainPanel

ivjPasteSQLMenuItem

javax.swing.JMenuItem ivjPasteSQLMenuItem

ivjQueryMenu

javax.swing.JMenu ivjQueryMenu

ivjResetDescriptorsMenuItem

javax.swing.JMenuItem ivjResetDescriptorsMenuItem

ivjResultsMenu

javax.swing.JMenu ivjResultsMenu

ivjSelectSQLMenuItem

javax.swing.JMenuItem ivjSelectSQLMenuItem

ivjSessionInspectorFrameJMenuBar

javax.swing.JMenuBar ivjSessionInspectorFrameJMenuBar

ivjSessionInspectorPanel

SessionConsolePanel ivjSessionInspectorPanel

ivjSQLMenu

javax.swing.JMenu ivjSQLMenu

ivjSQLSelectMenuItem

javax.swing.JMenuItem ivjSQLSelectMenuItem

ivjSQLTemplateMenu

javax.swing.JMenu ivjSQLTemplateMenu

ivjSQLUpdateMenuItem

javax.swing.JMenuItem ivjSQLUpdateMenuItem

ivjUpdateSQLMenuItem

javax.swing.JMenuItem ivjUpdateSQLMenuItem

shouldCallSystemExit

boolean shouldCallSystemExit

ivjEventHandler

oracle.toplink.tools.sessionconsole.SessionConsole.IvjEventHandler ivjEventHandler

Class oracle.toplink.tools.sessionconsole.SessionConsolePanel implements Serializable

Serialized Fields

results

java.util.Vector results

cacheResults

java.util.Vector cacheResults

fieldSession

Session fieldSession

ivjBrowseProfileButton

javax.swing.JButton ivjBrowseProfileButton

ivjBrowseProfileMenuItem

javax.swing.JMenuItem ivjBrowseProfileMenuItem

ivjCache

javax.swing.JPanel ivjCache

ivjCachePage

javax.swing.JPanel ivjCachePage

ivjCachePopupMenu

javax.swing.JPopupMenu ivjCachePopupMenu

ivjCacheScrollPane

javax.swing.JScrollPane ivjCacheScrollPane

ivjCacheTable

javax.swing.JTable ivjCacheTable

ivjClassList

javax.swing.JList ivjClassList

ivjClassScrollPane

javax.swing.JScrollPane ivjClassScrollPane

ivjClearButton

javax.swing.JButton ivjClearButton

ivjClearCacheButton

javax.swing.JButton ivjClearCacheButton

ivjClearCacheMenuItem

javax.swing.JMenuItem ivjClearCacheMenuItem

ivjClearDescriptorsMenuItem

javax.swing.JMenuItem ivjClearDescriptorsMenuItem

ivjClearLogButton

javax.swing.JButton ivjClearLogButton

ivjClearLogMenuItem

javax.swing.JMenuItem ivjClearLogMenuItem

ivjClearResultsMenuItem

javax.swing.JMenuItem ivjClearResultsMenuItem

ivjClearSQLMenuItem

javax.swing.JMenuItem ivjClearSQLMenuItem

ivjCopySQLMenuItem

javax.swing.JMenuItem ivjCopySQLMenuItem

ivjCutSQLMenuItem

javax.swing.JMenuItem ivjCutSQLMenuItem

ivjDeleteSQLMenuItem

javax.swing.JMenuItem ivjDeleteSQLMenuItem

ivjDescriptorMenu

javax.swing.JPopupMenu ivjDescriptorMenu

ivjExecuteQueryMenuItem

javax.swing.JMenuItem ivjExecuteQueryMenuItem

ivjExpressionPanel

ExpressionPanel ivjExpressionPanel

ivjFullNamesMenuItem

javax.swing.JCheckBoxMenuItem ivjFullNamesMenuItem

ivjInsertSQLMenuItem

javax.swing.JMenuItem ivjInsertSQLMenuItem

ivjInspectCacheButton

javax.swing.JButton ivjInspectCacheButton

ivjInspectCacheMenuItem

javax.swing.JMenuItem ivjInspectCacheMenuItem

ivjInspectDescriptorMenuItem

javax.swing.JMenuItem ivjInspectDescriptorMenuItem

ivjInspectResultMenuItem

javax.swing.JMenuItem ivjInspectResultMenuItem

ivjInspectSessionMenuItem1

javax.swing.JMenuItem ivjInspectSessionMenuItem1

ivjJPopupMenu1

javax.swing.JPopupMenu ivjJPopupMenu1

ivjJSeparator4

javax.swing.JSeparator ivjJSeparator4

ivjJSeparator5

javax.swing.JSeparator ivjJSeparator5

ivjJSeparator6

javax.swing.JSeparator ivjJSeparator6

ivjJSeparator7

javax.swing.JSeparator ivjJSeparator7

ivjLoadProjectButton

javax.swing.JButton ivjLoadProjectButton

ivjLogBook

javax.swing.JTabbedPane ivjLogBook

ivjLogCheckbox

javax.swing.JCheckBox ivjLogCheckbox

ivjLoginButton

javax.swing.JButton ivjLoginButton

ivjLoginEditorPanel

LoginEditorPanel ivjLoginEditorPanel

ivjLoginMenu

javax.swing.JPopupMenu ivjLoginMenu

ivjLoginMenuItem

javax.swing.JMenuItem ivjLoginMenuItem

ivjLoginPage

javax.swing.JPanel ivjLoginPage

ivjLogMenu

javax.swing.JPopupMenu ivjLogMenu

ivjLogoutButton

javax.swing.JButton ivjLogoutButton

ivjLogoutMenuItem

javax.swing.JMenuItem ivjLogoutMenuItem

ivjLogPage

javax.swing.JPanel ivjLogPage

ivjLogProfileCheckbox

javax.swing.JCheckBox ivjLogProfileCheckbox

ivjLogProfileMenuItem

javax.swing.JCheckBoxMenuItem ivjLogProfileMenuItem

ivjLogProfileMenuItem1

javax.swing.JCheckBoxMenuItem ivjLogProfileMenuItem1

ivjLogScrollPane

javax.swing.JScrollPane ivjLogScrollPane

ivjLogSplitter

javax.swing.JSplitPane ivjLogSplitter

ivjLogSQLMenuItem

javax.swing.JCheckBoxMenuItem ivjLogSQLMenuItem

ivjLogText

javax.swing.JTextArea ivjLogText

ivjPasteSQLMenuItem

javax.swing.JMenuItem ivjPasteSQLMenuItem

ivjProfileCheckbox

javax.swing.JCheckBox ivjProfileCheckbox

ivjQueryButton

javax.swing.JButton ivjQueryButton

ivjQueryMenu

javax.swing.JPopupMenu ivjQueryMenu

ivjQueryPage

javax.swing.JPanel ivjQueryPage

ivjResetDescriptorsMenuItem

javax.swing.JMenuItem ivjResetDescriptorsMenuItem

ivjResultPage

javax.swing.JPanel ivjResultPage

ivjResultsScrollPane

javax.swing.JScrollPane ivjResultsScrollPane

ivjResultsTable

javax.swing.JTable ivjResultsTable

ivjSelectButton

javax.swing.JButton ivjSelectButton

ivjSelectSQLMenuItem

javax.swing.JMenuItem ivjSelectSQLMenuItem

ivjSQLExecuteButton

javax.swing.JButton ivjSQLExecuteButton

ivjSQLMenu

javax.swing.JPopupMenu ivjSQLMenu

ivjSQLScrollPane

javax.swing.JScrollPane ivjSQLScrollPane

ivjSQLSelectMenuItem

javax.swing.JMenuItem ivjSQLSelectMenuItem

ivjSQLTemplateMenu

javax.swing.JMenu ivjSQLTemplateMenu

ivjSQLText

javax.swing.JTextPane ivjSQLText

ivjSQLUpdateMenuItem

javax.swing.JMenuItem ivjSQLUpdateMenuItem

ivjTopPanel

javax.swing.JPanel ivjTopPanel

ivjTopSplitPane

javax.swing.JSplitPane ivjTopSplitPane

ivjUpdateSQLMenuItem

javax.swing.JMenuItem ivjUpdateSQLMenuItem

ivjWorkspaceBook

javax.swing.JTabbedPane ivjWorkspaceBook

ivjGenerateProjectButton

javax.swing.JButton ivjGenerateProjectButton

ivjLogConnection

javax.swing.JCheckBox ivjLogConnection

ivjLogSession

javax.swing.JCheckBox ivjLogSession

ivjLogThread

javax.swing.JCheckBox ivjLogThread

ivjLogTime

javax.swing.JCheckBox ivjLogTime

ivjLogDebugCheckBox

javax.swing.JCheckBox ivjLogDebugCheckBox

ivjLogExceptionsCheckBox

javax.swing.JCheckBox ivjLogExceptionsCheckBox

ivjLogExceptionStackCheckBox

javax.swing.JCheckBox ivjLogExceptionStackCheckBox


Package oracle.toplink.tools.workbench

Class oracle.toplink.tools.workbench.DescriptorXMLProject implements Serializable


Package oracle.toplink.xml

Class oracle.toplink.xml.XMLAccessorStreamPolicy implements Serializable

Class oracle.toplink.xml.XMLCall implements Serializable

Serialized Fields

streamPolicy

XMLStreamPolicy streamPolicy
Allow the call to override the default stream source, which is the accessor.

xmlTranslator

XMLTranslator xmlTranslator
This will translate an XML document to/from a database row.

Class oracle.toplink.xml.XMLDataCall implements Serializable

Serialized Fields

rootElement

oracle.toplink.internal.helper.DatabaseTable rootElement
The "root element"/"document"/"table"

orderedPrimaryKeyElements

java.util.Vector orderedPrimaryKeyElements
The primary key of the "document" to be manipulated.

Class oracle.toplink.xml.XMLDataDeleteCall implements Serializable

Class oracle.toplink.xml.XMLDataInsertCall implements Serializable

Class oracle.toplink.xml.XMLDataReadCall implements Serializable

Serialized Fields

resultElements

java.util.Vector resultElements
The elements to be returned to the caller.

resultElementTypes

java.util.Hashtable resultElementTypes
The types the returned elements should be converted to, if necessary.

Class oracle.toplink.xml.XMLDataStoreException implements Serializable

Class oracle.toplink.xml.XMLDataUpdateCall implements Serializable

Class oracle.toplink.xml.XMLDataWriteCall implements Serializable

Class oracle.toplink.xml.XMLDeleteCall implements Serializable

Class oracle.toplink.xml.XMLDescriptor implements Serializable

Class oracle.toplink.xml.XMLDoesExistCall implements Serializable

Class oracle.toplink.xml.XMLFileLogin implements Serializable

Serialized Fields

baseDirectoryName

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

fileExtension

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

createsDirectoriesAsNeeded

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

Class oracle.toplink.xml.XMLFileStreamPolicy implements Serializable

Serialized Fields

file

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

files

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

Class oracle.toplink.xml.XMLInsertCall implements Serializable

Class oracle.toplink.xml.XMLLogin implements Serializable

Class oracle.toplink.xml.XMLPlatform implements Serializable

Class oracle.toplink.xml.XMLReadAllCall implements Serializable

Serialized Fields

mapping

SDKObjectCollectionMapping mapping
If this is present, read only the data for the relationship.

Class oracle.toplink.xml.XMLReadCall implements Serializable

Serialized Fields

mapping

OneToOneMapping mapping
If this is present, read only the data for the relationship.

Class oracle.toplink.xml.XMLStreamStreamPolicy implements Serializable

Serialized Fields

reader

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

writer

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

readers

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

Class oracle.toplink.xml.XMLUpdateCall implements Serializable

Class oracle.toplink.xml.XMLWriteCall implements Serializable


Package oracle.toplink.xml.xerces

Class oracle.toplink.xml.xerces.DefaultXMLTranslator implements Serializable

Serialized Fields

readTranslator

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

writeTranslator

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


Package oracle.toplink.xml.zip

Class oracle.toplink.xml.zip.XMLZipFileStreamPolicy implements Serializable

Serialized Fields

file

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

zipFile

java.util.zip.ZipFile zipFile
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
The name of the single entry to be wrapped by the stream.

zipEntryNames

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