Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


Serialized Form








Class oracle.toplink.sdk.AbstractSDKCall extends java.lang.Object 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.internal.databaseaccess.AccessPlatform extends DatabasePlatform 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

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.descriptors.AllFieldsLockingPolicy extends FieldsLockingPolicy implements Serializable

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

Class oracle.toplink.internal.databaseaccess.AttunityPlatform extends DatabasePlatform 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.tools.builderreader.BuilderException extends TopLinkException implements Serializable

Serialized Fields

source

java.lang.String source

lineNumber

int lineNumber

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

changeSet

oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet

Class oracle.toplink.descriptors.ChangedFieldsLockingPolicy extends FieldsLockingPolicy implements Serializable

Class oracle.toplink.threetier.ClientSession extends oracle.toplink.publicinterface.Session implements Serializable

Serialized Fields

parent

oracle.toplink.threetier.ServerSession parent

connectionPolicy

ConnectionPolicy connectionPolicy

writeConnection

oracle.toplink.internal.databaseaccess.Accessor writeConnection

isActive

boolean isActive

sequencing

oracle.toplink.internal.sequencing.Sequencing sequencing

Class oracle.toplink.internal.databaseaccess.CloudscapePlatform extends DatabasePlatform 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.mappings.CollectionMapping extends ForeignReferenceMapping implements Serializable

Serialized Fields

containerPolicy

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

DatabaseLogin login

poolName

java.lang.String poolName

isLazy

boolean isLazy

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

Serialized Fields

classToConvertTo

java.lang.Class classToConvertTo

sourceObject

java.lang.Object sourceObject

Class oracle.toplink.internal.helper.ConversionManager extends java.lang.Object implements Serializable

Serialized Fields

defaultNullValues

java.util.Hashtable defaultNullValues

shouldUseClassLoaderFromCurrentThread

boolean shouldUseClassLoaderFromCurrentThread

loader

java.lang.ClassLoader loader

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

Serialized Fields

remoteSessionController

oracle.toplink.remote.corba.CORBARemoteSessionController remoteSessionController

Class oracle.toplink.remote.corba.orbix.CORBAConnection extends oracle.toplink.internal.remote.RemoteConnection implements Serializable

Serialized Fields

remoteSessionController

CORBARemoteSessionController remoteSessionController

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

Serialized Fields

remoteSessionController

oracle.toplink.remote.corba.sun.CORBARemoteSessionController remoteSessionController

Class oracle.toplink.remote.corba.visibroker.CORBAConnection extends oracle.toplink.internal.remote.RemoteConnection implements Serializable

Serialized Fields

remoteSessionController

oracle.toplink.remote.corba.visibroker.CORBARemoteSessionController remoteSessionController

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

Serialized Fields

controller

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

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

Serialized Fields

controller

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

activeUnitOfWork

oracle.toplink.publicinterface.UnitOfWork activeUnitOfWork
Used for registration in the unit of work.


Class oracle.toplink.queryframework.CursoredStream extends Cursor 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 extends CursorPolicy implements Serializable

Serialized Fields

initialReadSize

int initialReadSize

sizeQuery

ValueReadQuery sizeQuery

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

Serialized Fields

pageSize

int pageSize

query

ReadQuery query


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

Serialized Fields

exception

java.sql.SQLException exception


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

Serialized Fields

properties

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

platform

DatabasePlatform platform
Implementation of platform-specific behaviors.

m_encryptionClassName

java.lang.String m_encryptionClassName
The encryption class name

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.mappings.DatabaseMapping extends java.lang.Object 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

primaryKeyMapping

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

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.internal.databaseaccess.DatabasePlatform extends java.lang.Object implements Serializable

Serialized Fields

sequencePreallocationSize

int sequencePreallocationSize
Indicates the number of sequence numbers to reserve each time during pre-allocation

usesNativeSequencing

boolean usesNativeSequencing
Indicates (if true) to use database specific sequencing instead of a sequence table

sequenceTableName

java.lang.String sequenceTableName
If using non-native sequencing sequenceTableName holds the name of the sequence table

sequenceCounterFieldName

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

sequenceNameFieldName

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

usesNativeSQL

boolean usesNativeSQL
Indicates that native SQL should be used for literal values instead of ODBC esacpe format Only used with Oracle, Sybase & DB2

usesByteArrayBinding

boolean usesByteArrayBinding
Indicates that binding will be used for BLOB data. NOTE: does not work well with ODBC.

usesBatchWriting

boolean usesBatchWriting
Batch all write statements

shouldBindAllParameters

boolean shouldBindAllParameters
Bind all arguments to any SQL statement.

shouldCacheAllStatements

boolean shouldCacheAllStatements
Cache all prepared statements, this requires full parameter binding as well.

statementCacheSize

int statementCacheSize
The statement cache size for prepare parameterized statements.

tableQualifier

java.lang.String tableQualifier
Supporting name scopes in database by prefixing the table names with the table qualifier/creator.

shouldForceFieldNamesToUpperCase

boolean shouldForceFieldNamesToUpperCase
Can be used if the app expects upper case but the database is not return consistent case, i.e. different databases.

shouldTrimStrings

boolean shouldTrimStrings
Indicates (if true) to remove blanks characters from the right of CHAR strings.

