Serialized Form
Package oracle.toplink.descriptors |
descriptor
Descriptor descriptor
allNonPrimaryKeyFields
java.util.Vector allNonPrimaryKeyFields
parentInterfaces
java.util.Vector parentInterfaces
parentDescriptors
java.util.Vector parentDescriptors
childDescriptors
java.util.Vector childDescriptors
descriptor
Descriptor descriptor
implementorDescriptor
java.lang.Class implementorDescriptor
lockFieldsByTable
java.util.Hashtable lockFieldsByTable
lockFields
java.util.Vector lockFields
retrieveTimeFrom
int retrieveTimeFrom
writeLockField
oracle.toplink.internal.helper.DatabaseField writeLockField
lockValueStored
int lockValueStored
descriptor
Descriptor descriptor
Package oracle.toplink.ejb |
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 |
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 |
errors
java.util.Vector errors
changeSet
oracle.toplink.internal.sessions.UnitOfWorkChangeSet changeSet
classToConvertTo
java.lang.Class classToConvertTo
sourceObject
java.lang.Object sourceObject
exception
java.sql.SQLException exception
internalExceptions
java.util.Vector internalExceptions
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
integrityChecker
IntegrityChecker integrityChecker
exceptionList
java.util.Vector exceptionList
internalException
java.lang.Throwable internalException
indentationString
java.lang.String indentationString
errorCode
int errorCode
Package oracle.toplink.expressions |
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
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 |
delegate
java.util.Vector delegate
- Reduce type casting
valueHolder
ValueHolderInterface valueHolder
- Delegate indirection behavior to a value holder
delegate
java.util.Hashtable delegate
- Reduce type casting
valueHolder
ValueHolderInterface valueHolder
- Delegate indirection behavior to a value holder
delegate
java.util.Set delegate
- Reduce type casting
valueHolder
ValueHolderInterface valueHolder
- Delegate indirection behavior to a value holder
value
java.lang.Object value
- Stores the wrapped object.
Package oracle.toplink.jndi |
dataSource
oracle.toplink.jndi.DataSource dataSource
context
javax.naming.Context context
name
javax.naming.Name name
Package oracle.toplink.jndi.was |
dataSource
javax.sql.DataSource dataSource
Package oracle.toplink.mappings |
referenceClass
java.lang.Class referenceClass
- Stores a reference class
referenceDescriptor
Descriptor referenceDescriptor
- The descriptor of the reference class
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.
containerPolicy
oracle.toplink.internal.queryframework.ContainerPolicy containerPolicy
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
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
field
oracle.toplink.internal.helper.DatabaseField field
- DatabaseField which this mapping represents.
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
attributeToFieldValues
java.util.Hashtable attributeToFieldValues
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.
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
fieldClassification
java.lang.Class fieldClassification
- Field type
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 |
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.
structureName
java.lang.String structureName
- Arrays require a structure name, this is the ADT defined for the VARRAY.
structureName
java.lang.String structureName
orderedFields
java.util.Vector orderedFields
field
oracle.toplink.internal.helper.DatabaseField field
- A ref is always stored in a single field.
Package oracle.toplink.publicinterface |
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 |
deploymentLogin
DatabaseLogin deploymentLogin
- INTERNAL
DeploymentLogin
projectClassName
java.lang.String projectClassName
projectPath
java.lang.String projectPath
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
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.
descriptor
Descriptor descriptor
eventSelectors
java.util.Vector eventSelectors
doesExistQuery
DoesExistQuery doesExistQuery
descriptor
Descriptor descriptor
hasCustomMultipleTableJoinExpression
boolean hasCustomMultipleTableJoinExpression
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 |
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 |
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 |
size
int size
- Cached size of the stream.
activeUnitOfWork
UnitOfWork activeUnitOfWork
- Used for registration in the unit of work.
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
initialReadSize
int initialReadSize
sizeQuery
ValueReadQuery sizeQuery
pageSize
int pageSize
query
ReadQuery query
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
containerPolicy
oracle.toplink.internal.queryframework.ContainerPolicy containerPolicy
referenceClass
java.lang.Class referenceClass
objects
java.util.Vector objects
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.
query
DatabaseQuery query
ejbqlString
java.lang.String ejbqlString
isPrepared
boolean isPrepared
policy
int policy
methodClass
java.lang.Class methodClass
methodName
java.lang.String methodName
modifyRow
DatabaseRow modifyRow
primaryKey
java.util.Vector primaryKey
object
java.lang.Object object
backupClone
java.lang.Object backupClone
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
valuesToExclude
java.util.Hashtable valuesToExclude
attributesToAlwaysInclude
java.util.Hashtable attributesToAlwaysInclude
specialOperations
java.util.Hashtable specialOperations
shouldUseEqualityForNulls
boolean shouldUseEqualityForNulls
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.
selectionKey
java.util.Vector selectionKey
- Key that can be used in place of a selection criteria.
shouldLoadResultIntoSelectionObject
boolean shouldLoadResultIntoSelectionObject
shouldCacheQueryResults
boolean shouldCacheQueryResults
maxRows
int maxRows
- Used for retrieve limited rows through the query.
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
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
resultSetType
int resultSetType
resultSetConcurrency
int resultSetConcurrency
sqlString
java.lang.String sqlString
hasCustomSQLArguments
boolean hasCustomSQLArguments
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
Package oracle.toplink.querykeys |
field
oracle.toplink.internal.helper.DatabaseField field
referenceClass
java.lang.Class referenceClass
joinCriteria
Expression joinCriteria
name
java.lang.String name
descriptor
Descriptor descriptor
Package oracle.toplink.remote |
Class oracle.toplink.remote.SessionAnnouncement implements Serializable |
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 |
readObject
private void readObject(java.io.ObjectInputStream s)
writeObject
private void writeObject(java.io.ObjectOutputStream s)
remoteSessionController
CORBARemoteSessionController remoteSessionController
controller
oracle.toplink.internal.remote.RemoteSessionController controller
- Store the real controller.
Package oracle.toplink.remote.corba.sun |
readObject
private void readObject(java.io.ObjectInputStream s)
writeObject
private void writeObject(java.io.ObjectOutputStream s)
remoteSessionController
CORBARemoteSessionController remoteSessionController
controller
oracle.toplink.internal.remote.RemoteSessionController controller
- Store the real controller.
Package oracle.toplink.remote.corba.visibroker |
remoteSessionController
CORBARemoteSessionController remoteSessionController
Package oracle.toplink.remote.jms |
session
oracle.toplink.remote.jms.TopicSession session
publisher
oracle.toplink.remote.jms.TopicPublisher publisher
topicName
java.lang.String topicName
Package oracle.toplink.remote.rmi |
remoteSessionController
RMIRemoteSessionController remoteSessionController
controller
oracle.toplink.internal.remote.RemoteSessionController controller
- Store the real controller.
Package oracle.toplink.sdk |
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.
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.
field
oracle.toplink.internal.helper.DatabaseField field
- The aggregate object is stored in a single field.
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.
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.
accessorClass
java.lang.Class accessorClass
- The class of the accessor to be built
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.
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.
calls
java.util.Vector calls
- the calls to be executed for the query
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 |
sessionsByName
java.util.Hashtable sessionsByName
sessionsByClass
java.util.Hashtable sessionsByClass
sessionNames
java.util.Vector sessionNames
Package oracle.toplink.sessions |
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.
driverClassName
java.lang.String driverClassName
driverURLHeader
java.lang.String driverURLHeader
databaseURL
java.lang.String databaseURL
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.
cachedInstance
java.sql.Driver cachedInstance
- cache up the instantiated Driver to speed up reconnects
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
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.
listeners
java.util.Vector listeners
session
Session session
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 |
parent
ServerSession parent
connectionPolicy
ConnectionPolicy connectionPolicy
writeConnection
oracle.toplink.internal.databaseaccess.Accessor writeConnection
sequenceConnection
oracle.toplink.internal.databaseaccess.Accessor sequenceConnection
isActive
boolean isActive
login
DatabaseLogin login
poolName
java.lang.String poolName
isLazy
boolean isLazy
Class oracle.toplink.threetier.ServerSession implements Serializable |
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 |
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
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 |
source
java.lang.String source
lineNumber
int lineNumber
tableDefinitions
java.util.Vector tableDefinitions
- Deprecated.
Package oracle.toplink.tools.profiler |
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
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 |
name
java.lang.String name
qualifier
java.lang.String qualifier
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
name
java.lang.String name
sourceFields
java.util.Vector sourceFields
targetFields
java.util.Vector targetFields
targetTable
java.lang.String targetTable
shouldCascadeOnDelete
boolean shouldCascadeOnDelete
typeSize
int typeSize
type
java.lang.Class type
typeName
java.lang.String typeName
isNullAllowed
boolean isNullAllowed
increment
int increment
- The increment can be used to support pre-allocation.
statements
java.util.Vector statements
procedures
java.util.Vector procedures
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
fields
java.util.Vector fields
foreignKeys
java.util.Vector foreignKeys
fields
java.util.Vector fields
typeName
java.lang.String typeName
- The name of the type that this table is of.
additional
java.lang.String additional
typeSize
int typeSize
size
int size
type
java.lang.Class type
typeName
java.lang.String typeName
selectClause
java.lang.String selectClause
Package oracle.toplink.tools.sessionconfiguration |
Class oracle.toplink.tools.sessionconfiguration.SessionBrokerPlaceHolder implements Serializable |
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 |
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
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
ivjMainPanel
javax.swing.JPanel ivjMainPanel
ivjProfileBrowserPanel
ProfileBrowserPanel ivjProfileBrowserPanel
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
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
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 |
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.
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.
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.
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.
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.
mapping
SDKObjectCollectionMapping mapping
- If this is present, read only the data for the relationship.
mapping
OneToOneMapping mapping
- If this is present, read only the data for the relationship.
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.
Package oracle.toplink.xml.xerces |
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 |
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.