usesStreamsForBinding

boolean usesStreamsForBinding
Indicates that streams will be used to store BLOB data. NOTE: does not work with ODBC

stringBindingSize

int stringBindingSize
Indicates the size above which strings will be bound NOTE: does not work with ODBC

usesStringBinding

boolean usesStringBinding
Indicates that strings will above the stringBindingSize will be bound NOTE: does not work with ODBC

maxBatchWritingSize

int maxBatchWritingSize
Allow for the batch size to be set as many database have strict limits.

usesJDBCBatchWriting

boolean usesJDBCBatchWriting
Allow for our batch writing support to be used in JDK 1.2.

cursorCode

int cursorCode
Allow for the code that is used for preparing cursored outs for a storedprocedure to be settable.

transactionIsolation

int transactionIsolation
The transaction isolation level to be set on the connection (optional).

supportsAutoCommit

boolean supportsAutoCommit
Some JDBC drivers do not support AutoCommit in the way TopLink expects. (e.g. Attunity Connect, JConnect)

shouldOptimizeDataConversion

boolean shouldOptimizeDataConversion
Allow for driver level data conversion optimization to be disabled, required because some drivers can loose precision.

timestampQuery

ValueReadQuery timestampQuery

selectSequenceNumberQuery

ValueReadQuery selectSequenceNumberQuery

updateSequenceNumberQuery

DataModifyQuery updateSequenceNumberQuery

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.

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

hintString

java.lang.String hintString

Class oracle.toplink.publicinterface.DatabaseRow extends java.lang.Object 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.queryframework.DataModifyQuery extends ModifyQuery implements Serializable

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

Serialized Fields

containerPolicy

oracle.toplink.internal.queryframework.ContainerPolicy containerPolicy

Class oracle.toplink.jndi.was.DataSourceConnector extends java.lang.Object implements Serializable

Serialized Fields

dataSource

javax.sql.DataSource dataSource


Class oracle.toplink.internal.databaseaccess.DB2MainframePlatform extends DB2Platform implements Serializable

Class oracle.toplink.internal.databaseaccess.DB2Platform extends DatabasePlatform implements Serializable

Class oracle.toplink.internal.databaseaccess.DBasePlatform extends DatabasePlatform 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.sessions.DefaultSessionLog extends java.lang.Object 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.xml.xerces.DefaultXMLTranslator extends java.lang.Object 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.

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

Serialized Fields

referenceClass

java.lang.Class referenceClass

objects

java.util.Vector objects

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

Class oracle.toplink.ejb.DeploymentException extends TopLinkException implements Serializable

Class oracle.toplink.publicinterface.Descriptor extends java.lang.Object 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 extends java.util.EventObject 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

oracle.toplink.publicinterface.Session session
The session in which the event is raised.

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

Serialized Fields

descriptor

Descriptor descriptor

eventSelectors

java.util.Vector eventSelectors

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

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

Serialized Fields

doesExistQuery

DoesExistQuery doesExistQuery

descriptor

Descriptor descriptor

hasCustomMultipleTableJoinExpression

boolean hasCustomMultipleTableJoinExpression


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

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

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.querykeys.DirectQueryKey extends QueryKey implements Serializable

Serialized Fields

field

oracle.toplink.internal.helper.DatabaseField field

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

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

Serialized Fields

field

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

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

Class oracle.toplink.remote.DistributedSession extends oracle.toplink.publicinterface.Session implements Serializable

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.remote.ejb.EJBConnection extends oracle.toplink.internal.remote.RemoteConnection implements Serializable

Serialized Fields

remoteSessionController

RemoteSessionController remoteSessionController

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.ejb.cmp.wls11.EnumeratorImpl extends java.lang.Object implements Serializable

Serialized Fields

vector

java.util.Vector vector

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

serialVersionUID: -5979150600092006081l


Class oracle.toplink.expressions.ExpressionBuilder extends oracle.toplink.internal.expressions.ObjectExpression 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 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

Class oracle.toplink.tools.beans.ExpressionPanel extends javax.swing.JPanel 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.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.descriptors.FieldsLockingPolicy extends java.lang.Object implements Serializable

Serialized Fields

descriptor

Descriptor descriptor

allNonPrimaryKeyFields

java.util.Vector allNonPrimaryKeyFields


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

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.querykeys.ForeignReferenceQueryKey extends QueryKey implements Serializable

Serialized Fields

referenceClass

java.lang.Class referenceClass

joinCriteria

Expression joinCriteria



Class oracle.toplink.internal.databaseaccess.HSQLPlatform extends DatabasePlatform 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

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

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

Class oracle.toplink.internal.databaseaccess.InformixPlatform extends DatabasePlatform implements Serializable

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

Serialized Fields

parentClass

java.lang.Class parentClass

parentDescriptor

Descriptor parentDescriptor

childDescriptors

java.util.Vector childDescriptors

descriptor

Descriptor descriptor

shouldAlwaysUseOuterJoin

boolean shouldAlwaysUseOuterJoin

useDescriptorsToValidateInheritedObjects

boolean useDescriptorsToValidateInheritedObjects

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

Serialized Fields

policy

int policy

Class oracle.toplink.jts.inprise.InpriseJTSSynchronization extends org.omg.CosTransactions._SynchronizationImplBase implements Serializable

Serialized Fields

session

oracle.toplink.publicinterface.Session session

unitOfWork

oracle.toplink.publicinterface.UnitOfWork unitOfWork

globalTransaction

java.lang.Object globalTransaction

orb

org.omg.CORBA.ORB orb

Class oracle.toplink.queryframework.InsertObjectQuery extends WriteObjectQuery 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

parentDescriptors

java.util.Vector parentDescriptors

childDescriptors

java.util.Vector childDescriptors

descriptor

Descriptor descriptor

implementorDescriptor

java.lang.Class implementorDescriptor

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

project

Project project

properties

java.util.Properties properties

sessionName

java.lang.String sessionName

session

Session session

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

Serialized Fields

manager

JDOPersistenceManager manager

query

DatabaseQuery query

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

Serialized Fields

session

javax.jms.TopicSession session

publisher

javax.jms.TopicPublisher publisher

topicName

java.lang.String topicName

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

javax.naming.Name name

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

Class oracle.toplink.tools.sessionconsole.LoginEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

wasCanceled

boolean wasCanceled
Deprecated.

ivjCancelButton

javax.swing.JButton ivjCancelButton
Deprecated.

ivjLoginEditorPanel1

LoginEditorPanel ivjLoginEditorPanel1
Deprecated.

ivjMainPanel

javax.swing.JPanel ivjMainPanel
Deprecated.

ivjOKButton

javax.swing.JButton ivjOKButton
Deprecated.

ivjEventHandler

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

Class oracle.toplink.tools.sessionconsole.LoginEditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

fieldLogin

DatabaseLogin fieldLogin
Deprecated.

ivjBindingPage

javax.swing.JPanel ivjBindingPage
Deprecated.

ivjBlobBindingCheckbox

javax.swing.JCheckBox ivjBlobBindingCheckbox
Deprecated.

ivjBlobStreamBinding

javax.swing.JCheckBox ivjBlobStreamBinding
Deprecated.

ivjBridgeChoice

javax.swing.JComboBox ivjBridgeChoice
Deprecated.

ivjCacheStatementsCheckbox

javax.swing.JCheckBox ivjCacheStatementsCheckbox
Deprecated.

ivjConnPtoP1Aligning

boolean ivjConnPtoP1Aligning
Deprecated.

ivjCreatorLabel

javax.swing.JLabel ivjCreatorLabel
Deprecated.

ivjCreatorText

javax.swing.JTextField ivjCreatorText
Deprecated.

ivjDatabasePlatformLabel

javax.swing.JLabel ivjDatabasePlatformLabel
Deprecated.

ivjDatabaseURLLabel

javax.swing.JLabel ivjDatabaseURLLabel
Deprecated.

ivjDatabaseURLText

javax.swing.JTextField ivjDatabaseURLText
Deprecated.

ivjDriverChoice

javax.swing.JComboBox ivjDriverChoice
Deprecated.

ivjDriverClassNameLabel

javax.swing.JLabel ivjDriverClassNameLabel
Deprecated.

ivjDriverURLText

javax.swing.JTextField ivjDriverURLText
Deprecated.

ivjFillerPanel1

javax.swing.JPanel ivjFillerPanel1
Deprecated.

ivjFillerPanel11

javax.swing.JPanel ivjFillerPanel11
Deprecated.

ivjFillerPanel2

javax.swing.JPanel ivjFillerPanel2
Deprecated.

ivjLoginBean

DatabaseLogin ivjLoginBean
Deprecated.

ivjNativeSequencingCheckbox

javax.swing.JCheckBox ivjNativeSequencingCheckbox
Deprecated.

ivjNativeSQLCheckbox

javax.swing.JCheckBox ivjNativeSQLCheckbox
Deprecated.

ivjOptimizeDataConversionCheckbox

javax.swing.JCheckBox ivjOptimizeDataConversionCheckbox
Deprecated.

ivjOtherPage

javax.swing.JPanel ivjOtherPage
Deprecated.

ivjParameterizedSQLCheckbox

javax.swing.JCheckBox ivjParameterizedSQLCheckbox
Deprecated.

ivjPasswordLabel

javax.swing.JLabel ivjPasswordLabel
Deprecated.

ivjPasswordText

javax.swing.JPasswordField ivjPasswordText
Deprecated.

ivjPlatformChoice

javax.swing.JComboBox ivjPlatformChoice
Deprecated.

ivjPreallocationSizeLabel

javax.swing.JLabel ivjPreallocationSizeLabel
Deprecated.

ivjPropertiesBook

javax.swing.JTabbedPane ivjPropertiesBook
Deprecated.

ivjSequenceCounterNameLabel

javax.swing.JLabel ivjSequenceCounterNameLabel
Deprecated.

ivjSequenceCounterNameText

javax.swing.JTextField ivjSequenceCounterNameText
Deprecated.

ivjSequenceFieldNameLabel

javax.swing.JLabel ivjSequenceFieldNameLabel
Deprecated.

ivjSequenceFieldNameText

javax.swing.JTextField ivjSequenceFieldNameText
Deprecated.

ivjSequencePreallocationSizeText

javax.swing.JTextField ivjSequencePreallocationSizeText
Deprecated.

ivjSequenceTableNameLabel

javax.swing.JLabel ivjSequenceTableNameLabel
Deprecated.

ivjSequenceTableNameText

javax.swing.JTextField ivjSequenceTableNameText
Deprecated.

ivjSequencingPage

javax.swing.JPanel ivjSequencingPage
Deprecated.

ivjStatementCacheSizeLabel

javax.swing.JLabel ivjStatementCacheSizeLabel
Deprecated.

ivjStatementCacheSizeText

javax.swing.JTextField ivjStatementCacheSizeText
Deprecated.

ivjStringBindingCheckbox

javax.swing.JCheckBox ivjStringBindingCheckbox
Deprecated.

ivjStringBindSizeLable

javax.swing.JLabel ivjStringBindSizeLable
Deprecated.

ivjStringBindSizeText

javax.swing.JTextField ivjStringBindSizeText
Deprecated.

ivjTrimStringsCheckbox

javax.swing.JCheckBox ivjTrimStringsCheckbox
Deprecated.

ivjUserNameLabel

javax.swing.JLabel ivjUserNameLabel
Deprecated.

ivjUserText

javax.swing.JTextField ivjUserText
Deprecated.

ivjBatchWritingCheckBox

javax.swing.JCheckBox ivjBatchWritingCheckBox
Deprecated.

ivjDirectConnectCheckBox

javax.swing.JCheckBox ivjDirectConnectCheckBox
Deprecated.

ivjForceCaseCheckBox

javax.swing.JCheckBox ivjForceCaseCheckBox
Deprecated.

ivjJTSCheckBox

javax.swing.JCheckBox ivjJTSCheckBox
Deprecated.

ivjPoolingCheckBox

javax.swing.JCheckBox ivjPoolingCheckBox
Deprecated.

ivjEventHandler

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

ivjDriverPage

javax.swing.JPanel ivjDriverPage
Deprecated.

ivjFillerPanel

javax.swing.JPanel ivjFillerPanel
Deprecated.

ivjDriverLabel

javax.swing.JLabel ivjDriverLabel
Deprecated.

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

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

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

Serialized Fields

changeSet

oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet
The changes to be applied remotely

Class oracle.toplink.tools.beans.MessageDialog extends javax.swing.JDialog 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

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

Serialized Fields

methodClass

java.lang.Class methodClass

methodName

java.lang.String methodName

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

Serialized Fields

modifyRow

DatabaseRow modifyRow

forceBatchStatementExecution

boolean forceBatchStatementExecution

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

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 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.queryframework.ObjectLevelModifyQuery extends ModifyQuery implements Serializable

Serialized Fields

primaryKey

java.util.Vector primaryKey

object

java.lang.Object object

objectChangeSet

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

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.

joinedMappingExpressions

java.util.Vector joinedMappingExpressions

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.

inMemoryQueryIndirectionPolicy

InMemoryQueryIndirectionPolicy inMemoryQueryIndirectionPolicy
Used to determine behaviour of indirection in InMemoryQuerying

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


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

Serialized Fields

structureName

java.lang.String structureName

orderedFields

java.util.Vector orderedFields

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

Serialized Fields

attributeToFieldValues

java.util.Hashtable attributeToFieldValues

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

Serialized Fields

isNullAllowed

boolean isNullAllowed

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.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.querykeys.OneToOneQueryKey extends ForeignReferenceQueryKey implements Serializable

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

Class oracle.toplink.jts.oracle8i.Oracle8iJTSSynchronization extends org.omg.CosTransactions._SynchronizationImplBase implements Serializable

Serialized Fields

session

oracle.toplink.publicinterface.Session session

unitOfWork

oracle.toplink.publicinterface.UnitOfWork unitOfWork

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

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

Serialized Fields

usesLocatorForLOBWrite

boolean usesLocatorForLOBWrite
Locator is required for Oracle thin driver to write LOB value exceeds the limits

lobValueLimits

int lobValueLimits
The LOB value limits when the Locator is required for the writing

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

Class oracle.toplink.internal.databaseaccess.OraclePlatform extends DatabasePlatform 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.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.internal.databaseaccess.PointBasePlatform extends DatabasePlatform 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.tools.sessionconsole.ProfileBrowser extends javax.swing.JFrame implements Serializable

Serialized Fields

ivjMainPanel

javax.swing.JPanel ivjMainPanel

ivjProfileBrowserPanel

ProfileBrowserPanel ivjProfileBrowserPanel

Class oracle.toplink.tools.sessionconsole.ProfileBrowserPanel extends javax.swing.JPanel 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.sessions.Project extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

searchPath

java.util.Vector searchPath

login

DatabaseLogin login

descriptors

java.util.Hashtable descriptors

orderedDescriptors

java.util.Vector orderedDescriptors

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

aliasDescriptors

java.util.Hashtable aliasDescriptors

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

Serialized Fields

tableDefinitions

java.util.Vector tableDefinitions
Deprecated.

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

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

Class oracle.toplink.queryframework.QueryByExamplePolicy extends java.lang.Object 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.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.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.

containerPolicy

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

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

Serialized Fields

shouldCacheQueryResults

boolean shouldCacheQueryResults

maxRows

int maxRows
Used for retrieve limited rows through the query.

queryId

long queryId

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

Serialized Fields

field

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

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

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

Serialized Fields

sequencing

oracle.toplink.internal.sequencing.Sequencing sequencing
PUBLIC: Creates a RemoteSession.

Class oracle.toplink.remote.ejb.RemoteSessionControllerBean extends java.lang.Object implements Serializable

Serialized Fields

sessionName

java.lang.String sessionName

controller

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

Class oracle.toplink.queryframework.ReportQuery extends ReadAllQuery 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 extends java.lang.Object implements Serializable

Serialization Methods

readObject

public java.lang.Object readObject(java.lang.Class javaClass,
                                   oracle.toplink.publicinterface.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.remote.rmi.RMIConnection extends oracle.toplink.internal.remote.RemoteConnection implements Serializable

Serialized Fields

remoteSessionController

RMIRemoteSessionController remoteSessionController

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

Serialized Fields

remoteSessionController

RMIRemoteSessionController remoteSessionController

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

Serialized Fields

remoteSessionController

RMIRemoteSessionController remoteSessionController

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

Serialized Fields

controller

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


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

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

Serialized Fields

resultSetType

int resultSetType

resultSetConcurrency

int resultSetConcurrency

Class oracle.toplink.sdk.SDKAggregateCollectionMapping extends AggregateMapping 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 extends AggregateMapping implements Serializable

Serialized Fields

field

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

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 DatabaseMapping 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 extends DatabaseLogin implements Serializable

Serialized Fields

accessorClass

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

Class oracle.toplink.sdk.SDKObjectCollectionMapping extends CollectionMapping 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.SDKPlatform extends DatabasePlatform implements Serializable

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

Class oracle.toplink.sdk.SDKQueryMechanism extends oracle.toplink.internal.queryframework.DatabaseQueryMechanism implements Serializable

Serialized Fields

calls

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

Class oracle.toplink.descriptors.SelectedFieldsLockingPolicy extends FieldsLockingPolicy implements Serializable

Serialized Fields

lockFieldsByTable

java.util.Hashtable lockFieldsByTable

lockFields

java.util.Vector lockFields

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

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.sessionbroker.SessionBroker extends oracle.toplink.publicinterface.DatabaseSession implements Serializable

Serialized Fields

sessionsByName

java.util.Hashtable sessionsByName

sessionsByClass

java.util.Hashtable sessionsByClass

sessionNames

java.util.Vector sessionNames

sequencing

oracle.toplink.internal.sequencing.Sequencing sequencing


Class oracle.toplink.tools.sessionconsole.SessionConsole extends javax.swing.JFrame implements Serializable

Serialized Fields

ivjBrowseProfileMenuItem

javax.swing.JMenuItem ivjBrowseProfileMenuItem
Deprecated.

ivjCacheMenu

javax.swing.JMenu ivjCacheMenu
Deprecated.

ivjClearCacheMenuItem

javax.swing.JMenuItem ivjClearCacheMenuItem
Deprecated.

ivjClearDescriptorsMenuItem

javax.swing.JMenuItem ivjClearDescriptorsMenuItem
Deprecated.

ivjClearLogMenuItem

javax.swing.JMenuItem ivjClearLogMenuItem
Deprecated.

ivjClearResultsMenuItem

javax.swing.JMenuItem ivjClearResultsMenuItem
Deprecated.

ivjClearSQLMenuItem

javax.swing.JMenuItem ivjClearSQLMenuItem
Deprecated.

ivjCloseMenuItem

javax.swing.JMenuItem ivjCloseMenuItem
Deprecated.

ivjCopySQLMenuItem

javax.swing.JMenuItem ivjCopySQLMenuItem
Deprecated.

ivjCutSQLMenuItem

javax.swing.JMenuItem ivjCutSQLMenuItem
Deprecated.

ivjDeleteSQLMenuItem

javax.swing.JMenuItem ivjDeleteSQLMenuItem
Deprecated.

ivjDescriptorsMenu

javax.swing.JMenu ivjDescriptorsMenu
Deprecated.

ivjExecuteQueryMenuItem

javax.swing.JMenuItem ivjExecuteQueryMenuItem
Deprecated.

ivjExitMenuItem

javax.swing.JMenuItem ivjExitMenuItem
Deprecated.

ivjFileMenu

javax.swing.JMenu ivjFileMenu
Deprecated.

ivjInsertSQLMenuItem

javax.swing.JMenuItem ivjInsertSQLMenuItem
Deprecated.

ivjInspectCacheMenuItem

javax.swing.JMenuItem ivjInspectCacheMenuItem
Deprecated.

ivjInspectDescriptorMenuItem

javax.swing.JMenuItem ivjInspectDescriptorMenuItem
Deprecated.

ivjInspectResultMenuItem

javax.swing.JMenuItem ivjInspectResultMenuItem
Deprecated.

ivjInspectSessionMenuItem1

javax.swing.JMenuItem ivjInspectSessionMenuItem1
Deprecated.

ivjJSeparator1

javax.swing.JSeparator ivjJSeparator1
Deprecated.

ivjJSeparator2

javax.swing.JSeparator ivjJSeparator2
Deprecated.

ivjJSeparator3

javax.swing.JSeparator ivjJSeparator3
Deprecated.

ivjJSeparator4

javax.swing.JSeparator ivjJSeparator4
Deprecated.

ivjJSeparator5

javax.swing.JSeparator ivjJSeparator5
Deprecated.

ivjJSeparator6

javax.swing.JSeparator ivjJSeparator6
Deprecated.

ivjJSeparator7

javax.swing.JSeparator ivjJSeparator7
Deprecated.

ivjLoadProjectMenuItem

javax.swing.JMenuItem ivjLoadProjectMenuItem
Deprecated.

ivjLoginMenu

javax.swing.JMenu ivjLoginMenu
Deprecated.

ivjLoginMenuItem

javax.swing.JMenuItem ivjLoginMenuItem
Deprecated.

ivjLogMenu

javax.swing.JMenu ivjLogMenu
Deprecated.

ivjLogoutMenuItem

javax.swing.JMenuItem ivjLogoutMenuItem
Deprecated.

ivjLogProfileMenuItem

javax.swing.JCheckBoxMenuItem ivjLogProfileMenuItem
Deprecated.

ivjLogProfileMenuItem1

javax.swing.JCheckBoxMenuItem ivjLogProfileMenuItem1
Deprecated.

ivjLogSQLMenuItem

javax.swing.JCheckBoxMenuItem ivjLogSQLMenuItem
Deprecated.

ivjMainPanel

javax.swing.JPanel ivjMainPanel
Deprecated.

ivjPasteSQLMenuItem

javax.swing.JMenuItem ivjPasteSQLMenuItem
Deprecated.

ivjQueryMenu

javax.swing.JMenu ivjQueryMenu
Deprecated.

ivjResetDescriptorsMenuItem

javax.swing.JMenuItem ivjResetDescriptorsMenuItem
Deprecated.

ivjResultsMenu

javax.swing.JMenu ivjResultsMenu
Deprecated.

ivjSelectSQLMenuItem

javax.swing.JMenuItem ivjSelectSQLMenuItem
Deprecated.

ivjSessionInspectorFrameJMenuBar

javax.swing.JMenuBar ivjSessionInspectorFrameJMenuBar
Deprecated.

ivjSessionInspectorPanel

SessionConsolePanel ivjSessionInspectorPanel
Deprecated.

ivjSQLMenu

javax.swing.JMenu ivjSQLMenu
Deprecated.

ivjSQLSelectMenuItem

javax.swing.JMenuItem ivjSQLSelectMenuItem
Deprecated.

ivjSQLTemplateMenu

javax.swing.JMenu ivjSQLTemplateMenu
Deprecated.

ivjSQLUpdateMenuItem

javax.swing.JMenuItem ivjSQLUpdateMenuItem
Deprecated.

ivjUpdateSQLMenuItem

javax.swing.JMenuItem ivjUpdateSQLMenuItem
Deprecated.

shouldCallSystemExit

boolean shouldCallSystemExit
Deprecated.

ivjEventHandler

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

Class oracle.toplink.tools.sessionconsole.SessionConsolePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

results

java.util.Vector results
Deprecated.

cacheResults

java.util.Vector cacheResults
Deprecated.

fieldSession

Session fieldSession
Deprecated.

ivjBrowseProfileButton

javax.swing.JButton ivjBrowseProfileButton
Deprecated.

ivjBrowseProfileMenuItem

javax.swing.JMenuItem ivjBrowseProfileMenuItem
Deprecated.

ivjCache

javax.swing.JPanel ivjCache
Deprecated.

ivjCachePage

javax.swing.JPanel ivjCachePage
Deprecated.

ivjCachePopupMenu

javax.swing.JPopupMenu ivjCachePopupMenu
Deprecated.

ivjCacheScrollPane

javax.swing.JScrollPane ivjCacheScrollPane
Deprecated.

ivjCacheTable

javax.swing.JTable ivjCacheTable
Deprecated.

ivjClassList

javax.swing.JList ivjClassList
Deprecated.

ivjClassScrollPane

javax.swing.JScrollPane ivjClassScrollPane
Deprecated.

ivjClearButton

javax.swing.JButton ivjClearButton
Deprecated.

ivjClearCacheButton

javax.swing.JButton ivjClearCacheButton
Deprecated.

ivjClearCacheMenuItem

javax.swing.JMenuItem ivjClearCacheMenuItem
Deprecated.

ivjClearDescriptorsMenuItem

javax.swing.JMenuItem ivjClearDescriptorsMenuItem
Deprecated.

ivjClearLogButton

javax.swing.JButton ivjClearLogButton
Deprecated.

ivjClearLogMenuItem

javax.swing.JMenuItem ivjClearLogMenuItem
Deprecated.

ivjClearResultsMenuItem

javax.swing.JMenuItem ivjClearResultsMenuItem
Deprecated.

ivjClearSQLMenuItem

javax.swing.JMenuItem ivjClearSQLMenuItem
Deprecated.

ivjCopySQLMenuItem

javax.swing.JMenuItem ivjCopySQLMenuItem
Deprecated.

ivjCutSQLMenuItem

javax.swing.JMenuItem ivjCutSQLMenuItem
Deprecated.

ivjDeleteSQLMenuItem

javax.swing.JMenuItem ivjDeleteSQLMenuItem
Deprecated.

ivjDescriptorMenu

javax.swing.JPopupMenu ivjDescriptorMenu
Deprecated.

ivjExecuteQueryMenuItem

javax.swing.JMenuItem ivjExecuteQueryMenuItem
Deprecated.

ivjExpressionPanel

ExpressionPanel ivjExpressionPanel
Deprecated.

ivjFullNamesMenuItem

javax.swing.JCheckBoxMenuItem ivjFullNamesMenuItem
Deprecated.

ivjInsertSQLMenuItem

javax.swing.JMenuItem ivjInsertSQLMenuItem
Deprecated.

ivjInspectCacheButton

javax.swing.JButton ivjInspectCacheButton
Deprecated.

ivjInspectCacheMenuItem

javax.swing.JMenuItem ivjInspectCacheMenuItem
Deprecated.

ivjInspectDescriptorMenuItem

javax.swing.JMenuItem ivjInspectDescriptorMenuItem
Deprecated.

ivjInspectResultMenuItem

javax.swing.JMenuItem ivjInspectResultMenuItem
Deprecated.

ivjInspectSessionMenuItem1

javax.swing.JMenuItem ivjInspectSessionMenuItem1
Deprecated.

ivjJPopupMenu1

javax.swing.JPopupMenu ivjJPopupMenu1
Deprecated.

ivjJSeparator4

javax.swing.JSeparator ivjJSeparator4
Deprecated.

ivjJSeparator5

javax.swing.JSeparator ivjJSeparator5
Deprecated.

ivjJSeparator6

javax.swing.JSeparator ivjJSeparator6
Deprecated.

ivjJSeparator7

javax.swing.JSeparator ivjJSeparator7
Deprecated.

ivjLoadProjectButton

javax.swing.JButton ivjLoadProjectButton
Deprecated.

ivjLogBook

javax.swing.JTabbedPane ivjLogBook
Deprecated.

ivjLogCheckbox

javax.swing.JCheckBox ivjLogCheckbox
Deprecated.

ivjLoginButton

javax.swing.JButton ivjLoginButton
Deprecated.

ivjLoginEditorPanel

LoginEditorPanel ivjLoginEditorPanel
Deprecated.

ivjLoginMenu

javax.swing.JPopupMenu ivjLoginMenu
Deprecated.

ivjLoginMenuItem

javax.swing.JMenuItem ivjLoginMenuItem
Deprecated.

ivjLoginPage

javax.swing.JPanel ivjLoginPage
Deprecated.

ivjLogMenu

javax.swing.JPopupMenu ivjLogMenu
Deprecated.

ivjLogoutButton

javax.swing.JButton ivjLogoutButton
Deprecated.

ivjLogoutMenuItem

javax.swing.JMenuItem ivjLogoutMenuItem
Deprecated.

ivjLogPage

javax.swing.JPanel ivjLogPage
Deprecated.

ivjLogProfileCheckbox

javax.swing.JCheckBox ivjLogProfileCheckbox
Deprecated.

ivjLogProfileMenuItem

javax.swing.JCheckBoxMenuItem ivjLogProfileMenuItem
Deprecated.

ivjLogProfileMenuItem1

javax.swing.JCheckBoxMenuItem ivjLogProfileMenuItem1
Deprecated.

ivjLogScrollPane

javax.swing.JScrollPane ivjLogScrollPane
Deprecated.

ivjLogSplitter

javax.swing.JSplitPane ivjLogSplitter
Deprecated.

ivjLogSQLMenuItem

javax.swing.JCheckBoxMenuItem ivjLogSQLMenuItem
Deprecated.

ivjLogText

javax.swing.JTextArea ivjLogText
Deprecated.

ivjPasteSQLMenuItem

javax.swing.JMenuItem ivjPasteSQLMenuItem
Deprecated.

ivjProfileCheckbox

javax.swing.JCheckBox ivjProfileCheckbox
Deprecated.

ivjQueryButton

javax.swing.JButton ivjQueryButton
Deprecated.

ivjQueryMenu

javax.swing.JPopupMenu ivjQueryMenu
Deprecated.

ivjQueryPage

javax.swing.JPanel ivjQueryPage
Deprecated.

ivjResetDescriptorsMenuItem

javax.swing.JMenuItem ivjResetDescriptorsMenuItem
Deprecated.

ivjResultPage

javax.swing.JPanel ivjResultPage
Deprecated.

ivjResultsScrollPane

javax.swing.JScrollPane ivjResultsScrollPane
Deprecated.

ivjResultsTable

javax.swing.JTable ivjResultsTable
Deprecated.

ivjSelectButton

javax.swing.JButton ivjSelectButton
Deprecated.

ivjSelectSQLMenuItem

javax.swing.JMenuItem ivjSelectSQLMenuItem
Deprecated.

ivjSQLExecuteButton

javax.swing.JButton ivjSQLExecuteButton
Deprecated.

ivjSQLMenu

javax.swing.JPopupMenu ivjSQLMenu
Deprecated.

ivjSQLScrollPane

javax.swing.JScrollPane ivjSQLScrollPane
Deprecated.

ivjSQLSelectMenuItem

javax.swing.JMenuItem ivjSQLSelectMenuItem
Deprecated.

ivjSQLTemplateMenu

javax.swing.JMenu ivjSQLTemplateMenu
Deprecated.

ivjSQLText

javax.swing.JTextPane ivjSQLText
Deprecated.

ivjSQLUpdateMenuItem

javax.swing.JMenuItem ivjSQLUpdateMenuItem
Deprecated.

ivjTopPanel

javax.swing.JPanel ivjTopPanel
Deprecated.

ivjTopSplitPane

javax.swing.JSplitPane ivjTopSplitPane
Deprecated.

ivjUpdateSQLMenuItem

javax.swing.JMenuItem ivjUpdateSQLMenuItem
Deprecated.

ivjWorkspaceBook

javax.swing.JTabbedPane ivjWorkspaceBook
Deprecated.

ivjGenerateProjectButton

javax.swing.JButton ivjGenerateProjectButton
Deprecated.

ivjLogConnection

javax.swing.JCheckBox ivjLogConnection
Deprecated.

ivjLogSession

javax.swing.JCheckBox ivjLogSession
Deprecated.

ivjLogThread

javax.swing.JCheckBox ivjLogThread
Deprecated.

ivjLogTime

javax.swing.JCheckBox ivjLogTime
Deprecated.

ivjLogDebugCheckBox

javax.swing.JCheckBox ivjLogDebugCheckBox
Deprecated.

ivjLogExceptionsCheckBox

javax.swing.JCheckBox ivjLogExceptionsCheckBox
Deprecated.

ivjLogExceptionStackCheckBox

javax.swing.JCheckBox ivjLogExceptionStackCheckBox
Deprecated.

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.sessions.SessionLogEntry extends java.lang.Object implements Serializable

Serialized Fields

date

java.util.Date date

message

java.lang.String message

exception

java.lang.Exception exception

isDebug

boolean isDebug

Class oracle.toplink.sdk.SimpleFieldTranslator extends java.lang.Object 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.

Class oracle.toplink.internal.databaseaccess.SQLAnyWherePlatform extends SybasePlatform implements Serializable

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

Serialized Fields

sqlString

java.lang.String sqlString

hasCustomSQLArguments

boolean hasCustomSQLArguments

Class oracle.toplink.internal.databaseaccess.SQLServerPlatform extends DatabasePlatform implements Serializable

Class oracle.toplink.queryframework.StoredProcedureCall extends oracle.toplink.internal.databaseaccess.DatabaseCall 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

returnsResultSet

int returnsResultSet
This parameter is here to determine if TopLink should expect a ResultSet back from the stored procedure. TopLink needs to know this information in order to call teh correct JDBC API

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

outputArguments

java.util.Vector outputArguments

inOutputArguments

java.util.Vector inOutputArguments

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

Class oracle.toplink.internal.databaseaccess.SybasePlatform extends DatabasePlatform implements Serializable

Serialized Fields

typeStrings

java.util.Hashtable typeStrings

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.descriptors.TimestampLockingPolicy extends VersionLockingPolicy implements Serializable

Serialized Fields

retrieveTimeFrom

int retrieveTimeFrom

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

Class oracle.toplink.mappings.TransformationMapping extends DatabaseMapping 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 extends DirectToFieldMapping implements Serializable

Serialized Fields

fieldClassification

java.lang.Class fieldClassification
Field type

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.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

oracle.toplink.internal.helper.DatabaseField typeField

typeIndicatorTranslation

java.util.Hashtable typeIndicatorTranslation

isForeignKeyRelationship

boolean isForeignKeyRelationship

foreignKeyFields

java.util.Vector foreignKeyFields

sourceToTargetQueryKeyNames

java.util.Hashtable sourceToTargetQueryKeyNames

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

oracle.toplink.internal.helper.DatabaseField writeLockField

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

oracle.toplink.publicinterface.Session session

unitOfWork

oracle.toplink.publicinterface.UnitOfWork unitOfWork

globalTransaction

java.lang.Object globalTransaction

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

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.xml.XMLCall extends AbstractSDKCall 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.exceptions.XMLConversionException extends TopLinkException implements Serializable

Class oracle.toplink.xml.XMLDataCall extends XMLCall 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 extends XMLDataCall implements Serializable

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

Class oracle.toplink.xml.XMLDataReadCall extends XMLDataCall 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 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.xml.XMLDescriptor extends SDKDescriptor implements Serializable

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

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

Serialized Fields

baseDirectoryName

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

fileNameExtension

java.lang.String fileNameExtension
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 extends java.lang.Object 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 extends XMLWriteCall implements Serializable

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

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

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

Serialized Fields

mapping

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

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

Serialized Fields

mapping

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

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

Serialized Fields

xmlStreamDatabase

XMLStreamDatabase xmlStreamDatabase

Class oracle.toplink.xml.XMLStreamStreamPolicy extends java.lang.Object 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 extends XMLWriteCall implements Serializable

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

Class oracle.toplink.xml.zip.XMLZipFileStreamPolicy extends java.lang.Object 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.

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.