Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03
A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
AASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
aboutToDelete(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
aboutToDelete(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised before an object is deleted from the database.
AboutToDeleteEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
aboutToInsert(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
aboutToInsert(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised before a new object is inserted to the database.
AboutToInsertEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
aboutToUpdate(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
aboutToUpdate(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised before an object is updated in the database.
AboutToUpdateEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
abs(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that aplies the function to the given expression.
Abs - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
absolute(int) - Method in class oracle.toplink.queryframework.ScrollableCursor
Moves the cursor to the given row number in the result set
AbstractClusteringService - Class in oracle.toplink.remote
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by TransportManager
AbstractClusteringService(Session) - Constructor for class oracle.toplink.remote.AbstractClusteringService
Deprecated. Creates an AbstractClusteringService
AbstractClusteringService(String, int, Session) - Constructor for class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: Creates an AbstractClusteringService
AbstractCompositeCollectionMapping - Class in oracle.toplink.mappings.foundation
 
AbstractCompositeCollectionMapping() - Constructor for class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
Default constructor.
AbstractCompositeDirectCollectionMapping - Class in oracle.toplink.mappings.foundation
AbstractCompositeDirectCollectionMapping consolidates the behavior of mappings that map collections of "native" data objects (e.g.
AbstractCompositeDirectCollectionMapping() - Constructor for class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Default constructor.
AbstractCompositeObjectMapping - Class in oracle.toplink.mappings.foundation
Chunks of data from non-relational data sources can have an embedded component objects.
AbstractCompositeObjectMapping() - Constructor for class oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
Default constructor.
AbstractCopyPolicy - Class in oracle.toplink.descriptors.copying
Purpose: Allows customization of how an object is cloned.
AbstractCopyPolicy() - Constructor for class oracle.toplink.descriptors.copying.AbstractCopyPolicy
 
AbstractDirectMapping - Class in oracle.toplink.mappings.foundation
Purpose: Maps an attribute to the corresponding database field type.
AbstractDirectMapping() - Constructor for class oracle.toplink.mappings.foundation.AbstractDirectMapping
Default constructor.
AbstractInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a bytecode instruction.
AbstractJNDIClusteringService - Class in oracle.toplink.remote
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by TransportManager
AbstractJNDIClusteringService(Session) - Constructor for class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. Creates an AbstractJNDIClusteringService
AbstractJNDIClusteringService(String, int, Session) - Constructor for class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. ADVANCED: Creates an AbstractJNDIClusteringService
AbstractNullPolicy - Class in oracle.toplink.ox.mappings.nullpolicy
Description: This node null policy allows for the handling of various representations of null in XML documents.
AbstractNullPolicy() - Constructor for class oracle.toplink.ox.mappings.nullpolicy.AbstractNullPolicy
 
AbstractSDKCall - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
AbstractSessionLog - Class in oracle.toplink.logging
Represents the abstract log that implements all the generic logging functions.
AbstractSessionLog() - Constructor for class oracle.toplink.logging.AbstractSessionLog
Create a new AbstractSessionLog
AbstractSynchronizationListener - Class in oracle.toplink.transaction
Purpose: Abstract Synchronization Listener class Description: This abstract class is paired with the AbstractTransactionController class.
AbstractTransactionController - Class in oracle.toplink.transaction
Purpose: Abstract implementation of an ExternalTransactionController.
AbstractTransformationMapping - Class in oracle.toplink.mappings.foundation
Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.
AbstractTransformationMapping() - Constructor for class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Default constructor.
ACC_ABSTRACT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_ANNOTATION - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_BRIDGE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_DEPRECATED - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_ENUM - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_FINAL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_INTERFACE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_NATIVE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_PRIVATE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_PROTECTED - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_PUBLIC - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_STATIC - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_STRICT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_SUPER - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_SYNCHRONIZED - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_SYNTHETIC - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_TRANSIENT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_VARARGS - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ACC_VOLATILE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
accept(ClassVisitor, boolean) - Method in class oracle.toplink.libraries.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(ClassVisitor, Attribute[], boolean) - Method in class oracle.toplink.libraries.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.AbstractInsnNode
Makes the given code visitor visit this instruction.
accept(ClassVisitor) - Method in class oracle.toplink.libraries.asm.tree.ClassNode
Makes the given class visitor visit this class.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.FieldInsnNode
 
accept(ClassVisitor) - Method in class oracle.toplink.libraries.asm.tree.FieldNode
Makes the given class visitor visit this field.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.IincInsnNode
 
accept(ClassVisitor) - Method in class oracle.toplink.libraries.asm.tree.InnerClassNode
Makes the given class visitor visit this inner class.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.InsnNode
Makes the given code visitor visit this instruction.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.IntInsnNode
 
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.JumpInsnNode
 
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.LdcInsnNode
 
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.LineNumberNode
Makes the given code visitor visit this line number declaration.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.LocalVariableNode
Makes the given code visitor visit this local variable declaration.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.LookupSwitchInsnNode
 
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.MethodInsnNode
 
accept(ClassVisitor) - Method in class oracle.toplink.libraries.asm.tree.MethodNode
Makes the given class visitor visit this method.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.MultiANewArrayInsnNode
 
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.TableSwitchInsnNode
 
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.TryCatchBlockNode
Makes the given code visitor visit this try catch block.
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.TypeInsnNode
 
accept(CodeVisitor) - Method in class oracle.toplink.libraries.asm.tree.VarInsnNode
 
access - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The class's access flags (see Constants).
access - Variable in class oracle.toplink.libraries.asm.tree.FieldNode
The field's access flags (see Constants).
access - Variable in class oracle.toplink.libraries.asm.tree.InnerClassNode
The access flags of the inner class as originally declared in the enclosing class.
access - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The method's access flags (see Constants).
AccessPlatform - Class in oracle.toplink.platform.database
Purpose: Provides Microsoft Access specific behaviour.
AccessPlatform() - Constructor for class oracle.toplink.platform.database.AccessPlatform
 
ACONST_NULL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
acos(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that aplies the function to the given expression.
Acos - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
acquireClientSession() - Method in interface oracle.toplink.threetier.Server
Return a client session for this server session.
acquireClientSession(String) - Method in interface oracle.toplink.threetier.Server
Return a client session for this server session.
acquireClientSession(Login) - Method in interface oracle.toplink.threetier.Server
Return a client session for this server session.
acquireClientSession(ConnectionPolicy) - Method in interface oracle.toplink.threetier.Server
Return a client session for this server session.
acquireClientSessionBroker() - Method in class oracle.toplink.sessionbroker.SessionBroker
Return a session broker that behaves as a client session broker.
acquireHistoricalSession(AsOfClause) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Returns a light weight read-only session where all objects are automatically read as of the specified past time.
acquireLocks() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set the query to lock, this will also turn refreshCache on.
acquireLocksWithoutWaiting() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set the query to lock without waiting (blocking), this will also turn refreshCache on.
acquireSession() - Method in class oracle.toplink.util.SessionFactory
Returns the Session active for this specified helper.
acquireUnitOfWork() - Method in class oracle.toplink.remote.DistributedSession
Return a unit of work for this session.
acquireUnitOfWork() - Method in class oracle.toplink.remote.RemoteSession
Return a unit of work for this session.
acquireUnitOfWork() - Method in class oracle.toplink.sessionbroker.SessionBroker
Return a unit of work for this session broker.
acquireUnitOfWork() - Method in interface oracle.toplink.sessions.Session
Return a unit of work for this session.
acquireUnitOfWork() - Method in class oracle.toplink.util.SessionFactory
Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.
acquireUnitOfWork(Session) - Method in class oracle.toplink.util.SessionFactory
Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.
ACTIVE_LOCK_ALREADY_TRANSITIONED - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
activeLockAlreadyTransitioned(Thread) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
ADD - Static variable in class oracle.toplink.descriptors.changetracking.CollectionChangeEvent
 
add(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that aplies the function to the given expression.
add(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that aplies the function to the given expression.
Add - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
add(int, Object) - Method in class oracle.toplink.indirection.IndirectList
 
add(Object) - Method in class oracle.toplink.indirection.IndirectList
 
add(Object) - Method in class oracle.toplink.indirection.IndirectSet
 
add(String, Object) - Method in class oracle.toplink.libraries.asm.attrs.Annotation
 
add(Node) - Method in class oracle.toplink.platform.xml.XMLNodeList
 
add(Object) - Method in class oracle.toplink.queryframework.ScrollableCursor
Add is not support for scrollable cursors.
ADD_ARGS_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.QueryException
 
addAbstractQueryKey(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
This method should only be used for interface descriptors.
addAggregateOrderBy(String, String, boolean) - Method in class oracle.toplink.mappings.CollectionMapping
Provide order support for queryKeyName in ascending order.
addAlias(String, ClassDescriptor) - Method in class oracle.toplink.sessions.Project
Add an alias for the descriptor.
addAll(int, Collection) - Method in class oracle.toplink.indirection.IndirectList
 
addAll(Collection) - Method in class oracle.toplink.indirection.IndirectList
 
addAll(Collection) - Method in class oracle.toplink.indirection.IndirectSet
 
addAll(NodeList) - Method in class oracle.toplink.platform.xml.XMLNodeList
 
addAllObjectsForAbstractClass(Class, AbstractSession, Vector) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Add all of the objects of the class and all of its subclasses.
addAllObjectsForAbstractClass(Class, Session, Vector) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Add all of the objects of the class and all of its subclasses.
addAllObjectsForClass(Class, Vector) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Add all of the objects of the class.
addArgument(String) - Method in class oracle.toplink.eis.interactions.IndexedInteraction
Define the argument to the interaction for the index argument.
addArgument(String) - Method in class oracle.toplink.eis.interactions.MappedInteraction
Define the argument to the interaction and the field/argument name to be substitute for it.
addArgument(String, String) - Method in class oracle.toplink.eis.interactions.MappedInteraction
Define the argument to the interaction and the field/argument name to be substitute for it.
addArgument(String) - Method in class oracle.toplink.queryframework.DatabaseQuery
Add the argument named argumentName.
addArgument(String, Class) - Method in class oracle.toplink.queryframework.DatabaseQuery
Add the argument named argumentName and its class type.
addArgument(String, String) - Method in class oracle.toplink.queryframework.DatabaseQuery
Add the argument named argumentName and its class type.
addArgument(String, Class) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(String, Class, int) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(String, String) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(FieldDefinition) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgumentsNotSupported(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
addArgumentValue(Object) - Method in class oracle.toplink.eis.interactions.IndexedInteraction
Define the argument to the interaction for the index argument.
addArgumentValue(String, Object) - Method in class oracle.toplink.eis.interactions.MappedInteraction
Define the argument to the interaction and the value name to be input for it.
addArgumentValue(Object) - Method in class oracle.toplink.queryframework.DatabaseQuery
Add the argumentValue.
addArgumentValues(Vector) - Method in class oracle.toplink.queryframework.DatabaseQuery
Add the argumentValues to the query.
addAscendingOrdering(String) - Method in class oracle.toplink.mappings.CollectionMapping
Provide order support for queryKeyName in ascending order
addAscendingOrdering(String) - Method in class oracle.toplink.queryframework.ReadAllQuery
Order the query results by the object's attribute or query key name.
addAscendingOrdering(String) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Currently, the TOPLink SDK does not support query result ordering.
addAttribute(Expression) - Method in class oracle.toplink.queryframework.ConstructorReportItem
Method to add an expression to be used to return the parameter that is then passed into the constructor method.
addAttribute(String, Expression, List) - Method in class oracle.toplink.queryframework.ConstructorReportItem
Add the attribute with joining.
addAttribute(String) - Method in class oracle.toplink.queryframework.FetchGroup
Add an attribute to the group.
addAttribute(String) - Method in class oracle.toplink.queryframework.ReportQuery
Add the attribute from the reference class to be included in the result.
addAttribute(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the attribute to be included in the result.
addAttribute(String, Expression, Class) - Method in class oracle.toplink.queryframework.ReportQuery
Add the attribute to be included in the result.
addAttributes(Collection) - Method in class oracle.toplink.queryframework.FetchGroup
Add a set of attributes to the group.
addAttributeValue(ContainerValue, Object) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
addAttributeValue(ContainerValue, Object, Object) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
addAverage(String) - Method in class oracle.toplink.queryframework.ReportQuery
Add the average value of the attribute to be included in the result.
addAverage(String, Class) - Method in class oracle.toplink.queryframework.ReportQuery
Add the average value of the attribute to be included in the result and return it as the specified resultType.
addAverage(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the average value of the attribute to be included in the result.
addAverage(String, Expression, Class) - Method in class oracle.toplink.queryframework.ReportQuery
Add the average value of the attribute to be included in the result and return it as the specified resultType.
addBatchReadAttribute(String) - Method in class oracle.toplink.queryframework.ReadAllQuery
Specify the foreign-reference mapped attribute to be optimized in this query.
addBatchReadAttribute(Expression) - Method in class oracle.toplink.queryframework.ReadAllQuery
Specify the foreign-reference mapped attribute to be optimized in this query.
addCall(Call) - Method in class oracle.toplink.queryframework.DatabaseQuery
Used to define a store procedure or SQL query.
addChild(Setting) - Method in class oracle.toplink.ox.sequenced.Setting
 
addChoiceElement(String, Class) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, Class) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, String) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, String) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, Class) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, Class) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, String) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
addClassIndicator(Class, Object) - Method in class oracle.toplink.descriptors.InheritancePolicy
Add a class indicator for the root classes subclass.
addClassIndicator(Class, Object) - Method in class oracle.toplink.mappings.VariableOneToOneMapping
Add a type indicator conversion to this mapping.
addConnectionPool(String, Login, int, int) - Method in interface oracle.toplink.threetier.Server
Add the connection pool.
addConnectionPool(ConnectionPool) - Method in interface oracle.toplink.threetier.Server
Connection are pooled to share and restrict the number of database connections.
addConstraintDependencies(Class) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: TopLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
addConstructorReportItem(ConstructorReportItem) - Method in class oracle.toplink.queryframework.ReportQuery
Add a ConstructorReportItem to this query's set of return values.
addConversion(QName, Class) - Method in class oracle.toplink.ox.XMLField
Add an entry for both an XML Conversion and a Java Conversion entry
addConversionValue(Object, Object) - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
A type conversion value is a two-way mapping from the database to the object.
addConversionValue(Object, Object) - Method in class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. A type conversion value is a two-way mapping from the database to the object.
addCount() - Method in class oracle.toplink.queryframework.ReportQuery
Include the number of rows returned by the query in the result.
addCount(String) - Method in class oracle.toplink.queryframework.ReportQuery
Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Class) - Method in class oracle.toplink.queryframework.ReportQuery
Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Expression, Class) - Method in class oracle.toplink.queryframework.ReportQuery
Include the number of rows returned by the query in the result, where attributeExpression is not null.
addDate(String, int) - Method in class oracle.toplink.expressions.Expression
Function, return an expression that adds to a date based on the specified datePart.
addDate(String, Object) - Method in class oracle.toplink.expressions.Expression
Function, return an expression that adds to a date based on the specified datePart.
AddDate - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
addDefaultEventListener(DescriptorEventListener) - Method in class oracle.toplink.descriptors.DescriptorEventManager
EJB 3.0 support for default listeners.
addDefaultReadOnlyClass(Class) - Method in class oracle.toplink.sessions.Project
Add the read-only class which apply to each UnitOfWork created by default.
addDescendingOrdering(String) - Method in class oracle.toplink.mappings.CollectionMapping
Provide order support for queryKeyName in descending order.
addDescendingOrdering(String) - Method in class oracle.toplink.queryframework.ReadAllQuery
Order the query results by the object's attribute or query key name.
addDescendingOrdering(String) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Currently, the TOPLink SDK does not support query result ordering.
addDescriptor(ClassDescriptor) - Method in class oracle.toplink.sessionbroker.SessionBroker
You cannot add a descriptor to a session broker, you must add it to its session.
addDescriptor(ClassDescriptor) - Method in interface oracle.toplink.sessions.DatabaseSession
Add the descriptor to the session.
addDescriptor(ClassDescriptor) - Method in class oracle.toplink.sessions.Project
Add the descriptor to the project.
addDescriptorByQName(QName, XMLDescriptor) - Method in class oracle.toplink.ox.XMLContext
 
addDescriptors(Vector) - Method in class oracle.toplink.sessionbroker.SessionBroker
You cannot add descriptors to a session broker, you must add them to its session.
addDescriptors(Project) - Method in class oracle.toplink.sessionbroker.SessionBroker
You cannot add a project to a session broker, you must add it to its session.
addDescriptors(Vector) - Method in interface oracle.toplink.sessions.DatabaseSession
Add the descriptors to the session.
addDescriptors(Project) - Method in interface oracle.toplink.sessions.DatabaseSession
Add the descriptors to the session from the Project.
addDescriptors(Project, DatabaseSessionImpl) - Method in class oracle.toplink.sessions.Project
Merge the descriptors from another project into this one.
addDirectMapping(String, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Add a direct to field mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Add a direct to field mapping to the receiver.
addDirectMapping(String, String) - Method in class oracle.toplink.eis.EISDescriptor
Add a direct mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class oracle.toplink.eis.EISDescriptor
Add a direct to node mapping to the receiver.
addDirectMapping(String, String) - Method in class oracle.toplink.ox.XMLDescriptor
Add a direct mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class oracle.toplink.ox.XMLDescriptor
Add a direct to node mapping to the receiver.
addDirectQueryKey(String, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Add a query key to the descriptor.
addEjbqlPlaceHolderQuery(DatabaseQuery) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Add a pre-defined not yet parsed EJBQL String/query to the session to be parsed after descriptors are initialized.
addElement(Object) - Method in class oracle.toplink.indirection.IndirectList
 
addElement(Object) - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Add an element to the collection of elements.
addEndFieldName(String) - Method in class oracle.toplink.history.HistoryPolicy
addEntityListenerEventListener(DescriptorEventListener) - Method in class oracle.toplink.descriptors.DescriptorEventManager
EJB 3.0 support for lifecycle callback events defined on an entity listener class.
addFetchGroup(FetchGroup) - Method in class oracle.toplink.descriptors.FetchGroupManager
Add a named fetch group to the descriptor
addField(String, DatabaseType) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
addField(String, DatabaseType, int, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
addField(String, DatabaseType, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
addField(String, Class) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the table, default sizes are used.
addField(String, Class, int) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the table.
addField(String, Class, int, int) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the table.
addField(String, String) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the type to a nested type.
addField(FieldDefinition) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the table.
addField(String, Class) - Method in class oracle.toplink.tools.schemaframework.TypeDefinition
Add the field to the type, default sizes are used.
addField(String, Class, int) - Method in class oracle.toplink.tools.schemaframework.TypeDefinition
Add the field to the type.
addField(String, Class, int, int) - Method in class oracle.toplink.tools.schemaframework.TypeDefinition
Add the field to the type.
addField(String, String) - Method in class oracle.toplink.tools.schemaframework.TypeDefinition
Add the field to the type to a nested type.
addField(FieldDefinition) - Method in class oracle.toplink.tools.schemaframework.TypeDefinition
Add the field to the type.
addFieldForInsert(String) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldForInsert(String, Class) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldForInsert(DatabaseField) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldForInsertReturnOnly(String) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldForInsertReturnOnly(String, Class) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldForInsertReturnOnly(DatabaseField) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldForUpdate(String) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldForUpdate(String, Class) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldForUpdate(DatabaseField) - Method in class oracle.toplink.descriptors.ReturningPolicy
addFieldNameTranslation(String, String) - Method in class oracle.toplink.mappings.AggregateObjectMapping
Add a field name translation that maps from a field name in the source table to a field name in the aggregate descriptor.
addFieldOrdering(String) - Method in class oracle.toplink.objectrelational.ObjectRelationalDescriptor
Order the fields in a specific Add the field ordering, this will order the fields in the order this method is called.
addFieldResult(FieldResult) - Method in class oracle.toplink.queryframework.EntityResult
 
addFieldTransformation(DatabaseField, String) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Add the field and the name of the method that returns the value to be placed in said field when the object is written to the database.
addFieldTransformation(String, String) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Add the name of field and the name of the method that returns the value to be placed in said field when the object is written to the database.
addFieldTransformation(String, String) - Method in class oracle.toplink.ox.mappings.XMLTransformationMapping
 
addFieldTransformer(String, FieldTransformer) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Add the name of field and the transformer that returns the value to be placed in the field when the object is written to the database.
addFieldTransformer(DatabaseField, FieldTransformer) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Add the field and the transformer that returns the value to be placed in the field when the object is written to the database.
addFieldTransformer(String, FieldTransformer) - Method in class oracle.toplink.ox.mappings.XMLTransformationMapping
 
addFieldTransformerClassName(String, String) - Method in class oracle.toplink.ox.mappings.XMLTransformationMapping
 
addFilePolicy(String, XMLFileAccessorFilePolicy) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Set the file policy for the specified root element name.
addFilePolicy(String, XMLFileAccessorFilePolicy) - Method in class oracle.toplink.xml.zip.XMLZipFileAccessor
Deprecated. Override because multiple file policies is unsupported.
addForeignKeyConstraint(String, String, String, String) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add a foreign key constraint to the table.
addForeignKeyConstraint(ForeignKeyConstraint) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add a foreign key constraint to the table.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
Define the source foreign key relationship in the one-to-many mapping.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.eis.mappings.EISOneToOneMapping
Define the source foreign key relationship in the one-to-one mapping.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.mappings.OneToOneMapping
Define the foreign key relationship in the 1-1 mapping.
addForeignKeyFieldForMultipleTable(DatabaseField, DatabaseField) - Method in class oracle.toplink.descriptors.ClassDescriptor
This protocol can be used to associate multiple tables with foreign key information.
addForeignKeyFieldName(String, String) - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
Define the source foreign key relationship in the one-to-many mapping.
addForeignKeyFieldName(String, String) - Method in class oracle.toplink.eis.mappings.EISOneToOneMapping
Define the source foreign key relationship in the one-to-one mapping.
addForeignKeyFieldName(String, String) - Method in class oracle.toplink.mappings.OneToOneMapping
Define the foreign key relationship in the 1-1 mapping.
addForeignKeyFieldNameForMultipleTable(String, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
This protocol can be used to associate multiple tables with foreign key information.
addForeignQueryKeyName(String, String) - Method in class oracle.toplink.mappings.VariableOneToOneMapping
A foreign key from the source table and abstract query key from the interface descriptor are added to the mapping.
addFunctionItem(String, Expression, String) - Method in class oracle.toplink.queryframework.ReportQuery
ADVANCED: Add the function against the attribute expression to be included in the result.
addGrouping(String) - Method in class oracle.toplink.queryframework.ReportQuery
Add the attribute to the group by expressions.
addGrouping(Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the attribute expression to the group by expressions.
addHistoryTableName(String) - Method in class oracle.toplink.history.HistoryPolicy
Use to specify the names of the mirroring historical tables.
addHistoryTableName(String, String) - Method in class oracle.toplink.history.HistoryPolicy
Use to specify the names of the mirroring historical tables.
addIdentityField(String, Class) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the table, default sizes are used.
addIdentityField(String, Class, int) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the table, default sizes are used.
addInOutputArgument(String, Class) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addInOutputArgument(FieldDefinition) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addItem(ReportItem) - Method in class oracle.toplink.queryframework.ConstructorReportItem
 
addItem(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
ADVANCED: Add the expression value to be included in the result.
addItem(String, Expression, List) - Method in class oracle.toplink.queryframework.ReportQuery
ADVANCED: Add the expression value to be included in the result.
ADDITIONAL_SIZE_QUERY_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.QueryException
 
additionalSizeQueryNotSpecified(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
addJavaConversion(Class, QName) - Method in class oracle.toplink.ox.XMLField
Add a Java to XML Conversion pair entry
addJoinedAttribute(String) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Specify the one-to-one mapped attribute to be join fetched in this query.
addJoinedAttribute(Expression) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Specify the attribute to be join fetched in this query.
addListener(DescriptorEventListener) - Method in class oracle.toplink.descriptors.DescriptorEventManager
Listener objects can be registered with the event manager to be notified when an event occurs on any instance of the descriptor's class.
addListener(SessionEventListener) - Method in class oracle.toplink.sessions.SessionEventManager
Add the event listener to the session.
addLockFieldName(String) - Method in class oracle.toplink.descriptors.SelectedFieldsLockingPolicy
Add a fieldname to lock on.
addMapping(DatabaseMapping) - Method in class oracle.toplink.descriptors.ClassDescriptor
Add a database mapping to the receiver.
addMaximum(String) - Method in class oracle.toplink.queryframework.ReportQuery
Add the maximum value of the attribute to be included in the result.
addMaximum(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the maximum value of the attribute to be included in the result.
addMinimum(String) - Method in class oracle.toplink.queryframework.ReportQuery
Add the minimum value of the attribute to be included in the result.
addMinimum(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the minimum value of the attribute to be included in the result.
addMonths(int) - Method in class oracle.toplink.expressions.Expression
Function, to add months to a date.
addMonths(Object) - Method in class oracle.toplink.expressions.Expression
Function, to add months to a date.
AddMonths - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
addMtomAttachment(DataHandler, String, String) - Method in interface oracle.toplink.ox.attachment.XMLAttachmentMarshaller
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in interface oracle.toplink.ox.attachment.XMLAttachmentMarshaller
 
addMultipleTableForeignKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.descriptors.ClassDescriptor
Deprecated. 11.1.1.0.0
addMultipleTableForeignKeyFieldName(String, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Deprecated. 11.1.1.0.0
addMultipleTablePrimaryKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.descriptors.ClassDescriptor
Deprecated. 11.1.1.0.0
addMultipleTablePrimaryKeyFieldName(String, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Deprecated. 11.1.1.0.0
addNamedArgument(String, DatabaseType) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named IN argument to the stored procedure.
addNamedArgument(String, DatabaseType, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named IN argument to the stored procedure.
addNamedArgument(String, DatabaseType, int, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named IN argument to the stored procedure.
addNamedArgument(String, String, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedArgument(String, String, int, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedArgument(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedArgument(String, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedArgument(String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the input argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the input argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, DatabaseField) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgumentValue(String, Object) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedArgumentValue(String, Object) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure and the value to be substitute for it.
addNamedInOutputArgument(String, DatabaseType) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, DatabaseType, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, DatabaseType, int, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, String, String, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedOutputArgument(String, DatabaseType) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, DatabaseType, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, DatabaseType, int, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, String, int, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNewConnectionPool(String, int, int, String, String, String, String, String, String) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated.  
addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method provides client with access to add a new connection pool to a TopLink ServerSession.
addNewConnectionPool(String, int, int, String, String, String, String, String, String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. use addNewConnectionPool(String poolName, int maxSize, int minSize, String platform, String driverClassName, String url, String userName, String password) throws ClassNotFoundException instead.
addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method provides client with access to add a new connection pool to a TopLink ServerSession.
addNonFetchJoinedAttribute(String) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Specify the one-to-one mapped attribute to be optimized in this query.
addNonFetchJoinedAttribute(Expression) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Specify the one-to-one mapped attribute to be optimized in this query.
addObjectToCache(Object, Node) - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
addObjectToCache(Object, Node, XMLMapping) - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
addOperator(ExpressionOperator) - Static method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Add an operator to the global list of operators.
addOrderBy(String, boolean) - Method in class oracle.toplink.mappings.CollectionMapping
Provide order support for queryKeyName in descending or ascending order.
addOrdering(Expression) - Method in class oracle.toplink.queryframework.ReadAllQuery
Add the ordering expression.
addOutputArgument(String) - Method in class oracle.toplink.eis.interactions.EISInteraction
Define the output argument to the interaction and the field/argument name to be substitute for it.
addOutputArgument(String, String) - Method in class oracle.toplink.eis.interactions.EISInteraction
Define the output argument to the interaction and the field/argument name to be substitute for it.
addOutputArgument(String) - Method in class oracle.toplink.eis.interactions.IndexedInteraction
Define the field/argument name to be substitute for the index output argument.
addOutputArgument(String, Class) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addOutputArgument(String, Class, int) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addOutputArgument(String, String) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addOutputArgument(FieldDefinition) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addParentInterface(Class) - Method in class oracle.toplink.descriptors.InterfacePolicy
Add the parent Interface class.
addParentInterfaceName(String) - Method in class oracle.toplink.descriptors.InterfacePolicy
 
addPartialAttribute(String) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Specify that only a subset of the class' attributes be selected in this query.
addPartialAttribute(Expression) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Specify that only a subset of the class' attributes be selected in this query.
addPrimaryKeyElementName(String) - Method in class oracle.toplink.xml.XMLDataCall
Deprecated. Add a primary key element name.
addPrimaryKeyElementName(String) - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Add a primary key element for the descriptor.
addPrimaryKeyField(DatabaseField) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Specify the primary key field of the descriptors table.
addPrimaryKeyField(String, Class) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the table, default sizes are used.
addPrimaryKeyField(String, Class, int) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add the field to the table, default sizes are used.
addPrimaryKeyFieldName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Specify the primary key field of the descriptors table.
addPrimaryKeyFieldName(String) - Method in class oracle.toplink.eis.EISDescriptor
Specify the primary key field.
addProcedures(StoredProcedureDefinition) - Method in class oracle.toplink.tools.schemaframework.PackageDefinition
Packages can contain sets of procedures.
addQuery(String, DatabaseQuery) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Add the query to the descriptor queries with the given name
addQuery(DatabaseQuery) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Add the query to the session queries
addQuery(String, DatabaseQuery) - Method in interface oracle.toplink.sessions.Session
Add the query to the session queries with the given name.
addQueryKey(QueryKey) - Method in class oracle.toplink.descriptors.ClassDescriptor
Add a query key to the descriptor.
addReadAllCall(String, SDKCall) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and no arguments.
addReadAllCall(String, SDKCall, String[]) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument names.
addReadAllCall(String, SDKCall, String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument name.
addReadAllCall(String, SDKCall, String, String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument names.
addReadAllCall(String, SDKCall, String, String, String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument names.
addReadAllCall(String, SDKCall, Vector) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument names.
addReadObjectCall(String, SDKCall) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and no arguments.
addReadObjectCall(String, SDKCall, String[]) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument names.
addReadObjectCall(String, SDKCall, String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument name.
addReadObjectCall(String, SDKCall, String, String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument names.
addReadObjectCall(String, SDKCall, String, String, String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument names.
addReadObjectCall(String, SDKCall, Vector) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a named read query to the descriptor that uses the specified call and argument names.
addReadOnlyClass(Class) - Method in interface oracle.toplink.sessions.UnitOfWork
Adds the given Java class to the receiver's set of read-only classes.
addReadOnlyClasses(Vector) - Method in interface oracle.toplink.sessions.UnitOfWork
Adds the classes in the given Vector to the existing set of read-only classes.
addReadOnlyTranslation(String, String) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add a translation.
addReadOnlyTranslations(String[], String[]) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add translations.
addReadOnlyTranslations(Vector) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add translations.
addReadTranslation(String, String) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Add a translation.
addReadTranslation(String, String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a translation.
addReadTranslation(String, String) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add a translation.
addReadTranslations(String[], String[]) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Add translations.
addReadTranslations(Vector) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Add translations.
addReadTranslations(String[], String[]) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add translations.
addReadTranslations(Vector) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add translations.
addReadTranslations(String[], String[]) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add translations.
addReadTranslations(Vector) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add translations.
addReferenceKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Add the reference key field.
addReferenceKeyFieldName(String, String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Add the name of the reference key field.
addRemoteConnection(RemoteConnection) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Add a remote Connection for cache synchronisation.
addRemoteControllerForSynchronization(Object) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Deprecated. Since 4.0. There is no direct replacement API.
addRemoteControllerForSynchronization(Object) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Since 4.0
addRemoteControllerForSynchronization(Object) - Method in class oracle.toplink.remote.rmi.RMIConnection
Deprecated. Since 4.0. There is no direct replacement API.
addRemoteControllerForSynchronization(Object) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Since 4.0
addResult(SQLResult) - Method in class oracle.toplink.queryframework.SQLResultSetMapping
 
addResultElementName(String) - Method in class oracle.toplink.xml.XMLDataReadCall
Deprecated. Add a result element name.
addResultElementType(String, Class) - Method in class oracle.toplink.xml.XMLDataReadCall
Deprecated. Add a result element type.
addRootElement(String) - Method in class oracle.toplink.ox.XMLDescriptor
Add a root element name for the Descriptor This value is stored in place of a table name
addSchemaType(QName) - Method in class oracle.toplink.ox.XMLUnionField
Adds the new type value to the list of types
addSequence(Sequence) - Method in class oracle.toplink.sessions.DatasourceLogin
Add sequence corresponding to the name
addSession(String, Session) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
ADVANCED: add an named session to the hashtable.
addSourceField(String) - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
addSourceField(String) - Method in class oracle.toplink.tools.schemaframework.UniqueKeyConstraint
addSourceForeignKeyFieldName(String, String) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Define the source foreign key relationship in the one-to-many mapping.
addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.mappings.ManyToManyMapping
Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyFieldName(String, String) - Method in class oracle.toplink.mappings.ManyToManyMapping
Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceToTargetKeyFieldAssociation(String, String) - Method in class oracle.toplink.ox.mappings.XMLObjectReferenceMapping
Add a source-target xpath pair to the map.
addSpecialOperation(Class, String) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Allows operations other than Expression.equal to be used for comparisons.
addSQLResultSetMapping(SQLResultSetMapping) - Method in class oracle.toplink.sessions.Project
Add a named SQLResultSetMapping to this project.
addStandardDeviation(String) - Method in class oracle.toplink.queryframework.ReportQuery
Add the standard deviation value of the attribute to be included in the result.
addStandardDeviation(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the standard deviation value of the attribute to be included in the result.
addStartFieldName(String) - Method in class oracle.toplink.history.HistoryPolicy
Sets the name of the start field.
addStatement(SQLStatement) - Method in class oracle.toplink.queryframework.DatabaseQuery
Used to define a statement level query.
addStatement(String) - Method in class oracle.toplink.tools.schemaframework.PackageDefinition
The statements are the SQL lines of code.
addStatement(String) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The statements are the SQL lines of code in procedure.
addStructConverter(StructConverter) - Method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Add a StructConverter
addSum(String) - Method in class oracle.toplink.queryframework.ReportQuery
Add the sum value of the attribute to be included in the result.
addSum(String, Class) - Method in class oracle.toplink.queryframework.ReportQuery
Add the sum value of the attribute to be included in the result and return it as the specified resultType.
addSum(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the sum value of the attribute to be included in the result.
addSum(String, Expression, Class) - Method in class oracle.toplink.queryframework.ReportQuery
Add the sum value of the attribute to be included in the result and return it as the specified resultType.
addSwaRefAttachment(DataHandler) - Method in interface oracle.toplink.ox.attachment.XMLAttachmentMarshaller
 
addSwaRefAttachment(byte[], int, int) - Method in interface oracle.toplink.ox.attachment.XMLAttachmentMarshaller
 
addTable(DatabaseTable) - Method in class oracle.toplink.descriptors.ClassDescriptor
Specify the table for the class of objects the receiver describes.
addTableDefinition(TableDefinition) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Add the table.
addTableDefinitions(Collection) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Add a set of tables.
addTableName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Specify the table name for the class of objects the receiver describes.
addTableName(String) - Method in class oracle.toplink.descriptors.RelationalDescriptor
Specify the table name for the class of objects the receiver describes.
addTargetField(String) - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.mappings.OneToOneMapping
Define the target foreign key relationship in the 1-1 mapping.
addTargetForeignKeyFieldName(String, String) - Method in class oracle.toplink.mappings.AggregateCollectionMapping
Define the target foreign key relationship in the 1-M aggregate collection mapping.
addTargetForeignKeyFieldName(String, String) - Method in class oracle.toplink.mappings.OneToManyMapping
Define the target foreign key relationship in the one-to-many mapping.
addTargetForeignKeyFieldName(String, String) - Method in class oracle.toplink.mappings.OneToOneMapping
Define the target foreign key relationship in the 1-1 mapping.
addTargetForeignQueryKeyName(String, String) - Method in class oracle.toplink.mappings.VariableOneToOneMapping
Define the target foreign key relationship in the Variable 1-1 mapping.
addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class oracle.toplink.mappings.ManyToManyMapping
Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyFieldName(String, String) - Method in class oracle.toplink.mappings.ManyToManyMapping
Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTiming(String, long) - Method in class oracle.toplink.tools.profiler.Profile
 
addToAttributeOnlyConversionValue(Object, Object) - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
An attribute only conversion value is a one-way mapping from the database to the object.
addToAttributeOnlyConversionValue(Object, Object) - Method in class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. An attribute only conversion value is a one-way mapping from the database to the object.
addUnamedArgument(String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int, String, DatabaseField) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedArgument(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedArgument(String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the field/argument name to be substitute for the index argument.
addUnamedArgument(String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, int) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, int, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, int, String, DatabaseField) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure for the index argument.
addUnamedArgumentValue(Object) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedArgumentValue(Object) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgument(String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgument(String, String, int) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgument(String, String, int, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, String, int, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgumentValue(Object, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedInOutputArgumentValue(Object, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedOutputArgument(String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String, Class, DatabaseField) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String, Class) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String, Class) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String, Class, DatabaseField) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Define the field/argument name to be substitute for the index output argument.
addUniqueKeyConstraint(String, String) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add a unique key constraint to the table.
addUniqueKeyConstraint(String, String[]) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add a unique key constraint to the table.
addUniqueKeyConstraint(UniqueKeyConstraint) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Add a unique key constraint to the table.
addUpdate(Expression, Object) - Method in class oracle.toplink.queryframework.UpdateAllQuery
Adds the update (SET) clause to the query.
addUpdate(String, Object) - Method in class oracle.toplink.queryframework.UpdateAllQuery
Adds the update (SET) clause to the query.
addUpdate(Expression, Expression) - Method in class oracle.toplink.queryframework.UpdateAllQuery
Adds the update (SET) clause to the query.
addUpdate(String, Expression) - Method in class oracle.toplink.queryframework.UpdateAllQuery
Adds the update (SET) clause to the query.
addValue(Object, boolean, Object) - Method in class oracle.toplink.ox.sequenced.Setting
 
addVariable(String, String) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
addVariable(FieldDefinition) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
addVariance(String) - Method in class oracle.toplink.queryframework.ReportQuery
Add the variance value of the attribute to be included in the result.
addVariance(String, Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the variance value of the attribute to be included in the result.
addWriteOnlyTranslation(String, String) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add a translation.
addWriteOnlyTranslations(String[], String[]) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add translations.
addWriteOnlyTranslations(Vector) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add translations.
addWriteTranslation(String, String) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Add a translation.
addWriteTranslation(String, String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add a translation.
addWriteTranslation(String, String) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add a translation.
addWriteTranslations(String[], String[]) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Add translations.
addWriteTranslations(Vector) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Add translations.
addWriteTranslations(String[], String[]) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add translations.
addWriteTranslations(Vector) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Add translations.
addWriteTranslations(String[], String[]) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add translations.
addWriteTranslations(Vector) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Add translations.
addXMLConversion(QName, Class) - Method in class oracle.toplink.ox.XMLField
Add an XML to Java Conversion pair entry
AFTER_EJBCREATE - Static variable in class oracle.toplink.descriptors.CMPPolicy
issue SQL after ejbCreate but before ejbPostCreate
AFTER_EJBPOSTCREATE - Static variable in class oracle.toplink.descriptors.CMPPolicy
issue SQL after ejbPostCreate
afterLast() - Method in class oracle.toplink.queryframework.ScrollableCursor
Moves the cursor to the end of the result set, just after the last row.
afterLoginCustomization(Session) - Method in interface oracle.toplink.ejb.cmp.DeploymentCustomization
This method is invoked on the instance of a class implementing the DeploymentCustomization interface after logging in to the WebLogic connection pool.
afterMarshal(Object) - Method in interface oracle.toplink.ox.XMLMarshalListener
 
afterUnmarshal(Object, Object) - Method in interface oracle.toplink.ox.XMLUnmarshalListener
 
AGGREGATE_OBJECT_CANNOT_BE_DELETED - Static variable in exception oracle.toplink.exceptions.QueryException
 
AggregateChangeRecord - Interface in oracle.toplink.changesets
Purpose: Define the Public interface for the Aggregate Change Record.
AggregateCollectionChangeRecord - Interface in oracle.toplink.changesets
Purpose: Define the Public interface for the Aggregate Collection Change Record.
AggregateCollectionMapping - Class in oracle.toplink.mappings
Purpose: The aggregate collection mapping is used to represent the aggregate relationship between a single source object and a collection of target objects.
AggregateCollectionMapping() - Constructor for class oracle.toplink.mappings.AggregateCollectionMapping
Default constructor.
AggregateMapping - Class in oracle.toplink.mappings
Purpose: Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
AggregateMapping() - Constructor for class oracle.toplink.mappings.AggregateMapping
Default constructor.
aggregateObjectCannotBeDeletedOrWritten(ClassDescriptor, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
AggregateObjectMapping - Class in oracle.toplink.mappings
Purpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
AggregateObjectMapping() - Constructor for class oracle.toplink.mappings.AggregateObjectMapping
Default constructor.
AggregateOperator - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
aliasResolutionException - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
aliasResolutionException(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
aliasResolutionException - Static variable in exception oracle.toplink.exceptions.JPQLException
 
aliasResolutionException(String, int, int, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
all(byte[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that is used with a comparison expression.
all(char[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(double[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(float[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(int[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(long[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(Object[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(short[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(boolean[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(Vector) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
all(Expression) - Method in class oracle.toplink.expressions.Expression
 
all(ReportQuery) - Method in class oracle.toplink.expressions.Expression
 
All - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
ALL - Static variable in interface oracle.toplink.logging.SessionLog
 
ALL - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
ALL - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
ALL_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
ALL_MODIFICATIONS - Static variable in class oracle.toplink.descriptors.CMPPolicy
defer all modifications, inserts and deletes included (default)
AllFieldsLockingPolicy - Class in oracle.toplink.descriptors
Purpose: An implementation of the OptimisticLockingPolicy interface.
AllFieldsLockingPolicy() - Constructor for class oracle.toplink.descriptors.AllFieldsLockingPolicy
Create a new all fields locking policy.
allOf(String, Expression) - Method in class oracle.toplink.expressions.Expression
Returns an expression equivalent to all of attributeName holding true for criteria.
allowNull() - Method in class oracle.toplink.mappings.AggregateObjectMapping
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).
allowsSizeInProcedureArguments() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Used for sp defs.
ALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ALREADY_LOGGED_IN - Static variable in exception oracle.toplink.exceptions.ValidationException
 
alreadyLoggedIn(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
alterSequence(SequenceDefinition) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use the definition to alter sequence.
alwaysConformResultsInUnitOfWork() - Method in class oracle.toplink.descriptors.ClassDescriptor
Used to set the descriptor to always conform in any unit of work query.
alwaysIncludeAttribute(Class, String) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Always considers the value for a particular attribute as meaningfull in a query by example.
alwaysRefreshCache() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCache(boolean) with an argument of true: it configures a ClassDescriptor to always refresh the cache if data is received from the database by any query.
alwaysRefreshCacheOnRemote() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean) with an argument of true: it configures a ClassDescriptor to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
analyze(ClassNode, MethodNode) - Method in class oracle.toplink.libraries.asm.tree.analysis.Analyzer
Analyzes the given method.
Analyzer - Class in oracle.toplink.libraries.asm.tree.analysis
A semantic bytecode analyzer.
Analyzer(Interpreter) - Constructor for class oracle.toplink.libraries.asm.tree.analysis.Analyzer
Constructs a new Analyzer.
AnalyzerException - Exception in oracle.toplink.libraries.asm.tree.analysis
Thrown if a problem occurs during the analysis of a method.
AnalyzerException(String) - Constructor for exception oracle.toplink.libraries.asm.tree.analysis.AnalyzerException
 
AnalyzerException(String, Object, Value) - Constructor for exception oracle.toplink.libraries.asm.tree.analysis.AnalyzerException
 
and(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that is the boolean logical combination of both expressions.
And - Static variable in class oracle.toplink.expressions.ExpressionOperator
Logical operators
ANEWARRAY - Static variable in interface oracle.toplink.libraries.asm.Constants
 
Annotation - Class in oracle.toplink.libraries.asm.attrs
Annotation data contains an annotated type and its array of the element-value pairs.
Annotation() - Constructor for class oracle.toplink.libraries.asm.attrs.Annotation
 
Annotation(String) - Constructor for class oracle.toplink.libraries.asm.attrs.Annotation
 
Annotation.EnumConstValue - Class in oracle.toplink.libraries.asm.attrs
Container class used to store enum_const_value structure.
Annotation.EnumConstValue(String, String) - Constructor for class oracle.toplink.libraries.asm.attrs.Annotation.EnumConstValue
 
AnnotationDefaultAttribute - Class in oracle.toplink.libraries.asm.attrs
The AnnotationDefault attribute is a variable length attribute in the attributes table of certain method_info structures, namely those representing elements of annotation types.
AnnotationDefaultAttribute() - Constructor for class oracle.toplink.libraries.asm.attrs.AnnotationDefaultAttribute
 
AnnotationDefaultAttribute(Object) - Constructor for class oracle.toplink.libraries.asm.attrs.AnnotationDefaultAttribute
 
annotations - Variable in class oracle.toplink.libraries.asm.attrs.RuntimeInvisibleAnnotations
List of Annotation.
annotations - Variable in class oracle.toplink.libraries.asm.attrs.RuntimeVisibleAnnotations
List of Annotation.
any(byte[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that is used with a comparison expression.
any(char[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(double[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(float[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(int[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(long[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(Object[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(short[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(boolean[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(Vector) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
any(Expression) - Method in class oracle.toplink.expressions.Expression
 
any(ReportQuery) - Method in class oracle.toplink.expressions.Expression
 
Any - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
ANY_SIMPLE_TYPE - Static variable in class oracle.toplink.ox.XMLConstants
 
ANY_SIMPLE_TYPE_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
anyOf(String) - Method in class oracle.toplink.expressions.Expression
Return an expression representing traversal of a 1:many or many:many relationship.
anyOfAllowingNone(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
appendChildNode(Node, Node) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
appendNode(Node, Node, Node) - Method in class oracle.toplink.ox.documentpreservation.NodeOrderingPolicy
 
appendParameter(Call, Writer, Object) - Method in class oracle.toplink.eis.EISPlatform
Add the parameter.
appendSQL(String) - Method in class oracle.toplink.expressions.Expression
Deprecated. since OracleAS TopLink 10g (9.0.4). See Expression.prefixSQL(java.lang.String), Expression.postfixSQL(java.lang.String).
appendToDDLWriter(String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
If the schema manager is writing to a writer, append this string to that writer.
appendToDDLWriter(Writer, String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
applyAmendmentMethod() - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Call the descriptor amendment method.
applyAttributeValuesIntoRow(String) - Method in class oracle.toplink.descriptors.DescriptorEvent
Re-populate the database row with the values from the source object based upon the attribute's mapping.
AQEISConnectionSpec - Class in oracle.toplink.eis.adapters.aq
Provides the behavoir of instantiating a XML file adapter ConnectionSpec.
AQEISConnectionSpec() - Constructor for class oracle.toplink.eis.adapters.aq.AQEISConnectionSpec
Default constructor.
AQPlatform - Class in oracle.toplink.eis.adapters.aq
Platform for Oracle AQ JCA adapter.
AQPlatform() - Constructor for class oracle.toplink.eis.adapters.aq.AQPlatform
Default constructor.
ARETURN - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ARGUMENT_SIZE_MISMATCH_IN_QUERY_AND_QUERY_DEFINITION - Static variable in exception oracle.toplink.exceptions.QueryException
 
argumentSizeMismatchInQueryAndQueryDefinition(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
ARRAY - Static variable in class oracle.toplink.libraries.asm.Type
The sort of array reference types.
ARRAYLENGTH - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ArrayMapping - Class in oracle.toplink.objectrelational
Purpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.
ArrayMapping() - Constructor for class oracle.toplink.objectrelational.ArrayMapping
Default constructor.
ascending() - Method in class oracle.toplink.expressions.Expression
This can only be used within an ordering expression.
Ascending - Static variable in class oracle.toplink.expressions.ExpressionOperator
Ordering operators
Ascii - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
asciiValue() - Method in class oracle.toplink.expressions.Expression
Function, returns the single character strings ascii value.
asin(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that aplies the function to the given expression.
Asin - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
ASMAnnotationDefaultAttribute - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable AnnotationDefaultAttribute sub class.
ASMAnnotationDefaultAttribute() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMAnnotationDefaultAttribute
 
ASMContentHandler - Class in oracle.toplink.libraries.asm.xml
A ContentHandler that transforms XML document into Java class file.
ASMContentHandler(OutputStream, boolean) - Constructor for class oracle.toplink.libraries.asm.xml.ASMContentHandler
Constructs a new ASMContentHandler object.
ASMEnclosingMethodAttribute - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable EnclosingMethodAttribute sub class.
ASMEnclosingMethodAttribute() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMEnclosingMethodAttribute
 
ASMifiable - Interface in oracle.toplink.libraries.asm.util.attrs
An attribute that can print the ASM code to create an equivalent attribute.
ASMifierClassVisitor - Class in oracle.toplink.libraries.asm.util
A PrintClassVisitor that prints the ASM code that generates the classes it visits.
ASMifierClassVisitor(PrintWriter) - Constructor for class oracle.toplink.libraries.asm.util.ASMifierClassVisitor
Constructs a new ASMifierClassVisitor object.
ASMifierCodeVisitor - Class in oracle.toplink.libraries.asm.util
A PrintCodeVisitor that prints the ASM code that generates the code it visits.
ASMifierCodeVisitor() - Constructor for class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
Constructs a new ASMifierCodeVisitor object.
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMAnnotationDefaultAttribute
 
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMEnclosingMethodAttribute
 
asmify(StringBuffer, String, Map) - Method in interface oracle.toplink.libraries.asm.util.attrs.ASMifiable
Prints the ASM code to create an attribute equal to this attribute.
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMLocalVariableTypeTableAttribute
 
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMRuntimeInvisibleAnnotations
 
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMRuntimeInvisibleParameterAnnotations
 
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMRuntimeVisibleAnnotations
 
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMRuntimeVisibleParameterAnnotations
 
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMSignatureAttribute
 
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMSourceDebugExtensionAttribute
 
asmify(StringBuffer, String, Map) - Method in class oracle.toplink.libraries.asm.util.attrs.ASMStackMapAttribute
 
ASMLocalVariableTypeTableAttribute - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable LocalVariableTypeTableAttribute sub class.
ASMLocalVariableTypeTableAttribute() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMLocalVariableTypeTableAttribute
 
ASMRuntimeInvisibleAnnotations - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable RuntimeInvisibleAnnotations sub class.
ASMRuntimeInvisibleAnnotations() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMRuntimeInvisibleAnnotations
 
ASMRuntimeInvisibleParameterAnnotations - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable RuntimeInvisibleParameterAnnotations sub class.
ASMRuntimeInvisibleParameterAnnotations() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMRuntimeInvisibleParameterAnnotations
 
ASMRuntimeVisibleAnnotations - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable RuntimeVisibleAnnotations sub class.
ASMRuntimeVisibleAnnotations() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMRuntimeVisibleAnnotations
 
ASMRuntimeVisibleParameterAnnotations - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable RuntimeVisibleParameterAnnotations sub class.
ASMRuntimeVisibleParameterAnnotations() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMRuntimeVisibleParameterAnnotations
 
ASMSignatureAttribute - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable SignatureAttribute sub class.
ASMSignatureAttribute() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMSignatureAttribute
 
ASMSourceDebugExtensionAttribute - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable SourceDebugExtensionAttribute sub class.
ASMSourceDebugExtensionAttribute() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMSourceDebugExtensionAttribute
 
ASMStackMapAttribute - Class in oracle.toplink.libraries.asm.util.attrs
An ASMifiable StackMapAttribute sub class.
ASMStackMapAttribute() - Constructor for class oracle.toplink.libraries.asm.util.attrs.ASMStackMapAttribute
 
asOf(AsOfClause) - Method in class oracle.toplink.expressions.Expression
Sets all tables represented by this expression to be queried as of a past time.
AsOfClause - Class in oracle.toplink.history
Purpose:Wraps an immutable value for a past time.
AsOfClause(Date) - Constructor for class oracle.toplink.history.AsOfClause
 
AsOfClause(Timestamp) - Constructor for class oracle.toplink.history.AsOfClause
 
AsOfClause(Calendar) - Constructor for class oracle.toplink.history.AsOfClause
 
AsOfClause(long) - Constructor for class oracle.toplink.history.AsOfClause
 
AsOfClause(Long) - Constructor for class oracle.toplink.history.AsOfClause
 
AsOfClause(Expression) - Constructor for class oracle.toplink.history.AsOfClause
 
AsOfSCNClause - Class in oracle.toplink.history
Purpose:Wraps an immutable value for a past time, represented as a database system change number.
AsOfSCNClause(Number) - Constructor for class oracle.toplink.history.AsOfSCNClause
 
AsOfSCNClause(Long) - Constructor for class oracle.toplink.history.AsOfSCNClause
 
AsOfSCNClause(long) - Constructor for class oracle.toplink.history.AsOfSCNClause
 
AsOfSCNClause(Expression) - Constructor for class oracle.toplink.history.AsOfSCNClause
 
AssignSequence - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
assignSequenceNumber(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Assign sequence number to the object.
assignSequenceNumbers() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Assign sequence numbers to all new objects registered in this unit of work, or any new objects reference by any objects registered.
Association - Class in oracle.toplink.mappings
Purpose: Generic association object.
Association() - Constructor for class oracle.toplink.mappings.Association
Default constructor.
Association(Object, Object) - Constructor for class oracle.toplink.mappings.Association
Create an association.
AssumeExistence - Static variable in class oracle.toplink.queryframework.DoesExistQuery
 
assumeExistenceForDoesExist() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Assume that if the objects primary key does not include null then it must exist.
assumeExistenceForDoesExist() - Method in class oracle.toplink.queryframework.DoesExistQuery
Assume that if the objects primary key does not include null then it must exist.
assumeExistenceForDoesExist() - Method in class oracle.toplink.sessions.Project
Switch all descriptors to assume existence for non-null primary keys.
AssumeNonExistence - Static variable in class oracle.toplink.queryframework.DoesExistQuery
 
assumeNonExistenceForDoesExist() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Assume that the object does not exist.
assumeNonExistenceForDoesExist() - Method in class oracle.toplink.queryframework.DoesExistQuery
Assume that the object does not exist.
ASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
atan(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that aplies the function to the given expression.
Atan - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
atan2(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
atan2(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
atan2(Expression, Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Atan2 - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
atEnd() - Method in class oracle.toplink.queryframework.CursoredStream
Return whether the cursored stream is at its end.
ATHROW - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ATTEMPT_TO_REGISTER_DEAD_INDIRECTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ATTEMPTED_LOAD_SESSION_WITHOUT_NAME_PROVIDED - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
ATTEMPTED_REDEPLOY_WITHOUT_CLOSE - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
attemptedRedeployWithoutClose(String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
attemptToRegisterDeadIndirection(Object, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
Attribute - Class in oracle.toplink.libraries.asm
A non standard class, field, method or code attribute.
attribute(XPathFragment, NamespaceResolver, String) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification of an attribute.
attribute(String, String, String, String) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification of an attribute.
ATTRIBUTE_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ATTRIBUTE_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ATTRIBUTE_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ATTRIBUTE_NAME_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ATTRIBUTE_NOT_EXIST - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
ATTRIBUTE_TRANSFORMER_CLASS_INVALID - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ATTRIBUTE_TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ATTRIBUTE_TYPE_NOT_VALID - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ATTRIBUTE_VALUE_FALSE - Static variable in class oracle.toplink.xml.xerces.XMLToDatabaseRowTranslator
Deprecated.  
ATTRIBUTE_VALUE_TRUE - Static variable in class oracle.toplink.xml.xerces.XMLToDatabaseRowTranslator
Deprecated.  
AttributeAccessor - Class in oracle.toplink.mappings
Purpose: This provides an abstract class for setting and retrieving the attribute value for the mapping from an object.
AttributeAccessor() - Constructor for class oracle.toplink.mappings.AttributeAccessor
 
attributeAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
attributeAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
attributeAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
AttributeChangeTrackingPolicy - Class in oracle.toplink.descriptors.changetracking
An AttributeChangeTrackingPolicy allows change tracking at the attribute level of an object by implementing ChangeTracker.
AttributeChangeTrackingPolicy() - Constructor for class oracle.toplink.descriptors.changetracking.AttributeChangeTrackingPolicy
 
attributeMappingIsMissingForEntityBean(String, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
attributeNameNotSpecified() - Static method in exception oracle.toplink.exceptions.DescriptorException
 
Attributes - Class in oracle.toplink.libraries.asm.attrs
Provides static utility methods for attributes.
attributesToAlwaysInclude - Variable in class oracle.toplink.queryframework.QueryByExamplePolicy
 
AttributeTransformer - Interface in oracle.toplink.mappings.transformers
AttributeTransformerAdapter - Class in oracle.toplink.mappings.transformers
Purpose: Provides an empty implementation of AttributeTransformer.
AttributeTransformerAdapter() - Constructor for class oracle.toplink.mappings.transformers.AttributeTransformerAdapter
 
attributeTransformerClassInvalid(String, AbstractTransformationMapping, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
attributeTransformerClassNotFound(String, AbstractTransformationMapping, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
attributeTypeNotValid(CollectionMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
attrs - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The non standard attributes of the class.
attrs - Variable in class oracle.toplink.libraries.asm.tree.FieldNode
The non standard attributes of the field.
attrs - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The non standard attributes of the method.
AttunityConnectionSpec - Class in oracle.toplink.eis.adapters.attunity
Provides the behavoir of instantiating a Attunity Connect ConnectionSpec if a username/password was specified in the login.
AttunityConnectionSpec() - Constructor for class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec
Construct a AttunityConnectionSpec with no settings.
AttunityConnectionSpec(ConnectionFactory) - Constructor for class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec
Construct a AttunityConnectionSpec with the connectionFactory.
AttunityPlatform - Class in oracle.toplink.eis.adapters.attunity
Defines the Attunity Connect platform.
AttunityPlatform() - Constructor for class oracle.toplink.eis.adapters.attunity.AttunityPlatform
Default constructor.
AttunityPlatform - Class in oracle.toplink.platform.database
TopLink Platform class which works with Attunity's Connect JDBC driver.
AttunityPlatform() - Constructor for class oracle.toplink.platform.database.AttunityPlatform
 
available() - Method in class oracle.toplink.queryframework.CursoredStream
Returns the number of objects that can be read from this input without blocking.
average() - Method in class oracle.toplink.expressions.Expression
Function, This represents the aggregate function Average.
Average - Static variable in class oracle.toplink.expressions.ExpressionOperator
 

B

b - Variable in class oracle.toplink.libraries.asm.ClassReader
The class to be parsed.
BACKUP_CLONE_DELETED - Static variable in exception oracle.toplink.exceptions.QueryException
 
BACKUP_CLONE_IS_ORIGINAL_FROM_PARENT - Static variable in exception oracle.toplink.exceptions.QueryException
 
BACKUP_CLONE_IS_ORIGINAL_FROM_SELF - Static variable in exception oracle.toplink.exceptions.QueryException
 
backupCloneIsDeleted(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
backupCloneIsOriginalFromParent(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
backupCloneIsOriginalFromSelf(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
BALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
Base64 - Class in oracle.toplink.xml.tools
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
Base64() - Constructor for class oracle.toplink.xml.tools.Base64
Deprecated.  
BASE_64_BINARY - Static variable in class oracle.toplink.ox.XMLConstants
 
BASE_64_BINARY_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
baseObjectName - Variable in class oracle.toplink.platform.server.oc4j.Oc4j_11_1_1_Platform
 
basicBeginTransaction(AbstractSession) - Method in class oracle.toplink.sdk.SDKAccessor
Deprecated. Begin a transaction on the "data store".
basicCommitTransaction(AbstractSession) - Method in class oracle.toplink.sdk.SDKAccessor
Deprecated. Commit the transaction to the "data store".
basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class oracle.toplink.eis.EISAccessor
Execute the interaction.
basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class oracle.toplink.sdk.SDKAccessor
Deprecated. Execute the specified call with the specified parameter row.
BasicInterpreter - Class in oracle.toplink.libraries.asm.tree.analysis
An Interpreter for BasicValue values.
BasicInterpreter() - Constructor for class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
basicRollbackTransaction(AbstractSession) - Method in class oracle.toplink.eis.EISAccessor
Rollback the local transaction on the datasource.
basicRollbackTransaction(AbstractSession) - Method in class oracle.toplink.sdk.SDKAccessor
Deprecated. Rollback the transaction on the "data store".
BasicValue - Class in oracle.toplink.libraries.asm.tree.analysis
A Value that is represented by its type in a seven types type sytem.
BasicValue(Type) - Constructor for class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
BasicVerifier - Class in oracle.toplink.libraries.asm.tree.analysis
An extended BasicInterpreter that checks that bytecode instructions are correctly used.
BasicVerifier() - Constructor for class oracle.toplink.libraries.asm.tree.analysis.BasicVerifier
 
BASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
BATCH_READING_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.QueryException
 
BATCH_READING_NOT_SUPPORTED_WITH_CALL - Static variable in exception oracle.toplink.exceptions.QueryException
 
batchReadingNotSupported(DatabaseMapping, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
batchReadingNotSupported(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
batchStatementExecutionFailure() - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
beforeFirst() - Method in class oracle.toplink.queryframework.ScrollableCursor
Moves the cursor to the front of the result set, just before the first row
beforeLoginCustomization(Session) - Method in interface oracle.toplink.ejb.cmp.DeploymentCustomization
This method is invoked on the instance of a class implementing the DeploymentCustomization interface prior to logging in to the WebLogic connection pool.
beforeMarshal(Object) - Method in interface oracle.toplink.ox.XMLMarshalListener
 
beforeUnmarshal(Object, Object) - Method in interface oracle.toplink.ox.XMLUnmarshalListener
 
BEGIN_BEGIN_BLOCK - Static variable in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
BEGIN_DECLARE_BLOCK - Static variable in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
beginAddingConstructorArguments(Class) - Method in class oracle.toplink.queryframework.ReportQuery
Call a constructor for the given class with the results of this query.
beginAddingConstructorArguments(Class, Class[]) - Method in class oracle.toplink.queryframework.ReportQuery
Call a constructor for the given class with the results of this query.
beginEarlyTransaction() - Method in interface oracle.toplink.sessions.UnitOfWork
Tell the unit of work to begin a transaction now.
beginTransaction() - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Begin a transaction on the database.
beginTransaction() - Method in class oracle.toplink.remote.DistributedSession
Start a transaction on the server.
beginTransaction() - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Begin a transaction on the database.
beginTransaction() - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Begin a transaction on the database.
beginTransaction() - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
 
beginTransaction() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Begin a transaction on the database.
beginTransaction() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
beginTransaction() - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Begin a transaction on the database.
beginTransaction() - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Begin a transaction on the database.
beginTransaction() - Method in interface oracle.toplink.sessions.DatabaseSession
Begin a transaction on the database.
bePostfix() - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Tell the operator to be postfix, i.e. its strings start printing after those of its first argument.
bePrefix() - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Tell the operator to be pretfix, i.e. its strings start printing before those of its first argument.
between(byte, byte) - Method in class oracle.toplink.expressions.Expression
Function, between two bytes
between(char, char) - Method in class oracle.toplink.expressions.Expression
Function, between two chars
between(double, double) - Method in class oracle.toplink.expressions.Expression
Function, between two doubles
between(float, float) - Method in class oracle.toplink.expressions.Expression
Function, between two floats
between(int, int) - Method in class oracle.toplink.expressions.Expression
Function, between two ints
between(long, long) - Method in class oracle.toplink.expressions.Expression
Function, between two longs
between(Object, Object) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receiver's value is between two other values.
between(Expression, Expression) - Method in class oracle.toplink.expressions.Expression
 
between(short, short) - Method in class oracle.toplink.expressions.Expression
Function, between two shorts
Between - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
binaryOperation(AbstractInsnNode, Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
binaryOperation(AbstractInsnNode, Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicVerifier
 
binaryOperation(AbstractInsnNode, Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
binaryOperation(AbstractInsnNode, Value, Value) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with two arguments.
bindAllParameters() - Method in class oracle.toplink.queryframework.DatabaseQuery
Bind all arguments to any SQL statement.
bindAllParameters() - Method in class oracle.toplink.sessions.DatabaseLogin
Bind all arguments to any SQL statement.
BIPUSH - Static variable in interface oracle.toplink.libraries.asm.Constants
 
BlackboxConnectionSpec - Class in oracle.toplink.eis.adapters.blackbox
Provides the behavoir of instantiating a Sun blackbox ConnectionSpec if a username/password was specified in the login.
BlackboxConnectionSpec() - Constructor for class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Construct a BlackboxConnectionSpec with no settings.
BlackboxConnectionSpec(Context, String) - Constructor for class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Construct a BlackboxConnectionSpec with the specified settings.
BlackboxConnectionSpec(String) - Constructor for class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Construct a BlackboxConnectionSpec with the specified settings.
BlackboxConnectionSpec(String, ConnectionSpec) - Constructor for class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Construct a BlackboxConnectionSpec with the specified settings.
BlackboxConnectionSpec(Context, Name) - Constructor for class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Construct a BlackboxConnectionSpec with the specified settings.
BlackboxConnectionSpec(Name) - Constructor for class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Construct a BlackboxConnectionSpec with the specified settings.
BlackboxConnectionSpec(ConnectionFactory) - Constructor for class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Construct a BlackboxConnectionSpec with the specified settings.
BlackboxPlatform - Class in oracle.toplink.eis.adapters.blackbox
Defines the blackbox platform.
BlackboxPlatform() - Constructor for class oracle.toplink.eis.adapters.blackbox.BlackboxPlatform
Default constructor.
BMPDatastoreManager - Class in oracle.toplink.ejb.bmp
Purpose: Global Datastore collection location used in our suggested BMP implementation.
BMPEntityBase - Class in oracle.toplink.ejb.bmp
Purpose: To provide bean developers a prebuilt accessor into TopLink functionality for beans using BMP.
BMPEntityBase() - Constructor for class oracle.toplink.ejb.bmp.BMPEntityBase
BMPEntityBase constructor.
BMPEntityBase(String) - Constructor for class oracle.toplink.ejb.bmp.BMPEntityBase
BMPEntityBase constructor.
BMPEntityBase(String, XMLSessionConfigLoader) - Constructor for class oracle.toplink.ejb.bmp.BMPEntityBase
BMPEntityBase constructor.
BMPLocalWrapperPolicy - Class in oracle.toplink.ejb.bmp
Purpose: Allow for EntityBean descriptors to store information about the bean properties.
BMPLocalWrapperPolicy(String, Class, Class, Class, Hashtable) - Constructor for class oracle.toplink.ejb.bmp.BMPLocalWrapperPolicy
This constructor creates a Wrapper policy for a particular bean class
BMPWrapperPolicy - Class in oracle.toplink.ejb.bmp
Purpose: Allow for EntityBean descriptors to store information about the bean properties.
BMPWrapperPolicy(String, Class, Class, Class, Hashtable) - Constructor for class oracle.toplink.ejb.bmp.BMPWrapperPolicy
This constructor creates a Wrapper policy for a particular bean class
BOOLEAN - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the boolean type.
BOOLEAN - Static variable in class oracle.toplink.ox.XMLConstants
 
BOOLEAN_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
BOOLEAN_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The boolean type.
BOTH_FIELDS_AND_PROPERTIES_ANNOTATED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
bothFieldsAndPropertiesAnnotated(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
BroadcastTransportManager - Class in oracle.toplink.remotecommand.broadcast
Purpose: Base class transport manager for broadcasting RCM protocols: JMS and Oc4jJGroups.
BroadcastTransportManager(RemoteCommandManager) - Constructor for class oracle.toplink.remotecommand.broadcast.BroadcastTransportManager
 
buildAccessor() - Method in class oracle.toplink.eis.EISLogin
Build and return the EIS accessorr.
buildAccessor() - Method in class oracle.toplink.sdk.SDKLogin
Deprecated. Build and return an appropriate Accessor.
buildAccessor() - Method in class oracle.toplink.xml.stream.XMLStreamLogin
 
buildAccessor() - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Build and return an appropriate Accessor.
buildAddedElementFromChangeSet(Object, MergeManager) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Build and return a newly-added element based on the change set.
buildAttributeValue(Record, Object, Session) - Method in interface oracle.toplink.mappings.transformers.AttributeTransformer
 
buildAttributeValue(Record, Object, Session) - Method in class oracle.toplink.mappings.transformers.AttributeTransformerAdapter
 
buildBeginBlock(StringBuilder, PLSQLargument) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
buildBeginBlock(StringBuilder, PLSQLargument) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
buildBeginBlock(StringBuilder, PLSQLargument) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Build and return a change set for the specified element.
buildClone(Object, Session) - Method in class oracle.toplink.descriptors.copying.AbstractCopyPolicy
 
buildClone(Object, Session) - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Clone through calling the clone method.
buildClone(Object, Session) - Method in interface oracle.toplink.descriptors.copying.CopyPolicy
Return a shallow clone of the object for usage with object copying, or unit of work backup cloning.
buildClone(Object, Session) - Method in class oracle.toplink.descriptors.copying.InstantiationCopyPolicy
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
buildCORBAConnection() - Method in class oracle.toplink.remotecommand.corba.CORBATransportManager
Return a new instance of the specific CORBA implementation that implements CORBAConnection interface.
buildDefault(Throwable) - Static method in exception oracle.toplink.exceptions.JMSProcessingException
 
buildDefaultTranslator() - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Build and return the default field translator that converts database row field names.
buildElementFromElement(Object, MergeManager) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Build and return a new element based on the specified element.
buildFieldValue(Object, String, Session) - Method in interface oracle.toplink.mappings.transformers.FieldTransformer
 
buildFieldValue(Object, String, Session) - Method in class oracle.toplink.mappings.transformers.FieldTransformerAdapter
 
buildFieldValue(Object, String, Session) - Method in class oracle.toplink.mappings.transformers.MethodBasedFieldTransformer
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
buildInteractionSpec(EISInteraction) - Method in class oracle.toplink.eis.adapters.aq.AQPlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildInteractionSpec(EISInteraction) - Method in class oracle.toplink.eis.adapters.attunity.AttunityPlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildInteractionSpec(EISInteraction) - Method in class oracle.toplink.eis.adapters.blackbox.BlackboxPlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildInteractionSpec(EISInteraction) - Method in class oracle.toplink.eis.adapters.jms.JMSPlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildInteractionSpec(EISInteraction) - Method in class oracle.toplink.eis.adapters.xmlfile.XMLFilePlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildInteractionSpec(EISInteraction) - Method in class oracle.toplink.eis.EISPlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildNewQueryMechanism(DatabaseQuery) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Return the appropriate mechanism, with the call added as necessary.
buildObjects(Project, Class) - Method in class oracle.toplink.transform.xml.XMLSource
Deprecated.  
buildOutAssignment(StringBuilder, PLSQLargument) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
buildOutAssignment(StringBuilder, PLSQLargument) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
buildOutAssignment(StringBuilder, PLSQLargument) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, Vector, Vector) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, Vector, Vector) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, Vector, Vector) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
buildOutputRow(CallableStatement) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Return the appropriate mechanism, with the call added as necessary.
buildRemovedElementFromChangeSet(Object, MergeManager) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Build and return a recently-removed element based on the change set.
buildRow(Record, EISAccessor) - Method in class oracle.toplink.eis.interactions.IndexedInteraction
Build a database row from the record returned from the interaction.
buildRow(Record, EISAccessor) - Method in class oracle.toplink.eis.interactions.MappedInteraction
Build a database row from the record returned from the interaction.
buildRow(Record, EISAccessor) - Method in class oracle.toplink.eis.interactions.XMLInteraction
Build a database row from the record returned from the interaction.
buildRows(Record, EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.EISPlatform
Allow the platform to handle record ro row conversion.
buildRows(Record, EISAccessor) - Method in class oracle.toplink.eis.interactions.EISInteraction
Build a collection of database rows from the Record returned from the interaction.
buildRows(Record, EISAccessor) - Method in class oracle.toplink.eis.interactions.XMLInteraction
Build a collection of database rows from the Record returned from the interaction.
buildSelectionCriteria() - Method in class oracle.toplink.mappings.OneToManyMapping
This method would allow customers to get the potential selection criteria for a mapping prior to initialization.
buildSelectionCriteria() - Method in class oracle.toplink.mappings.OneToOneMapping
This method would allow customers to get the potential selection criteria for a mapping prior to initialization.
buildsNewInstance() - Method in class oracle.toplink.descriptors.copying.AbstractCopyPolicy
Return if a new instance is created or a clone.
buildsNewInstance() - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Return false as a shallow clone is returned, not a new instance.
buildsNewInstance() - Method in interface oracle.toplink.descriptors.copying.CopyPolicy
Return if this copy policy creates a new instance, vs a clone.
buildsNewInstance() - Method in class oracle.toplink.descriptors.copying.InstantiationCopyPolicy
 
buildTableDefinition() - Method in class oracle.toplink.xml.XMLSequenceDefinition
Answer a TableDefinition specifying the platforms sequence table.
buildWorkingCopyClone(Object, Session) - Method in class oracle.toplink.descriptors.copying.AbstractCopyPolicy
By default use the buildClone.
buildWorkingCopyClone(Object, Session) - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Clone through the workingCopyClone method, or if not specified the clone method.
buildWorkingCopyClone(Object, Session) - Method in interface oracle.toplink.descriptors.copying.CopyPolicy
Return a shallow clone of the object for usage with the unit of work working copy.
buildWorkingCopyCloneFromPrimaryKeyObject(Object, ObjectBuildingQuery, UnitOfWork) - Method in class oracle.toplink.descriptors.copying.AbstractCopyPolicy
By default create a new instance.
buildWorkingCopyCloneFromPrimaryKeyObject(Object, ObjectBuildingQuery, UnitOfWork) - Method in interface oracle.toplink.descriptors.copying.CopyPolicy
Return an instance with the primary key, used for building a working copy during a unit of work transactional read.
buildWorkingCopyCloneFromRow(Record, ObjectLevelReadQuery, Vector, UnitOfWork) - Method in class oracle.toplink.descriptors.copying.AbstractCopyPolicy
Create a new instance, unless a workingCopyClone method is specified, then build a new instance and clone it.
buildWorkingCopyCloneFromRow(Record, ObjectBuildingQuery, Vector, UnitOfWork) - Method in class oracle.toplink.descriptors.copying.AbstractCopyPolicy
By default create a new instance.
buildWorkingCopyCloneFromRow(Record, ObjectBuildingQuery, Vector, UnitOfWork) - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Create a new instance, unless a workingCopyClone method is specified, then build a new instance and clone it.
buildWorkingCopyCloneFromRow(Record, ObjectBuildingQuery, Vector, UnitOfWork) - Method in interface oracle.toplink.descriptors.copying.CopyPolicy
Return an instance with the primary key set from the row, used for building a working copy during a unit of work transactional read.
BYTE - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the byte type.
BYTE - Static variable in class oracle.toplink.ox.XMLConstants
 
BYTE_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
BYTE_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The byte type.
BYTECODE - Static variable in class oracle.toplink.libraries.asm.xml.Processor
 
ByteVector - Class in oracle.toplink.libraries.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class oracle.toplink.libraries.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - Constructor for class oracle.toplink.libraries.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

CACHE - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
CACHE - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
CACHE_EXPIRY_AND_EXPIRY_TIME_OF_DAY_BOTH_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CACHE_NOT_SUPPORTED_WITH_EMBEDDABLE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
cacheAllStatements() - Method in class oracle.toplink.sessions.DatabaseLogin
Cache all prepared statements, this requires full parameter binding as well.
CachedObjects - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
cacheExpiryAndExpiryTimeOfDayBothSpecified(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
CacheHits - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
cacheHits - Static variable in class oracle.toplink.tools.profiler.QueryMonitor
 
CacheInvalidationPolicy - Class in oracle.toplink.descriptors.invalidation
A CacheInvalidationPolicy is used to set objects in TopLink's identity maps to be invalid following given rules.
CacheInvalidationPolicy() - Constructor for class oracle.toplink.descriptors.invalidation.CacheInvalidationPolicy
 
CacheMisses - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
cacheMisses - Static variable in class oracle.toplink.tools.profiler.QueryMonitor
 
cacheNotSupportedWithEmbeddable(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
CacheNounType - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
cacheQueryResults() - Method in class oracle.toplink.queryframework.ReadQuery
ADVANCED: This method will instruct the query to cache the results returned by its next execution.
cacheStatement() - Method in class oracle.toplink.queryframework.DatabaseQuery
Cache the prepared statements, this requires full parameter binding as well.
CacheSynchCommunicationException - Exception in oracle.toplink.exceptions
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RemoteCommandManagerException
CacheSynchCommunicationException() - Constructor for exception oracle.toplink.exceptions.CacheSynchCommunicationException
Deprecated.  
CacheSynchCommunicationException(String) - Constructor for exception oracle.toplink.exceptions.CacheSynchCommunicationException
Deprecated.  
CacheSynchronizationException - Exception in oracle.toplink.exceptions
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RemoteCommandManagerException
CacheSynchronizationException(Vector, UnitOfWorkChangeSet) - Constructor for exception oracle.toplink.exceptions.CacheSynchronizationException
Deprecated.  
CacheSynchronizationManager - Class in oracle.toplink.remote
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by CommandManager
CacheSynchronizationManager() - Constructor for class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Creates a CacheSynchronizationManager.
CacheSynchronizationManager(Class) - Constructor for class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Creates a CacheSynchronizationManager.
CacheSynchronizationManager(Object) - Constructor for class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. As of version 4.0
Caching - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
Call - Interface in oracle.toplink.queryframework
Call defines the interface used primarily by TopLink queries and query mechanisms to perform the necessary actions (read, insert, update, delete) on the data store.
CALLED_METHOD_THREW_EXCEPTION - Static variable in exception oracle.toplink.exceptions.QueryException
 
calledMethodThrewException(Method, Object, Exception) - Static method in exception oracle.toplink.exceptions.QueryException
 
CALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
CANNOT_ACCESS_FIELD_ON_OBJECT - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_ACCESS_METHOD_ON_OBJECT - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
CANNOT_ACCESS_METHOD_ON_OBJECT - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_ACQUIRE_CLIENTSESSION_FROM_SESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_ACQUIRE_DATA_SOURCE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_ACQUIRE_HISTORICAL_SESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_ADD_DESCRIPTORS_TO_SESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_ADD_DESCRIPTORS_TO_SESSION_BROKER - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_ADD_ELEMENT - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_ADD_TO_CONTAINER - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CACHE_CURSOR_RESULTS_ON_QUERY - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CACHE_ISOLATED_DATA_ON_QUERY - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CACHE_PARTIAL_OBJECT - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CAST_TO_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_COMMIT_AND_RESUME_UOW_WITH_MODIFY_ALL_QUERIES - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_COMMIT_UOW_AGAIN - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_COMPARE_TABLES_IN_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_COMPARE_TARGET_FOREIGN_KEYS_TO_NULL - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CONFORM_AND_CACHE_QUERY_RESULTS - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CONFORM_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CONFORM_UNFETCHED_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CREATE_CLONE - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_CREATE_EXTERNAL_TRANSACTION_CONTROLLER - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_DELETE_READ_ONLY_OBJECT - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_DEPLOY_WITHOUT_PREDEPLOY - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
CANNOT_ENLIST_MULTIPLE_DATASOURCES - Static variable in exception oracle.toplink.exceptions.TransactionException
 
CANNOT_INSTANTIATE_EXCEPTIONHANDLER_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_INSTANTIATE_PROFILER_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_INSTANTIATE_SESSIONEVENTLISTENER_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_INVOKE_METHOD_ON_CONFIG_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_LOGIN_TO_A_SESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_LOGOUT_OF_A_SESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_MODIFY_READ_ONLY_CLASSES_SET_AFTER_USING_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_MODIFY_SCHEMA_IN_SESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT - Static variable in exception oracle.toplink.exceptions.SDOException
 
CANNOT_PERFORM_OPERATION_ON_PROPERTY - Static variable in exception oracle.toplink.exceptions.SDOException
 
CANNOT_PERSIST_MANAGED_OBJECT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_PREDEPLOY - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
CANNOT_QUERY_ACROSS_VARIABLE_ONE_TO_ONE_MAPPING - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_REGISTER_AGGREGATE_OBJECT_IN_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_REGISTER_SYNCHRONIZATIONLISTENER_FOR_UNITOFWORK - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
CANNOT_RELEASE_NON_CLIENTSESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_REMOVE_FROM_CONTAINER - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_REMOVE_FROM_READ_ONLY_CLASSES_IN_NESTED_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_RESUME_SYNCHRONIZED_UOW - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_SET_CURSOR_FOR_PARAMETER_TYPE_OTHER_THAN_OUT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_SET_DEFAULT_SEQUENCE_AS_DEFAULT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE - Static variable in exception oracle.toplink.exceptions.SDOException
 
CANNOT_SET_READ_POOL_SIZE_AFTER_LOGIN - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_SET_REPORT_QUERY_TO_CHECK_CACHE_ONLY - Static variable in exception oracle.toplink.exceptions.QueryException
 
CANNOT_TRANSLATE_UNPREPARED_CALL - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_WRITE_CHANGES_ON_NESTED_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CANNOT_WRITE_CHANGES_TWICE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
cannotAccessFieldOnObject(Field, Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotAccessMethodOnObject(Method, Object) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
cannotAccessMethodOnObject(Method, Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotAcquireClientSessionFromSession() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotAcquireDataSource(Object, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotAcquireHistoricalSession() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotAddDescriptorsToSessionBroker() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotAddElement(Object, Object, Exception) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotAddToContainer(Object, Object, ContainerPolicy) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotCacheCursorResultsOnQuery(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotCacheIsolatedDataOnQuery(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotCachePartialObjects(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotCastToClass(Object, Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotCommitAndResumeSynchronizedUOW(UnitOfWorkImpl) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotCommitAndResumeUOWWithModifyAllQueries() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotCommitUOWAgain() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotCompareTablesInExpression(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotCompareTargetForeignKeysToNull(Expression, Object, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotConformAndCacheQueryResults(ReadQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotConformExpression() - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotConformUnfetchedAttribute(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotCreateClone(ContainerPolicy, Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotCreateExternalTransactionController(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotDeleteReadOnlyObject(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotDeployWithoutPredeploy(String, String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
cannotHaveUnboundInOutputArguments() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotInstantiateExceptionHandlerClass(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotInstantiateProfilerClass(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotInstantiateSessionEventListenerClass(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotInvokeMethodOnConfigClass(String, String, String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotIssueModifyAllQueryWithOtherWritesWithinUOW() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotModifyReadOnlyClassesSetAfterUsingUnitOfWork() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotPersistExistingObject(Object, AbstractSession) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotPredeploy(String, String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
cannotQueryAcrossAVariableOneToOneMapping(DatabaseMapping, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotRegisterAggregateObjectInUnitOfWork(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotRegisterSynchronizatonListenerForUnitOfWork(Exception) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
cannotReleaseNonClientSession() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotRemoveFromContainer(Object, Object, ContainerPolicy) - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotRemoveFromReadOnlyClassesInNestedUnitOfWork() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotSetCursorForParameterTypeOtherThanOut(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotSetDefaultSequenceAsDefault(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotSetListenerClasses(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotSetReadPoolSizeAfterLogin() - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotSetShouldCheckCacheOnlyOnReportQuery() - Static method in exception oracle.toplink.exceptions.QueryException
 
cannotTranslateUnpreparedCall(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
cannotWriteChangesTwice() - Static method in exception oracle.toplink.exceptions.ValidationException
 
CANT_HAVE_UNBOUND_IN_OUTPUT_ARGUMENTS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
capacity() - Method in class oracle.toplink.indirection.IndirectList
 
CASCADE_ALL_PARTS - Static variable in class oracle.toplink.sessions.ObjectCopyingPolicy
Depth level indicating that all relationships with mappings should be used when building the copied object graph
CASCADE_PRIVATE_PARTS - Static variable in class oracle.toplink.sessions.ObjectCopyingPolicy
Depth level indicating that only relationships with mapping indicated privately- owned should be copied
CascadeAggregateDelete - Static variable in class oracle.toplink.queryframework.DatabaseQuery
 
CascadeAllParts - Static variable in class oracle.toplink.queryframework.DatabaseQuery
 
cascadeAllParts() - Method in class oracle.toplink.queryframework.DatabaseQuery
Cascade the query and its properties on the queries object(s) and all objects related to the queries object(s).
cascadeAllParts() - Method in class oracle.toplink.sessions.ObjectCopyingPolicy
Set if the copy should cascade all relationships when copying the object(s).
CascadeByMapping - Static variable in class oracle.toplink.queryframework.DatabaseQuery
 
cascadeByMapping() - Method in class oracle.toplink.queryframework.DatabaseQuery
Cascade the query and its properties on the queries object(s) and all related objects where the mapping has been set to cascade the merge.
CascadeDependentParts - Static variable in class oracle.toplink.queryframework.DatabaseQuery
 
cascadeOnDelete() - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
Enables delete cascading on the database.
CascadePrivateParts - Static variable in class oracle.toplink.queryframework.DatabaseQuery
 
cascadePrivateParts() - Method in class oracle.toplink.queryframework.DatabaseQuery
Cascade the query and its properties on the queries object(s) and all privately owned objects related to the queries object(s).
cascadePrivateParts() - Method in class oracle.toplink.sessions.ObjectCopyingPolicy
Set if the copy should cascade only those relationships that are configured as privately-owned.
Case - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
caseStatement(Map, String) - Method in class oracle.toplink.expressions.Expression
Function Convert values returned by the query to values given in the caseItems hashtable.
CASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
CATALOG - Static variable in class oracle.toplink.eis.adapters.blackbox.BlackboxPlatform
Blackbox interaction spec properties.
catchExceptions() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method is used for catching all the Descriptor Exceptions
cdata(String) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification of character data to be wrapped in a CDATA node.
cdata(String) - Method in class oracle.toplink.ox.record.NodeRecord
 
ceil(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Ceil - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
ChangedFieldsLockingPolicy - Class in oracle.toplink.descriptors
Purpose: An implementation of the OptimisticLockingPolicy interface.
ChangedFieldsLockingPolicy() - Constructor for class oracle.toplink.descriptors.ChangedFieldsLockingPolicy
Create a new changed fields locking policy.
ChangeRecord - Interface in oracle.toplink.changesets
Purpose: Define the base Change Record API.
changeSet - Variable in exception oracle.toplink.exceptions.CacheSynchronizationException
Deprecated.  
ChangeSetsNotProcessed - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
ChangeSetsProcessed - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
ChangeTracker - Interface in oracle.toplink.descriptors.changetracking
Purpose: Define an interface for any object that wishes to use attribute change tracking.
CHANNEL - Static variable in class oracle.toplink.eis.adapters.mqseries.MQConnectionSpec
 
CHAR - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the char type.
CHAR_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The char type.
characters(String) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification of character data.
characters(char[], int, int) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
characters(char[], int, int) - Method in class oracle.toplink.ox.record.XMLRootRecord
 
characters(char[], int, int) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
characters(char[], int, int) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
CharIndex - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
CharLength - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
CheckCache - Static variable in class oracle.toplink.queryframework.DoesExistQuery
 
checkCache() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Deprecated. replaced by checkCacheByPrimaryKey
CheckCacheByExactPrimaryKey - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
checkCacheByExactPrimaryKey() - Method in class oracle.toplink.queryframework.ReadObjectQuery
The cache will be checked only if the query contains exactly the primary key.
CheckCacheByPrimaryKey - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
checkCacheByPrimaryKey() - Method in class oracle.toplink.queryframework.ReadObjectQuery
This is the default, the cache will be checked only if the query contains the primary key.
checkCacheFirst - Variable in class oracle.toplink.queryframework.DoesExistQuery
Flag to get checkearlyreturn to override assume(non)existence and database checks with a cache check
checkCacheForDoesExist() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Default behavior.
checkCacheForDoesExist() - Method in class oracle.toplink.queryframework.DoesExistQuery
Assume that if the objects primary key does not include null and it is in the cache, then is must exist.
checkCacheForDoesExist() - Method in class oracle.toplink.sessions.Project
Switch all descriptors to check the cache for existence.
CheckCacheOnly - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
checkCacheOnly() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
The cache will checked completely, if the object is not found null will be returned or an error if the query is too complex.
CheckCacheThenDatabase - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
checkCacheThenDatabase() - Method in class oracle.toplink.queryframework.ReadObjectQuery
The cache will be checked completely, then if the object is not found or the query too complex the database will be queried.
CHECKCAST - Static variable in interface oracle.toplink.libraries.asm.Constants
 
CheckClassAdapter - Class in oracle.toplink.libraries.asm.util
A ClassAdapter that checks that its methods are properly used.
CheckClassAdapter(ClassVisitor) - Constructor for class oracle.toplink.libraries.asm.util.CheckClassAdapter
Constructs a new CheckClassAdapter object.
CheckCodeAdapter - Class in oracle.toplink.libraries.asm.util
A CodeAdapter that checks that its methods are properly used.
CheckCodeAdapter(CodeVisitor) - Constructor for class oracle.toplink.libraries.asm.util.CheckCodeAdapter
Constructs a new CheckCodeAdapter object.
checkDatabase() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method is used to check the database tables.
CheckDatabase - Static variable in class oracle.toplink.queryframework.DoesExistQuery
 
checkDatabaseForDoesExist() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Perform does exist check on the database
checkDatabaseForDoesExist() - Method in class oracle.toplink.queryframework.DoesExistQuery
Perform does exist check on the database through selecting the primary key.
checkDatabaseForDoesExist() - Method in class oracle.toplink.sessions.Project
Switch all descriptors to check the database for existence.
checkDumpTime() - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
checkForNonCustomPrimaryKey(Class) - Method in class oracle.toplink.ejb.bmp.BMPWrapperPolicy
Determine based on the primaryKeyClass whether this is a custom primary key
checkIfExist(AbstractSession) - Method in class oracle.toplink.tools.schemaframework.SequenceDefinition
INTERAL: Verify whether the sequence exists.
checkIfExist(AbstractSession) - Method in class oracle.toplink.tools.schemaframework.TableSequenceDefinition
INTERAL: Execute the SQL required to insert the sequence row into the sequence table.
checkIfExist(AbstractSession) - Method in class oracle.toplink.tools.schemaframework.UnaryTableSequenceDefinition
INTERAL: Verify whether the sequence exists.
checkIfExist(AbstractSession) - Method in class oracle.toplink.xml.XMLSequenceDefinition
INTERAL: Execute the SQL required to insert the sequence row into the sequence table.
checkInstantiationPolicy() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method is used to check the InstantiationPolicy.
CHILD_DESCRIPTORS_DO_NOT_HAVE_IDENTITY_MAP - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CHILD_DOES_NOT_DEFINE_ABSTRACT_QUERY_KEY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
childDescriptorsDoNotHaveIdentityMap() - Static method in exception oracle.toplink.exceptions.ValidationException
 
childDoesNotDefineAbstractQueryKeyOfParent(ClassDescriptor, ClassDescriptor, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
chr(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Chr - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
CIRCULAR_MAPPED_BY_REFERENCES - Static variable in exception oracle.toplink.exceptions.ValidationException
 
circularMappedByReferences(Class, String, Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
CLASS_EXTRACTION_METHOD_MUST_BE_STATIC - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
CLASS_FILE_TRANSFORMER_THROWS_EXCEPTION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CLASS_INDICATOR_FIELD_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
CLASS_LIST_MUST_NOT_BE_NULL - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CLASS_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.SDOException
 
CLASS_NOT_FOUND - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
CLASS_NOT_FOUND_FOR_PROPERTY - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
CLASS_NOT_FOUND_WHILE_CONVERTING_CLASSNAMES - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CLASS_NOT_FOUND_WHILE_PROCESSING_ANNOTATIONS - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
CLASS_NOT_FOUND_WHILE_USING_QUERY_HINT - Static variable in exception oracle.toplink.exceptions.QueryException
 
CLASS_NOT_LISTED_IN_PERSISTENCE_UNIT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CLASS_PK_DOES_NOT_EXIST_IN_CACHE - Static variable in exception oracle.toplink.exceptions.QueryException
 
ClassAdapter - Class in oracle.toplink.libraries.asm
An empty ClassVisitor that delegates to another ClassVisitor.
ClassAdapter(ClassVisitor) - Constructor for class oracle.toplink.libraries.asm.ClassAdapter
Constructs a new ClassAdapter object.
ClassDescriptor - Class in oracle.toplink.descriptors
Purpose: Abstract descriptor class for defining persistence information on a class.
ClassDescriptor() - Constructor for class oracle.toplink.descriptors.ClassDescriptor
Return a new descriptor.
classExtractionMethodMustBeStatic(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
ClassExtractor - Class in oracle.toplink.descriptors
Purpose: Abstract class to allow complex inheritance support.
ClassExtractor() - Constructor for class oracle.toplink.descriptors.ClassExtractor
 
classFileTransformerThrowsException(Object, String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
classIndicatorFieldNotFound(ClassDescriptor, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
ClassInstanceConverter - Class in oracle.toplink.mappings.converters
Purpose: Allows a class name to be converter to and from a new instance of the class.
ClassInstanceConverter() - Constructor for class oracle.toplink.mappings.converters.ClassInstanceConverter
Default constructor.
classListMustNotBeNull() - Static method in exception oracle.toplink.exceptions.ValidationException
 
ClassNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a class.
ClassNode(int, int, String, String, String[], String) - Constructor for class oracle.toplink.libraries.asm.tree.ClassNode
Constructs a new ClassNode object.
classNode - Variable in class oracle.toplink.libraries.asm.tree.TreeClassAdapter
A tree representation of the class that is being visited by this visitor.
classNotFound(String) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
classNotFoundException - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
classNotFoundException(String, String, Exception) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
classNotFoundException - Static variable in exception oracle.toplink.exceptions.JPQLException
 
classNotFoundException(String, String, Exception) - Static method in exception oracle.toplink.exceptions.JPQLException
 
classNotFoundForProperty(String, String, Exception) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
classNotFoundWhileConvertingClassNames(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
classNotFoundWhileProcessingAnnotations(String, Exception) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
classNotFoundWhileUsingQueryHint(DatabaseQuery, Object, Exception) - Static method in exception oracle.toplink.exceptions.QueryException
 
classNotListedInPersistenceUnit(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
classPkDoesNotExistInCache(Class, Vector) - Static method in exception oracle.toplink.exceptions.QueryException
 
ClassReader - Class in oracle.toplink.libraries.asm
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - Constructor for class oracle.toplink.libraries.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class oracle.toplink.libraries.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class oracle.toplink.libraries.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class oracle.toplink.libraries.asm.ClassReader
Constructs a new ClassReader object.
ClassSummaryDetail - Class in oracle.toplink.services.oc4j
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attribute of model class can be exposed by MBean. 11/09/2008- 11.1.1 Michael OBrien 7390368 : Port boxer removal of usage of OC4J1 functionality
ClassSummaryDetail(String, String, String, String, String) - Constructor for class oracle.toplink.services.oc4j.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetail - Class in oracle.toplink.services.weblogic
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class oracle.toplink.services.weblogic.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassVisitor - Interface in oracle.toplink.libraries.asm
A visitor to visit a Java class.
ClassWriter - Class in oracle.toplink.libraries.asm
A ClassVisitor that generates Java class files.
ClassWriter(boolean) - Constructor for class oracle.toplink.libraries.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(boolean, boolean) - Constructor for class oracle.toplink.libraries.asm.ClassWriter
Constructs a new ClassWriter object.
clear() - Method in class oracle.toplink.eis.EISMappedRecord
Forward the request to the record.
clear() - Method in class oracle.toplink.indirection.IndirectList
 
clear() - Method in class oracle.toplink.indirection.IndirectMap
 
clear() - Method in class oracle.toplink.indirection.IndirectSet
 
clear() - Method in class oracle.toplink.ox.record.DOMRecord
Clear the sub-nodes of the DOM.
clear() - Method in class oracle.toplink.ox.record.MarshalRecord
 
clear() - Method in class oracle.toplink.ox.record.NodeRecord
 
clear() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
clear() - Method in class oracle.toplink.ox.record.XMLRecord
Clear the sub-nodes of the DOM.
clear() - Method in class oracle.toplink.queryframework.ReportQueryResult
Clear the contents of the result.
clear() - Method in class oracle.toplink.sessions.DatabaseRecord
Clears the contents of the database row, both fields and values.
CLEAR_QUERY_RESULTS_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.QueryException
 
clearConnectionData() - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
 
clearIntegrityChecker() - Method in interface oracle.toplink.sessions.Session
clear the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
clearProfile() - Method in interface oracle.toplink.sessions.Session
Clear the profiler, this will end the current profile opperation.
clearQueryCache() - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Clear all the query caches
clearQueryCache(ReadQuery) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Clear the query class associated with the passed-in read query
clearQueryCache(String) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the session
clearQueryCache(String, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the descriptor for the given class
clearQueryResults() - Method in class oracle.toplink.queryframework.ReadQuery
Deprecated.  
clearQueryResults(AbstractSession) - Method in class oracle.toplink.queryframework.ReadQuery
Clears the current cached results, the next execution with read from the database.
clearQueryResultsNotSupported(ReadQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
clearStack() - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Clears the operand stack of this frame.
clearStatementCache() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Used to clear the statement cache.
clearStatementCache() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Used to clear the statement cache.
clearStatementCache() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Used to clear the statement cache.
clearStatementCache() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Used to clear the statement cache.
CLIENT_SESSION_CANNOT_USE_EXCLUSIVE_CONNECTION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ClientSession - Class in oracle.toplink.threetier
Purpose: Acts as a client to the server session.
clientSessionCanNotUseExclusiveConnection() - Static method in exception oracle.toplink.exceptions.ValidationException
 
ClientSessionCreated - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
clone() - Method in interface oracle.toplink.descriptors.copying.CopyPolicy
Clone the CopyPolicy.
clone() - Method in class oracle.toplink.history.HistoryPolicy
Performs a sufficiently deep clone.
clone() - Method in class oracle.toplink.indirection.IndirectList
clone() - Method in class oracle.toplink.indirection.IndirectMap
 
clone() - Method in class oracle.toplink.indirection.IndirectSet
 
clone() - Method in interface oracle.toplink.logging.SessionLog
Clone the log.
clone() - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
clone() - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
clone() - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
clone() - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
 
clone() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
clone() - Method in class oracle.toplink.queryframework.EJBQLCall
 
clone(Vector) - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Return a clone of the field value with a new collection of elements.
clone() - Method in class oracle.toplink.sequencing.Sequence
 
clone() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
clone() - Method in class oracle.toplink.tools.profiler.Profile
 
clone() - Method in class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
clone() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
clone() - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Performs a deep copy of this table definition.
CLONE_METHOD_INACCESSIBLE - Static variable in exception oracle.toplink.exceptions.QueryException
 
CLONE_METHOD_REQUIRED - Static variable in exception oracle.toplink.exceptions.QueryException
 
CLONE_METHOD_THORW_EXCEPTION - Static variable in exception oracle.toplink.exceptions.QueryException
 
CloneCopyPolicy - Class in oracle.toplink.descriptors.copying
Purpose: Creates a clone through a clone method.
CloneCopyPolicy() - Constructor for class oracle.toplink.descriptors.copying.CloneCopyPolicy
 
cloneMethodInaccessible() - Static method in exception oracle.toplink.exceptions.QueryException
 
cloneMethodRequired() - Static method in exception oracle.toplink.exceptions.QueryException
 
cloneMethodThrowException(Throwable) - Static method in exception oracle.toplink.exceptions.QueryException
 
close() - Method in interface oracle.toplink.ejb.cmp.CursoredEnumerator
Close the underlying cursor.
close() - Method in interface oracle.toplink.ejb.cmp.CursoredIterator
Close the underlying cursor.
close() - Method in class oracle.toplink.queryframework.Cursor
Closes the stream.
closeDDLWriter() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Close the schema writer.
closeDDLWriter(Writer) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
closeStartElement() - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification that all of the attribute events have occured for the most recent element that has been started.
closeStartGroupingElements(XPathFragment) - Method in class oracle.toplink.ox.record.MarshalRecord
 
CloudscapePlatform - Class in oracle.toplink.platform.database
Purpose: Provides CloudScape DBMS specific behaviour.
CloudscapePlatform() - Constructor for class oracle.toplink.platform.database.CloudscapePlatform
 
ClusteringMDB - Class in oracle.toplink.remote.jms.mdb
Purpose: To provide a reference implementation for Message Driven Bean that can listen and process TopLink messages.
ClusteringMDB() - Constructor for class oracle.toplink.remote.jms.mdb.ClusteringMDB
 
CMP_DESCRIPTOR_NOT_FOUND_IN_JAR - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
cmpDescriptorFileNotFoundInJar(String, String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
CMPPolicy - Class in oracle.toplink.descriptors
Description: Place holder for CMP specific information.
CMPPolicy() - Constructor for class oracle.toplink.descriptors.CMPPolicy
 
CodeAdapter - Class in oracle.toplink.libraries.asm
An empty CodeVisitor that delegates to another CodeVisitor.
CodeAdapter(CodeVisitor) - Constructor for class oracle.toplink.libraries.asm.CodeAdapter
Constructs a new CodeAdapter object.
codeAttrs - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The non standard attributes of the method's code.
CodeVisitor - Interface in oracle.toplink.libraries.asm
A visitor to visit the bytecode instructions of a Java method.
CodeWriter - Class in oracle.toplink.libraries.asm
A CodeVisitor that generates Java bytecode instructions.
CollectionChangeEvent - Class in oracle.toplink.descriptors.changetracking
Purpose: Define a change event for collection types.
CollectionChangeEvent(Object, String, Object, Object, int) - Constructor for class oracle.toplink.descriptors.changetracking.CollectionChangeEvent
Create a CollectionChangeEvent for an object based on the property name, old value, new value and change type (add or remove)
CollectionChangeRecord - Interface in oracle.toplink.changesets
Purpose: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of an object.
CollectionChangeTracker - Interface in oracle.toplink.descriptors.changetracking
Purpose: Define an interface for any collection that wishes to use attribute change track.
CollectionMapping - Class in oracle.toplink.mappings
Purpose: Abstract class for relationship mappings which store collection of objects
CollectionMapping() - Constructor for class oracle.toplink.mappings.CollectionMapping
Default constructor.
ColumnResult - Class in oracle.toplink.queryframework
Purpose: Concrete class to represent the ColumnResult structure as defined by the EJB 3.0 Persistence specification.
ColumnResult(String) - Constructor for class oracle.toplink.queryframework.ColumnResult
 
Command - Class in oracle.toplink.remotecommand
Purpose: Provide an extendable framework class for a Command object that can be remotely executed.
Command() - Constructor for class oracle.toplink.remotecommand.Command
 
CommandConverter - Interface in oracle.toplink.remotecommand
Purpose: Define a pluggable conversion interface that can be supplied by the application Description: The implementation class of this interface should be set on the remote command manager through the setCommandConverter() method.
CommandManager - Interface in oracle.toplink.remotecommand
Purpose: Provide an interface that clients can use to invoke remote commands on other TopLink instances, or on other applications that may want to receive and process TopLink commands.
CommandProcessor - Interface in oracle.toplink.remotecommand
Purpose: Defines a pluggable interface for TopLink sessions and non-TopLink applications to be able to be on the receiving end of TopLink command objects.
comment(char[], int, int) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
commit() - Method in interface oracle.toplink.sessions.UnitOfWork
Commit the unit of work to its parent.
commitAndResume() - Method in interface oracle.toplink.sessions.UnitOfWork
Commit the unit of work to its parent.
commitAndResumeOnFailure() - Method in interface oracle.toplink.sessions.UnitOfWork
Commit the unit of work to its parent.
commitRootUnitOfWork(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Remote unit of work after serialization is commited locally.
commitRootUnitOfWork(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
To commit remote unit of work on the server side.
commitRootUnitOfWork(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Remote unit of work after serialization is commited locally.
commitRootUnitOfWork(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
To commit remote unit of work on the server side.
commitRootUnitOfWork(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Remote unit of work after serialization is commited locally.
commitRootUnitOfWork(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
commitRootUnitOfWork(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. To commit remote unit of work on the server side.
commitRootUnitOfWork(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Remote unit of work after serialization is commited locally.
commitTransaction() - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction() - Method in class oracle.toplink.remote.DistributedSession
Commit a transaction on the server.
commitTransaction() - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Commit a transaction on the database.
commitTransaction() - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction() - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Commit a transaction on the database.
commitTransaction() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
commitTransaction() - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Commit a transaction on the database.
commitTransaction() - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Commit a transaction on the database.
commitTransaction() - Method in interface oracle.toplink.sessions.DatabaseSession
Commit the active database transaction.
CommunicationException - Exception in oracle.toplink.exceptions
Purpose:This exception wraps all RMI or CORBA or IO exception that may occur.
CommunicationException(String) - Constructor for exception oracle.toplink.exceptions.CommunicationException
 
CommunicationException(String, Exception) - Constructor for exception oracle.toplink.exceptions.CommunicationException
Creates a CommunicationException.
compareElements(Object, Object, AbstractSession) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Compare the non-null elements and return true if they are alike.
ComparisonOperator - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
COMPLEX_TYPE - Static variable in interface oracle.toplink.platform.xml.XMLSchemaReference
 
ComplexQueryResult - Class in oracle.toplink.queryframework
Purpose: Used to return multiple sets of information from a query.
ComplexQueryResult() - Constructor for class oracle.toplink.queryframework.ComplexQueryResult
 
COMPOSITE_NAME_LOOKUP - Static variable in class oracle.toplink.jndi.JNDIConnector
 
compositeObjectMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
compositeObjectMarshal(XMLRecord, Object, XMLField) - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
COMPOUND_NAME_LOOKUP - Static variable in class oracle.toplink.jndi.JNDIConnector
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
concat(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the concatenation of the two string values.
Concat - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
CONCRETE_INSTANCE_VARIALBE_EXISTS - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
CONCUR_READ_ONLY - Static variable in class oracle.toplink.queryframework.ScrollableCursorPolicy
JDBC 2.0 The concurrency mode for a ResultSet object that may NOT be updated.
CONCUR_UPDATABLE - Static variable in class oracle.toplink.queryframework.ScrollableCursorPolicy
JDBC 2.0 The concurrency mode for a ResultSet object that may be updated.
ConcurrencyException - Exception in oracle.toplink.exceptions
Purpose: Concurrency deadlock or interupts will raise this exception.
CONCURRENT_READ_WRITE - Static variable in class oracle.toplink.sessions.DatasourceLogin
Reads and unit of work merges can occur concurrently.
config(String) - Method in class oracle.toplink.logging.AbstractSessionLog
This method is called when a config level message needs to be logged.
CONFIG - Static variable in interface oracle.toplink.logging.SessionLog
 
config(String) - Method in interface oracle.toplink.logging.SessionLog
This method is called when a config level message needs to be logged.
CONFIG - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
config(String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when a config level message needs to be logged.
CONFIG_FACTORY_NAME_PROPERTY_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CONFIG_FACTORY_NAME_PROPERTY_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CONFIG_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
CONFIG_METHOD_NOT_DEFINED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
configFactoryNamePropertyNotFound(String, String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
configFactoryNamePropertyNotSpecified(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
configMethodNotDefined(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
CONFIGURATION_ERROR_CLASS_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
CONFIGURATION_ERROR_NEW_INSTANCE_ILLEGAL_ACCESS_EXCEPTION - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
CONFIGURATION_ERROR_NEW_INSTANCE_INSTANTIATION_EXCEPTION - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
configurationErrorClassNotFound(String) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
configurationErrorNewInstanceIllegalAccessException(IllegalAccessException, Class) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
configurationErrorNewInstanceInstantiationException(InstantiationException, Class) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
configureConnectionSpec(String) - Method in class oracle.toplink.eis.EISLogin
Configure the login to connect through a JDNI managed connection factory and the default getConnection().
configureConnectionSpec(ConnectionFactory) - Method in class oracle.toplink.eis.EISLogin
Configure the login to connect through a non-managed connection factory and the default getConnection().
configureConnectionSpec(String, ConnectionSpec) - Method in class oracle.toplink.eis.EISLogin
Configure the login to connect through a JDNI managed connection factory and adapter connection spec.
configureConnectionSpec(ConnectionFactory, ConnectionSpec) - Method in class oracle.toplink.eis.EISLogin
Configure the login to connect through a non-managed connection factory and adapter connection spec.
configureNestedRow(AbstractRecord, AbstractRecord) - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
 
CONFLICTING_SEQUENCE_AND_TABLE_GENERATORS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CONFLICTING_SEQUENCE_GENERATORS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CONFLICTING_SEQUENCE_NAME_AND_TABLE_PK_COLUMN_VALUE_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
CONFLICTING_TABLE_GENERATORS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
conflictingAccessTypeForEmbeddable(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
conflictingSequenceAndTableGeneratorsSpecified(String, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
conflictingSequenceGeneratorsSpecified(String, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
conflictingSequenceNameAndTablePkColumnValueSpecified(String, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
conflictingTableGeneratorsSpecified(String, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
CONFLICTNG_ACCESS_TYPE_FOR_EMBEDDABLE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
conformAllDescriptors() - Method in class oracle.toplink.sessions.Project
Set all this project's descriptors to conform all read queries within the context of the unit of work.
ConformResultsInUnitOfWork - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
conformResultsInUnitOfWork() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
The cache will checked completely, if the object is not found the database will be queried, and the database result will be verified with what is in the cache and/or unit of work including new objects.
CONNECT - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
connect(Login, AbstractSession) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Establish a connection to the "data store".
CONNECTION - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
CONNECTION_FACTORY - Static variable in class oracle.toplink.eis.adapters.jms.JMSEISConnectionSpec
 
CONNECTION_FACTORY_URL - Static variable in class oracle.toplink.eis.adapters.jms.JMSEISConnectionSpec
 
CONNECTION_URL - Static variable in class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Blackbox connection spec properties.
ConnectionInUse - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
ConnectionManagement - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
ConnectionNounType - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
ConnectionPing - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
ConnectionPolicy - Class in oracle.toplink.threetier
Purpose: Used to specify how a client session's should be allocated.
ConnectionPolicy() - Constructor for class oracle.toplink.threetier.ConnectionPolicy
A connection policy is used to define how the client session connection should be acquired.
ConnectionPolicy(String) - Constructor for class oracle.toplink.threetier.ConnectionPolicy
A connection policy is used to define how the client session connection should be acquired.
ConnectionPolicy(Login) - Constructor for class oracle.toplink.threetier.ConnectionPolicy
A connection policy is used to define how the client session connection should be acquired.
ConnectionPool - Class in oracle.toplink.threetier
Purpose: Used to specify how connection should be pooled in a server session.
ConnectionPool() - Constructor for class oracle.toplink.threetier.ConnectionPool
A connection pool is used to specify how connection should be pooled in a server session.
ConnectionPool(String, Login, int, int, ServerSession) - Constructor for class oracle.toplink.threetier.ConnectionPool
A connection pool is used to specify how connection should be pooled in a server session.
Connector - Interface in oracle.toplink.sessions
Purpose: Define an interface for supplying TopLink with a Connection to a JDBC database.
connectToAllRemoteServers() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Connect to all known servers, that have been specified through addRemoteConnections.
connectToDataSource(EISAccessor, Properties) - Method in class oracle.toplink.eis.adapters.aq.AQEISConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class oracle.toplink.eis.adapters.blackbox.BlackboxConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class oracle.toplink.eis.adapters.jms.JMSEISConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class oracle.toplink.eis.adapters.mqseries.MQConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class oracle.toplink.eis.adapters.xmlfile.XMLFileEISConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class oracle.toplink.eis.EISConnectionSpec
Connect with the specified properties and return the Connection.
connectToDatasource(Accessor, Session) - Method in class oracle.toplink.eis.EISLogin
Connect to the EIS adapter and return the Connection.
Constants - Interface in oracle.toplink.libraries.asm
Defines the JVM opcodes, access flags and array type codes.
ConstantTransformer - Class in oracle.toplink.mappings.transformers
Purpose: Allows a field to always be mapped to a constant value.
ConstantTransformer() - Constructor for class oracle.toplink.mappings.transformers.ConstantTransformer
 
ConstantTransformer(Object) - Constructor for class oracle.toplink.mappings.transformers.ConstantTransformer
Return a constant transformer for the constant value.
constName - Variable in class oracle.toplink.libraries.asm.attrs.Annotation.EnumConstValue
 
constructorClassNotFound - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
constructorClassNotFound(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
constructorClassNotFound - Static variable in exception oracle.toplink.exceptions.JPQLException
 
constructorClassNotFound(String, int, int, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
ConstructorReportItem - Class in oracle.toplink.queryframework
Purpose: An item specifying a class constructor method to be used in a ReportQuery's returned results.
ConstructorReportItem() - Constructor for class oracle.toplink.queryframework.ConstructorReportItem
Create a new constructor item.
ConstructorReportItem(String) - Constructor for class oracle.toplink.queryframework.ConstructorReportItem
Create a new constructor item.
CONTAINER_POLICY_DOES_NOT_USE_KEYS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ContainerMapping - Interface in oracle.toplink.mappings
Interface used by clients to interact with the assorted mappings that use ContainerPolicy.
containerPolicyDoesNotUseKeys(ContainerPolicy, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
contains(EJBObject, Vector) - Static method in class oracle.toplink.ejb.cmp.EJBCollectionHelper
With vectors of EJBObjects you cannot use the regular contains() method since this will use the .equals() method for comparing EJBObjects which is not valid - isIdentical should be used instead.
contains(Object) - Method in class oracle.toplink.indirection.EJBIndirectList
contains(Object) - Method in class oracle.toplink.indirection.EJBIndirectSet
 
contains(Object) - Method in class oracle.toplink.indirection.IndirectList
contains(Object) - Method in class oracle.toplink.indirection.IndirectMap
 
contains(Object) - Method in class oracle.toplink.indirection.IndirectSet
 
contains(Object) - Method in class oracle.toplink.ox.record.DOMRecord
Check if the value is contained in the row.
contains(Object) - Method in class oracle.toplink.ox.record.XMLRecord
Check if the value is contained in the row.
contains(Object) - Method in class oracle.toplink.queryframework.ReportQueryResult
Check if the value is contained in the result.
contains(Object) - Method in class oracle.toplink.sessions.DatabaseRecord
Checks if the given Object value is contained in the values held in the database row.
containsAll(Collection) - Method in class oracle.toplink.indirection.EJBIndirectList
 
containsAll(Collection) - Method in class oracle.toplink.indirection.EJBIndirectSet
 
containsAll(Collection) - Method in class oracle.toplink.indirection.IndirectList
 
containsAll(Collection) - Method in class oracle.toplink.indirection.IndirectSet
 
containsAllKeyWords(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that performs a key word search.
containsAnyKeyWords(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that performs a key word search.
containsAttribute(String) - Method in class oracle.toplink.queryframework.FetchGroup
Return if the attribute is defined in the group.
containsKey(String) - Method in class oracle.toplink.eis.EISMappedRecord
Check if the field is contained in the row.
containsKey(DatabaseField) - Method in class oracle.toplink.eis.EISMappedRecord
Check if the field is contained in the row.
containsKey(Object) - Method in class oracle.toplink.indirection.IndirectMap
 
containsKey(Object) - Method in class oracle.toplink.queryframework.ReportQueryResult
Check if the key is contained in the result.
containsKey(Object) - Method in class oracle.toplink.sessions.DatabaseRecord
Checks if a key (ie. the field) is contained in the database row.
containsKey(String) - Method in class oracle.toplink.sessions.DatabaseRecord
Checks if a given field is contained in the database row.
containsObject(Class, String) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Check if the object is registred given its name.
containsObject(Object, String) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Check if the object is registred given its name.
containsObjectInIdentityMap(Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key and Class type of the given domainObject.
containsObjectInIdentityMap(Vector, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key and Class type as those specified.
containsObjectInIdentityMap(Record, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key of the specified row (ie. the database record) and Class type.
containsObjectInIdentityMap(Object) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
containsObjectInIdentityMap(Vector, Class) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
containsQuery(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Return true if the query is defined on the session
containsQuery(String) - Method in class oracle.toplink.sessionbroker.SessionBroker
Return true if the pre-defined query is defined on the session.
containsQuery(String) - Method in interface oracle.toplink.sessions.Session
Return true if the pre-defined query is defined on the session.
containsSubstring(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value contains the substring.
containsSubstring(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value contains the substring.
containsSubstringIgnoringCase(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value contains the substring, ignoring case.
containsSubstringIgnoringCase(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value contains the substring, ignoring case.
containsValue(Object) - Method in class oracle.toplink.indirection.IndirectMap
 
containsValue(Object) - Method in class oracle.toplink.queryframework.ReportQueryResult
Check if the value is contained in the result.
containsValue(Object) - Method in class oracle.toplink.sessions.DatabaseRecord
Checks if the given Object value is contained in the values held in the database row.
ContentHandlerRecord - Class in oracle.toplink.ox.record
Use this type of MarshalRecord when the marshal target is a ContentHandler.
ContentHandlerRecord() - Constructor for class oracle.toplink.ox.record.ContentHandlerRecord
 
CONVERSION_ERROR - Static variable in exception oracle.toplink.exceptions.SDOException
 
ConversionException - Exception in oracle.toplink.exceptions
Purpose: Conversion exceptions such as method or class not defined will raise this exception.
convert(Record, AbstractSession) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Everything in XML must be strings.
convert(Record, AbstractSession) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Everything in XML must be strings.
convertClassNamesToClasses(ClassLoader) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
convertDataValueToObjectValue(Object, Session) - Method in interface oracle.toplink.mappings.converters.Converter
Convert the databases' data representation of the value to the object's representation.
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in interface oracle.toplink.ox.mappings.converters.XMLConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class oracle.toplink.ox.mappings.converters.XMLConverterAdapter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Wraps the XmlAdapter unmarshal method.
Converter - Interface in oracle.toplink.mappings.converters
Purpose: Conversion interface to allow conversion between object and data types.
CONVERTER_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
converterFromAdapterRecord(Record) - Method in interface oracle.toplink.eis.RecordConverter
 
converterNotFound(Class, String, Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
converterToAdapterRecord(Record) - Method in interface oracle.toplink.eis.RecordConverter
 
convertObjectValueToDataValue(Object, Session) - Method in interface oracle.toplink.mappings.converters.Converter
Convert the object's representation of the value to the databases' data representation.
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in interface oracle.toplink.ox.mappings.converters.XMLConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class oracle.toplink.ox.mappings.converters.XMLConverterAdapter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Wraps the XmlAdapter marshal method.
convertToObject(Struct) - Method in interface oracle.toplink.platform.database.converters.StructConverter
This method will be invoked internally when reading a Struct from the database Implementers should put any custom conversion logic in this method
convertToObject(Struct) - Method in class oracle.toplink.platform.database.oracle.converters.JGeometryConverter
 
convertToStruct(Object, Connection) - Method in interface oracle.toplink.platform.database.converters.StructConverter
This method will be invoked internally when writing an Object to the database Implementers should put any custom conversion logic in this method
convertToStruct(Object, Connection) - Method in class oracle.toplink.platform.database.oracle.converters.JGeometryConverter
 
convertToTopLinkCommand(Object) - Method in interface oracle.toplink.remotecommand.CommandConverter
Convert a command from its application-specific format to a TopLink Command object.
convertToTopLinkCommand(Object) - Method in class oracle.toplink.remotecommand.XMLCommandConverter
Deprecated. Convert input command to oracle.toplink.remotecommand.MergeChangeSetCommand object and throw exception if it cannot convert.
convertToUserCommand(Command) - Method in interface oracle.toplink.remotecommand.CommandConverter
Convert a TopLink Command object into its application-specific format to a
convertToUserCommand(Command) - Method in class oracle.toplink.remotecommand.XMLCommandConverter
Deprecated. Convert TopLink command to org.w3c.dom.Document object and throw exception if it cannot convert
copy() - Method in class oracle.toplink.ox.sequenced.Setting
 
copy(Object) - Method in class oracle.toplink.ox.sequenced.Setting
 
copy(Object, Object) - Method in class oracle.toplink.ox.sequenced.Setting
 
copyInto(Object[]) - Method in class oracle.toplink.indirection.IndirectList
 
copyInto(Platform) - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
Copy the state into the new platform.
copyObject(Object) - Method in interface oracle.toplink.sessions.Session
Return a complete copy of the object.
copyObject(Object, ObjectCopyingPolicy) - Method in interface oracle.toplink.sessions.Session
Return a complete copy of the object.
copyOperation(AbstractInsnNode, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
copyOperation(AbstractInsnNode, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicVerifier
 
copyOperation(AbstractInsnNode, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
copyOperation(AbstractInsnNode, Value) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Interpreter
Interprets a bytecode instruction that moves a value on the stack or to or from local variables.
CopyPolicy - Interface in oracle.toplink.descriptors.copying
Purpose: Allows customization of how an object is cloned.
CORBAConnection - Class in oracle.toplink.remote.corba.sun
This class exists on on the client side which talks to remote session controller through RMI connection.
CORBAConnection(CORBARemoteSessionController) - Constructor for class oracle.toplink.remote.corba.sun.CORBAConnection
The connection must be create from the server-side session controllers stub.
CORBAJNDIClusteringService - Class in oracle.toplink.remote.corba.sun
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by SunCORBATransportManager
CORBAJNDIClusteringService(String, int, Session) - Constructor for class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. ADVANCED: Creates a CORBAJNDIClusteringService
CORBAJNDIClusteringService(Session) - Constructor for class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. Creates a CORBAJNDIClusteringService
CORBARemoteSessionControllerDispatcher - Class in oracle.toplink.remote.corba.sun
RemoteSessionController sits between the remote session and the session.
CORBARemoteSessionControllerDispatcher(AbstractSession) - Constructor for class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
 
CORBARemoteSessionControllerDispatcher(Session) - Constructor for class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
 
CORBATransportManager - Class in oracle.toplink.remotecommand.corba
 
CORBATransportManager(RemoteCommandManager) - Constructor for class oracle.toplink.remotecommand.corba.CORBATransportManager
 
cos(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Cos - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
cosh(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Cosh - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
cot(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Cot - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
COULD_NOT_BE_CONVERTED - Static variable in exception oracle.toplink.exceptions.ConversionException
 
COULD_NOT_BE_CONVERTED_EXTENDED - Static variable in exception oracle.toplink.exceptions.ConversionException
 
COULD_NOT_BE_CONVERTED_TO_CLASS - Static variable in exception oracle.toplink.exceptions.ConversionException
 
COULD_NOT_BIND_JNDI - Static variable in exception oracle.toplink.exceptions.ValidationException
 
COULD_NOT_CONVERT_OBJECT_TYPE - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
COULD_NOT_CONVERT_TO_BYTE_ARRAY - Static variable in exception oracle.toplink.exceptions.ConversionException
 
COULD_NOT_DELETE_FILE - Static variable in exception oracle.toplink.eis.EISException
 
COULD_NOT_FIND_DRIVER_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
COULD_NOT_FIND_MAP_KEY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
COULD_NOT_FIND_MATCHED_DATABASE_FIELD_FOR_SPECIFIED_OPTOMISTICLOCKING_FIELDS - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
COULD_NOT_FIND_PROJECT_XML - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
COULD_NOT_GET_CLASS_NAMES_FROM_URL - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
COULD_NOT_GET_PERSISTENCE_UNIT_INFO_FROM_URL - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
COULD_NOT_INSTANTIATE_CONTAINER_CLASS - Static variable in exception oracle.toplink.exceptions.QueryException
 
COULD_NOT_INSTANTIATE_INDIRECT_CONTAINER_CLASS - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
couldNotBeConverted(Object, Object, ConversionException) - Static method in exception oracle.toplink.exceptions.ConversionException
 
couldNotBeConverted(Object, Class) - Static method in exception oracle.toplink.exceptions.ConversionException
 
couldNotBeConverted(Object, Class, Exception) - Static method in exception oracle.toplink.exceptions.ConversionException
 
couldNotBeConvertedToClass(Object, Class, Exception) - Static method in exception oracle.toplink.exceptions.ConversionException
 
couldNotBindJndi(String, Object, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
couldNotBuildPersistenceUntiName(Exception, String, String) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
couldNotConvertObjectType(int) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
couldNotConvertToByteArray(Object) - Static method in exception oracle.toplink.exceptions.ConversionException
 
couldNotDeleteFile(Object[]) - Static method in exception oracle.toplink.eis.EISException
 
couldNotFindDriverClass(Object, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
couldNotFindMapKey(String, Class, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.ValidationException
 
couldNotFindProjectXml(String) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
couldNotGetClassNamesFromUrl(URL) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
couldNotGetUnitInfoFromUrl(URL) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
couldNotInstantiateContainerClass(Class, Exception) - Static method in exception oracle.toplink.exceptions.QueryException
 
couldNotInstantiateIndirectContainerClass(Class, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
count() - Method in class oracle.toplink.expressions.Expression
This represents the aggregate function Average.
Count - Static variable in class oracle.toplink.expressions.ExpressionOperator
Aggregate operators
create(Object) - Method in class oracle.toplink.ejb.EJBDataStore
Insert the bean into the database.
create(EntityBean) - Method in class oracle.toplink.ejb.EJBDataStore
Insert the bean into the database.
CREATE_PLATFORM_DEFAULT_SEQUENCE_UNDEFINED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
createBinder() - Method in class oracle.toplink.ox.XMLContext
Create a new XMLBinder
createConstraints(TableDefinition) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use the table definition to add the constraints to the database, this is normally done in two steps to avoid dependencies.
createConstraints(DatabaseSession) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Create constraints.
createConstraints(DatabaseSession, SchemaManager) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Create constraints.
createCopyPolicy(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Create a copy policy of the type passed in as a string.
createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.adapters.aq.AQPlatform
Allow the platform to handle the creation of the Record for the DOM record.
createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.adapters.attunity.AttunityPlatform
Create an EISDOMRecord wrapping the records dom tree.
createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.adapters.jms.JMSPlatform
Allow the platform to handle the creation of the Record for the DOM record.
createDatabaseSession() - Method in class oracle.toplink.sessions.Project
Factory method to create session.
createDefaultTables(boolean) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Create the default table schema for the TopLink project this session associated with.
createDirectoriesAsNeeded() - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Set whether directories will be created as needed, if they do not exist already.
createDiscoveryManager() - Method in class oracle.toplink.remotecommand.broadcast.BroadcastTransportManager
ADVANCED: BroadcastTransportManager doesn't use DiscoveryManager - instead RemoteCommandManager calls createConnections method during initialization.
createDiscoveryManager() - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Factory of new DiscoveryManager for different transports.
createDocument() - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
createDocument() - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
 
createDocument() - Method in interface oracle.toplink.platform.xml.XMLPlatform
Creates a new document.
createDocumentWithPublicIdentifier(String, String, String) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
createDocumentWithPublicIdentifier(String, String, String) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
 
createDocumentWithPublicIdentifier(String, String, String) - Method in interface oracle.toplink.platform.xml.XMLPlatform
Creates a new document with the specified public and system identifiers in the DOCTYPE, and adds a root element with the specified name.
createDocumentWithSystemIdentifier(String, String) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
createDocumentWithSystemIdentifier(String, String) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
 
createDocumentWithSystemIdentifier(String, String) - Method in interface oracle.toplink.platform.xml.XMLPlatform
Creates a new document with the specified system identifier in the DOCTYPE, and adds a root element with the specified name.
createDOM(String, Record) - Method in class oracle.toplink.xml.DatabaseRowToXMLTranslator
Deprecated. Convert the specified database row to an XML document and write it to the specified stream.
createDOMRecord(String, EISAccessor) - Method in class oracle.toplink.eis.adapters.aq.AQPlatform
Allow the platform to handle the creation of the DOM record.
createDOMRecord(String, EISAccessor) - Method in class oracle.toplink.eis.adapters.jms.JMSPlatform
Allow the platform to handle the creation of the DOM record.
createDOMRecord(String, EISAccessor) - Method in class oracle.toplink.eis.EISPlatform
Allow the platform to handle the creation of the DOM record.
createException(Exception) - Static method in exception oracle.toplink.eis.EISException
 
createException(Object[], int) - Static method in exception oracle.toplink.eis.EISException
 
createFileSource(String) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated.  
createFileSource(String) - Method in interface oracle.toplink.xml.XMLFileAccessorFilePolicy
Deprecated. If necessary, create the source that holds all the files for the XML documents with the specified root element name.
createInputDOM(EISAccessor) - Method in class oracle.toplink.eis.interactions.XMLInteraction
Create a DOM for this interaction.
createInputDOM(EISAccessor) - Method in class oracle.toplink.eis.interactions.XQueryInteraction
Create a DOM for this interaction.
createInputRecord(EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.EISPlatform
Allow the platform to create the appropiate type of record for the interaction.
createInputRecord(EISAccessor) - Method in class oracle.toplink.eis.interactions.EISInteraction
Create the appropriate input record for this interaction.
createInputRecord(EISAccessor) - Method in class oracle.toplink.eis.interactions.IndexedInteraction
Create an indexed input record for this interaction.
createInputRecord(EISAccessor) - Method in class oracle.toplink.eis.interactions.MappedInteraction
Create a mapped input record for this interaction.
createInputRecord(EISAccessor) - Method in class oracle.toplink.eis.interactions.XMLInteraction
Create a DOM input record for this interaction.
createInstantiationPolicy(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Create a instantiation policy of the type passed in as a string.
createMarshaller() - Method in class oracle.toplink.ox.XMLContext
Create a new XMLMarshaller
createObject(DatabaseObjectDefinition) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use the definition object to create the schema entity on the database.
createObject(DatabaseObjectDefinition) - Method in class oracle.toplink.xml.XMLSchemaManager
Deprecated.  
createOutputRecord(EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.EISPlatform
Allow the platform to create the appropiate type of record for the interaction.
createPlatformDefaultSequenceUndefined(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
createRecordElement(String, Object, EISAccessor) - Method in class oracle.toplink.eis.interactions.EISInteraction
Create the appropriate record element for the data value.
createRemoteConnection(String, String) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronizatio
createRemoteConnection(String, String) - Method in class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronizatio
createRemoteConnection() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronization
createRemoteConnection(String, String) - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronization Not Used
createRemoteConnection(String, String) - Method in class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronizatio
createRemoteConnection(String, String) - Method in class oracle.toplink.remote.rmi.RMIClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronizatio
createRemoteConnection(String, String) - Method in class oracle.toplink.remote.rmi.RMIJNDIClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronizatio
createRemoteConnection(String, Object) - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronizatio
createRemoteConnection(String, String) - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. ADVANCED: This method should return a remote connection of the appropraite type for use in the synchronizatio
createRemoteSession() - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Returns a remote session.
createRemoteSession() - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Returns a remote session.
createRemoteSession() - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Returns a remote session.
createRemoteSession() - Method in class oracle.toplink.remote.rmi.RMIConnection
Returns a remote session.
createRemoteSession() - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Returns a remote session.
createResourceException(Object[], int) - Static method in exception oracle.toplink.eis.EISException
 
createsDirectoriesAsNeeded() - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. Return whether the policy will create directories as needed, if they do not exist already.
createsDirectoriesAsNeeded() - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Return whether directories will be created as needed, if they do not exist already.
createSequences() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Create all the receiver's sequences on the database for all of the loaded descriptors.
createServerSession() - Method in class oracle.toplink.sessions.Project
Factory method to create a server session.
createServerSession(int, int) - Method in class oracle.toplink.sessions.Project
Factory method to create a server session.
createServerSession(ConnectionPolicy) - Method in class oracle.toplink.sessions.Project
Factory method to create a server session.
createStreamSource(String) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Create a source for data streams for the XML documents with the specified root element name.
createStreamSource(String) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Create a source for data streams for the XML documents with the specified root element name.
createTables(DatabaseSession) - Method in class oracle.toplink.tools.schemaframework.TableCreator
This creates the tables on the database.
createTables(DatabaseSession, SchemaManager) - Method in class oracle.toplink.tools.schemaframework.TableCreator
This creates the tables on the database.
createUnmarshaller() - Method in class oracle.toplink.ox.XMLContext
Create a new XMLUnmarshaller
createValidator() - Method in class oracle.toplink.ox.XMLContext
Create a new XMLValidator
cst - Variable in class oracle.toplink.libraries.asm.tree.LdcInsnNode
The constant to be loaded on the stack.
CURRENT_LOADER_NOT_VALID - Static variable in exception oracle.toplink.exceptions.ValidationException
 
currentDate() - Method in class oracle.toplink.expressions.Expression
This gives access to the current date on the database through expression.
CurrentDate - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
currentDateDate() - Method in class oracle.toplink.expressions.Expression
This gives access to the current date only on the database through expression.
currentIndex() - Method in class oracle.toplink.queryframework.ScrollableCursor
Retrieves the current row index number
currentLoaderNotValid(ClassLoader) - Static method in exception oracle.toplink.exceptions.ValidationException
 
currentTime() - Method in class oracle.toplink.expressions.Expression
This gives access to the current time only on the database through expression.
CurrentTime - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
currentTimeStamp() - Method in class oracle.toplink.expressions.Expression
This gives access to the current timestamp on the database through expression.
Cursor - Class in oracle.toplink.queryframework
Purpose: Abstract class for CursoredStream and ScrolableCursor
CursoredCollection - Interface in oracle.toplink.ejb.cmp
CursoredCollection is an interface that conforms to Collection while providing Cursor behaviour.
CursoredCollection - Interface in oracle.toplink.ejb.cmp.wls
Deprecated. Since OracleAS TopLink 10g (10.0.3). Use oracle.toplink.ejb.cmp.CursoredCollection instead.
CursoredEnumerator - Interface in oracle.toplink.ejb.cmp
Provides a serializable object that conforms to an Enumeration while providing Cursor behaviour.
CursoredEnumerator - Interface in oracle.toplink.ejb.cmp.wls11
Deprecated. Since OracleAS TopLink 10g (10.0.3). Use oracle.toplink.ejb.cmp.CursoredEnumerator instead.
CursoredIterator - Interface in oracle.toplink.ejb.cmp
CursoredIterator provides an interface that conforms to Iterator while providing Cursor behaviour.
CursoredIterator - Interface in oracle.toplink.ejb.cmp.wls
Deprecated. Since OracleAS TopLink 10g (10.0.3). Use oracle.toplink.ejb.cmp.CursoredIterator instead.
CursoredStream - Class in oracle.toplink.queryframework
Purpose: Stream class which is used to deal with large collections returned from TOPLink queries more efficiently.
cursoredStreamClose(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamClose(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Used for closing cursored streams across RMI.
cursoredStreamClose(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamClose(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
cursoredStreamClose(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Used for closing cursored streams across RMI.
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) - Method in class oracle.toplink.remote.rmi.RMIConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Retrieve next page size of objects from the remote cursored stream
CursoredStreamPolicy - Class in oracle.toplink.queryframework
Purpose: Used to support cursored streams in a read query.
CursoredStreamPolicy() - Constructor for class oracle.toplink.queryframework.CursoredStreamPolicy
default constructor
CursoredStreamPolicy(ReadQuery, int) - Constructor for class oracle.toplink.queryframework.CursoredStreamPolicy
set the initial read size to match the page size
CursoredStreamPolicy(ReadQuery, int, int) - Constructor for class oracle.toplink.queryframework.CursoredStreamPolicy
 
CursoredStreamPolicy(ReadQuery, int, int, ValueReadQuery) - Constructor for class oracle.toplink.queryframework.CursoredStreamPolicy
 
cursoredStreamSize(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Return the cursored stream size
cursoredStreamSize(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Return the cursored stream size
cursoredStreamSize(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Return the cursored stream size
cursoredStreamSize(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
cursoredStreamSize(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Return the cursored stream size
CursorPolicy - Class in oracle.toplink.queryframework
Purpose: Abstract class for all Cursor-related policy objects
cursorSelectAllRows() - Method in class oracle.toplink.sdk.SDKQueryMechanism
Deprecated.  
cursorSelectObjects(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
To get remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
To get remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
cursorSelectObjects(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. To get remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Returns a remote cursor stub in a transporter
CUSTOM_QUERY_AND_RETURNING_POLICY_CONFLICT - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
CUSTOM_SELECTION_QUERY_REQUIRED - Static variable in exception oracle.toplink.sdk.SDKDescriptorException
Deprecated.  
customize(ClassDescriptor) - Method in interface oracle.toplink.tools.sessionconfiguration.DescriptorCustomizer
 
customize(Session) - Method in interface oracle.toplink.tools.sessionconfiguration.SessionCustomizer
 
customQueryAndReturningPolicyFieldConflict(String, String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
customSelectionQueryRequired(ForeignReferenceMapping) - Static method in exception oracle.toplink.sdk.SDKDescriptorException
Deprecated.  

D

D2F - Static variable in interface oracle.toplink.libraries.asm.Constants
 
D2I - Static variable in interface oracle.toplink.libraries.asm.Constants
 
D2L - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DADD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DailyCacheInvalidationPolicy - Class in oracle.toplink.descriptors.invalidation
A CacheInvalidationPolicy that allows objects to expire every day at a specific time.
DailyCacheInvalidationPolicy(int, int, int, int) - Constructor for class oracle.toplink.descriptors.invalidation.DailyCacheInvalidationPolicy
Construct a daily policy that will allow objects to expire at a specific time of day.
DALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DATABASE_ACCESSOR_NOT_CONNECTED - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
databaseAccessorNotConnected() - Static method in exception oracle.toplink.exceptions.DatabaseException
 
databaseAccessorNotConnected(DatabaseAccessor) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
DatabaseException - Exception in oracle.toplink.exceptions
Purpose: Wrapper for any database exception that occurred through TopLink.
DatabaseExecute - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
DatabaseLogin - Class in oracle.toplink.sessions
Purpose: Hold the configuration information necessary to connect to a JDBC driver.
DatabaseLogin() - Constructor for class oracle.toplink.sessions.DatabaseLogin
Create a new login.
DatabaseLogin(DatabasePlatform) - Constructor for class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Create a new login for the given platform.
DatabaseMapping - Class in oracle.toplink.mappings
Purpose: Defines how an attribute of an object maps to and from the database Responsibilities: Define type of relationship (1:1/1:M/M:M/etc.)
DatabaseMapping() - Constructor for class oracle.toplink.mappings.DatabaseMapping
Default constructor.
DatabaseObjectDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Define a database object for the purpose of creation and deletion.
DatabaseObjectDefinition() - Constructor for class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
 
DatabasePlatform - Class in oracle.toplink.platform.database
DatabasePlatform is private to TopLink.
DatabasePlatform() - Constructor for class oracle.toplink.platform.database.DatabasePlatform
 
DatabaseQuery - Class in oracle.toplink.queryframework
Purpose: Abstract class for all database query objects.
DatabaseQuery() - Constructor for class oracle.toplink.queryframework.DatabaseQuery
Initialize the state of the query
DatabaseRecord - Class in oracle.toplink.sessions
Purpose: Define a representation of a database row as field=>value pairs.
DatabaseRow - Class in oracle.toplink.publicinterface
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by DatabaseRecord, and Record
DatabaseRow() - Constructor for class oracle.toplink.publicinterface.DatabaseRow
Deprecated.  
DatabaseRowToXMLTranslator - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
DatabaseRowToXMLTranslator() - Constructor for class oracle.toplink.xml.DatabaseRowToXMLTranslator
Deprecated. Default constructor.
DatabaseRowToXMLTranslator - Class in oracle.toplink.xml.xerces
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
DatabaseRowToXMLTranslator() - Constructor for class oracle.toplink.xml.xerces.DatabaseRowToXMLTranslator
Deprecated. Default constructor.
DatabaseSession - Interface in oracle.toplink.sessions
Purpose: Add login and configuration API to that of Session.
DataflowInterpreter - Class in oracle.toplink.libraries.asm.tree.analysis
An Interpreter for DataflowValue values.
DataflowInterpreter() - Constructor for class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
DataflowValue - Class in oracle.toplink.libraries.asm.tree.analysis
A Value that is represented by its type in a two types type system.
DataflowValue(int) - Constructor for class oracle.toplink.libraries.asm.tree.analysis.DataflowValue
 
DataflowValue(int, AbstractInsnNode) - Constructor for class oracle.toplink.libraries.asm.tree.analysis.DataflowValue
 
DataflowValue(int, Set) - Constructor for class oracle.toplink.libraries.asm.tree.analysis.DataflowValue
 
DataModifyQuery - Class in oracle.toplink.queryframework
Purpose: Concrete class used for executing non selecting SQL strings.
DataModifyQuery() - Constructor for class oracle.toplink.queryframework.DataModifyQuery
 
DataModifyQuery(String) - Constructor for class oracle.toplink.queryframework.DataModifyQuery
Warning: Allowing an unverified SQL string to be passed into this method makes your application vulnerable to SQL injection attacks.
DataModifyQuery(Call) - Constructor for class oracle.toplink.queryframework.DataModifyQuery
 
DataReadQuery - Class in oracle.toplink.queryframework
Purpose: Concrete class to perform read using raw SQL.
DataReadQuery() - Constructor for class oracle.toplink.queryframework.DataReadQuery
Initialize the state of the query.
DataReadQuery(String) - Constructor for class oracle.toplink.queryframework.DataReadQuery
Initialize the query to use the specified SQL string.
DataReadQuery(Call) - Constructor for class oracle.toplink.queryframework.DataReadQuery
Initialize the query to use the specified call.
DATASOURCE - Static variable in class oracle.toplink.eis.adapters.aq.AQEISConnectionSpec
 
DatasourceLogin - Class in oracle.toplink.sessions
Purpose: Hold the configuration information necessary to connect to a datasource.
DatasourceLogin() - Constructor for class oracle.toplink.sessions.DatasourceLogin
Create a new login.
DatasourceLogin(Platform) - Constructor for class oracle.toplink.sessions.DatasourceLogin
ADVANCED: Create a new login for the given platform.
DATE - Static variable in class oracle.toplink.ox.XMLConstants
 
DATE_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
DATE_TIME - Static variable in class oracle.toplink.ox.XMLConstants
 
DATE_TIME_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
dateDifference(String, Date) - Method in class oracle.toplink.expressions.Expression
Function, Return the difference between the queried part of a date(i.e. years, days etc.)
dateDifference(String, Expression) - Method in class oracle.toplink.expressions.Expression
Function, Return the difference between the queried part of a date(i.e. years, days etc.)
DateDifference - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
dateName(String) - Method in class oracle.toplink.expressions.Expression
return a string that represents the given part of a date.
DateName - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
datePart(String) - Method in class oracle.toplink.expressions.Expression
Function return an integer which represents the requested part of the date.
DatePart - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
dateToString() - Method in class oracle.toplink.expressions.Expression
Function, returns the date converted to the string value in the default database format.
DateToString - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
DB2MainframePlatform - Class in oracle.toplink.platform.database
Purpose: Provides DB2 Mainframe specific behaviour.
DB2MainframePlatform() - Constructor for class oracle.toplink.platform.database.DB2MainframePlatform
 
DB2Platform - Class in oracle.toplink.platform.database
Purpose: Provides DB2 specific behaviour.
DB2Platform() - Constructor for class oracle.toplink.platform.database.DB2Platform
 
DBasePlatform - Class in oracle.toplink.platform.database
Purpose: Provides DBase specific behaviour.
DBasePlatform() - Constructor for class oracle.toplink.platform.database.DBasePlatform
 
DCMPG - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DCMPL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DCONST_0 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DCONST_1 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DDIV - Static variable in interface oracle.toplink.libraries.asm.Constants
 
debugExtension - Variable in class oracle.toplink.libraries.asm.attrs.SourceDebugExtensionAttribute
 
DECIMAL - Static variable in class oracle.toplink.ox.XMLConstants
 
DECIMAL_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
decode(Map, String) - Method in class oracle.toplink.expressions.Expression
Function Convert values returned by the query to values given in the decodeableItems Map.
Decode - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
decode(String) - Static method in class oracle.toplink.xml.tools.EncodedWord
This method was created in VisualAge.
deepMergeClone(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Merge the attributes of the clone into the unit of work copy.
deepRevertObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Revert the object's attributes from the parent.
deepUnregisterObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Unregister the object with the unit of work.
DEFAULT - Static variable in exception oracle.toplink.exceptions.JMSProcessingException
 
DEFAULT_ANNOUNCEMENT_DELAY - Static variable in class oracle.toplink.remotecommand.DiscoveryManager
 
DEFAULT_ASYNCHRONOUS_MODE - Static variable in class oracle.toplink.remotecommand.RemoteCommandManager
 
DEFAULT_CHANNEL - Static variable in class oracle.toplink.remotecommand.RemoteCommandManager
 
DEFAULT_CONNECTION_FACTORY - Static variable in class oracle.toplink.remotecommand.jms.JMSTopicTransportManager
 
DEFAULT_CONTEXT_FACTORY - Static variable in class oracle.toplink.remotecommand.TransportManager
Default JNDI properties for remote access
DEFAULT_DEDICATED_CONNECTION_KEY - Static variable in class oracle.toplink.remotecommand.TransportManager
 
DEFAULT_DEDICATED_CONNECTION_VALUE - Static variable in class oracle.toplink.remotecommand.TransportManager
 
DEFAULT_FILE_NAME_EXTENSION - Static variable in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated.  
DEFAULT_IIOP_URL_PORT - Static variable in class oracle.toplink.remotecommand.TransportManager
 
DEFAULT_IIOP_URL_PROTOCOL - Static variable in class oracle.toplink.remotecommand.TransportManager
 
DEFAULT_INVALID_FILE_NAME_CHARACTERS - Static variable in class oracle.toplink.xml.DefaultFileNameNormalizer
Deprecated. A list of the default invalid file name characters that will be morphed into escape sequences.
DEFAULT_LOCK_MODE - Static variable in class oracle.toplink.queryframework.ObjectBuildingQuery
 
DEFAULT_MULTICAST_GROUP - Static variable in class oracle.toplink.remotecommand.DiscoveryManager
Default value constants
DEFAULT_MULTICAST_PORT - Static variable in class oracle.toplink.remotecommand.DiscoveryManager
 
DEFAULT_NAMING_SERVICE - Static variable in class oracle.toplink.remotecommand.TransportManager
 
DEFAULT_PACKET_TIME_TO_LIVE - Static variable in class oracle.toplink.remotecommand.DiscoveryManager
 
DEFAULT_REMOVE_CONNECTION_ON_ERROR_MODE - Static variable in class oracle.toplink.remotecommand.TransportManager
 
DEFAULT_ROOT_ELEMENT_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
DEFAULT_SEQUENCE_NAME_ALREADY_USED_BY_SEQUENCE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
DEFAULT_TOPIC - Static variable in class oracle.toplink.remotecommand.jms.JMSTopicTransportManager
 
DEFAULT_TOPLINK_NAMESPACE - Static variable in class oracle.toplink.logging.JavaLog
 
DEFAULT_UNMAPPED_CONTENT_HANDLER - Static variable in class oracle.toplink.ox.record.UnmarshalRecord
 
DEFAULT_URL_PORT - Static variable in class oracle.toplink.remotecommand.TransportManager
 
DEFAULT_URL_PROTOCOL - Static variable in class oracle.toplink.remotecommand.TransportManager
Defaults for RMI applications assume that we are running in OC4J
DEFAULT_USER_NAME - Static variable in class oracle.toplink.remotecommand.TransportManager
 
DEFAULT_ZIP_FILE_NAME_EXTENSION - Static variable in class oracle.toplink.xml.zip.DefaultXMLZipFileAccessorFilePolicy
Deprecated.  
DefaultConnector - Class in oracle.toplink.sessions
Purpose:Use this Connector to build a java.sql.Connection in the "standard" fashion, via the DriverManager.
DefaultConnector() - Constructor for class oracle.toplink.sessions.DefaultConnector
Construct a Connector with default settings (Sun JDBC-ODBC bridge).
DefaultConnector(String, String, String) - Constructor for class oracle.toplink.sessions.DefaultConnector
Construct a Connector with the specified settings.
DefaultFieldTranslator - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
DefaultFieldTranslator() - Constructor for class oracle.toplink.sdk.DefaultFieldTranslator
Deprecated. Default constructor.
DefaultFileNameNormalizer - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
DefaultFileNameNormalizer() - Constructor for class oracle.toplink.xml.DefaultFileNameNormalizer
Deprecated.  
DefaultMappingException - Exception in oracle.toplink.exceptions
Purpose: Wrapper for any exception that occurred through OC4J cmp deafult mapping.
DefaultMappingException(String) - Constructor for exception oracle.toplink.exceptions.DefaultMappingException
 
defaultRootElementNotSpecified(XMLDescriptor) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
DefaultSequence - Class in oracle.toplink.sequencing
Purpose: Reference to the default sequence.
DefaultSequence() - Constructor for class oracle.toplink.sequencing.DefaultSequence
 
DefaultSequence(String) - Constructor for class oracle.toplink.sequencing.DefaultSequence
Create a new sequence with the name.
DefaultSequence(String, int) - Constructor for class oracle.toplink.sequencing.DefaultSequence
Create a new sequence with the name and sequence pre-allocation size.
DefaultSequence(String, int, int) - Constructor for class oracle.toplink.sequencing.DefaultSequence
 
defaultSequenceNameAlreadyUsedBySequence(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
DefaultSessionLog - Class in oracle.toplink.logging
Purpose: Default log used for the session when message logging is enabled.
DefaultSessionLog() - Constructor for class oracle.toplink.logging.DefaultSessionLog
Create a new default session log.
DefaultSessionLog(Writer) - Constructor for class oracle.toplink.logging.DefaultSessionLog
Create a new default session log for the given writer.
DefaultSessionLog - Class in oracle.toplink.sessions
Deprecated. Please use oracle.toplink.logging.DefaultSessionLog
DefaultSessionLog() - Constructor for class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Create a new default session log.
DefaultSessionLog(Writer) - Constructor for class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Create a new default session log for the given writer.
DefaultTableGenerator - Class in oracle.toplink.tools.schemaframework
DefaultTableGenerator is a utility class used to generate a default table schema for a TopLink project object.
DefaultTableGenerator(Project) - Constructor for class oracle.toplink.tools.schemaframework.DefaultTableGenerator
Default construcotr
DefaultTableGenerator(Project, boolean) - Constructor for class oracle.toplink.tools.schemaframework.DefaultTableGenerator
This constructor will create a DefaultTableGenerator that can be set to create fk constraints
DefaultTimeout - Static variable in class oracle.toplink.descriptors.DescriptorQueryManager
 
DefaultUnmappedContentHandler - Class in oracle.toplink.ox.unmapped
Purpose:Provide a default implementation of the UnmappedContentHandler Responsibilities: This handler swallows all SAX events corresponding to unmapped content so when used unmapped content will not be processed.
DefaultUnmappedContentHandler() - Constructor for class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
defaultValue - Variable in class oracle.toplink.libraries.asm.attrs.AnnotationDefaultAttribute
Default value for annotation.
DefaultXMLFileAccessorFilePolicy - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
DefaultXMLFileAccessorFilePolicy() - Constructor for class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. Default constructor.
DefaultXMLTranslator - Class in oracle.toplink.xml.xerces
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
DefaultXMLTranslator() - Constructor for class oracle.toplink.xml.xerces.DefaultXMLTranslator
Deprecated. Default constructor.
DefaultXMLZipFileAccessorFilePolicy - Class in oracle.toplink.xml.zip
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
DefaultXMLZipFileAccessorFilePolicy() - Constructor for class oracle.toplink.xml.zip.DefaultXMLZipFileAccessorFilePolicy
Deprecated. Default constructor.
DeferredChangeDetectionPolicy - Class in oracle.toplink.descriptors.changetracking
A DeferredChangeDetectionPolicy defers all change detection to the UnitOfWork's change detection process.
DeferredChangeDetectionPolicy() - Constructor for class oracle.toplink.descriptors.changetracking.DeferredChangeDetectionPolicy
 
DELETE_ALL_QUERY_SPECIFIES_OBJECTS_BUT_NOT_SELECTION_CRITERIA - Static variable in exception oracle.toplink.exceptions.QueryException
 
deleteAllObjects(Collection) - Method in interface oracle.toplink.sessions.DatabaseSession
delete all of the objects and all of their privately owned parts in the database.
deleteAllObjects(Vector) - Method in interface oracle.toplink.sessions.DatabaseSession
delete all of the objects and all of their privately owned parts in the database.
deleteAllObjects(Collection) - Method in interface oracle.toplink.sessions.UnitOfWork
Delete all of the objects and all of their privately owned parts in the database.
deleteAllObjects(Vector) - Method in interface oracle.toplink.sessions.UnitOfWork
Delete all of the objects and all of their privately owned parts in the database.
DeleteAllQuery - Class in oracle.toplink.queryframework
Purpose: Query used to delete a collection of objects Responsibilities: Stores & retrieves the objects to delete.
DeleteAllQuery() - Constructor for class oracle.toplink.queryframework.DeleteAllQuery
DeleteAllQuery(Class) - Constructor for class oracle.toplink.queryframework.DeleteAllQuery
Create a new delete all query for the class specified.
DeleteAllQuery(Class, Expression) - Constructor for class oracle.toplink.queryframework.DeleteAllQuery
Create a new delete all query for the class and the selection criteria specified.
deleteAllQuerySpecifiesObjectsButNotSelectionCriteria(ClassDescriptor, DatabaseQuery, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
DeletedObject - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
deleteObject(Object) - Method in interface oracle.toplink.sessions.DatabaseSession
Delete the object and all of its privately owned parts from the database.
deleteObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Delete the object and all of their privately owned parts in the database.
DeleteObjectQuery - Class in oracle.toplink.queryframework
Purpose: Used for deleting objects.
DeleteObjectQuery() - Constructor for class oracle.toplink.queryframework.DeleteObjectQuery
 
DeleteObjectQuery(Object) - Constructor for class oracle.toplink.queryframework.DeleteObjectQuery
 
DeleteObjectQuery(Call) - Constructor for class oracle.toplink.queryframework.DeleteObjectQuery
 
deleteStream(String, Record, Vector) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Delete the data for the specified root element and primary key.
deleteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated. Delete the data for the specified root element and primary key.
deleteStream(String, Record, Vector) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Delete the data for the specified root element and primary key.
deleteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Delete the data for the specified root element and primary key.
deleteStream(String, Record, Vector, Accessor) - Method in interface oracle.toplink.xml.XMLStreamPolicy
Deprecated. Delete the data for the specified root element and primary key.
deleteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Delete the data for the specified root element and primary key.
deleteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. This implementation loops through the ZIP file, copying its entries into a new ZIP file, skipping the entry to be deleted.
DEPLOY_FAILED - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
deployFailed(String, RuntimeException) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
DeploymentCustomization - Interface in oracle.toplink.ejb.cmp
This interface can be used to get access to the TopLink Session at EJB deployment time.
DEQUEUE - Static variable in class oracle.toplink.eis.adapters.aq.AQPlatform
 
DEQUEUE_OPTIONS - Static variable in class oracle.toplink.eis.adapters.aq.AQPlatform
 
DerbyPlatform - Class in oracle.toplink.platform.database
Purpose: Provides Derby DBMS specific behaviour.
DerbyPlatform() - Constructor for class oracle.toplink.platform.database.DerbyPlatform
 
Deref - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
deregisterDispatcher() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: This method will deregister the dispatcher for this session from JNDI on the specified host.
deregisterDispatcher() - Method in class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. ADVANCED: This method will deregister the dispatcher for this session from JNDI on the specified host.
deregisterDispatcher() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. ADVANCED: This method will deregister the dispatcher for this session from JNDI on the specified host.
deregisterDispatcher() - Method in class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. ADVANCED: This method will deregister the dispatcher for this session from JNDI on the specified host.
deregisterDispatcher() - Method in class oracle.toplink.remote.rmi.RMIClusteringService
Deprecated. ADVANCED: This method will deregister the dispatcher for this session from JNDI on the specified host.
deregisterDispatcher() - Method in class oracle.toplink.remote.rmi.RMIJNDIClusteringService
Deprecated. ADVANCED: This method will deregister the dispatcher for this session from JNDI on the specified host.
deregisterDispatcher() - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. ADVANCED: This method will deregister the dispatcher for this session from JNDI on the specified host.
desc - Variable in class oracle.toplink.libraries.asm.attrs.EnclosingMethodAttribute
 
desc - Variable in class oracle.toplink.libraries.asm.tree.FieldInsnNode
The field's descriptor (see Type).
desc - Variable in class oracle.toplink.libraries.asm.tree.FieldNode
The field's descriptor (see Type).
desc - Variable in class oracle.toplink.libraries.asm.tree.LocalVariableNode
The type descriptor of this local variable.
desc - Variable in class oracle.toplink.libraries.asm.tree.MethodInsnNode
The method's descriptor (see Type).
desc - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The method's descriptor (see Type).
desc - Variable in class oracle.toplink.libraries.asm.tree.MultiANewArrayInsnNode
An array type descriptor (see Type).
desc - Variable in class oracle.toplink.libraries.asm.tree.TypeInsnNode
The operand of this instruction.
descending() - Method in class oracle.toplink.expressions.Expression
This can only be used within an ordering expression.
Descending - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
Descriptor - Class in oracle.toplink.publicinterface
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by ClassDescriptor, and RelationalDescriptor
Descriptor() - Constructor for class oracle.toplink.publicinterface.Descriptor
Deprecated. Return a new descriptor.
DESCRIPTOR_FOR_INTERFACE_IS_MISSING - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
DESCRIPTOR_IS_MISSING - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
DESCRIPTOR_IS_MISSING - Static variable in exception oracle.toplink.exceptions.QueryException
 
DESCRIPTOR_IS_MISSING_FOR_NAMED_QUERY - Static variable in exception oracle.toplink.exceptions.QueryException
 
DESCRIPTOR_MUST_NOT_BE_INITIALIZED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
DESCRIPTOR_NOT_FOUND_IN_PROJECT - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
DescriptorCustomizer - Interface in oracle.toplink.tools.sessionconfiguration
This interface is to allow extra customization on a TopLink Session
DescriptorEvent - Class in oracle.toplink.descriptors
Purpose: Encapsulate the information provided with descriptor events.
DescriptorEvent(int, ObjectLevelModifyQuery) - Constructor for class oracle.toplink.descriptors.DescriptorEvent
Most events are trigger from queries, so this is a helper method.
DescriptorEvent(Object) - Constructor for class oracle.toplink.descriptors.DescriptorEvent
All events require a source object.
DescriptorEvent - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
DescriptorEventAdapter - Class in oracle.toplink.descriptors
Purpose: Provides an empty implementation of DescriptorEventListener.
DescriptorEventAdapter() - Constructor for class oracle.toplink.descriptors.DescriptorEventAdapter
 
DescriptorEventListener - Interface in oracle.toplink.descriptors
Purpose: Used to support Java event listener event model on descriptors.
DescriptorEventManager - Class in oracle.toplink.descriptors
Purpose: The event manager allows for a descriptor to specify that an object should be notified when a TopLink event occurs.
DescriptorException - Exception in oracle.toplink.exceptions
Purpose: This exception is used for any problem that is detected with a descriptor or mapping.
descriptorForInterfaceIsMissing(String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
descriptorIsAggregate() - Method in class oracle.toplink.descriptors.ClassDescriptor
Sets the descriptor to be an aggregate.
descriptorIsAggregateCollection() - Method in class oracle.toplink.descriptors.ClassDescriptor
Sets the descriptor to be part of an aggregate collection.
descriptorIsForInterface() - Method in class oracle.toplink.descriptors.ClassDescriptor
Sets the descriptor to be for an interface.
descriptorIsMissing(String, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
descriptorIsMissing(Class, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
descriptorIsMissingForNamedQuery(Class, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
descriptorIsNormal() - Method in class oracle.toplink.descriptors.ClassDescriptor
Sets the descriptor to be normal.
descriptorMustBeNotInitialized(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.ValidationException
 
descriptorNotFoundInProject(String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
DescriptorQueryManager - Class in oracle.toplink.descriptors
Purpose: The query manager allows for the database opperations that TopLink performs to be customized by the application.
DESTINATION - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
DESTINATION_URL - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
detach(Object) - Method in class oracle.toplink.util.SessionFactory
Build a detached copy using a one-off UnitOfWork.
detach(Collection) - Method in class oracle.toplink.util.SessionFactory
 
DevelopmentServices - Class in oracle.toplink.services
Deprecated. Will be replaced by a server-specific equivalent for oracle.toplink.services.oc4j.Oc4jRuntimeServices
DevelopmentServices() - Constructor for class oracle.toplink.services.DevelopmentServices
Deprecated. Default constructor
DevelopmentServices(AbstractSession) - Constructor for class oracle.toplink.services.DevelopmentServices
Deprecated. Constructor
dflt - Variable in class oracle.toplink.libraries.asm.tree.LookupSwitchInsnNode
Beginning of the default handler block.
dflt - Variable in class oracle.toplink.libraries.asm.tree.TableSwitchInsnNode
Beginning of the default handler block.
difference(String) - Method in class oracle.toplink.expressions.Expression
Function return a value which indicates how much difference there is between two expressions.
Difference - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
dims - Variable in class oracle.toplink.libraries.asm.tree.MultiANewArrayInsnNode
Number of dimensions of the array to allocate.
DIRECT_FIELD_NAME_NOT_SET - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
DirectCollectionChangeRecord - Interface in oracle.toplink.changesets
Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of an object.
DirectCollectionMapping - Class in oracle.toplink.mappings
Purpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.)
DirectCollectionMapping() - Constructor for class oracle.toplink.mappings.DirectCollectionMapping
Default constructor.
DirectCollectionQueryKey - Class in oracle.toplink.querykeys
Purpose:Represents a direct collection join query.
DirectCollectionQueryKey() - Constructor for class oracle.toplink.querykeys.DirectCollectionQueryKey
 
DirectConnector - Class in oracle.toplink.sessions
Purpose:Use this Connector to build a java.sql.Connection by directly instantiating the Driver, as opposed to using the DriverManager.
DirectConnector() - Constructor for class oracle.toplink.sessions.DirectConnector
Construct a Connector with default settings (Sun JDBC-ODBC bridge).
DirectConnector(String, String, String) - Constructor for class oracle.toplink.sessions.DirectConnector
Construct a Connector with the specified settings.
directFieldNameNotSet(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
DirectMapMapping - Class in oracle.toplink.mappings
Mapping for a collection of key-value pairs.
DirectMapMapping() - Constructor for class oracle.toplink.mappings.DirectMapMapping
DirectMapCollectionMapping constructor
directMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
DIRECTORY - Static variable in class oracle.toplink.eis.adapters.xmlfile.XMLFileEISConnectionSpec
Connection spec properties.
DIRECTORY_COULD_NOT_BE_CREATED - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
DIRECTORY_NOT_FOUND - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
directoryCouldNotBeCreated(File) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
directoryNotFound(File) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
DirectQueryKey - Class in oracle.toplink.querykeys
Purpose: Define an alias to a database field.
DirectQueryKey() - Constructor for class oracle.toplink.querykeys.DirectQueryKey
 
DirectReadQuery - Class in oracle.toplink.queryframework
Purpose: Concrete class to perform a direct read.
DirectReadQuery() - Constructor for class oracle.toplink.queryframework.DirectReadQuery
Initialize the state of the query.
DirectReadQuery(String) - Constructor for class oracle.toplink.queryframework.DirectReadQuery
Initialize the query to use the specified SQL string.
DirectReadQuery(Call) - Constructor for class oracle.toplink.queryframework.DirectReadQuery
Initialize the query to use the specified call.
DirectToFieldChangeRecord - Interface in oracle.toplink.changesets
Purpose: This interface provides public API to the class responsible for holding the change made to a directToFieldMapping.
DirectToFieldMapping - Class in oracle.toplink.mappings
Purpose: Maps an attribute to the corresponding database field type.
DirectToFieldMapping() - Constructor for class oracle.toplink.mappings.DirectToFieldMapping
Default constructor.
DirectToXMLTypeMapping - Class in oracle.toplink.xdb
Purpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into an Oracle XMLType field, in Oracle 9i XDB.
DirectToXMLTypeMapping() - Constructor for class oracle.toplink.xdb.DirectToXMLTypeMapping
 
disableCacheHits() - Method in class oracle.toplink.descriptors.ClassDescriptor
Allow for cache hits on primary key read object queries to be disabled.
disableCacheHitsOnRemote() - Method in class oracle.toplink.descriptors.ClassDescriptor
Allow for remote session cache hits on primary key read object queries to be disabled.
disconnect(AbstractSession) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Drop the connection to the "data store".
DiscoveryException - Exception in oracle.toplink.exceptions
Instances of this exception are raised if a problem is detected during the discovery of a TopLink cluster.
DiscoveryException() - Constructor for exception oracle.toplink.exceptions.DiscoveryException
 
DiscoveryException(String) - Constructor for exception oracle.toplink.exceptions.DiscoveryException
 
DiscoveryManager - Class in oracle.toplink.remotecommand
Purpose: Detects new members of a logical TopLink cluster.
DiscoveryManager(RemoteCommandManager) - Constructor for class oracle.toplink.remotecommand.DiscoveryManager
Constructors to create a discvovery manager.
DiscoveryManager(String, int, RemoteCommandManager) - Constructor for class oracle.toplink.remotecommand.DiscoveryManager
 
DiscoveryManager(String, int, int, RemoteCommandManager) - Constructor for class oracle.toplink.remotecommand.DiscoveryManager
 
DISCRIMINATOR_COLUMN_NOT_SELECTED - Static variable in exception oracle.toplink.exceptions.QueryException
 
discriminatorColumnNotSelected(String, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
distinct() - Method in class oracle.toplink.expressions.Expression
Function, This represents the distinct option inside an aggregate function.
Distinct - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
DISTINCT_COUNT_ON_OUTER_JOINED_COMPOSITE_PK - Static variable in exception oracle.toplink.exceptions.QueryException
 
distinctCountOnOuterJoinedCompositePK(ClassDescriptor, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
DistributedMerge - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
DistributedMergeDmsDisplayName - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
DistributedSession - Class in oracle.toplink.remote
Purpose: Super class to all remote client session's.
DistributedSession(RemoteConnection) - Constructor for class oracle.toplink.remote.DistributedSession
Creates a DistributedSession.
DistributedSessionReconnectPolicy - Class in oracle.toplink.remote
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by CommandManager
DistributedSessionReconnectPolicy() - Constructor for class oracle.toplink.remote.DistributedSessionReconnectPolicy
Deprecated.  
divide(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that aplies the function to the given expression.
divide(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Divide - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
DLOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DMS - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
DMSPerformanceProfiler - Class in oracle.toplink.tools.profiler
Purpose: Define the interface of TopLink profiler for using DMS gate.
DMSPerformanceProfiler() - Constructor for class oracle.toplink.tools.profiler.DMSPerformanceProfiler
Create a new dms profiler.
DMSPerformanceProfiler(Session) - Constructor for class oracle.toplink.tools.profiler.DMSPerformanceProfiler
Create a new dms profiler.
DMUL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DNEG - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DO_NOT_SEND_CHANGES - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
DocumentPreservationPolicy - Class in oracle.toplink.ox.documentpreservation
Purpose:Provides an interface for customizing how Documents are preserved.
DocumentPreservationPolicy() - Constructor for class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
DoesExistQuery - Class in oracle.toplink.queryframework
Purpose: This should only be used by the descriptor, this should not be executed directly.
DoesExistQuery() - Constructor for class oracle.toplink.queryframework.DoesExistQuery
Initialize the state of the query .
DoesExistQuery(Object) - Constructor for class oracle.toplink.queryframework.DoesExistQuery
Create a query to check if the object exists.
DoesExistQuery(Call) - Constructor for class oracle.toplink.queryframework.DoesExistQuery
Create a query to check if the object exists.
doesObjectExist(Object) - Method in interface oracle.toplink.sessions.Session
Return if the object exists on the database or not.
DOM - Static variable in class oracle.toplink.eis.adapters.xmlfile.XMLFilePlatform
 
DOMRecord - Interface in oracle.toplink.eis
DOMRecord is an extension of the JCA Record interface that provides support for XML data.
DOMRecord - Class in oracle.toplink.ox.record
Provides a Record/Map API on an XML DOM element.
DOMRecord(Node) - Constructor for class oracle.toplink.ox.record.DOMRecord
 
doNotCacheQueryResults() - Method in class oracle.toplink.queryframework.ReadQuery
ADVANCED: This method will instruct the query not to cache results.
DoNotCheckCache - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
DONT_USE_DISTINCT - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
dontAcquireLocks() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set the query not to lock.
dontAllowNull() - Method in class oracle.toplink.mappings.AggregateObjectMapping
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).
dontAlwaysConformResultsInUnitOfWork() - Method in class oracle.toplink.descriptors.ClassDescriptor
The descriptor is defined to not conform the results in unit of work in read query.
dontAlwaysRefreshCache() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCache(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to always refresh the cache if data is received from the database by any query.
dontAlwaysRefreshCacheOnRemote() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
dontBindAllParameters() - Method in class oracle.toplink.queryframework.DatabaseQuery
Do not Bind all arguments to any SQL statement.
dontBindAllParameters() - Method in class oracle.toplink.sessions.DatabaseLogin
Do not bind all arguments to any SQL statement.
dontCacheAllStatements() - Method in class oracle.toplink.sessions.DatabaseLogin
Do not cache all prepared statements.
dontCacheStatement() - Method in class oracle.toplink.queryframework.DatabaseQuery
Dont cache the prepared statements, this requires full parameter binding as well.
dontCascade() - Method in class oracle.toplink.sessions.ObjectCopyingPolicy
Set if the copy should not cascade relationships when copying the object(s)
dontCascadeOnDelete() - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
Disables delete cascading on the database, this is the default.
dontCascadeParts() - Method in class oracle.toplink.queryframework.DatabaseQuery
Do not cascade the query and its properties on the queries object(s) relationships.
dontCatchExceptions() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method is used for don't catching all the Descriptor Exceptions
dontCheckCache() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
This can be used to explicitly disable the cache hit.
dontCheckDatabase() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method is used for don't checking the database tables and fields.
dontCheckInstantiationPolicy() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method is used for don't checking the InstantiationPolicy.
dontCreateDirectoriesAsNeeded() - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Set whether directories will be created as needed, if they do not exist already.
dontDisableCacheHits() - Method in class oracle.toplink.descriptors.ClassDescriptor
Allow for cache hits on primary key read object queries.
dontDisableCacheHitsOnRemote() - Method in class oracle.toplink.descriptors.ClassDescriptor
Allow for remote session cache hits on primary key read object queries.
dontLoadResultIntoSelectionObject() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Do not refesh/load into the selection object, this is the default.
dontLogDebug() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. replaced by level
dontLogExceptions() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. replaced by level
dontLogExceptionStackTrace() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Stack trace is logged at FINER level
dontLogMessages() - Method in interface oracle.toplink.sessions.Session
Turn off logging
dontLogProfile() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
Set whether after each query execution the profile result should be logged.
dontMaintainCache() - Method in class oracle.toplink.queryframework.DatabaseQuery
Set for the identity map (cache) to be ignored completely.
dontOnlyRefreshCacheIfNewerVersion() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method is the equivalent of calling ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to only refresh the cache if the data received from the database by a query is newer than the data in the cache (as determined by the optimistic locking field).
dontOptimizeDataConversion() - Method in class oracle.toplink.sessions.DatabaseLogin
Disable driver level data conversion optimization.
dontPerformValidation() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
dontPrintConnection() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Connection is always printed
dontPrintDate() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Date is always printed
dontPrintSession() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Session is always printed
dontPrintThread() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Thread is logged at FINE or less level
dontReadSubclassesOnQueries() - Method in class oracle.toplink.descriptors.InheritancePolicy
Set the descriptor to only read instance of itself when queried.
dontRefreshIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
When unset means perform read normally and dont do refresh.
dontRefreshIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
When unset means perform read normally and dont do refresh.
dontRefreshRemoteIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
When unset means perform read normally and dont do refresh.
dontRefreshRemoteIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
When unset means perform read normally and dont do refresh.
dontRetrievePrimaryKeys() - Method in class oracle.toplink.queryframework.ReportQuery
Set if the query results should contain the primary keys or each associated object.
dontReturnSingleAttribute() - Method in class oracle.toplink.queryframework.ReportQuery
Don't simplify the result by returning the single attribute.
dontReturnSingleResult() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning the first result.
dontReturnSingleValue() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning a single value.
dontReturnWithoutReportQueryResult() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning a single value.
dontUseBatchReading() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indicates whether the referenced object should always be batch read on read all queries.
dontUseBatchWriting() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use batch writing.
dontUseByteArrayBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use parameter binding for large binary data.
dontUseClassNameAsIndicator() - Method in class oracle.toplink.descriptors.InheritancePolicy
Set the descriptor not to use the class' full name as the indicator.
dontUseDistinct() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
dontUseExternalConnectionPooling() - Method in class oracle.toplink.sessions.DatasourceLogin
Do not use external connection pooling.
dontUseExternalTransactionController() - Method in class oracle.toplink.sessions.DatasourceLogin
Let TopLink control transactions instead of some external transaction service such as JTS.
dontUseIndirection() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indirection means that a ValueHolder will be put in-between the attribute and the real object.
dontUseIndirection() - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Indirection means that a ValueHolder will be put in-between the attribute and the real object.
dontUseJDBCBatchWriting() - Method in class oracle.toplink.sessions.DatabaseLogin
Indicate to TopLink that the JDBC driver does not support batch writing.
dontUseJoining() - Method in class oracle.toplink.mappings.OneToOneMapping
Deprecated. since OracleAS TopLink 11g (11.1.1.0.0). This class is replaced by oracle.toplink.mappings.ForeignReferenceMapping.setJoinFetch(int)
dontUseLazyConnection() - Method in class oracle.toplink.threetier.ConnectionPolicy
A lazy connection only acquires a physical connection when a transaction is started and releases the connection when the transaction completes.
dontUseNativeSequencing() - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use setDefaultSequence(Sequence) instead, sequence could be: sequence = new TableSequence(); sequence = new UnaryTableSequence(); ....
dontUseNativeSQL() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use database-specific SQL grammar, as opposed to the JDBC standard grammar.
dontUseStreamsForBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use streams to store large binary data.
dontUseStringBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
Do not bind strings of any size.
DOUBLE - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the double type.
DOUBLE - Static variable in class oracle.toplink.ox.XMLConstants
 
DOUBLE_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
DOUBLE_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The double type.
DOUBLE_VALUE - Static variable in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
DREM - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DRETURN - Static variable in interface oracle.toplink.libraries.asm.Constants
 
dropConstraints(TableDefinition) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use the table definition to drop the constraints from the table, this is normally done in two steps to avoid dependencies.
dropConstraints(DatabaseSession) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Drop the table constraints from the database.
dropConstraints(DatabaseSession, SchemaManager) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Drop the table constraints from the database.
dropFileSource(String) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated.  
dropFileSource(String) - Method in interface oracle.toplink.xml.XMLFileAccessorFilePolicy
Deprecated. If necessary, drop the source that holds all the files for the XML documents with the specified root element name.
dropObject(DatabaseObjectDefinition) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use the definition object to drop the schema entity from the database.
dropObject(DatabaseObjectDefinition) - Method in class oracle.toplink.xml.XMLSchemaManager
Deprecated.  
DROPPING_REMOTE_CONNECTION - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
DROPPING_REMOTE_CONNECTION1 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
droppingRemoteConnection(String) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
dropStreamSource(String) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Drop the source for data streams for the XML documents with the specified root element name.
dropStreamSource(String) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Drop the source for data streams for the XML documents with the specified root element name.
dropTable(String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Drop (delete) the table named tableName from the database.
dropTables(DatabaseSession) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Drop the tables from the database.
dropTables(DatabaseSession, SchemaManager) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Drop the tables from the database.
DSTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DSUB - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DTD_VALIDATION - Static variable in class oracle.toplink.ox.XMLUnmarshaller
 
DTD_VALIDATION - Static variable in class oracle.toplink.ox.XMLValidator
 
DTD_VALIDATION - Static variable in interface oracle.toplink.platform.xml.XMLParser
 
dumpTime - Static variable in class oracle.toplink.tools.profiler.QueryMonitor
 
DUP - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DUP2 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DUP2_X1 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DUP2_X2 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DUP_X1 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DUP_X2 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
DURATION - Static variable in class oracle.toplink.ox.XMLConstants
 
DURATION_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 

E

EIS_EXCEPTION - Static variable in exception oracle.toplink.eis.EISException
 
EIS_NAME - Static variable in class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec
 
EISAccessor - Class in oracle.toplink.eis
EISAccessor is an implementation of the Accessor interface.
EISAccessor() - Constructor for class oracle.toplink.eis.EISAccessor
Default Constructor.
EISCollectionChangeRecord - Interface in oracle.toplink.changesets
Purpose: To provide API into the EISCollectionChangeSet.
EISCompositeCollectionMapping - Class in oracle.toplink.eis.mappings
EIS Composite Collection Mappings map a java.util.Map or java.util.Collection of Java objects to an EIS record in a privately owned, one-to-many relationship according to its descriptor's record type.
EISCompositeCollectionMapping() - Constructor for class oracle.toplink.eis.mappings.EISCompositeCollectionMapping
 
EISCompositeDirectCollectionMapping - Class in oracle.toplink.eis.mappings
EIS Composite Direct Collection Mappings map a collection of simple Java attributes to and from an EIS Record according to its descriptor's record type.
EISCompositeDirectCollectionMapping() - Constructor for class oracle.toplink.eis.mappings.EISCompositeDirectCollectionMapping
 
EISCompositeObjectMapping - Class in oracle.toplink.eis.mappings
EIS Composite Object Mappings map a Java object to a privately owned, one-to-one relationship to an EIS Record according to its descriptor's record type.
EISCompositeObjectMapping() - Constructor for class oracle.toplink.eis.mappings.EISCompositeObjectMapping
 
EISConnectionSpec - Class in oracle.toplink.eis
An EISConnectionSpec specifies how the javax.resource.cci.Connection is accessed.
EISConnectionSpec() - Constructor for class oracle.toplink.eis.EISConnectionSpec
Construct a EISConnectionSpec with no settings.
EISConnectionSpec(Context, String) - Constructor for class oracle.toplink.eis.EISConnectionSpec
Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(String) - Constructor for class oracle.toplink.eis.EISConnectionSpec
Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(Context, Name) - Constructor for class oracle.toplink.eis.EISConnectionSpec
Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(Name) - Constructor for class oracle.toplink.eis.EISConnectionSpec
Construct a EISConnectionSpec with the specified settings.
EISDescriptor - Class in oracle.toplink.eis
An EISDescriptor defines the mapping from a JCA data structure to a Java object.
EISDescriptor() - Constructor for class oracle.toplink.eis.EISDescriptor
Default constructor.
EISDirectMapping - Class in oracle.toplink.eis.mappings
EIS Direct Mappings map a simple Java attribute to and from an EIS Record according to its descriptor's record type.
EISDirectMapping() - Constructor for class oracle.toplink.eis.mappings.EISDirectMapping
 
EISDOMRecord - Class in oracle.toplink.eis
An EISDOMRecord is a wrapper for a DOM tree.
EISDOMRecord() - Constructor for class oracle.toplink.eis.EISDOMRecord
Default constructor.
EISDOMRecord(Record, Element) - Constructor for class oracle.toplink.eis.EISDOMRecord
Create a TopLink record from the JCA adapter record and DOM tree.
EISDOMRecord(Element) - Constructor for class oracle.toplink.eis.EISDOMRecord
Create a TopLink record from a DOM tree.
EISDOMRecord(Record) - Constructor for class oracle.toplink.eis.EISDOMRecord
Create a TopLink record from the JCA adapter record.
EISException - Exception in oracle.toplink.eis
Use an EISException when any problem is detected while interacting with an EIS datasource
EISInteraction - Class in oracle.toplink.eis.interactions
Defines the specification for a call to a JCA interaction.
EISInteraction() - Constructor for class oracle.toplink.eis.interactions.EISInteraction
Default constructor.
EISLogin - Class in oracle.toplink.eis
An EISLogin defines connection information and datasource properties.
EISLogin() - Constructor for class oracle.toplink.eis.EISLogin
Default constructor.
EISLogin(Platform) - Constructor for class oracle.toplink.eis.EISLogin
Constructor.
EISMappedRecord - Class in oracle.toplink.eis
An EISMappedRecord acts as a Record wrapper.
EISMappedRecord(Map, EISAccessor) - Constructor for class oracle.toplink.eis.EISMappedRecord
Create a database row wrapper for the record.
EISOneToManyMapping - Class in oracle.toplink.eis.mappings
An EIS one-to-many mapping is a reference mapping that represents the relationship between a single source object and a collection of mapped persistent Java objects.
EISOneToManyMapping() - Constructor for class oracle.toplink.eis.mappings.EISOneToManyMapping
 
EISOneToOneMapping - Class in oracle.toplink.eis.mappings
An EIS one-to-one mapping is a reference mapping that represents the relationship between a single source object and a single mapped persistent Java object.
EISOneToOneMapping() - Constructor for class oracle.toplink.eis.mappings.EISOneToOneMapping
 
EISOrderedCollectionChangeRecord - Interface in oracle.toplink.changesets
Purpose: To provide API into the EISCollectionChangeSet.
EISPlatform - Class in oracle.toplink.eis
An EISPlatform defines any EIS adapter specific behavoir.
EISPlatform() - Constructor for class oracle.toplink.eis.EISPlatform
Default constructor.
EISSequence - Class in oracle.toplink.eis
The EISSequence class allows access to sequence resources using custom read (ValueReadQuery) and update (DataModifyQuery) queries and a user specified preallocation size.
EISSequence() - Constructor for class oracle.toplink.eis.EISSequence
 
EISSequence(String) - Constructor for class oracle.toplink.eis.EISSequence
 
EISSequence(String, int) - Constructor for class oracle.toplink.eis.EISSequence
 
EISTransformationMapping - Class in oracle.toplink.eis.mappings
EIS Transformation Mappings allow the creation of custom mappings where one or more fields in an EIS Record can be used to create the object to be stored in a Java class's attribute.
EISTransformationMapping() - Constructor for class oracle.toplink.eis.mappings.EISTransformationMapping
 
EJB - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
ejb20FindAll() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class and load them into the cache.
ejb20FindAll(Expression) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class given the expression and load them into the cache.
ejb20FindAll(Call) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class given the call and load them into the cache.
ejb20FindAll(ReadAllQuery) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class given the query and load them into the cache.
ejb20FindAll() - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class and load them into the cache.
ejb20FindAll(Expression) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the expression and load them into the cache.
ejb20FindAll(Call) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the call and load them into the cache.
ejb20FindAll(ReadAllQuery) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the query and load them into the cache.
ejb20FindAllByNamedQuery(String, Vector) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class given the query and load them into the cache.
ejb20FindAllByNamedQuery(String, Vector) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the query and load them into the cache.
EJB20Home - Interface in oracle.toplink.ejb
Purpose: Provide a useful home class for TopLink persisted bean's homes to inherit from in EJB 2.0.
EJB20LocalHome - Interface in oracle.toplink.ejb
Purpose: Provide a useful local home class for TopLink persisted bean's homes to inherit from in EJB 2.0.
EJB_2_0_ATTRIBUTE_NOT_EXIST - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
EJB_CANNOT_LOAD_REMOTE_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_CLASS_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
EJB_CONTAINER_EXCEPTION_RAISED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_DESCRIPTOR_MUST_HAVE_EJB_NAME - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
EJB_DESCRIPTOR_MUST_HAVE_PRIMARYKEY_CLASS - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
EJB_DESCRIPTOR_NOT_FOUND_IN_SESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_FINDER_EXCEPTION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_INVALID_FINDER_ON_HOME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_INVALID_PLATFORM_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_INVALID_PROJECT_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_INVALID_SESSION_TYPE_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_MUST_BE_IN_TRANSACTION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_NAME_MUST_BE_UNIQUE - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
EJB_NO_SUCH_SESSION_SPECIFIED_IN_PROPERTIES - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_OR_METADATA - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
EJB_PRIMARY_KEY_REFLECTION_EXCEPTION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_SELECT_NOT_DEFINED_IN_BEAN - Static variable in exception oracle.toplink.exceptions.DefaultMappingException
 
EJB_SELECT_NOT_DEFINED_IN_ENTITY_BEAN_CLASS - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
EJB_SESSION_TYPE_CLASS_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EJB_TOPLINK_PROPERTIES_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ejbActivate() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
This is a "no-op" for TopLink BMP.
ejbCannotLoadRemoteClass(Exception, Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
EjbCollection - Class in oracle.toplink.ejb.cmp
Special EJB-friendly collection which uses EJB(Local)Object.isIdentical() instead of equals().
EjbCollection() - Constructor for class oracle.toplink.ejb.cmp.EjbCollection
Constructs an empty list with an initial capacity of ten.
EjbCollection(int) - Constructor for class oracle.toplink.ejb.cmp.EjbCollection
Constructs an empty list with the specified initial capacity.
EjbCollection(Collection) - Constructor for class oracle.toplink.ejb.cmp.EjbCollection
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
EJBCollectionHelper - Class in oracle.toplink.ejb.cmp
 
EJBCollectionHelper() - Constructor for class oracle.toplink.ejb.cmp.EJBCollectionHelper
EJBIndexer constructor comment.
EJBCollectionHelper - Class in oracle.toplink.ejb.cmp.wls11
Deprecated. Since OracleAS TopLink 10g (10.0.3). This class has been replaced by the superclass
EJBCollectionHelper() - Constructor for class oracle.toplink.ejb.cmp.wls11.EJBCollectionHelper
Deprecated.  
ejbContainerExceptionRaised(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
ejbCreate() - Method in class oracle.toplink.remote.jms.mdb.ClusteringMDB
 
EJBDataStore - Class in oracle.toplink.ejb
Purpose: Implement the EJB entity bean BMP/CMP APIs.
EJBDataStore() - Constructor for class oracle.toplink.ejb.EJBDataStore
Create a new data store.
ejbDescriptorNotFoundInSession(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The descriptor listed was not found in the session specified on the deployment descriptor.
ejbFinderException(Object, Throwable, Vector) - Static method in exception oracle.toplink.exceptions.ValidationException
 
EJBHome - Interface in oracle.toplink.ejb
Purpose: Provide a useful home class for TopLink perssited bean's homes to inherit from.
EJBIndirectList - Class in oracle.toplink.indirection
EJBIndirectList provides all the functionality of IndirectList while being EJB friendly.
EJBIndirectList() - Constructor for class oracle.toplink.indirection.EJBIndirectList
Construct an empty EJBIndirectList so that its internal data array has size 10 and its standard capacity increment is zero.
EJBIndirectList(int) - Constructor for class oracle.toplink.indirection.EJBIndirectList
Construct an empty EJBIndirectList with the specified initial capacity and with its capacity increment equal to zero.
EJBIndirectList(int, int) - Constructor for class oracle.toplink.indirection.EJBIndirectList
Construct an empty EJBIndirectList with the specified initial capacity and capacity increment.
EJBIndirectList(Collection) - Constructor for class oracle.toplink.indirection.EJBIndirectList
Construct an EJBIndirectList containing the elements of the specified collection, in the order they are returned by the collection's iterator.
EJBIndirectSet - Class in oracle.toplink.indirection
EJBIndirectSet provides all the functionality of IndirectSet while being EJB friendly.
EJBIndirectSet() - Constructor for class oracle.toplink.indirection.EJBIndirectSet
Construct an empty IndirectSet.
EJBIndirectSet(int) - Constructor for class oracle.toplink.indirection.EJBIndirectSet
Construct an empty IndirectSet with the specified initial capacity.
EJBIndirectSet(int, float) - Constructor for class oracle.toplink.indirection.EJBIndirectSet
Construct an empty IndirectSet with the specified initial capacity and load factor.
EJBIndirectSet(Collection) - Constructor for class oracle.toplink.indirection.EJBIndirectSet
Construct an IndirectSet containing the elements of the specified collection.
ejbInvalidHomeInterfaceClass(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
ejbInvalidPlatformClass(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
ejbInvalidProjectClass(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The project class specified in the sessions.xml file for the session specified on the toplink_session_name environment variable can not be found.
ejbInvalidSessionTypeClass(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The session type specified in the sessions.xml file for the session specified on the toplink_session_name environment variable is not a valid type.
EJBJarXMLException - Exception in oracle.toplink.exceptions
Purpose: Reading or writing ejb-jar.xml deployment descriptor raise this exception
EJBJarXMLException(String) - Constructor for exception oracle.toplink.exceptions.EJBJarXMLException
 
EJBJarXMLException(String, Exception) - Constructor for exception oracle.toplink.exceptions.EJBJarXMLException
 
ejbLoad() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Load from the database/cache into the object.
ejbMustBeInTransaction(Object) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: An attempt was made to create or remove a been outside of a transaction.
ejbNoSuchSessionSpecifiedInProperties(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The toplink_session_name value on the beans environment variable does not match with one in the sessions.xml file.
ejbPrimaryKeyReflectionException(Exception, Object, Object) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: An incorrect primary key object is being used with a bean.
EJBQLCall - Class in oracle.toplink.queryframework
Purpose: Used as an abstraction of a database invocation.
EJBQLCall() - Constructor for class oracle.toplink.queryframework.EJBQLCall
Create a new EJBQLCall.
EJBQLCall(String) - Constructor for class oracle.toplink.queryframework.EJBQLCall
Create a new EJBQLCall with an ejbqlString
EJBQLException - Exception in oracle.toplink.exceptions
Purpose: EJBQL parsing and resolution problems will raise this exception
ejbRemove() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Delete the bean from the database.
ejbRemove() - Method in class oracle.toplink.remote.jms.mdb.ClusteringMDB
 
ejbSelectNotDefinedInBean(String, String, List) - Static method in exception oracle.toplink.exceptions.DefaultMappingException
 
ejbSelectNotDefinedInEntityBeanClass(String, Class[], String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
ejbSessionTypeClassNotFound(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The session type specified in the sessions.xml file for the session specified on the toplink_session_name environment variable is not found using the default class loader.
ejbStore() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
This is a no-op, because the ejbStore is called after beforeCompletion which is the callback to TopLink to commit the transaction
ejbTopLinkPropertiesNotFound(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The sessions.xml file can not be found.
EJBWrapperPolicy - Class in oracle.toplink.ejb
Purpose: Allow for EntityBean descriptors to store information about the bean properties.
EJBWrapperPolicy() - Constructor for class oracle.toplink.ejb.EJBWrapperPolicy
Default constructor.
element(String, String, String) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification of an element.
ELEMENT - Static variable in interface oracle.toplink.platform.xml.XMLSchemaReference
 
ELEMENT_DATA_TYPE_NAME_IS_REQUIRED - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
elementAt(int) - Method in class oracle.toplink.indirection.IndirectList
 
elementDataTypeNameIsRequired(Vector) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
elements() - Method in class oracle.toplink.indirection.IndirectList
 
elements() - Method in class oracle.toplink.indirection.IndirectMap
 
elements() - Method in class oracle.toplink.queryframework.ReportQueryResult
Return an enumeration of the result values.
elements() - Method in class oracle.toplink.sessions.DatabaseRecord
Returns an Enumeration of the values in the database row.
elementValues - Variable in class oracle.toplink.libraries.asm.attrs.Annotation
List of Object[]{name, value} pairs.
EMBEDDED_ID_AND_ID_ANNOTATIONS_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EMBEDDED_ID_AND_ID_ELEMENTS_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EMBEDDED_ID_CLASS_HAS_NO_ATTR - Static variable in exception oracle.toplink.exceptions.ValidationException
 
embeddedIdAndIdAnnotationFound(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
embeddedIdAndIdElementFound(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
embeddedIdHasNoAttributes(Class, Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
EMPTY_AGGREGATE_ATTRIBUTE_NAME - Static variable in class oracle.toplink.xml.xerces.XMLToDatabaseRowTranslator
Deprecated.  
EMPTY_CHAR_ARRAY - Static variable in class oracle.toplink.ox.XMLConstants
 
EMPTY_TEXT_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
EnclosingMethodAttribute - Class in oracle.toplink.libraries.asm.attrs
The EnclosingMethod attribute is an optional fixed-length attribute in the attributes table of the ClassFile structure.
EnclosingMethodAttribute() - Constructor for class oracle.toplink.libraries.asm.attrs.EnclosingMethodAttribute
 
EnclosingMethodAttribute(String, String, String) - Constructor for class oracle.toplink.libraries.asm.attrs.EnclosingMethodAttribute
 
encode(String) - Static method in class oracle.toplink.xml.tools.EncodedWord
This method was created in VisualAge.
EncodedWord - Class in oracle.toplink.xml.tools
This type was created in VisualAge.
EncodedWord() - Constructor for class oracle.toplink.xml.tools.EncodedWord
ImapEncodedWord constructor comment.
end - Variable in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
end - Variable in class oracle.toplink.libraries.asm.tree.LocalVariableNode
The last instruction corresponding to the scope of this local variable (exclusive).
end - Variable in class oracle.toplink.libraries.asm.tree.TryCatchBlockNode
End of the exception handler's scope (exclusive).
END_BEGIN_BLOCK - Static variable in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
endAddingToConstructorItem() - Method in class oracle.toplink.queryframework.ReportQuery
Used in conjunction with beginAddingConstructorArguments to signal that expressions should no longer be be added to the collection used in the constructor Get the rows and build the object from the rows.
endCDATA() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
endDocument() - Method in class oracle.toplink.libraries.asm.xml.ASMContentHandler
Process notification of the end of a document and write generated bytecode into output stream.
endDocument() - Method in class oracle.toplink.ox.jaxb.JAXBUnmarshallerHandler
 
endDocument() - Method in class oracle.toplink.ox.record.MarshalRecord
Recieve notification that a document is being ended.
endDocument() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
endDocument() - Method in class oracle.toplink.ox.record.XMLRootRecord
 
endDocument() - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
endDocument() - Method in class oracle.toplink.ox.XMLUnmarshallerHandler
 
endDocument() - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
endDTD() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
endElement(String, String, String) - Method in class oracle.toplink.libraries.asm.xml.ASMContentHandler
Process notification of the end of an XML element being reached.
endElement(XPathFragment, NamespaceResolver) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification that an element is being ended.
endElement(String, String, String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
endElement(String, String, String) - Method in class oracle.toplink.ox.record.XMLRootRecord
 
endElement(String, String, String) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
endElement(String, String, String) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
endEntity(String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
endPrefixMapping(String) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification that the scope of this namespace declaration has ended.
endPrefixMapping(String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
endPrefixMapping(String) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
endPrefixMapping(String) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
endPrefixMappings(NamespaceResolver) - Method in class oracle.toplink.ox.record.MarshalRecord
 
ENQUEUE - Static variable in class oracle.toplink.eis.adapters.aq.AQPlatform
 
ENQUEUE_OPTIONS - Static variable in class oracle.toplink.eis.adapters.aq.AQPlatform
 
ensureCapacity(int) - Method in class oracle.toplink.indirection.IndirectList
 
ENTITY_CLASS_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ENTITY_IN_ORION_NOT_IN_EJB_JAR - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
ENTITY_IN_WLS_CMP_JAR_NOT_DEFINED_IN_WLS_EJB_JAR - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
ENTITY_NOT_MAPPED_IN_ORION - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
ENTITY_NOT_MAPPED_IN_WLS - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
ENTITY_TRANSACTION_WITH_JTA_NOT_ALLOWED - Static variable in exception oracle.toplink.exceptions.TransactionException
 
entityClassNotFound(String, ClassLoader, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
entityInWlsCmpJarNotDefinedInWlsEjbJar(String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
EntityManagerSetupException - Exception in oracle.toplink.exceptions
 
entityNameNotSpecifiedInEjbJar(String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
entityNotMappedInOrion(String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
entityNotMappedInWLS(String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
EntityResult - Class in oracle.toplink.queryframework
Purpose: Concrete class to represent the EntityResult structure as defined by the EJB 3.0 Persistence specification.
EntityResult(Class) - Constructor for class oracle.toplink.queryframework.EntityResult
 
EntityResult(String) - Constructor for class oracle.toplink.queryframework.EntityResult
 
entityTransactionNotActive() - Static method in exception oracle.toplink.exceptions.TransactionException
 
entityTransactionWithJTANotAllowed() - Static method in exception oracle.toplink.exceptions.TransactionException
 
entrySet() - Method in class oracle.toplink.indirection.IndirectMap
 
entrySet() - Method in class oracle.toplink.ox.record.DOMRecord
todo: need to check attributes, should be prefix or nodename?
entrySet() - Method in class oracle.toplink.queryframework.ReportQueryResult
Returns a set of the keys.
entrySet() - Method in class oracle.toplink.sessions.DatabaseRecord
Returns a set of map entries (ie. field-value pairs)in the database row with the DatabaseFields as keys and the value Objects as values.
ENUM_CLASS_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
enumClassNotSpecified() - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
EnumTypeConverter - Class in oracle.toplink.mappings.converters
Purpose: Object type converter is used to match a fixed number of database data values to a Java enum object value.
EnumTypeConverter(DatabaseMapping, Class, boolean) - Constructor for class oracle.toplink.mappings.converters.EnumTypeConverter
Creating an enum converter this way will create the conversion values for you using ordinal or name values.
EnumTypeConverter(DatabaseMapping, String) - Constructor for class oracle.toplink.mappings.converters.EnumTypeConverter
Creating an enum converter this way expects that you will provide the conversion values separately.
equal(byte) - Method in class oracle.toplink.expressions.Expression
 
equal(char) - Method in class oracle.toplink.expressions.Expression
 
equal(double) - Method in class oracle.toplink.expressions.Expression
 
equal(float) - Method in class oracle.toplink.expressions.Expression
 
equal(int) - Method in class oracle.toplink.expressions.Expression
 
equal(long) - Method in class oracle.toplink.expressions.Expression
 
equal(Object) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receiver's value is equal to the other value.
equal(Expression) - Method in class oracle.toplink.expressions.Expression
Returns an expression that compares if the receiver's value is equal to the other value.
equal(short) - Method in class oracle.toplink.expressions.Expression
 
equal(boolean) - Method in class oracle.toplink.expressions.Expression
 
Equal - Static variable in class oracle.toplink.expressions.ExpressionOperator
Comparison operators
EqualOuterJoin - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
equals(ObjectChangeSet) - Method in interface oracle.toplink.changesets.ObjectChangeSet
 
equals(Object) - Method in class oracle.toplink.eis.adapters.xmlfile.XMLFileSequence
 
equals(Object) - Method in class oracle.toplink.eis.EISSequence
 
equals(Object) - Method in class oracle.toplink.indirection.IndirectList
 
equals(Object) - Method in class oracle.toplink.indirection.IndirectMap
 
equals(Object) - Method in class oracle.toplink.indirection.IndirectSet
 
equals(Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
equals(Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowValue
 
equals(Value) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Value
Compares this value with the given value.
equals(Object) - Method in class oracle.toplink.libraries.asm.Type
Tests if the given object is equal to this type.
equals(Object) - Method in class oracle.toplink.queryframework.ReportQueryResult
Compare if the two results are equal.
equals(Object) - Method in class oracle.toplink.sdk.SDKSequence
Deprecated.  
equals(Object) - Method in class oracle.toplink.sequencing.DefaultSequence
 
equals(Object) - Method in class oracle.toplink.sequencing.NativeSequence
 
equals(Object) - Method in class oracle.toplink.sequencing.QuerySequence
 
equals(Object) - Method in class oracle.toplink.sequencing.Sequence
 
equals(Object) - Method in class oracle.toplink.sequencing.TableSequence
 
equals(Object) - Method in class oracle.toplink.sequencing.UnaryTableSequence
 
equals(Object) - Method in class oracle.toplink.xml.XMLSequence
Deprecated.  
equalsIgnoreCase(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receiver's value is equal to the other value, ignoring case.
equalsIgnoreCase(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receiver's value is equal to the other value, ignoring case.
error(SAXParseException) - Method in class oracle.toplink.ox.jaxb.JAXBErrorHandler
 
ERROR_BEGINNING_TRANSACTION - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_BINDING_CONNECTION - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_BINDING_CONTROLLER - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_BINDING_TO_TRANSACTION - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_CLOSING_PERSISTENCE_XML - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_COMMITTING_TRANSACTION - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_CREATE_URL - Static variable in exception oracle.toplink.exceptions.XMLConversionException
 
ERROR_CREATING_DATAOBJECT_FOR_CLASS - Static variable in exception oracle.toplink.exceptions.SDOException
 
ERROR_CREATING_DATAOBJECT_FOR_TYPE - Static variable in exception oracle.toplink.exceptions.SDOException
 
ERROR_CREATING_JMS_CONNECTION - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_CREATING_LOCAL_JMS_CONNECTION - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_CREATING_OC4J_JGROUPS_CONNECTION - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_DECRYPTING_PASSWORD - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_DEFINING_TYPE - Static variable in exception oracle.toplink.exceptions.SDOException
 
ERROR_DEFINING_TYPE_NO_NAME - Static variable in exception oracle.toplink.exceptions.SDOException
 
ERROR_DESERIALIZE_REMOTE_COMMAND - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_DISCOVERING_IP_ADDRESS - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_DOING_JNDI_LOOKUP - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_DOING_LOCAL_MERGE - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_LOCAL_MERGE1 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_REGISTER - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_REGISTER1 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_REGISTER2 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_REGISTER3 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_REMOTE_MERGE - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_REMOTE_MERGE1 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_REMOTE_MERGE2 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_DOING_REMOTE_MERGE3 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_ENCRYPTING_PASSWORD - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_GETTING_HOST_NAME - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_GETTING_SERVERPLATFORM - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_GETTING_SYNC_SERVICE - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_GETTING_TRANSACTION - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_GETTING_TRANSACTION_STATUS - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_IN_INVOCATION - Static variable in exception oracle.toplink.exceptions.CommunicationException
 
ERROR_IN_SESSION_XML - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_IN_SETUP_OF_EM - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
ERROR_INACTIVE_UOW - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_INSTANTIATING_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_INSTANTIATING_CONVERSION_VALUE_DATA - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_INSTANTIATING_CONVERSION_VALUE_OBJECT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_INSTANTIATING_SCHEMA_PLATFORM - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
ERROR_INSTANTIATING_UNMAPPED_CONTENTHANDLER - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
ERROR_JOINING_MULTICAST_GROUP - Static variable in exception oracle.toplink.exceptions.DiscoveryException
 
ERROR_JOINING_MULTICAST_GROUP - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_LOOKING_UP_CONTROLLER - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_LOOKING_UP_JMS_SERVICE - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_LOOKING_UP_LOCAL_HOST - Static variable in exception oracle.toplink.exceptions.DiscoveryException
 
ERROR_LOOKING_UP_LOCAL_HOST - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_LOOKING_UP_REMOTE_CONNECTION - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_MARKING_TRANSACTION_FOR_ROLLBACK - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_NO_ENTITY_TRANSACTION_ACTIVE - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_NO_EXTERNAL_TRANSACTION_ACTIVE - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_NO_TRANSACTION_ACTIVE - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_NOTIFYING_CLUSTER - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_OBTAINING_CONTEXT_FOR_JNDI - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_OBTAINING_TRANSACTION_MANAGER - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_OCCURED_IN_AMENDMENT_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ERROR_PREALLOCATING_SEQUENCE_NUMBERS - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
ERROR_PROCESSING_IMPORT - Static variable in exception oracle.toplink.exceptions.SDOException
 
ERROR_PROCESSING_INCLUDE - Static variable in exception oracle.toplink.exceptions.SDOException
 
ERROR_PROCESSING_NAMED_QUERY_ANNOTATION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_PROCESSING_NAMED_QUERY_ELEMENT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ERROR_PROCESSING_REMOTE_COMMAND - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_PROCESSING_XPATH - Static variable in exception oracle.toplink.exceptions.SDOException
 
ERROR_PROPAGATING_COMMAND - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_READING_BLOB_DATA - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
ERROR_RECEIVED_JMS_MESSAGE_IS_NULL - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_RECEIVING_ANNOUNCEMENT - Static variable in exception oracle.toplink.exceptions.DiscoveryException
 
ERROR_RECEIVING_ANNOUNCEMENT - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_RECEIVING_ANNOUNCEMENT1 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_RECEIVING_JMS_MESSAGE - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_RESOLVING_XML_SCHEMA - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
ERROR_RETRIEVE_DB_METADATA_THROUGH_JDBC_CONNECTION - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
ERROR_ROLLING_BACK_TRANSACTION - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_SENDING_ANNOUNCEMENT - Static variable in exception oracle.toplink.exceptions.DiscoveryException
 
ERROR_SENDING_CONNECTION_SERVICE - Static variable in exception oracle.toplink.exceptions.CommunicationException
Creates a CommunicationException.
ERROR_SENDING_MESSAGE - Static variable in exception oracle.toplink.exceptions.CommunicationException
 
ERROR_SERIALIZE_OR_DESERIALIZE_COMMAND - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_SETTING_SCHEMAS - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
ERROR_TRANSACTION_IS_ACTIVE - Static variable in exception oracle.toplink.exceptions.TransactionException
 
ERROR_UNBINDING_LOCAL_CONNECTION - Static variable in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
ERROR_UNMARSHALLING_MSG - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
ERROR_UNMARSHALLING_MSG1 - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorAccessingSetMethodOfEntity(Class, String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
errorBeginningExternalTransaction(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
errorBindingConnection(String, Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorBindingController(String, Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorBindingToExternalTransaction(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
errorClosingPersistenceXML(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
errorCommittingExternalTransaction(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
errorCreateURLForFile(String, Exception) - Static method in exception oracle.toplink.exceptions.XMLConversionException
 
errorCreatingJMSConnection(String, String, Hashtable, Throwable) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorCreatingLocalJMSConnection(String, String, Hashtable, Throwable) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorCreatingOc4jJGroupsConnection(String, String, String, Hashtable, Throwable) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorDecryptingPassword(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
errorDeserializeRemoteCommand(String, String, Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorDiscoveringLocalHostIPAddress(Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorDoingLocalMerge(String, Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorDoingRegister(String, Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorDoingRemoteMerge(String, Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorEncryptingPassword(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
errorGettingExternalTransaction(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
errorGettingExternalTransactionStatus(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
errorGettingHostName(Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorGettingServerPlatform() - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorGettingSyncService(Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorInInvocation(Exception) - Static method in exception oracle.toplink.exceptions.CommunicationException
 
errorInSessionsXML(String) - Static method in exception oracle.toplink.exceptions.ValidationException
The session named "name" could not be found in the Sessions.XML
errorInSetupOfEM() - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
errorInstantiatingClass(Class, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
errorInstantiatingConversionValueData(String, String, Class, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
errorInstantiatingConversionValueObject(String, String, Class, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
errorInstantiatingSchemaPlatform(Exception) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
errorInstantiatingUnmappedContentHandler(Exception, String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
errorInvokingFromStringMethod(Exception, String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
errorJMSMessageIsNull() - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorJoiningMulticastGroup(Exception) - Static method in exception oracle.toplink.exceptions.DiscoveryException
 
errorJoiningMulticastGroup(Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorLookingUpController(String, Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorLookingUpJMSService(String, Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorLookingUpLocalHost(Exception) - Static method in exception oracle.toplink.exceptions.DiscoveryException
 
errorLookingUpLocalHost(Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorLookingUpRemoteConnection(String, String, Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorLookupSessionNameInCtx(Throwable) - Static method in exception oracle.toplink.exceptions.JMSProcessingException
 
errorMarkingTransactionForRollback(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
errorNotifyingCluster(Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorObtainingContext(String, Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorObtainingTransactionManager(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
errorOccuredInAmendmentMethod(Class, String, Exception, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
errorPreallocatingSequenceNumbers() - Static method in exception oracle.toplink.exceptions.DatabaseException
 
errorProcessingNamedQueryAnnotation(Class, String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
errorProcessingNamedQueryElement(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
errorProcessingRemoteCommand(String, String, String, String, Throwable) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorReadingBlobData() - Static method in exception oracle.toplink.exceptions.DatabaseException
 
errorReadingDescriptor(Exception) - Static method in exception oracle.toplink.exceptions.EJBJarXMLException
 
errorReceivingAnnouncement(Exception) - Static method in exception oracle.toplink.exceptions.DiscoveryException
 
errorReceivingAnnouncement(String, Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorReceivingJMSMessage(Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorResolvingXMLSchema(Exception) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
errorRetrieveDbMetadataThroughJDBCConnection() - Static method in exception oracle.toplink.exceptions.DatabaseException
 
errorRollingBackExternalTransaction(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
errors - Variable in exception oracle.toplink.exceptions.CacheSynchronizationException
Deprecated.  
errorSendingAnnouncement(Exception) - Static method in exception oracle.toplink.exceptions.DiscoveryException
 
errorSendingConnectionService(String, Exception) - Static method in exception oracle.toplink.exceptions.CommunicationException
 
errorSendingMessage(String, Exception) - Static method in exception oracle.toplink.exceptions.CommunicationException
 
errorSerializeOrDeserialzeCommand(Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorSettingSchemas(Exception, Object[]) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
errorUnbindingLocalConnection(String, Exception) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
errorUnmarshallingMsg(String) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
errorUsingPrimaryKey(Object, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
EVENT - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
EXAMPLE_AND_REFERENCE_OBJECT_CLASS_MISMATCH - Static variable in exception oracle.toplink.exceptions.QueryException
 
exampleAndReferenceObjectClassMismatch(Class, Class, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
Oct 18, 2000 JED Added this method and exception value
EXCEPTION_BUILDING_PERSISTENCE_UNIT_NAME - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_CONFIGURING_EM_FACTORY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EXCEPTION_CREATING_DOCUMENT_BUILDER - Static variable in exception oracle.toplink.exceptions.XMLParseException
 
EXCEPTION_CREATING_SAX_PARSER - Static variable in exception oracle.toplink.exceptions.XMLParseException
 
EXCEPTION_CREATING_XML_READER - Static variable in exception oracle.toplink.exceptions.XMLParseException
 
EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL - Static variable in exception oracle.toplink.exceptions.StaticWeaveException
 
EXCEPTION_IN_PROXY_EXECUTION - Static variable in exception oracle.toplink.exceptions.TransactionException
 
EXCEPTION_IN_SETUP_OF_EM - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
EXCEPTION_LOADING_CLASS - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_DIRECTORY - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_JAR - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_URL - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_NO_SOURCE_SPECIFIED - Static variable in exception oracle.toplink.exceptions.StaticWeaveException
 
EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR - Static variable in exception oracle.toplink.exceptions.StaticWeaveException
 
EXCEPTION_NO_TARGET_SPECIFIED - Static variable in exception oracle.toplink.exceptions.StaticWeaveException
 
EXCEPTION_OPEN_LOGGING_FILE - Static variable in exception oracle.toplink.exceptions.StaticWeaveException
 
EXCEPTION_OPENING_ORM_XML - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_OPENNING_ARCHIVE - Static variable in exception oracle.toplink.exceptions.StaticWeaveException
 
EXCEPTION_PROCESSING_PERSISTENCE_UNIT - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_PROCESSING_PERSISTENCE_XML - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_READING_XML_DOCUMENT - Static variable in exception oracle.toplink.exceptions.XMLParseException
 
EXCEPTION_SEARCHING_FOR_ENTITIES - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_SEARCHING_FOR_PERSISTENCE_RESOURCES - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_SETTING_SCHEMA_SOURCE - Static variable in exception oracle.toplink.exceptions.XMLParseException
 
EXCEPTION_WEAVING - Static variable in exception oracle.toplink.exceptions.StaticWeaveException
 
EXCEPTION_WHILE_USING_CONSTRUCTOR_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
exceptionConfiguringEMFactory(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
ExceptionHandler - Interface in oracle.toplink.exceptions
Exception handler can catch errors that occur on queries or during database access.
exceptionInSetupOfEM(Exception) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
exceptionLoadingClassWhileLookingForAnnotations(String, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromDirectory(File, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromJar(URL, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromUrl(String, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingORMXML(String, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptionPerformWeaving(Exception) - Static method in exception oracle.toplink.exceptions.StaticWeaveException
 
exceptionProcessingPersistenceUnit(URL, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptionProcessingPersistenceXML(URL, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptions - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The internal names of the method's exception classes (see getInternalName).
exceptionSearchingForEntities(URL, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptionSearchingForPersistenceResources(ClassLoader, Exception) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
exceptionWhileUsingConstructorExpression(Exception, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
An exception was throwing while using a ReportQuery with a constructor expession
EXCESSIVE_JOIN_COLUMN_ELEMENTS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EXCESSIVE_JOIN_COLUMNS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EXCESSIVE_PK_JOIN_COLUMN_ELEMENTS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
EXCESSIVE_PRIMARY_KEY_JOIN_COLUMNS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
excessiveJoinColumnElementsSpecified(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
excessiveJoinColumnsSpecified(Object, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
excessivePrimaryKeyJoinColumnElementsSpecified(Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
excessivePrimaryKeyJoinColumnsSpecified(Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
excludeDefaultPrimitiveValues() - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Ignores attributes set to the default value for their primitive type.
excludeValue(byte) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(char) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(double) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(float) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(int) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to be an excluded value will be ignored in a Query By Example.
excludeValue(long) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(Object) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(short) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(boolean) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
An attribute in the example object set to an excluded value will be ignored in a Query By Example.
EXCLUSIVE_CONNECTION_NO_LONGER_AVAILABLE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
excusiveConnectionIsNoLongerAvailable(DatabaseQuery, AbstractSession) - Static method in exception oracle.toplink.exceptions.ValidationException
 
execute(AbstractInsnNode, Interpreter) - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
 
execute(AbstractRecord, Accessor) - Method in interface oracle.toplink.sdk.SDKCall
Deprecated. Execute the call and return the results.
execute(AbstractRecord, Accessor) - Method in class oracle.toplink.xml.XMLDataDeleteCall
Deprecated. Delete the appropriate data.
execute(AbstractRecord, Accessor) - Method in class oracle.toplink.xml.XMLDataReadCall
Deprecated. Read and return the necessary rows of data.
execute(AbstractRecord, Accessor) - Method in class oracle.toplink.xml.XMLDataWriteCall
Deprecated. Insert the necessary data.
execute(AbstractRecord, Accessor) - Method in class oracle.toplink.xml.XMLDeleteCall
Deprecated. Delete the necessary data.
execute(AbstractRecord, Accessor) - Method in class oracle.toplink.xml.XMLDoesExistCall
Deprecated. If the data exists, return the row, otherwise return null.
execute(AbstractRecord, Accessor) - Method in class oracle.toplink.xml.XMLReadAllCall
Deprecated. Read and return the necessary rows of data.
execute(AbstractRecord, Accessor) - Method in class oracle.toplink.xml.XMLReadCall
Deprecated. Read and return the necessary rows of data.
execute(AbstractRecord, Accessor) - Method in class oracle.toplink.xml.XMLWriteCall
Deprecated. Write the necessary data.
executeCall(Call, AbstractRecord, AbstractSession) - Method in class oracle.toplink.eis.EISAccessor
Avoid super to have logging occur after possible manual auto-commit.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. A remote query after serialization is executed locally.
executeNonSelectingCall(Call) - Method in interface oracle.toplink.sessions.Session
Execute the call on the database.
executeNonSelectingSQL(String) - Method in interface oracle.toplink.sessions.Session
Execute the non-selecting (update/DML) SQL string.
executeQuery(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(String) - Method in class oracle.toplink.remote.DistributedSession
Execute the pre-defined query by name and return the result.
executeQuery(String, Class) - Method in class oracle.toplink.remote.DistributedSession
Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Vector) - Method in class oracle.toplink.remote.DistributedSession
Execute the pre-defined query by name and return the result.
executeQuery(String, Vector) - Method in class oracle.toplink.remote.DistributedSession
Execute the pre-defined query by name and return the result.
executeQuery(DatabaseQuery) - Method in class oracle.toplink.remote.DistributedSession
Execute the database query.
executeQuery(DatabaseQuery) - Method in class oracle.toplink.remote.RemoteSession
Execute the database query.
executeQuery(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
To execute remote query on the server side.
executeQuery(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
To execute remote query on the server side.
executeQuery(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
executeQuery(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. To execute remote query on the server side.
executeQuery(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. A remote query after serialization is executed locally.
executeQuery(String) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Class) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object, Object) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object, Object, Object) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Vector) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Object) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Object, Object) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Object, Object, Object) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(String, Vector) - Method in interface oracle.toplink.sessions.Session
Execute the pre-defined query by name and return the result.
executeQuery(DatabaseQuery) - Method in interface oracle.toplink.sessions.Session
Execute the database query.
executeQuery(DatabaseQuery, Vector) - Method in interface oracle.toplink.sessions.Session
Return the results from exeucting the database query.
executeSelectingCall(Call) - Method in interface oracle.toplink.sessions.Session
Execute the call on the database and return the result.
executeSQL(String) - Method in interface oracle.toplink.sessions.Session
Execute the selecting SQL string.
executeStoredProcedure(DatabaseCall, PreparedStatement, DatabaseAccessor, AbstractSession) - Method in class oracle.toplink.platform.database.SybasePlatform
because each platform has different requirements for accessing stored procedures and the way that we can combine resultsets and output params the stored procedure call is being executed on the platform.
EXISTING_QUERY_TYPE_CONFLICT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
existingQueryTypeConflict(DatabaseQuery, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.ValidationException
 
exists(ReportQuery) - Method in class oracle.toplink.expressions.Expression
Return a sub query expression.
Exists - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
existsNode(String) - Method in class oracle.toplink.expressions.Expression
XMLType Function, gets the number of nodes returned by the given xpath expression returns 0 if there are none
ExistsNode - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
exp(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Exp - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
expectedCharFound - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
expectedCharFound(String, String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
expectedCharFound - Static variable in exception oracle.toplink.exceptions.JPQLException
 
expectedCharFound(String, int, int, String, String, Exception) - Static method in exception oracle.toplink.exceptions.JPQLException
 
expectedOrderableOrderByItem - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
expectedOrderableOrderByItem(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
expectedOrderableOrderByItem - Static variable in exception oracle.toplink.exceptions.JPQLException
 
expectedOrderableOrderByItem(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
Expression - Class in oracle.toplink.expressions
Purpose: Define an object-level representation of a database query where clause.
Expression() - Constructor for class oracle.toplink.expressions.Expression
Base Expression Constructor.
EXPRESSION_DOES_NOT_SUPPORT_PARTAIL_ATTRIBUTE_READING - Static variable in exception oracle.toplink.exceptions.QueryException
 
ExpressionBuilder - Class in oracle.toplink.expressions
Purpose: Allow for instances of expression to be created.
ExpressionBuilder() - Constructor for class oracle.toplink.expressions.ExpressionBuilder
Create a new ExpressionBuilder.
ExpressionBuilder(Class) - Constructor for class oracle.toplink.expressions.ExpressionBuilder
ADVANCED: Create a new ExpressionBuilder representing instances of the argument class.
expressionDoesNotSupportPartialAttributeReading(Expression) - Static method in exception oracle.toplink.exceptions.QueryException
 
ExpressionMath - Class in oracle.toplink.expressions
Purpose: This class mirrors the java.lang.Math class to allow mathimetical function support within expressions.
ExpressionMath() - Constructor for class oracle.toplink.expressions.ExpressionMath
 
expressionNotSupported - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
expressionNotSupported(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
expressionNotSupported - Static variable in exception oracle.toplink.exceptions.JPQLException
 
expressionNotSupported(String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
ExpressionOperator - Class in oracle.toplink.expressions
Purpose: ADVANCED: The expression operator is used internally to define SQL operations and functions.
ExpressionOperator() - Constructor for class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Create a new operator.
ExpressionOperator(int, Vector) - Constructor for class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Create a new operator with the given name(s) and strings to print.
ExternalConnectionPool - Class in oracle.toplink.threetier
Purpose: This subclass is intended to be used with external connection pools.
ExternalConnectionPool() - Constructor for class oracle.toplink.threetier.ExternalConnectionPool
Build a new external connection pool.
ExternalConnectionPool(String, Login, ServerSession) - Constructor for class oracle.toplink.threetier.ExternalConnectionPool
Build a new external connection pool.
ExternalTransactionController - Interface in oracle.toplink.sessions
Purpose: Interface for external transaction management.
externalTransactionNotActive() - Static method in exception oracle.toplink.exceptions.TransactionException
 
extract(String) - Method in class oracle.toplink.expressions.Expression
XMLType Function, extracts a secton of XML from a larget XML document
Extract - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
extractClassFromRow(Record, Session) - Method in class oracle.toplink.descriptors.ClassExtractor
Extract/compute the class from the database row and return the class.
extractValue(String) - Method in class oracle.toplink.expressions.Expression
XMLType Function, extracts a value from an XMLType field
ExtractValue - Static variable in class oracle.toplink.expressions.ExpressionOperator
 

F

F2D - Static variable in interface oracle.toplink.libraries.asm.Constants
 
F2I - Static variable in interface oracle.toplink.libraries.asm.Constants
 
F2L - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FADD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FAIL_TO_LOAD_CLASS_FOR_QUERY - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FAIL_TO_RESET_CACHE_SYNCH - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
FAILED_TO_CLOSE_STREAM - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FAILED_TO_CLOSE_ZIPFILE - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FAILED_TO_CREATE_DIRECTORY - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FAILED_TO_CREATE_JAR_CLASSLOADER - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FAILED_TO_INSTANTIATE_LOGGER - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
FAILED_TO_INSTANTIATE_SERVER_PLATFORM - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
FAILED_TO_LOAD_PROJECT_XML - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
FAILED_TO_READ_INPUTSTREAM - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FAILED_TO_RECONNECT - Static variable in exception oracle.toplink.exceptions.CacheSynchCommunicationException
Deprecated.  
FAILED_WHILE_PROCESSING_PROPERTY - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
failedToCloseStream(Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
failedToCloseZipFile(String, Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
failedToCreateDirectory(String, Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
failedToCreateJarClassloader(String, Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
failedToInstantiateLogger(String, String, Exception) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
failedToInstantiateServerPlatform(String, String, Exception) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
failedToLoadProjectClass(String, Throwable) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
failedToLoadProjectXml(String, Throwable) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
failedToLoadTag(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
failedToParseXML(String, int, int, Throwable) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
failedToParseXML(String, Throwable) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
failedToReadInputstream(Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
failedToReconnect(String, Exception) - Static method in exception oracle.toplink.exceptions.CacheSynchCommunicationException
Deprecated.  
failedWhileProcessingProperty(String, String, Exception) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
failToLoadClassForQuery(String, String, String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
failToResetCacheSynch() - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
FALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FAST_TABLE_CREATOR - Static variable in class oracle.toplink.tools.schemaframework.SchemaManager
Allow table creator to occur "fast" by just deleting all the rows.
FASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FATAL_ERROR_OCCURRED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
fatalError(SAXParseException) - Method in class oracle.toplink.ox.jaxb.JAXBErrorHandler
 
fatalErrorOccurred(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
FCMPG - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FCMPL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FCONST_0 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FCONST_1 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FCONST_2 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FDIV - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FEATURE_NOT_SUPPORTED_IN_JDK_VERSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
featureIsNotAvailableInRunningJDKVersion(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
FETCH_FORWARD - Static variable in class oracle.toplink.queryframework.ScrollableCursorPolicy
JDBC 2.0 The rows in a result set will be processed in a forward direction; first-to-last.
FETCH_GROUP_ATTRIBUTE_NOT_MAPPED - Static variable in exception oracle.toplink.exceptions.QueryException
 
FETCH_GROUP_NOT_SUPPORT_ON_PARTIAL_ATTRIBUTE_READING - Static variable in exception oracle.toplink.exceptions.QueryException
 
FETCH_GROUP_NOT_SUPPORT_ON_REPORT_QUERY - Static variable in exception oracle.toplink.exceptions.QueryException
 
FETCH_REVERSE - Static variable in class oracle.toplink.queryframework.ScrollableCursorPolicy
JDBC 2.0 The rows in a result set will be processed in a reverse direction; last-to-first.
FETCH_UNKNOWN - Static variable in class oracle.toplink.queryframework.ScrollableCursorPolicy
JDBC 2.0 The order in which rows in a result set will be processed is unknown.
fetchedAttributes - Static variable in class oracle.toplink.tools.profiler.FetchGroupMonitor
 
FetchGroup - Class in oracle.toplink.queryframework
Purpose: A fetch group is a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.
FetchGroup() - Constructor for class oracle.toplink.queryframework.FetchGroup
Constructor.
FetchGroup(String) - Constructor for class oracle.toplink.queryframework.FetchGroup
Constructor with a group name.
FETCHGROUP_VALID_ONLY_IF_FETCHGROUP_MANAGER_IN_DESCRIPTOR - Static variable in exception oracle.toplink.exceptions.QueryException
 
fetchGroupAttributeNotMapped(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
FetchGroupManager - Class in oracle.toplink.descriptors
Purpose: The fetch group manager controls the named fetch groups defined at the descriptor level.
FetchGroupManager() - Constructor for class oracle.toplink.descriptors.FetchGroupManager
Constructor
FetchGroupMonitor - Class in oracle.toplink.tools.profiler
Purpose: Provide a very simple low overhead means for measuring fetch group field usage.
FetchGroupMonitor() - Constructor for class oracle.toplink.tools.profiler.FetchGroupMonitor
 
fetchGroupNotDefinedInDescriptor(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
fetchGroupNotSupportOnPartialAttributeReading() - Static method in exception oracle.toplink.exceptions.QueryException
 
fetchGroupNotSupportOnReportQuery() - Static method in exception oracle.toplink.exceptions.QueryException
 
FetchGroupTracker - Interface in oracle.toplink.queryframework
Purpose: The fetch group tracker interface provides a set of APIs which the domain object must implement, in order to take advantage of the TopLink fetch group performance enhancement feature.
fetchGroupValidOnlyIfFetchGroupManagerInDescriptor(String, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
FIELD_IS_NOT_PRESENT_IN_DATABASE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
FIELD_LEVEL_LOCKING_NOTSUPPORTED_OUTSIDE_A_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.ValidationException
 
FIELD_NAME_NOT_SET_IN_MAPPING - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
FIELD_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.DefaultMappingException
 
FIELD_TRANSFORMER_CLASS_INVALID - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
FIELD_TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
FieldDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Define a database field definition for creation within a table.
FieldDefinition() - Constructor for class oracle.toplink.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class) - Constructor for class oracle.toplink.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class, int) - Constructor for class oracle.toplink.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class, int, int) - Constructor for class oracle.toplink.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, String) - Constructor for class oracle.toplink.tools.schemaframework.FieldDefinition
 
FieldInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a field instruction.
FieldInsnNode(int, String, String, String) - Constructor for class oracle.toplink.libraries.asm.tree.FieldInsnNode
Constructs a new FieldInsnNode object.
fieldIsNotPresentInDatabase(ClassDescriptor, String, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
fieldLevelLockingNotSupportedWithoutUnitOfWork() - Static method in exception oracle.toplink.exceptions.ValidationException
 
fieldNameNotSetInMapping(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
FieldNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a field.
FieldNode(int, String, String, Object, Attribute) - Constructor for class oracle.toplink.libraries.asm.tree.FieldNode
Constructs a new FieldNode object.
fieldNotFound(String, String) - Static method in exception oracle.toplink.exceptions.DefaultMappingException
 
FieldResult - Class in oracle.toplink.queryframework
Purpose: Concrete class to represent the FieldResult structure as defined by the EJB 3.0 Persistence specification.
FieldResult(String, String) - Constructor for class oracle.toplink.queryframework.FieldResult
 
fields - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The fields of this class.
FieldsLockingPolicy - Class in oracle.toplink.descriptors
Purpose: An abstract superclass of some implementations of the OptimisticLockingPolicy interface.
FieldsLockingPolicy() - Constructor for class oracle.toplink.descriptors.FieldsLockingPolicy
Create a new field locking policy.
FieldTransformer - Interface in oracle.toplink.mappings.transformers
This interface is used by the Transformation Mapping to build the value for a specific field.
FieldTransformerAdapter - Class in oracle.toplink.mappings.transformers
Purpose: Provides an empty implementation of FieldTransformer.
FieldTransformerAdapter() - Constructor for class oracle.toplink.mappings.transformers.FieldTransformerAdapter
 
fieldTransformerClassInvalid(String, AbstractTransformationMapping, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
fieldTransformerClassNotFound(String, AbstractTransformationMapping, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
FieldTranslator - Interface in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
FILE_ALREADY_EXISTS - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
FILE_ERROR - Static variable in exception oracle.toplink.exceptions.ValidationException
 
FILE_NAME - Static variable in class oracle.toplink.eis.adapters.xmlfile.XMLFilePlatform
XML file interaction spec properties.
FILE_NOT_ACCESSIBLE - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FILE_NOT_DELETABLE - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FILE_NOT_FOUND - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
FILE_PATH_MISSING_EXCEPTION - Static variable in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
fileAlreadyExists(File) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
fileError(IOException) - Static method in exception oracle.toplink.exceptions.ValidationException
 
FileNameNormalizer - Interface in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
fileNotAccessible(String, Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
fileNotDeletable(String, Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
fileNotFound(File, IOException) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
filePathMissingException(String) - Static method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
fillInStackTrace() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
fillInStackTrace() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
filter(Expression, Object, SpatialParameters) - Static method in class oracle.toplink.expressions.spatial.SpatialExpressionFactory
Return an Expression for the MDSYS.SDO_FILTER Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes SpatialParameters parameters = new SpatialParameters(); parameters.setQueryType(QueryType.WINDOW); Expression selectCriteria = SpatialExpressions.filter(jGeometry1, jGeometry2, parameters);
FINAL_EXCEPTION - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
finalException(Vector) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
findAll() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class and load them into the cache.
findAll(Expression) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class given the expression and load them into the cache.
findAll(Call) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class given the call and load them into the cache.
findAll(ReadAllQuery) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class given the query and load them into the cache.
findAll() - Method in interface oracle.toplink.ejb.EJB20Home
Read all the objects for the class.
findAll(Expression) - Method in interface oracle.toplink.ejb.EJB20Home
Read all the objects for the class given the expression.
findAll(Call) - Method in interface oracle.toplink.ejb.EJB20Home
Read all the objects for the class given the call.
findAll(ReadAllQuery) - Method in interface oracle.toplink.ejb.EJB20Home
Read all the objects for the class given the query.
findAll() - Method in interface oracle.toplink.ejb.EJB20LocalHome
Read all the objects for the class.
findAll(Expression) - Method in interface oracle.toplink.ejb.EJB20LocalHome
Read all the objects for the class given the expression.
findAll(Call) - Method in interface oracle.toplink.ejb.EJB20LocalHome
Read all the objects for the class given the call.
findAll(ReadAllQuery) - Method in interface oracle.toplink.ejb.EJB20LocalHome
Read all the objects for the class given the query.
findAll() - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class and load them into the cache.
findAll(Expression) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the expression and load them into the cache.
findAll(Call) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the call and load them into the cache.
findAll(ReadAllQuery) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the query and load them into the cache.
findAll() - Method in interface oracle.toplink.ejb.EJBHome
Read all the objects for the class.
findAll(Expression) - Method in interface oracle.toplink.ejb.EJBHome
Read all the objects for the class given the expression.
findAll(Call) - Method in interface oracle.toplink.ejb.EJBHome
Read all the objects for the class given the call.
findAll(ReadAllQuery) - Method in interface oracle.toplink.ejb.EJBHome
Read all the objects for the class given the query.
findAllByNamedQuery(String, Vector) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Read all the objects for the class given the query and load them into the cache.
findAllByNamedQuery(String, Vector) - Method in interface oracle.toplink.ejb.EJB20Home
Read all the objects for the class given the named query.
findAllByNamedQuery(String, Vector) - Method in interface oracle.toplink.ejb.EJB20LocalHome
Read all the objects for the class given the named query.
findAllByNamedQuery(String, Vector) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the query and load them into the cache.
findAllByNamedQuery(String, Vector) - Method in interface oracle.toplink.ejb.EJBHome
Read all the objects for the class given the named query.
findAllObjects(ReadAllQuery) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the query and load them into the cache.
findAllObjectsByNamedQuery(String, Vector) - Method in class oracle.toplink.ejb.EJBDataStore
Read all the objects for the class given the query and load them into the cache.
findByPrimaryKey(Object) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Find the object by primary key object and load it into the cache.
findByPrimaryKey(Object) - Method in class oracle.toplink.ejb.EJBDataStore
Find the object by primary key object and load it into the cache.
FINDER_NOT_DEFINED_IN_ENTITY_HOME - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
FINDER_NOT_DEFINED_IN_HOME - Static variable in exception oracle.toplink.exceptions.DefaultMappingException
 
FINDER_NOT_EXIST_ON_REMOTE_HOME_AND_LOCAL_HOME - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
FINDER_NOT_START_WITH_FIND_OR_EJBSELECT - Static variable in exception oracle.toplink.exceptions.DefaultMappingException
 
FINDER_PARAMETER_TYPE_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.DefaultMappingException
 
finderNotDefinedInEntityHome(String, Class[], String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
finderNotDefinedInHome(String, String, List) - Static method in exception oracle.toplink.exceptions.DefaultMappingException
 
finderNotStartWithFindOrEjbSelect(String, String) - Static method in exception oracle.toplink.exceptions.DefaultMappingException
 
finderParameterTypeNotFound(String, String, String) - Static method in exception oracle.toplink.exceptions.DefaultMappingException
 
findObject(ReadObjectQuery) - Method in class oracle.toplink.ejb.EJBDataStore
Find the object by the query and load it into the cache.
findObjectByNamedQuery(String, Vector) - Method in class oracle.toplink.ejb.EJBDataStore
Find the object by the query and load it into the cache.
findOne(Expression) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Find the object by the query and load it into the cache.
findOne(Call) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Find the object by the query and load it into the cache.
findOne(ReadObjectQuery) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Find the object by the query and load it into the cache.
findOne(Expression) - Method in class oracle.toplink.ejb.EJBDataStore
Find the object by the query and load it into the cache.
findOne(Call) - Method in class oracle.toplink.ejb.EJBDataStore
Find the object by the query and load it into the cache.
findOne(ReadObjectQuery) - Method in class oracle.toplink.ejb.EJBDataStore
Find the object by the query and load it into the cache.
findOneByNamedQuery(String, Vector) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Find the object by the query and load it into the cache.
findOneByNamedQuery(String, Vector) - Method in class oracle.toplink.ejb.EJBDataStore
Find the object by the query and load it into the cache.
fine(String) - Method in class oracle.toplink.logging.AbstractSessionLog
This method is called when a fine level message needs to be logged.
FINE - Static variable in interface oracle.toplink.logging.SessionLog
 
fine(String) - Method in interface oracle.toplink.logging.SessionLog
This method is called when a fine level message needs to be logged.
FINE - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
fine(String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when a fine level message needs to be logged.
FINE_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
finer(String) - Method in class oracle.toplink.logging.AbstractSessionLog
This method is called when a finer level message needs to be logged.
FINER - Static variable in interface oracle.toplink.logging.SessionLog
 
finer(String) - Method in interface oracle.toplink.logging.SessionLog
This method is called when a finer level message needs to be logged.
FINER - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
finer(String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when a finer level message needs to be logged.
FINER_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
finest(String) - Method in class oracle.toplink.logging.AbstractSessionLog
This method is called when a finest level message needs to be logged.
FINEST - Static variable in interface oracle.toplink.logging.SessionLog
 
finest(String) - Method in interface oracle.toplink.logging.SessionLog
This method is called when a finest level message needs to be logged.
FINEST - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
finest(String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when a finest level message needs to be logged.
FINEST_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
first() - Method in class oracle.toplink.queryframework.ScrollableCursor
Moves the cursor to the first row in the result set
FIRST_PRIMARY_KEY - Static variable in class oracle.toplink.queryframework.ReportQuery
 
firstElement() - Method in class oracle.toplink.indirection.IndirectList
 
FixedMimeTypePolicy - Class in oracle.toplink.ox.mappings
 
FixedMimeTypePolicy() - Constructor for class oracle.toplink.ox.mappings.FixedMimeTypePolicy
 
FixedMimeTypePolicy(String) - Constructor for class oracle.toplink.ox.mappings.FixedMimeTypePolicy
 
FLOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FLOAT - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the float type.
FLOAT - Static variable in class oracle.toplink.ox.XMLConstants
 
FLOAT_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
FLOAT_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The float type.
FLOAT_VALUE - Static variable in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
floor(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Floor - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
FMUL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FNEG - Static variable in interface oracle.toplink.libraries.asm.Constants
 
forceBatchStatementExecution() - Method in class oracle.toplink.queryframework.ModifyQuery
Returns if this query has been set to flush on execution.
forceUpdateToVersionField(Object, boolean) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Set optmistic read lock on the object.
forDirectValues(Vector, String) - Static method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Construct a field value with the specified collection of direct values and element "data type".
FOREIGN_KEYS_DEFINED_INCORRECTLY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ForeignKeyConstraint - Class in oracle.toplink.tools.schemaframework
Purpose: Define a foreign key from one table to another.
ForeignKeyConstraint() - Constructor for class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
ForeignKeyConstraint(String, String, String, String) - Constructor for class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
foreignKeysDefinedIncorrectly(ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
ForeignReferenceMapping - Class in oracle.toplink.mappings
Purpose: Abstract class for relationship mappings
11/26/2008 - 11.1.1.1.0 Michael O'Brien - 7596027: Remove TopLink JPA provider which is replaced by org.eclipse.persistence.jpa.PersistenceProvider
ForeignReferenceQueryKey - Class in oracle.toplink.querykeys
Purpose: Define an alias to a foreign object.
ForeignReferenceQueryKey() - Constructor for class oracle.toplink.querykeys.ForeignReferenceQueryKey
 
format(LogRecord) - Method in class oracle.toplink.logging.TopLinkSimpleFormatter
Format the given LogRecord.
format(LogRecord) - Method in class oracle.toplink.logging.TopLinkXMLFormatter
Format the given message to XML.
FormattedWriterRecord - Class in oracle.toplink.ox.record
Use this type of MarshalRecord when the marshal target is a Writer and the XML should be formatted with carriage returns and indenting.
FormattedWriterRecord() - Constructor for class oracle.toplink.ox.record.FormattedWriterRecord
 
forRecords(Vector, String) - Static method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Construct a field value with the specified collection of database rows and element "data type".
FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY - Static variable in exception oracle.toplink.exceptions.SDOException
 
Frame - Class in oracle.toplink.libraries.asm.tree.analysis
A symbolic execution stack frame.
Frame(int, int) - Constructor for class oracle.toplink.libraries.asm.tree.analysis.Frame
Constructs a new frame with the given size.
Frame(Frame) - Constructor for class oracle.toplink.libraries.asm.tree.analysis.Frame
Constructs a new frame that is identical to the given frame.
frames - Variable in class oracle.toplink.libraries.asm.attrs.StackMapAttribute
 
FREM - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FRETURN - Static variable in interface oracle.toplink.libraries.asm.Constants
 
from(CompositeData) - Static method in class oracle.toplink.services.oc4j.ClassSummaryDetail
Create an instance of the model specific class out of an associated CompositeData instance
from(CompositeData) - Static method in class oracle.toplink.services.weblogic.ClassSummaryDetail
Create an instance of the model specific class out of an associated CompositeData instance
FROMSTRING_METHOD_ERROR - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
FSTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FSUB - Static variable in interface oracle.toplink.libraries.asm.Constants
 
FULL_PRIMARY_KEY - Static variable in class oracle.toplink.queryframework.ReportQuery
Specifies whether to retreive primary keys, first primary key, or no primary key.
FunctionOperator - Static variable in class oracle.toplink.expressions.ExpressionOperator
 

G

G_DAY - Static variable in class oracle.toplink.ox.XMLConstants
 
G_DAY_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
G_MONTH - Static variable in class oracle.toplink.ox.XMLConstants
 
G_MONTH_DAY - Static variable in class oracle.toplink.ox.XMLConstants
 
G_MONTH_DAY_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
G_MONTH_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
G_YEAR - Static variable in class oracle.toplink.ox.XMLConstants
 
G_YEAR_MONTH - Static variable in class oracle.toplink.ox.XMLConstants
 
G_YEAR_MONTH_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
G_YEAR_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
GENERAL_EXCEPTION - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
generalException(Exception) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
generalParsingException - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
generalParsingException - Static variable in exception oracle.toplink.exceptions.JPQLException
 
generalParsingException2 - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
generalParsingException2 - Static variable in exception oracle.toplink.exceptions.JPQLException
 
generate(boolean) - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Generate the project class, output the java source code to the stream or file.
generate() - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Generate the project class, output the java source code to the stream or file.
generate(boolean) - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Generate the creator class, output the java source code to the stream or file.
generate() - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Generate the project class, output the java source code to the stream or file.
generateAmendmentClass(Writer, String, String) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
Generate an amendment class that will set up the descriptors to use these stored procedures.
generateDefaultTableCreator() - Method in class oracle.toplink.tools.schemaframework.DefaultTableGenerator
Generate a default TableCreator object from the TopLink project object.
generateFilteredDefaultTableCreator(AbstractSession) - Method in class oracle.toplink.tools.schemaframework.DefaultTableGenerator
Generate a default TableCreator object from the TopLink project object, and porform the table existence check through jdbc table metadata, and filter out tables which are already in the database.
generatePrefix() - Method in class oracle.toplink.ox.NamespaceResolver
 
generatePrefix(String) - Method in class oracle.toplink.ox.NamespaceResolver
 
generateStoredProcedures() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProcedures(Writer) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProcedures() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
generates all the stored procedures using the schema manager.
generateStoredProcedures(Writer) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
generates all the stored procedures to the writer using the schema manager outputDDLToWriter(Writer).
generateStoredProceduresAndAmendmentClass(Writer, String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProceduresAndAmendmentClass(String, String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
get(String) - Method in class oracle.toplink.eis.EISMappedRecord
Forward the request to the record.
get(DatabaseField) - Method in class oracle.toplink.eis.EISMappedRecord
Forward the request to the record.
get(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that wraps the attribute or query key name.
get(int) - Method in class oracle.toplink.indirection.IndirectList
 
get(Object) - Method in class oracle.toplink.indirection.IndirectMap
 
get(DatabaseField) - Method in class oracle.toplink.ox.record.DOMRecord
 
get(DatabaseField) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
get(Object) - Method in class oracle.toplink.queryframework.ReportQueryResult
Return the value for given item name.
get(String) - Method in class oracle.toplink.queryframework.ReportQueryResult
Return the value for given item name.
get(Object) - Method in class oracle.toplink.sessions.DatabaseRecord
Retrieves the value for the given key.
get(String) - Method in class oracle.toplink.sessions.DatabaseRecord
Retrieves the value with the given name of the DatabaseField.
GET_METHOD_RETURN_TYPE_NOT_VALID - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
getAccessor() - Method in class oracle.toplink.eis.EISMappedRecord
Return the accessor.
getAccessor() - Method in exception oracle.toplink.exceptions.DatabaseException
Return the accessor.
getAccessorClass() - Method in class oracle.toplink.sdk.SDKLogin
Deprecated. Return the class of the accessor to be built.
getActiveSession() - Method in class oracle.toplink.ejb.EJBDataStore
Return the session or unit of work if in a transaction.
getActiveSession() - Method in interface oracle.toplink.sessions.Session
Return the active session for the current active external (JTS) transaction.
getActiveUnitOfWork() - Method in class oracle.toplink.ejb.EJBDataStore
Return the unit of work in the transaction context.
getActiveUnitOfWork() - Method in interface oracle.toplink.sessions.Session
Return the active unit of work for the current active external (JTS) transaction.
getAddIndexes() - Method in interface oracle.toplink.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the indexes into the new collection of the elements that were added.
getAddIndexes() - Method in interface oracle.toplink.changesets.OrderedCollectionChangeRecord
ADVANCED: This method returns the collection of indexes in which changes were made to this collection.
getAddIndexes() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. ADVANCED: Return the indexes into the new collection of the elements that were added.
getAdditional() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return any additional information about this field to be given when the table is created.
getAdditionalJoinExpression() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Returns the join expression that should be appended to all of the descriptors expressions Contains any multiple table or inheritance dependencies
getAdditonal() - Method in class oracle.toplink.tools.schemaframework.TypeTableDefinition
The name of the type that this table is of.
getAddObjectList() - Method in interface oracle.toplink.changesets.CollectionChangeRecord
ADVANCED: This method returns the IdentityHashtable that contains the added values to the collection and their corresponding ChangeSets.
getAddObjectList() - Method in interface oracle.toplink.changesets.DirectCollectionChangeRecord
ADVANCED: This method returns the collection of Primitive Objects that were added to the collection.
getAddObjectList() - Method in interface oracle.toplink.changesets.OrderedCollectionChangeRecord
ADVANCED: This method returns the collection of ChangeSets that were added to the collection.
getAdds() - Method in interface oracle.toplink.changesets.EISCollectionChangeRecord
ADVANCED: Return the objects added to the collection.
getAdds() - Method in interface oracle.toplink.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements added to the new collection.
getAdds() - Method in interface oracle.toplink.changesets.SDKCollectionChangeRecord
Deprecated. ADVANCED: Return the objects added to the collection.
getAdds() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. ADVANCED: Return the entries for all the elements added to the new collection.
getAlias() - Method in class oracle.toplink.descriptors.ClassDescriptor
Get the alias
getAllChangeSets() - Method in interface oracle.toplink.changesets.UnitOfWorkChangeSet
ADVANCED: This method returns a reference to the collection.
getAllClasses() - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Return all of the objects registered.
getAllColumnNames(String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getAllColumnNames(String, String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getAllFiles(String) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated.  
getAllFiles(String) - Method in interface oracle.toplink.xml.XMLFileAccessorFilePolicy
Deprecated. Return an enumeration on a every file for the specified root element name.
getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy, boolean) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.
getAllFromIdentityMap(Expression, Class, Record, int, boolean) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.
getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.
getAllFromIdentityMap(Expression, Class, Record, int) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.
getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
getAllFromIdentityMap(Expression, Class, Record) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
getAllObjects() - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Return all of the objects registered.
getAllObjectsForAbstractClass(Class) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Return all of the objects of the class and all of its subclasses.
getAllObjectsForAbstractClass(Class, AbstractSession) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Return all of the objects of the class and all of its subclasses.
getAllObjectsForClass(Class) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Return all of the objects of the class.
getAllOperators() - Static method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Return the hashtable of all operators.
getAllowingNull(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression that wraps the attribute or query key name.
getAllQueries() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Return the pre-defined queries for the descriptor.
getAllTableNames() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Get a description of tables available in a catalog.
getAllTableNames(String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getAmendmentClass() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the amendment class.
getAmendmentMethodName() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the amendment method.
getAnnouncementDelay() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Returns the amount of time in milliseconds that the service will wait between the time that the Remote Service is made available and this session's existences is announced.
getAnnouncementDelay() - Method in class oracle.toplink.remotecommand.DiscoveryManager
Return the amount of time in millis that the service should wait between the time that this Remote Service is available and a session announcement is sent out to other discovery managers.
getApplicationName() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Use this method to get the application name
getApplicationName() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
getApplicationName() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
getArgumentNames() - Method in class oracle.toplink.eis.interactions.MappedInteraction
The argument names for the input record.
getArguments() - Method in class oracle.toplink.eis.interactions.EISInteraction
The argument fields or values to the interaction that map into the input record.
getArguments() - Method in class oracle.toplink.eis.interactions.IndexedInteraction
The arguments are the values in order of occurance in the record.
getArguments() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
getArgumentTypes(String) - Static method in class oracle.toplink.libraries.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - Static method in class oracle.toplink.libraries.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getArgumentTypes() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
 
getAsOfClause() - Method in class oracle.toplink.expressions.Expression
Answers the past time the expression is explicitly as of.
getAsOfClause() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: Answers the past time this query is as of.
getAsOfClause() - Method in class oracle.toplink.sessionbroker.SessionBroker
ADVANCED: Answers the past time this session is as of.
getAsOfClause() - Method in interface oracle.toplink.sessions.Session
ADVANCED: Answers the past time this session is as of.
getAttachmentAsByteArray(String) - Method in interface oracle.toplink.ox.attachment.XMLAttachmentUnmarshaller
 
getAttachmentAsDataHandler(String) - Method in interface oracle.toplink.ox.attachment.XMLAttachmentUnmarshaller
 
getAttachmentMarshaller() - Method in class oracle.toplink.ox.XMLMarshaller
 
getAttachmentUnmarshaller() - Method in class oracle.toplink.ox.XMLUnmarshaller
 
getAttribute() - Method in interface oracle.toplink.changesets.ChangeRecord
ADVANCED: Returns the name of the attribute this ChangeRecord Represents
getAttributeAccessor() - Method in class oracle.toplink.mappings.DatabaseMapping
ADVANCED: Return the attributeAccessor.
getAttributeChildNodeValue(String, String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getAttributeClass() - Method in class oracle.toplink.mappings.AttributeAccessor
Return the class type of the attribute.
getAttributeClassification() - Method in class oracle.toplink.mappings.DatabaseMapping
The classification type for the attribute this mapping represents
getAttributeClassification() - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Some databases do not properly support all of the base data types.
getAttributeElementClass() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Return the class each element in the object's collection should be converted to, before the collection is inserted into the object.
getAttributeMethodName() - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Return the attribute transformation method name.
getAttributeName() - Method in class oracle.toplink.mappings.DatabaseMapping
Return the name of the attribute set in the mapping.
getAttributeName() - Method in class oracle.toplink.queryframework.FieldResult
 
getAttributeName() - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Return the mapping's attribute name.
getAttributes() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getAttributes() - Method in class oracle.toplink.queryframework.FetchGroup
Return attributes defined in the group.
getAttributesToAlwaysInclude() - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Attributes to always consider even if set to null or an excluded value like 0 or false.
getAttributeTransformationMethod() - Method in class oracle.toplink.mappings.transformers.MethodBasedAttributeTransformer
 
getAttributeValueFromObject(Object) - Method in class oracle.toplink.mappings.AttributeAccessor
Return the attribute value from the object.
getAvailableConnectionPools() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method will return the available Connection pools within this Server Session
getAvailableConnectionPools() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method will return the available Connection pools within this Server Session
getBaseDirectory() - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. All the XML documents are stored in subdirectories under this base directory.
getBaseDirectoryName() - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Return the name of the base directory for the tree of XML subdirectories/files.
getBatchBeginString() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Used for batch writing and sp defs.
getBatchDelimiterString() - Method in class oracle.toplink.platform.database.SQLServerPlatform
Used for batch writing and sp defs.
getBatchDelimiterString() - Method in class oracle.toplink.platform.database.SybasePlatform
Used for batch writing and sp defs.
getBatchEndString() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Used for batch writing and sp defs.
getBeanClass() - Method in class oracle.toplink.ejb.EJBDataStore
Return the bean class.
getBuildNumber() - Static method in class oracle.toplink.Version
 
getByIndex(int) - Method in class oracle.toplink.queryframework.ReportQueryResult
Return the indexed value from result.
getCacheInvalidationPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the CacheInvalidationPolicy for this descriptor For uninitialized cache invalidation policies, this will return a NoExpiryCacheInvalidationPolicy
getCacheInvalidationPolicy() - Method in class oracle.toplink.queryframework.QueryResultsCachePolicy
Return the query cache invalidation policy.
getCacheSynchAsynchronous() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to answer whether cache synchronization is asynchronous or not.
getcacheSynchAsynchronous() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to answer whether cache synchronization is asynchronous or not.
getCacheSynchEnabled() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to answer whether cache synchronization is enabled or not.
getcacheSynchEnabled() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to answer whether cache synchronization is enabled or not.
getCacheSynchronizationManager() - Method in interface oracle.toplink.sessions.Session
Deprecated. since OracleAS TopLink 10g (10.1.3). This method is replaced by DatabaseSession.getCommandManager()
getCacheSynchronizationType() - Method in class oracle.toplink.descriptors.ClassDescriptor
Get a value indicating the type of cache synchronization that will be used on objects of this type.
getCacheTransactionIsolation() - Method in class oracle.toplink.sessions.DatasourceLogin
ADVANCED: By default concurrency is optimized and the cache is not locked more than required during reads or writes, This allows for virtual concurrent reading and writing and should never cause any problems.
getCacheType() - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
getCacheType() - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
getCacheUsage() - Method in class oracle.toplink.queryframework.ModifyAllQuery
Return the cache usage for this query.
getCacheUsage() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return the cache usage.
getCall() - Method in exception oracle.toplink.exceptions.DatabaseException
Return the call that caused the exception.
getCall() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
getCall() - Method in class oracle.toplink.queryframework.DatabaseQuery
OBSOLETE: Return the call for this query.
getCalls() - Method in class oracle.toplink.queryframework.DatabaseQuery
Deprecated.  
getCaughtExceptions() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method returns the vecotr which adds all the Descriptors Exceptions.
getCCIConnection() - Method in class oracle.toplink.eis.EISAccessor
Return the CCI connection to the EIS resource adapter.
getChangedAttributeNames() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: This method will return a collection of the fieldnames of attributes changed in an object.
getChangedMapKeys() - Method in interface oracle.toplink.changesets.EISCollectionChangeRecord
ADVANCED: Return the objets whose Map keys have changed.
getChangedMapKeys() - Method in interface oracle.toplink.changesets.SDKCollectionChangeRecord
Deprecated.  ADVANCED: Return the objets whose Map keys have changed.
getChangedObject() - Method in interface oracle.toplink.changesets.AggregateChangeRecord
ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.
getChangedValues() - Method in interface oracle.toplink.changesets.AggregateCollectionChangeRecord
ADVANCED: Return the values representing the changed AggregateCollection.
getChanges() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: This method returns a reference to the collection of changes within this changeSet.
getChangeSet() - Method in class oracle.toplink.descriptors.DescriptorEvent
Returns the Object changeSet if available
getChangeSet() - Method in exception oracle.toplink.exceptions.CacheSynchronizationException
Deprecated. This is the change Set that was being merged
getChangeSetPropagationShouldBeAsynchronous() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method indicates if Propigation of Cache Synch messages should be Asynchronous or not
getChangeSetPropagationShouldBeAsynchronous() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method indicates if Propigation of Cache Synch messages should be Asynchronous or not
getChangesForAttributeNamed(String) - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: Returns the change record for the specified attribute name.
getChannel() - Method in interface oracle.toplink.remotecommand.CommandManager
Return the service channel for this command manager.
getChannel() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Return the service channel for this command manager.
getChildRecord() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getChildren() - Method in class oracle.toplink.ox.sequenced.Setting
 
getChoiceElementMappings() - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
getChoiceElementMappings() - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
getChoiceFieldToClassAssociations() - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
getChoiceFieldToClassAssociations() - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
getClassDescriptor() - Method in class oracle.toplink.descriptors.DescriptorEvent
The source descriptor of the event.
getClassDescriptor(Class) - Method in class oracle.toplink.sessions.Project
Return the descriptor specified for the class.
getClassDescriptor(Class) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return the descriptor specified for the class.
getClassDescriptor(Object) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return the descriptor specified for the object's class.
getClassDescriptorForAlias(String) - Method in interface oracle.toplink.sessions.Session
Return the descriptor for the alias.
getClassesInSession() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to return those Class Names that have identity Maps in the Session.
getClassesInSession() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to return those Class Names that have identity Maps in the Session.
getClassExtractionMethodName() - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
getClassExtractionMethodName() - Method in class oracle.toplink.descriptors.MethodClassExtractor
A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
getClassExtractor() - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: A class extractor can be registered with the descriptor to override the default inheritance mechanism.
getClassIndicatorFieldName() - Method in class oracle.toplink.descriptors.InheritancePolicy
Return the class indicator field name.
getClassLoader() - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Return the class loader that should be used to find the resource.
getClassName() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCE: This method returns the class Name that this changeSet Represents.
getClassName() - Method in class oracle.toplink.libraries.asm.Type
Returns the name of the class corresponding to this type.
getClassName() - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
getClassName() - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
getClassName() - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Return the name of class to be generated.
getClassName() - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Return the name of class to be generated.
getClassSummaryDetails() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Provide a list of instance of ClassSummaryDetail containing information about all classes in the session.
getClassSummaryDetails() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session.
getClassSummaryDetails() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session.
getClassSummaryDetails() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session.
getClassSummaryDetailsArray() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Provide a list of instance of ClassSummaryDetail containing information about all classes in the session.
getClassSummaryDetailsArray() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Provide a list of instance of ClassSummaryDetail containing information about all classes in the session.
getClassSummaryDetailsUsingFilter(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Provide a list of instance of ClassSummaryDetail containing information about the classes in the session whose class names match the provided filter.
getClassSummaryDetailsUsingFilter(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session whose class names match the provided filter.
getClassSummaryDetailsUsingFilter(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session whose class names match the provided filter.
getClassSummaryDetailsUsingFilter(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session whose class names match the provided filter.
getClassSummaryDetailsUsingFilterArray(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Provide a list of instance of ClassSummaryDetail containing information about the classes in the session whose class names match the provided filter.
getClassSummaryDetailsUsingFilterArray(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Provide a list of instance of ClassSummaryDetail containing information about the classes in the session whose class names match the provided filter.
getClassToConvertTo() - Method in exception oracle.toplink.exceptions.ConversionException
Return the class to convert to.
getClassToFieldMappings() - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
getClassToFieldMappings() - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
getClassType(Session) - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCE: This method returns the class type that this changeSet Represents.
getCMPPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Return the cmp descriptor that holds cmp specific information.
getCode() - Method in class oracle.toplink.libraries.asm.CodeWriter
Returns the current bytecode of this method.
getCodeSize() - Method in class oracle.toplink.libraries.asm.CodeWriter
Returns the current size of the bytecode of this method.
getCollectionContentType() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
getColumnInfo(String, String, String, String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getColumnName() - Method in class oracle.toplink.queryframework.ColumnResult
 
getColumnName() - Method in class oracle.toplink.queryframework.FieldResult
 
getColumnNumber() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
getColumnNumber() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
getCommandConverter() - Method in interface oracle.toplink.remotecommand.CommandManager
Return the converter instance used to convert between TopLink Command objects and an application command format.
getCommandConverter() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Return the converter instance used to convert between TopLink Command objects and an application command format.
getCommandManager() - Method in interface oracle.toplink.remotecommand.CommandProcessor
Return the CommandManager that will invoke this CommandProcessor to process a command, and can be used to send remote commands out to other CommandProcessors in the cluster.
getCommandManager() - Method in interface oracle.toplink.sessions.DatabaseSession
ADVANCED: Return the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the TopLink cluster.
getCommandProcessor() - Method in interface oracle.toplink.remotecommand.CommandManager
Return the command processor that processes commands received from the cluster.
getCommandProcessor() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
getCommunicationSocket() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: Returns the socket that will be used for the multicast communication.
getCommunicationSocket() - Method in class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. ADVANCED: Returns the socket that will be used for the multicast communication.
getCommunicationSocket() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. ADVANCED: Returns the socket that will be used for the multicast communication.
getCommunicationSocket() - Method in class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. ADVANCED: Returns the socket that will be used for the multicast communication.
getCommunicationSocket() - Method in class oracle.toplink.remote.rmi.RMIClusteringService
Deprecated. ADVANCED: Returns the socket that will be used for the multicast communication.
getCommunicationSocket() - Method in class oracle.toplink.remote.rmi.RMIJNDIClusteringService
Deprecated. ADVANCED: Returns the socket that will be used for the multicast communication.
getCommunicationSocket() - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. ADVANCED: Returns the socket that will be used for the multicast communication.
getCompatibleType() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
getConfiguredSize() - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
getConfiguredSize() - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
getConnectByExpression() - Method in class oracle.toplink.queryframework.ReadAllQuery
getConnection() - Method in class oracle.toplink.logging.SessionLogEntry
Return the connection that generated the log entry.
getConnection() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the connection that generated the log entry.
getConnectionDetails() - Method in class oracle.toplink.eis.EISConnectionSpec
Provide the details of my connection information.
getConnectionDetails() - Method in class oracle.toplink.jndi.JNDIConnector
Provide the details of my connection information.
getConnectionDetails() - Method in class oracle.toplink.sessions.DefaultConnector
Provide the details of my connection information.
getConnectionFactory() - Method in class oracle.toplink.eis.EISConnectionSpec
Return the javax.resource.cci.ConnectionFactory.
getConnectionFactoryURL() - Method in class oracle.toplink.eis.EISLogin
Return the JNDI URL for the managed connection factory for the JCA adapter connecting to.
getConnectionPolicy() - Method in class oracle.toplink.threetier.ClientSession
ADVANCED: This method will return the connection policy that was used during the acquisition of this client session.
getConnectionPool(String) - Method in interface oracle.toplink.threetier.Server
Return the pool by name.
getConnectionPoolType() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Return connection pool type.
getconnectionPoolType() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Return connection pool type.
getConnectionPoolType() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Return connection pool type.
getConnectionPoolType() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Return connection pool type.
getConnectionSpec() - Method in class oracle.toplink.eis.EISConnectionSpec
Return the javax.resource.cci.ConnectionSpec.
getConnectionSpec() - Method in class oracle.toplink.eis.EISLogin
Return the connector.
getConnectionString() - Method in class oracle.toplink.sessions.DatabaseLogin
Return the JDBC connection string.
getConnectionString() - Method in class oracle.toplink.sessions.DefaultConnector
Return the JDBC connection string.
getConnector() - Method in class oracle.toplink.sessions.DatasourceLogin
ADVANCED: Return the connector that will instantiate the connection.
getConstraint() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return any constraint of this field.
getConstraintDependencies() - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: TopLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
getConstructorArgTypes() - Method in class oracle.toplink.queryframework.ConstructorReportItem
 
getContainerInstance(ContainerValue) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getContainerPolicy() - Method in interface oracle.toplink.mappings.ContainerMapping
Return the mapping's container policy.
getContainerPolicy() - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
getContainerPolicy() - Method in class oracle.toplink.queryframework.DataReadQuery
Return the query's ContainerPolicy.
getContentHandler() - Method in class oracle.toplink.ox.record.ContentHandlerRecord
Return the ContentHandler that the object will be marshalled to.
getContext() - Method in class oracle.toplink.eis.EISConnectionSpec
Return the JNDI Context that can supplied the named ConnectionFactory.
getContext() - Method in class oracle.toplink.jndi.JNDIConnector
Return the JNDI Context that can supplied the named DataSource.
getContext(String) - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. Since 4.5
getContext(String) - Method in class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. Since 4.5
getContext(String) - Method in class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. Since 4.5
getContext(Hashtable) - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. ADVANCED: Returns the active JNDI Context to store the remote service in no properties are required in WebLogic as all defaults should be globally available in the VM
getConversionCode() - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
getConversionCode() - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
getConversionCode() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
getConversionManager() - Method in class oracle.toplink.ox.platform.XMLPlatform
 
getConverter() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
Return the converter on the mapping.
getConverter() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
Return the converter on the mapping.
getConverter() - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Return the converter on the mapping.
getCorrectTimeInTimestampTZ() - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
ADVANCED: Answer the comparison and correction of time data passed into the creation of TIMESTAMPTZ instances (True), or disable the compare and correction algorithm (False).
getCounterFieldName() - Method in class oracle.toplink.sdk.SDKSequence
Deprecated.  
getCounterFieldName() - Method in class oracle.toplink.sequencing.TableSequence
 
getCounterFieldName() - Method in class oracle.toplink.sequencing.UnaryTableSequence
 
getCreationHeader() - Method in class oracle.toplink.tools.schemaframework.StoredFunctionDefinition
 
getCreationHeader() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
 
getCreationInOutputProcedureToken() - Method in class oracle.toplink.platform.database.SQLServerPlatform
This method is used to print the required output parameter token for the specific platform.
getCreationInOutputProcedureToken() - Method in class oracle.toplink.platform.database.SybasePlatform
 
getCreationOutputProcedureToken() - Method in class oracle.toplink.platform.database.SQLServerPlatform
This method is used to print the required output parameter token for the specific platform.
getCreationOutputProcedureToken() - Method in class oracle.toplink.platform.database.SybasePlatform
 
getCurrentChanges() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: This method will calculate the changes for the UnitOfWork.
getCurrentObject() - Method in class oracle.toplink.ox.record.XMLRootRecord
Return a populated XMLRoot object.
getCurrentProfileWeight() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Answer the current sensor weight (NORMAL, HEAVY, ALL, NONE) as a String.
getcurrentProfileWeight() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Answer the current sensor weight (NORMAL, HEAVY, ALL, NONE) as a String.
getCurrentSize() - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
getCurrentSize() - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
getCurrentTime(AbstractSession) - Method in class oracle.toplink.history.HistoryPolicy
Whenever a historical record is logically deleted (updated) or inserted, the end and start fields respectively will be set to this value.
getCurrentTopLinkLogLevel() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Answer the TopLink log level that is changeable.
getCurrentTopLinkLogLevel(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Answer the TopLink log level that is changeable, given the passed category.
getcurrentTopLinkLogLevel() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Answer the TopLink log level that is changeable.
getcurrentTopLinkLogLevel(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Answer the TopLink log level that is changeable, given the passed category.
getCurrentTopLinkLogLevel() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Answer the TopLink log level that is changeable.
getCurrentTopLinkLogLevel(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Answer the TopLink log level that is changeable, given the passed category.
getCurrentTopLinkLogLevel() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Answer the TopLink log level that is changeable.
getCurrentTopLinkLogLevel(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Answer the TopLink log level that is changeable, given the passed category.
getCurrentUnitOfWorkFor(EntityContext) - Static method in class oracle.toplink.ejb.cmp.SessionAccessor
Returns the active TopLink unit of work for the context.
getCursorCode() - Method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Return the code for preparing cursored output parameters in a stored procedure
getData() - Method in class oracle.toplink.queryframework.ComplexQueryResult
Return the database rows for the query result.
getDatabaseErrorCode() - Method in exception oracle.toplink.exceptions.DatabaseException
This is the database error number.
getDatabaseName() - Method in class oracle.toplink.sessions.DatabaseLogin
The database name is required when connecting to databases that support multiple databases within a single server instance (e.g.
getDatabasePlatform() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Return the database platform used by the DatabaseSession.
getdatabasePlatform() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Return the database platform used by the DatabaseSession.
getDatabasePlatform() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Return the database platform used by the DatabaseSession.
getDatabasePlatform() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Return the database platform used by the DatabaseSession.
getDatabaseTypeForCode(int) - Static method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
getDatabaseURL() - Method in class oracle.toplink.sessions.DatabaseLogin
The database URL is the JDBC URL for the database server.
getDatabaseURL() - Method in class oracle.toplink.sessions.DefaultConnector
The database URL is the JDBC URL for the database server.
getDataClass() - Method in class oracle.toplink.mappings.converters.TypeConversionConverter
Returns the class type of the data value.
getDataFormat() - Method in class oracle.toplink.eis.EISDescriptor
Return the data format that the descriptor maps to.
getDataSource() - Method in class oracle.toplink.jndi.JNDIConnector
Return the javax.sql.DataSource.
getDatasourceCall() - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: Return the call for this query.
getDatasourceCalls() - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: Return the calls for this query.
getDatasourceLogin() - Method in class oracle.toplink.remote.RemoteSession
Return the login.
getDatasourceLogin() - Method in class oracle.toplink.sessions.Project
Return the login, the login holds any database connection information given.
getDatasourceLogin() - Method in interface oracle.toplink.sessions.Session
Return the login, the login holds any database connection information given.
getDataSourceName() - Method in class oracle.toplink.sessions.DatabaseLogin
The data source name is required if connecting through ODBC (JDBC-ODBC, etc.).
getDatasourcePlatform() - Method in class oracle.toplink.sequencing.Sequence
 
getDatasourcePlatform() - Method in class oracle.toplink.sessions.DatasourceLogin
Return the datasource platform specific information.
getDatasourcePlatform() - Method in interface oracle.toplink.sessions.Login
Return the datasource platform specific information.
getDatasourcePlatform() - Method in interface oracle.toplink.sessions.Session
Return the database platform currently connected to.
getDatastore(Class) - Method in class oracle.toplink.ejb.bmp.BMPDatastoreManager
This method returns a dataStore instance for a particular sesssion and bean class.
getDatastore(XMLSessionConfigLoader, String, Class) - Method in class oracle.toplink.ejb.bmp.BMPDatastoreManager
This method returns a dataStore instance for a particular sesssion and bean class.
getDataStore() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
PUBIC: Returns the dataStore object for this bean
getDataTypeName() - Method in class oracle.toplink.eis.EISDescriptor
Specify the data type name for the class of objects the descriptor maps.
getDataTypeName() - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Return the data type name for the class of objects the descriptor maps.
getDate() - Method in class oracle.toplink.logging.SessionLogEntry
Return the date of the log entry.
getDate() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the date of the log entry.
getDateFormat() - Method in class oracle.toplink.logging.AbstractSessionLog
Return the date format to be used when printing a log entry date.
getDefaultAttributes() - Static method in class oracle.toplink.libraries.asm.attrs.Attributes
Returns an instance of each Attribute class defined in this package.
getDefaultAttributes() - Static method in class oracle.toplink.libraries.asm.util.PrintClassVisitor
 
getDefaultAttributeValue() - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
The default value can be used if the database can possibly store additional values then those that have been mapped.
getDefaultAttributeValue() - Method in class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. The default value can be used if the database can possibly store additional values then those that have been mapped.
getDefaultConnectionPolicy() - Method in interface oracle.toplink.threetier.Server
The default connection policy is used by default by the acquireClientConnection() protocol.
getDefaultConnectionPool() - Method in interface oracle.toplink.threetier.Server
Return the default connection pool.
getDefaultFetchGroup() - Method in class oracle.toplink.descriptors.FetchGroupManager
Return the descriptor-level default fetch group.
getDefaultFilePolicy() - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Return the default file policy.
getDefaultInitialContextFactoryName() - Method in class oracle.toplink.remotecommand.corba.CORBATransportManager
Return the default initial context factory name for a specific CORBA orb.
getDefaultInitialContextFactoryName() - Method in class oracle.toplink.remotecommand.corba.sun.SunCORBATransportManager
 
getDefaultLocalUrl() - Method in class oracle.toplink.remotecommand.corba.CORBATransportManager
ADVANCED: Return the default local URL for JNDI lookups
getDefaultLoggingLevel() - Static method in class oracle.toplink.logging.AbstractSessionLog
Return the system default log level.
getDefaultManager() - Static method in class oracle.toplink.tools.schemaframework.PopulationManager
Lazy initialize the default instance.
getDefaultNamespaceURI() - Method in class oracle.toplink.ox.NamespaceResolver
 
getDefaultReadOnlyClasses() - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Get the default read-only classes
getDefaultReadOnlyClasses() - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
To get the default read-only classes from the server side.
getDefaultReadOnlyClasses() - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Get the default read-only classes
getDefaultReadOnlyClasses() - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
To get the default read-only classes from the server side.
getDefaultReadOnlyClasses() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Get the default read-only classes
getDefaultReadOnlyClasses() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
getDefaultReadOnlyClasses() - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. To get the default read-only classes from the server side.
getDefaultReadOnlyClasses() - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Get the default read-only classes
getDefaultReadOnlyClasses() - Method in class oracle.toplink.sessions.Project
Returns the default set of read-only classes.
getDefaultRootElement() - Method in class oracle.toplink.ox.XMLDescriptor
Return the default root element name for the ClassDescriptor This value is stored in place of a table name This value is mandatory for all root objects
getDefaultRootElementField() - Method in class oracle.toplink.ox.XMLDescriptor
 
getDefaultRootElementType() - Method in class oracle.toplink.ox.XMLDescriptor
 
getDefaultSequence() - Method in class oracle.toplink.sessions.DatasourceLogin
Get default sequence
getDefaultSession() - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the default session.
getDefaultTemporalMutable() - Method in class oracle.toplink.sessions.Project
Return the default setting for configuring if dates and calendars are mutable.
getDeferModificationsUntilCommit() - Method in class oracle.toplink.descriptors.CMPPolicy
ADVANCED: This can be used to control when changes to objects are submitted to the database This is only applicable to TopLink's CMP implementation and not available within the core.
getDelayBetweenConnectionAttempts() - Method in class oracle.toplink.sessions.DatabaseLogin
Returns the number of milliseconds that TopLink will wait between attempts to reconnect a DatabaseConnection in the case TopLink is attempting to retry a query, the default is 5000.
getDeleteAllQuery() - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
 
getDeleteCall() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete call.
getDeletedObjects() - Method in interface oracle.toplink.changesets.UnitOfWorkChangeSet
ADVANCED: This method returns the reference to the deleted objects from the changeSet
getDeleteQuery() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete query.
getDeleteSQLString() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete SQL string.
getDeletionHeader() - Method in class oracle.toplink.tools.schemaframework.StoredFunctionDefinition
 
getDeletionHeader() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
 
getDeployedProfileWeight() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Answer the deployed sensor weight (NORMAL, HEAVY, ALL) as an String.
getdeployedProfileWeight() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Answer the deployed sensor weight (NORMAL, HEAVY, ALL) as an String.
getDeployedTopLinkLogLevel() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Answer the TopLink log level at deployment time.
getDeployedTopLinkLogLevel(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Answer the TopLink log level at deployment time for the given category.
getdeployedTopLinkLogLevel() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Answer the TopLink log level at deployment time.
getDeployedTopLinkLogLevel(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Answer the TopLink log level at deployment time for the given category.
getDeployedTopLinkLogLevel() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Answer the TopLink log level at deployment time.
getDeployedTopLinkLogLevel(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Answer the TopLink log level at deployment time for the given category.
getDeployedTopLinkLogLevel() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Answer the TopLink log level at deployment time.
getDeployedTopLinkLogLevel(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Answer the TopLink log level at deployment time for the given category.
getDescriptor() - Method in class oracle.toplink.descriptors.DescriptorEvent
The source descriptor of the event.
getDescriptor() - Method in class oracle.toplink.descriptors.FetchGroupManager
Return the referenced descriptor.
getDescriptor() - Method in class oracle.toplink.descriptors.ReturningPolicy
Return the owner of the policy.
getDescriptor() - Method in exception oracle.toplink.exceptions.DescriptorException
Return the descriptor that the problem was detected in.
getDescriptor() - Method in class oracle.toplink.history.HistoryPolicy
Return the descriptor of the policy.
getDescriptor() - Method in class oracle.toplink.libraries.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class) - Static method in class oracle.toplink.libraries.asm.Type
Returns the descriptor corresponding to the given Java type.
getDescriptor(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptor(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
To get descriptor from the server side
getDescriptor(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptor(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
To get descriptor from the server side
getDescriptor(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptor(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
getDescriptor(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. To get descriptor from the server side
getDescriptor(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Extract descriptor from the session
getDescriptor(Class) - Method in class oracle.toplink.sessions.Project
Return the descriptor specified for the class.
getDescriptor(Class) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return the descriptor specified for the class.
getDescriptor(Object) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return the descriptor specified for the object's class.
getDescriptorEventManager() - Method in class oracle.toplink.descriptors.ClassDescriptor
Get the event manager for the descriptor.
getDescriptorForAlias(String) - Method in class oracle.toplink.sessions.Project
Return the descriptor for the alias
getDescriptorForAlias(String) - Method in interface oracle.toplink.sessions.Session
Return the descriptor for the alias.
getDescriptorInheritancePolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
The inheritance policy is used to define how a descriptor takes part in inheritance.
getDescriptorQueryManager() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the queryManager.
getDescriptors() - Method in class oracle.toplink.sessions.Project
Return the descriptors.
getDescriptors() - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return all registered descriptors.
getDescriptorType() - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: return the descriptor type (NORMAL by default, others include INTERFACE, AGGREGATE, AGGREGATE COLLECTION)
getDimensions() - Method in class oracle.toplink.libraries.asm.Type
Returns the number of dimensions of this array type.
getDirectFieldName() - Method in class oracle.toplink.mappings.DirectCollectionMapping
Returns the name of the field name in the reference table.
getDiscoveryManager() - Method in interface oracle.toplink.remotecommand.CommandManager
Return the discovery manager that manages membership in the TopLink cluster.
getDiscoveryManager() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Return the discovery manager that detects the arrival of new cluster members
getDiscriminatorColumn() - Method in class oracle.toplink.queryframework.EntityResult
Returns the column name for the column that will store the value used to determine the subclass type if applicable.
getDispatcher() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. This is the object that will be placed in JNDI to provide remote synchronization services
getDispatcher() - Method in class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. ADVANCED: This is the object that will be placed in JNDI to provide remote synchronization services
getDispatcher() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. ADVANCED: This is the object that will be placed in JNDI to provide remote synchronization services Not Used.
getDispatcher() - Method in class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. ADVANCED: This is the object that will be placed in JNDI to provide remote synchronization services
getDispatcher() - Method in class oracle.toplink.remote.rmi.RMIClusteringService
Deprecated. ADVANCED: This is the object that will be placed in JNDI to provide remote synchronization services
getDispatcher() - Method in class oracle.toplink.remote.rmi.RMIJNDIClusteringService
Deprecated. ADVANCED: This is the object that will be placed in JNDI to provide remote synchronization services
getDispatcher() - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. ADVANCED: This is the object that will be placed in JNDI to provide remote synchronization services
getDistance() - Method in class oracle.toplink.expressions.spatial.SpatialParameters
 
getDistinctState() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
getDocPresPolicy() - Method in class oracle.toplink.ox.record.XMLRecord
 
getDocument() - Method in class oracle.toplink.ox.record.DOMRecord
Return the document.
getDocument() - Method in class oracle.toplink.ox.record.MarshalRecord
 
getDocument() - Method in class oracle.toplink.ox.record.NodeRecord
 
getDocument() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getDocument() - Method in class oracle.toplink.ox.record.XMLRecord
Return the document.
getDocument() - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
getDocumentPreservationPolicy() - Method in class oracle.toplink.ox.XMLBinder
Gets this XMLBinder's document preservation policy.
getDocumentPreservationPolicy() - Method in class oracle.toplink.ox.XMLLogin
 
getDoesExistCall() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's does-exist call.
getDoesExistQuery() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's does exist query.
getDoesExistSQLString() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's does exist SQL string.
getDOM() - Method in interface oracle.toplink.eis.DOMRecord
 
getDOM() - Method in class oracle.toplink.ox.record.DOMRecord
Return the DOM.
getDOM() - Method in class oracle.toplink.ox.record.MarshalRecord
 
getDOM() - Method in class oracle.toplink.ox.record.NodeRecord
Return the Node that the object will be marshalled to.
getDOM() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getDOM() - Method in class oracle.toplink.ox.record.XMLRecord
Return the DOM.
getDomainClass() - Method in class oracle.toplink.tools.profiler.Profile
 
getDriver() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Return db driver class name.
getdriver() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Return db driver class name.
getDriver() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Return db driver class name.
getDriver() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Return db driver class name.
getDriverClassName() - Method in class oracle.toplink.sessions.DatabaseLogin
The driver class is the name of the Java class for the JDBC driver being used (e.g.
getDriverClassName() - Method in class oracle.toplink.sessions.DefaultConnector
The driver class is the name of the Java class for the JDBC driver being used (e.g.
getDriverURLHeader() - Method in class oracle.toplink.sessions.DatabaseLogin
The driver URL header is the string predetermined by the JDBC driver to be part of the URL connection string, (e.g.
getDriverURLHeader() - Method in class oracle.toplink.sessions.DefaultConnector
The driver URL header is the string predetermined by the JDBC driver to be part of the URL connection string, (e.g.
getEISPlatform() - Method in class oracle.toplink.eis.EISAccessor
Return and cast the platform.
getEjbqlPlaceHolderQueries() - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return all pre-defined not yet parsed EJBQL queries.
getEJBQLString() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the EJBQL string of the query.
getElementDataTypeName() - Method in class oracle.toplink.sdk.SDKDirectCollectionMapping
Deprecated. Return the "data type" associated with each element in the nested collection.
getElementDataTypeName() - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Return the "data type" associated with each element in the collection.
getElements() - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Return the collection of elements.
getElementType() - Method in class oracle.toplink.libraries.asm.Type
Returns the type of the elements of this array type.
getEncoding() - Method in class oracle.toplink.ox.record.UnmarshalRecord
Gets the encoding for this document.
getEncoding() - Method in class oracle.toplink.ox.XMLMarshaller
Get the encoding set on this XMLMarshaller If the encoding has not been set the default UTF-8 will be used
getEncoding() - Method in class oracle.toplink.ox.XMLRoot
 
getEncoding() - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
getEncoding() - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
getEncoding() - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
getEnd() - Method in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
getEndFieldName() - Method in class oracle.toplink.history.HistoryPolicy
getEntityContext() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
PUBIC: Returns the EntityContext associated with this bean
getEntityResolver() - Method in class oracle.toplink.ox.XMLUnmarshaller
Get the EntityResolver set on this XMLUnmarshaller
getEntityResolver() - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
getEntityResolver() - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
getEntityResolver() - Method in interface oracle.toplink.platform.xml.XMLParser
 
getEnumClass() - Method in class oracle.toplink.ox.jaxb.JAXBTypesafeEnumConverter
Get the class which was set as the enum class which contains the fromValue method.
getEnumClassName() - Method in class oracle.toplink.ox.jaxb.JAXBTypesafeEnumConverter
Get the name of the enum class which contains the fromValue method.
getErrorCode() - Method in exception oracle.toplink.exceptions.TopLinkException
Return the exception error code.
getErrorHandler() - Method in class oracle.toplink.ox.XMLUnmarshaller
Get the ErrorHandler set on this XMLUnmarshaller
getErrorHandler() - Method in class oracle.toplink.ox.XMLValidator
Get the error handler to be used during validation
getErrorHandler() - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
getErrorHandler() - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
getErrorHandler() - Method in interface oracle.toplink.platform.xml.XMLParser
 
getErrors() - Method in exception oracle.toplink.exceptions.CacheSynchronizationException
Deprecated. The errors that occured
getEventCode() - Method in class oracle.toplink.descriptors.DescriptorEvent
The code of the descriptor event being raised.
getEventCode() - Method in class oracle.toplink.sessions.SessionEvent
The code of the session event being raised.
getEventHandler() - Method in class oracle.toplink.ox.jaxb.JAXBValidator
 
getEventListeners() - Method in class oracle.toplink.descriptors.DescriptorEventManager
Returns the Listener objects that have been added.
getEventManager() - Method in class oracle.toplink.descriptors.ClassDescriptor
Get the event manager for the descriptor.
getEventManager() - Method in interface oracle.toplink.sessions.Session
Return the event manager.
getExampleObject() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
This method returns the current example object.
getException() - Method in class oracle.toplink.logging.SessionLogEntry
Return the exception that caused the log entry.
getException() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the exception that caused the log entry.
getException() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
getException() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
getExceptionHandler() - Method in interface oracle.toplink.sessions.Session
Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.
getExceptionList() - Method in exception oracle.toplink.exceptions.SessionLoaderException
 
getExistenceCheckStream(String, Record, Vector) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. If it exists, return a read stream on the data for the specified root element and primary key.
getExistenceCheckStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated. If it exists, return a read stream on the data for the specified root element and primary key.
getExistenceCheckStream(String, Record, Vector) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. If it exists, return a read stream on the data for the specified root element and primary key.
getExistenceCheckStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. If it exists, return a read stream on the data for the specified root element and primary key.
getExistenceCheckStream(String, Record, Vector, Accessor) - Method in interface oracle.toplink.xml.XMLStreamPolicy
Deprecated. If it exists, return a read stream on the data for the specified root element and primary key.
getExistenceCheckStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. If it exists, return a read stream on the data for the specified root element and primary key.
getExistenceCheckStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. Return the ZIP file entry wrapped in a stream.
getExistingWriteStream(String, Record, Vector) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Return a write stream that will overwrite the data for the specified root element and primary key.
getExistingWriteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated. Return a write stream that will overwrite the data for the specified root element and primary key.
getExistingWriteStream(String, Record, Vector) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Return a write stream that will overwrite the data for the specified root element and primary key.
getExistingWriteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Return a write stream that will overwrite the data for the specified root element and primary key.
getExistingWriteStream(String, Record, Vector, Accessor) - Method in interface oracle.toplink.xml.XMLStreamPolicy
Deprecated. Return a write stream that will overwrite the data for the specified root element and primary key.
getExistingWriteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Return a write stream that will overwrite the data for the specified root element and primary key.
getExistingWriteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. This implementation removes and adds an entry to the ZIP file and positions the stream at the end of the ZIP file.
getExpressionBuilder() - Method in class oracle.toplink.queryframework.ModifyAllQuery
Get the expression builder which should be used for this query.
getExpressionBuilder() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
REQUIRED: Get the expression builder which should be used for this query.
getExpressionQueryCacheMaxSize() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the max size of the expression query cache for avoiding regenerated dynamic query SQL.
getExternalTransactionController() - Method in interface oracle.toplink.sessions.Session
Used for JTS integration.
getFetchGroup(String) - Method in class oracle.toplink.descriptors.FetchGroupManager
Return a pre-defined named fetch group.
getFetchGroup() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Return the fetch group set in the query.
getFetchGroup() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return the fetch group set in the query.
getFetchGroupManager() - Method in class oracle.toplink.descriptors.ClassDescriptor
Get the fetch group manager for the descriptor.
getFetchGroupName() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return the fetch group name set in the query.
getFetchGroups() - Method in class oracle.toplink.descriptors.FetchGroupManager
Return the fetch group map: keyed by the group name, valued by the fetch group object.
getFetchSize() - Method in class oracle.toplink.queryframework.ReadQuery
Return the fetchSize setting that this query will set on the JDBC Statement NB - a value of zero means that no call to statement.setFetchSize() will be made.
getField(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression representing a field in a data-level query.
getField(DatabaseField) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression representing a field in a data-level query.
GETFIELD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
getField() - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
getField() - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
getField() - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
getFieldClassification() - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
ADVANCED: Return the class type of the field value.
getFieldClassification() - Method in class oracle.toplink.mappings.TypeConversionMapping
Deprecated. Returns the field type.
getFieldClassificationName() - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
 
getFieldElementClass() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Return the class each element in the database row's collection should be converted to, before the collection is inserted into the database.
getFieldName() - Method in class oracle.toplink.eis.mappings.EISCompositeCollectionMapping
Return the name of the field mapped by the mapping.
getFieldName() - Method in class oracle.toplink.eis.mappings.EISCompositeDirectCollectionMapping
Return the name of the field that holds the nested collection.
getFieldName() - Method in class oracle.toplink.eis.mappings.EISCompositeObjectMapping
Return the name of the field mapped by the mapping.
getFieldName() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Return the name of the field that holds the nested collection.
getFieldName() - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Name of the field this mapping represents.
getFieldName() - Method in class oracle.toplink.objectrelational.NestedTableMapping
Return the name of the field this mapping represents.
getFieldName() - Method in class oracle.toplink.objectrelational.ReferenceMapping
Return the name of the field this mapping represents.
getFieldName() - Method in class oracle.toplink.querykeys.DirectQueryKey
Return the field name for the query key.
getFieldName() - Method in class oracle.toplink.sdk.SDKAggregateCollectionMapping
Deprecated. Return the mapping's field name.
getFieldName() - Method in class oracle.toplink.sdk.SDKAggregateObjectMapping
Deprecated. Return the name of the field mapped by the mapping.
getFieldName() - Method in class oracle.toplink.sdk.SDKDirectCollectionMapping
Deprecated. Return the name of the field that holds the nested collection.
getFieldName() - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Return the name of the field mapped by the mapping.
getFieldResults() - Method in class oracle.toplink.queryframework.EntityResult
Accessor for the internally stored list of FieldResult.
getFields() - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
getFields() - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
getFields() - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
getFields() - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
getFields() - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
getFields() - Method in class oracle.toplink.tools.schemaframework.TableDefinition
getFields() - Method in class oracle.toplink.tools.schemaframework.TypeDefinition
 
getFieldToClassMappings() - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
getFieldToClassMappings() - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
getFieldTranslator() - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Return the translator that converts database row field names.
getFile() - Method in class oracle.toplink.ox.schema.XMLSchemaFileReference
 
getFile(String, Record, Vector) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated.  
getFile(String, Record, Vector) - Method in interface oracle.toplink.xml.XMLFileAccessorFilePolicy
Deprecated. Return a file for the specified root element name and primary key.
getFileName() - Method in class oracle.toplink.ox.schema.XMLSchemaFileReference
 
getFileNameExtension() - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. Return the standard file name extension that will be appended to the primary key element value(s) to generate the complete file name.
getFileNameExtension() - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Return the extension to be used for the XML files.
getFileNameNormalizer() - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. Return the normalizer that will convert invalid file names into something usable.
getFilePolicy(String) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Return the file policy for the specified root element name.
getFirstArgumentIndex() - Method in class oracle.toplink.tools.schemaframework.StoredFunctionDefinition
 
getFirstArgumentIndex() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
 
getFirstResult() - Method in class oracle.toplink.queryframework.ReadQuery
Return the value that will be set for the firstResult in the returned result set
getFlushOnExecute() - Method in class oracle.toplink.queryframework.DatabaseQuery
If executed against a RepeatableWriteUnitOfWork if this attribute is true TopLink will write changes to the database before executing the query.
getForceUpdate() - Method in class oracle.toplink.descriptors.CMPPolicy
ADVANCED: Return true if descriptor is set to always update all registered objects of this type
getForeignKeyFieldName() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
 
getForeignKeyFieldNames() - Method in class oracle.toplink.mappings.OneToOneMapping
Return the foreign key field names associated with the mapping.
getForeignKeyFieldNames() - Method in class oracle.toplink.mappings.VariableOneToOneMapping
Return the foreign key field names associated with the mapping.
getForeignKeyGroupingElement() - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
Get the grouping element field on the mapping.
getForeignKeys() - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Returns the ForeignKeyConstraint list.
getFragmentBuilder() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getFrame(Label) - Method in class oracle.toplink.libraries.asm.attrs.StackMapAttribute
 
getFrames() - Method in class oracle.toplink.libraries.asm.tree.analysis.Analyzer
Returns the symbolic stack frame for each instruction of the last recently analyzed method.
getFromIdentityMap(Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key and Class type of the given domainObject.
getFromIdentityMap(Vector, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key and Class type as those specified.
getFromIdentityMap(Record, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key of the specified row (ie. the database record) and Class type.
getFromIdentityMap(Vector, Class, boolean) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key and Class type as specified.
getFromIdentityMap(Record, Class, boolean) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key of the specified row and Class type.
getFromIdentityMap(Expression, Class, Record) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory and returns an Object from this identity map.
getFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory and returns an Object from this identity map.
getFromIdentityMap(Expression, Class, Record, int) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory and returns an Object from this identity map.
getFromIdentityMap(Object) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
getFromIdentityMap(Vector, Class) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
getFromIdentityMap(Expression, Class, Record) - Method in interface oracle.toplink.sessions.Session
Deprecated. Since 3.6.3
getFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
getFunction(int) - Method in class oracle.toplink.expressions.Expression
ADVANCED: This can be used for accessing user defined functions.
getFunction(int, Vector) - Method in class oracle.toplink.expressions.Expression
ADVANCED: This can be used for accessing user defined functions that have arguments.
getFunction(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return a user defined function accepting the argument.
getFunction(String, Object) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return a user defined function accepting the argument.
getFunctionName() - Method in class oracle.toplink.eis.interactions.EISInteraction
Return the function name of the interaction.
getFunctionWithArguments(String, Vector) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return a user defined function accepting all of the arguments.
getGeneratedValue(Accessor, AbstractSession, String) - Method in class oracle.toplink.sequencing.StandardSequence
 
getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class oracle.toplink.sequencing.StandardSequence
 
getGetMethodName() - Method in class oracle.toplink.mappings.DatabaseMapping
This method is invoked reflectively on the reference object to return the value of the attribute in the object.
getHandlers(int) - Method in class oracle.toplink.libraries.asm.tree.analysis.Analyzer
Returns the exception handlers for the given instruction.
getHintString() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the current database hint string of the query.
getHistoryPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return this descriptors HistoryPolicy.
getHistoryPolicy() - Method in class oracle.toplink.mappings.DirectCollectionMapping
getHistoryPolicy() - Method in class oracle.toplink.mappings.ManyToManyMapping
getHistoryTableNames() - Method in class oracle.toplink.history.HistoryPolicy
getHomeInterface() - Method in class oracle.toplink.ejb.EJBWrapperPolicy
The home interface defines how a bean is accessed and queried.
getHomeName() - Method in class oracle.toplink.ejb.EJBWrapperPolicy
The home name is the name or URL that the bean's home is stored in JNDI under.
getIdentityMapAccessor() - Method in interface oracle.toplink.sessions.Session
The IdentityMapAccessor is the preferred way of accessing IdentityMap funcitons This will return an object which implements an interface which exposes all public IdentityMap functions.
getIdentityMapSize() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the size of the identity map.
getIndex() - Method in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
getIndex(Object) - Method in class oracle.toplink.libraries.asm.tree.analysis.Analyzer
Returns the index of the given instruction.
getIndicatingNoEntry(DatabaseField, boolean) - Method in class oracle.toplink.ox.record.DOMRecord
 
getIndicatingNoEntry(String) - Method in class oracle.toplink.sessions.DatabaseRecord
Retrieves the value with the given field name.
getInheritancePolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
The inheritance policy is used to define how a descriptor takes part in inheritance.
getInheritancePolicy() - Method in class oracle.toplink.eis.EISDescriptor
The inheritance policy is used to define how a descriptor takes part in inheritance.
getInheritancePolicy() - Method in class oracle.toplink.ox.XMLDescriptor
The inheritance policy is used to define how a descriptor takes part in inheritance.
getInitialContextFactoryName() - Method in class oracle.toplink.remotecommand.TransportManager
Return the context factory name used as the value to the INITIAL_CONTEXT_FACTORY key in the cached context properties.
getInitialContextProperties() - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. ADVANCED: This method allows the user to get the Context properties that will be used to create the initial context.
getInitializedDocument() - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
getInitialReadSize() - Method in class oracle.toplink.queryframework.CursoredStreamPolicy
Specifies the number of elements to be read initially into a cursored stream.
getInitialValue() - Method in class oracle.toplink.sequencing.DefaultSequence
 
getInitialValue() - Method in class oracle.toplink.sequencing.Sequence
 
getInMemoryQueryIndirectionPolicy() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Returns the InMemoryQueryIndirectionPolicy for this query
getInMemoryQueryIndirectionPolicyState() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Returns the InMemoryQueryIndirectionPolicy for this query
getInOutputProcedureToken() - Method in class oracle.toplink.platform.database.DerbyPlatform
This method is used to print the output parameter token when stored procedures are called
getInOutputProcedureToken() - Method in class oracle.toplink.platform.database.PostgreSQLPlatform
This method is used to print the output parameter token when stored procedures are called
getInOutputProcedureToken() - Method in class oracle.toplink.platform.database.SQLServerPlatform
This method is used to print the output parameter token when stored procedures are called
getInOutputProcedureToken() - Method in class oracle.toplink.platform.database.SybasePlatform
 
getInputRecordName() - Method in class oracle.toplink.eis.interactions.EISInteraction
Return the input record name.
getInputResultPath() - Method in class oracle.toplink.eis.interactions.MappedInteraction
The input result path defines the root key for the MappedRecord that the interaction argument is nested into.
getInputRootElementName() - Method in class oracle.toplink.eis.interactions.XMLInteraction
Return the root element name to use for the input DOM.
getInsertCall() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's insert call.
getInsertQuery() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's insert query.
getInsertSQLString() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's insert SQL string.
getIntegrityChecker() - Method in exception oracle.toplink.exceptions.IntegrityException
Return Integrity Checker.
getIntegrityChecker() - Method in interface oracle.toplink.sessions.Session
Returns the integrityChecker,the integrityChecker holds all the ClassDescriptor Exceptions.
getInteractionSpec() - Method in class oracle.toplink.eis.interactions.EISInteraction
Return the JCA InteractionSpec that defines this EIS interaction.
getInterfacePolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Returns the InterfacePolicy.
getInternalException() - Method in exception oracle.toplink.exceptions.TopLinkException
Return the internal native exception.
getInternalName() - Method in class oracle.toplink.libraries.asm.Type
Returns the internal name of the class corresponding to this object type.
getInternalName(Class) - Static method in class oracle.toplink.libraries.asm.Type
Returns the internal name of the given class.
getInvalidFileNameCharacters() - Method in class oracle.toplink.xml.DefaultFileNameNormalizer
Deprecated. Return a list of the invalid file name characters that will be morphed into escape sequences.
getIsSetMethodName() - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
getIsSetParameters() - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
getIsSetParameterTypes() - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
getIsSetPerformedForAbsentNode() - Method in class oracle.toplink.ox.mappings.nullpolicy.AbstractNullPolicy
 
getItem(int) - Method in class oracle.toplink.libraries.asm.ClassReader
Returns the start index of the constant pool item in b, plus one.
getJavaClass() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the java class.
getJavaClass(QName) - Method in class oracle.toplink.ox.XMLField
Return the class for a given qualified XML Schema type
getJavaClass(QName) - Method in class oracle.toplink.ox.XMLUnionField
Return the class for a given qualified XML Schema type.
getJavaClassName() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the class name, used by the MW.
getJavaType() - Method in interface oracle.toplink.platform.database.converters.StructConverter
getJavaType() - Method in class oracle.toplink.platform.database.oracle.converters.JGeometryConverter
 
getJdbcConnectionDetails() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Return JDBCConnection detail information.
getjdbcConnectionDetails() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Return JDBCConnection detail information.
getJdbcConnectionDetails() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Return JDBCConnection detail information.
getJdbcConnectionDetails() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Return JDBCConnection detail information.
getJDBCType(DatabaseField) - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
Return the JDBC type for the given database field.
getJDBCType(Class) - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
Return the JDBC type for the Java type.
getJoinCriteria() - Method in class oracle.toplink.querykeys.ForeignReferenceQueryKey
Return the join expression for the relationship defined by the query key.
getJoinFetch() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Return if this relationship should always be join fetched.
getJPQLParseCacheMaxSize() - Method in class oracle.toplink.sessions.Project
ADVANCED: Return the JPQL parse cache max size.
getJPQLString() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the JPQL string of the query.
getKeepAsElementPolicy() - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
getKey() - Method in class oracle.toplink.mappings.Association
Return the key.
getKeyClass() - Method in class oracle.toplink.mappings.DirectMapMapping
This is a helper method to get the object class from the key converter if it is a TypeConversionConverter.
getKeyConverter() - Method in class oracle.toplink.mappings.DirectMapMapping
Return the converter on the mapping.
getKeyType() - Method in class oracle.toplink.mappings.TypedAssociation
Return the class of the key.
getLabel() - Method in class oracle.toplink.libraries.asm.attrs.StackMapType
 
getLabels(Set) - Method in class oracle.toplink.libraries.asm.attrs.StackMapFrame
 
getLeafElementType() - Method in class oracle.toplink.ox.XMLField
 
getLength() - Method in class oracle.toplink.platform.xml.XMLNodeList
 
getLevel() - Method in class oracle.toplink.logging.AbstractSessionLog
Return the log level.
getLevel(String) - Method in class oracle.toplink.logging.AbstractSessionLog
Return the log level for the category name space.
getLevel(String) - Method in class oracle.toplink.logging.JavaLog
Return the effective log level for the name space extracted from session and category.
getLevel() - Method in interface oracle.toplink.logging.SessionLog
Return the log level.
getLevel(String) - Method in interface oracle.toplink.logging.SessionLog
Return the log level.
getLevel() - Method in class oracle.toplink.logging.SessionLogEntry
Return the request level of the log entry.
getLevel(String) - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated.  
getLevel() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Return the log level.
getLevel(String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Return the log level; category is only needed where name space is available.
getLevel() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the request level of the log entry.
getLevelIndex() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getLevelString() - Method in class oracle.toplink.logging.AbstractSessionLog
Return the log level as a string value.
getLevelString() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Return the log level as a string value.
getLineNumber() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
getLineNumber() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
getListeners() - Method in class oracle.toplink.sessions.SessionEventManager
The event listners will receive all events raised by this session.
getLoadedSession() - Method in class oracle.toplink.tools.sessionconfiguration.WASXMLSessionConfigLoader
Return the last loaded session
getLobValueLimits() - Method in class oracle.toplink.platform.database.oracle.Oracle8Platform
Return the BLOB/CLOB value limits on thin driver.
getLobValueLimits() - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
Return the BLOB/CLOB value limits on thin driver.
getLocal(int) - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Returns the value of the given local variable.
getLocalContextProperties() - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Return the properties that will be used to create the initial context for local JNDI access.
getLocalHostURL() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. This method will get the Host address of the JNDI service
getLocalHostURL() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. since 4.5 now set on ClusteringService
getLocalizedMessage() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
getLocalizedMessage() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
getLocalName() - Method in class oracle.toplink.ox.record.DOMRecord
Get the local name of the context root element.
getLocalName() - Method in class oracle.toplink.ox.record.MarshalRecord
 
getLocalName() - Method in class oracle.toplink.ox.record.NodeRecord
 
getLocalName() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getLocalName() - Method in class oracle.toplink.ox.record.XMLRecord
Get the local name of the context root element.
getLocalName() - Method in class oracle.toplink.ox.XMLRoot
 
getLocalQuery(String, Vector) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
INTENAL: Return the query from the set of pre-defined queries with the given name and argument types.
getLocalQueryByArgumentTypes(String, Vector) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
INTENAL: Return the query from the set of pre-defined queries with the given name and argument types.
getLocalRemoteConnection() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: This method should return a Remote Connection of the appropriate type that references the Remote dispatcher for this Session
getLocalRemoteConnection() - Method in class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. ADVANCED: This method should return a Remote Connection of the appropriate type that references the Remote dispatcher for this Session
getLocalRemoteConnection() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. ADVANCED: This method should return a Remote Connection of the appropriate type that references the Remote dispatcher for this Session NOT USED
getLocalRemoteConnection() - Method in class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. ADVANCED: This method should return a Remote Connection of the appropriate type that references the Remote dispatcher for this Session
getLocalRemoteConnection() - Method in class oracle.toplink.remote.rmi.RMIClusteringService
Deprecated. ADVANCED: This method should return a Remote Connection of the appropriate type that references the Remote dispatcher for this Session
getLocalRemoteConnection() - Method in class oracle.toplink.remote.rmi.RMIJNDIClusteringService
Deprecated. ADVANCED: This method should return a Remote Connection of the appropriate type that references the Remote dispatcher for this Session
getLocalRemoteConnection() - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. ADVANCED: This method should return a Remote Connection of the appropriate type that references the Remote dispatcher for this Session
getLocals() - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Returns the maximum number of local variables of this frame.
getLocalTime() - Method in class oracle.toplink.tools.profiler.Profile
 
getLockingMode() - Method in class oracle.toplink.descriptors.PessimisticLockingPolicy
Return locking mode.
getLockMode() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Return the current locking mode.
getLockMode() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return the current locking mode.
getLog() - Method in class oracle.toplink.eis.EISConnectionSpec
Returns the attunity adapter message log.
getLog() - Static method in class oracle.toplink.logging.AbstractSessionLog
Return the singleton SessionLog.
getLog() - Method in interface oracle.toplink.sessions.Session
Return the writer to which an accessor writes logged messages and SQL.
getLogFilename() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Return the log filename.
getlogFilename() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Return the log filename.
getLogFilename() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Return the log filename.
getLogFilename() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Return the log filename.
getLogin() - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Get the associated session login.
getLogin() - Method in class oracle.toplink.remote.RemoteSession
Deprecated. replaced by getDatasourceLogin()
getLogin() - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
To get login from the server side
getLogin() - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Get the associated session login.
getLogin() - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
To get login from the server side
getLogin() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Get the associated session login.
getLogin() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
getLogin() - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. To get login from the server side
getLogin() - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Get the associated session login.
getLogin() - Method in interface oracle.toplink.sequencing.SequencingControl
ADVANCED: Return a DatabaseLogin to be used by separate sequencing connection(s).
getLogin() - Method in class oracle.toplink.sessions.Project
OBSOLETE: Return the login, the login holds any database connection information given.
getLogin() - Method in interface oracle.toplink.sessions.Session
Return the login, the login holds any database connection information given.
getLogin() - Method in class oracle.toplink.threetier.ConnectionPolicy
Return the login to use for this connection.
getLogin() - Method in class oracle.toplink.threetier.ConnectionPool
Return the login used to create connections.
getLogLevel(String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Return the log level
getLogLevel(String) - Method in interface oracle.toplink.sessions.Session
Return the log level.
getLogLevel() - Method in interface oracle.toplink.sessions.Session
Return the log level.
getLogString(Accessor) - Method in class oracle.toplink.eis.interactions.EISInteraction
Return the string for logging purposes.
getLogString(Accessor) - Method in class oracle.toplink.eis.interactions.QueryStringInteraction
Return the string for logging purposes.
getLogString(Accessor) - Method in class oracle.toplink.eis.interactions.XMLInteraction
Return the string for logging purposes.
getLogString(Accessor) - Method in class oracle.toplink.eis.interactions.XQueryInteraction
Return the string for logging purposes.
getLogString(Accessor) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
getLogString(Accessor) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Return a string appropriate for the session log.
getLogType() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Return the log type, either "TopLink", "Java" or "Server"
getlogType() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Return the log type, either "TopLink", "Java" or "Server"
getLogType() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Return the log type, either "TopLink", "Java" or "Server"
getLogType() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Return the log type, either "TopLink", "Java" or "Server"
getLongestTime() - Method in class oracle.toplink.tools.profiler.Profile
 
getLookupType() - Method in class oracle.toplink.jndi.JNDIConnector
 
getManager() - Static method in class oracle.toplink.ejb.bmp.BMPDatastoreManager
Return the singleton datastore manager.
getManager() - Static method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the singleton session manager.
getMappedClass() - Method in class oracle.toplink.descriptors.CMPPolicy
Answer the mapped class.
getMapping() - Method in exception oracle.toplink.exceptions.DescriptorException
Return the mapping that the problem was detected in.
getMapping() - Method in class oracle.toplink.history.HistoryPolicy
getMapping() - Method in class oracle.toplink.ox.sequenced.Setting
 
getMappingForAttributeName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Returns the mapping associated with a given attribute name.
getMappings() - Method in class oracle.toplink.descriptors.ClassDescriptor
Returns mappings
getMarshalListener() - Method in class oracle.toplink.ox.XMLMarshaller
 
getMarshalNullRepresentation() - Method in class oracle.toplink.ox.mappings.nullpolicy.AbstractNullPolicy
Get the enum that determines what XML to write when a null value is encountered.
getMasks() - Method in class oracle.toplink.expressions.spatial.SpatialParameters
 
getMaxBatchWritingSize() - Method in class oracle.toplink.sessions.DatabaseLogin
Allow for the max batch writing size to be set.
getMaximumCachedResults() - Method in class oracle.toplink.queryframework.QueryResultsCachePolicy
Return the maximum cached results.
getMaxNumberOfConnections() - Method in class oracle.toplink.threetier.ConnectionPool
Return the maximum number of connections allowed.
getMaxNumberOfNonPooledConnections() - Method in interface oracle.toplink.threetier.Server
Return the number of non-pooled database connections allowed.
getMaxPoolSize() - Method in interface oracle.toplink.sequencing.SequencingControl
Returns a maximum number of connections in sequencing connection pool
getMaxResolution() - Method in class oracle.toplink.expressions.spatial.SpatialParameters
 
getMaxRows() - Method in class oracle.toplink.queryframework.ReadQuery
Return the limit for the maximum number of rows that any ResultSet can contain to the given number.
getMaxSizeForPool(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will retrieve the max size of a particular connection pool
getMaxSizeForPool(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will retrieve the max size of a particular connection pool
getMaxSizeForPool(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will retrieve the max size of a particular connection pool
getMaxSizeForPool(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will retrieve the max size of a particular connection pool
getMessage() - Method in exception oracle.toplink.exceptions.DatabaseException
This is the database error message.
getMessage() - Method in exception oracle.toplink.exceptions.DescriptorException
Return the exception error message.
getMessage() - Method in exception oracle.toplink.exceptions.IntegrityException
This method is used to print out all the descriptor exceptions.
getMessage() - Method in exception oracle.toplink.exceptions.QueryException
Return the exception error message.
getMessage() - Method in exception oracle.toplink.exceptions.TopLinkException
Return the exception error message.
getMessage() - Method in class oracle.toplink.logging.SessionLogEntry
Return the log entry's message.
getMessage() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the log entry's message.
getMessage() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
getMessage() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
getMethodClass() - Method in class oracle.toplink.queryframework.MethodBaseQueryRedirector
Returns the class to execute the static method on.
getMethodDescriptor(Type, Type[]) - Static method in class oracle.toplink.libraries.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class oracle.toplink.libraries.asm.Type
Returns the descriptor corresponding to the given method.
getMethodName() - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Return the clone method name.
getMethodName() - Method in class oracle.toplink.mappings.transformers.MethodBasedAttributeTransformer
 
getMethodName() - Method in class oracle.toplink.mappings.transformers.MethodBasedFieldTransformer
 
getMethodName() - Method in class oracle.toplink.queryframework.MethodBaseQueryRedirector
Returns the name of the static method.
getMethodReturnTypeNotValid(CollectionMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
getMimeType(Object) - Method in class oracle.toplink.ox.mappings.FixedMimeTypePolicy
 
getMimeType() - Method in class oracle.toplink.ox.mappings.FixedMimeTypePolicy
 
getMimeType(Object) - Method in interface oracle.toplink.ox.mappings.MimeTypePolicy
return a MIME type string
getMimeTypePolicy() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
getMimeTypePolicy() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
getMinNumberOfConnections() - Method in class oracle.toplink.threetier.ConnectionPool
Return the minimum number of connections.
getMinPoolSize() - Method in interface oracle.toplink.sequencing.SequencingControl
Returns a minimum number of connections in sequencing connection pool.
getMinResolution() - Method in class oracle.toplink.expressions.spatial.SpatialParameters
 
getMinSizeForPool(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will retrieve the min size of a particular connection pool
getMinSizeForPool(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will retrieve the min size of a particular connection pool
getMinSizeForPool(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will retrieve the min size of a particular connection pool
getMinSizeForPool(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will retrieve the min size of a particular connection pool
getModuleName() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
getModuleName: Answer the EJB-Module I belong to.
getmoduleName() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. getModuleName: Answer the EJB-Module I belong to.
getModuleName() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
getModuleName() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
getMoveIndexes() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. use #getMoveIndexPairs()
getMoveIndexPairs() - Method in interface oracle.toplink.changesets.EISOrderedCollectionChangeRecord
ADVANCED: ADVANCED: Return the indexes of the elements that were simply moved within the collection.
getMoveIndexPairs() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. ADVANCED: ADVANCED: Return the indexes of the elements that were simply moved within the collection.
getMoves() - Method in interface oracle.toplink.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements that were simply shuffled within the collection.
getMoves() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. ADVANCED: Return the entries for all the elements that were simply shuffled within the collection.
getMulticastGroupAddress() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. This method will return the Host adddress of the Multicast Group.
getMulticastGroupAddress() - Method in class oracle.toplink.remotecommand.DiscoveryManager
Return the host adddress of the multicast group.
getMulticastPort() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Return the port that the Service will be using for the multicast socket
getMulticastPort() - Method in class oracle.toplink.remotecommand.DiscoveryManager
Return the multicast port used for discovery.
getMultipleTableJoinExpression() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: This is normally generated for descriptors that have multiple tables.
getName() - Method in class oracle.toplink.eis.EISConnectionSpec
Return the name of the ConnectionFactory within the JNDI Context.
getName() - Method in class oracle.toplink.jndi.JNDIConnector
Return the name of the DataSource within the JNDI Context.
getName() - Method in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
getName() - Method in class oracle.toplink.ox.sequenced.Setting
Return the name of the setting.
getName() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the name of the query
getName() - Method in class oracle.toplink.queryframework.FetchGroup
Return the group name.
getName() - Method in class oracle.toplink.queryframework.SQLResultSetMapping
 
getName() - Method in class oracle.toplink.querykeys.QueryKey
Return the name for the query key.
getName() - Method in class oracle.toplink.sequencing.Sequence
 
getName() - Method in class oracle.toplink.sessions.Project
get the name of the project.
getName() - Method in interface oracle.toplink.sessions.Session
Return the name of the session.
getName() - Method in class oracle.toplink.threetier.ConnectionPool
Return the name of this pool.
getName() - Method in class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
Return the name of the object.
getName() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return the name of the field.
getName() - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
getName() - Method in class oracle.toplink.tools.schemaframework.TableCreator
Return the name.
getName() - Method in class oracle.toplink.tools.schemaframework.UniqueKeyConstraint
getNameFieldName() - Method in class oracle.toplink.sdk.SDKSequence
Deprecated.  
getNameFieldName() - Method in class oracle.toplink.sequencing.TableSequence
 
getNames() - Method in class oracle.toplink.queryframework.ReportQueryResult
Return the names of report items, provided to ReportQuery.
getNameSpace() - Method in class oracle.toplink.logging.SessionLogEntry
Return the name space of the log entry.
getNameSpace() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the name space of the log entry.
getNamespaceMap() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getNamespaceResolver() - Method in class oracle.toplink.eis.EISDescriptor
Return the XML namespace resolver.
getNamespaceResolver() - Method in class oracle.toplink.ox.record.XMLRecord
 
getNamespaceResolver() - Method in class oracle.toplink.ox.XMLDescriptor
Return the NamespaceResolver associated with this descriptor
getNamespaceResolver() - Method in class oracle.toplink.ox.XMLField
Get the NamespaceResolver associated with this XMLField
getNamespaceURI() - Method in class oracle.toplink.ox.record.DOMRecord
Get the namespace URI for the context root element.
getNamespaceURI() - Method in class oracle.toplink.ox.record.MarshalRecord
 
getNamespaceURI() - Method in class oracle.toplink.ox.record.NodeRecord
 
getNamespaceURI() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getNamespaceURI() - Method in class oracle.toplink.ox.record.XMLRecord
Get the namespace URI for the context root element.
getNamespaceURI() - Method in class oracle.toplink.ox.sequenced.Setting
Return the namespace URI that qualifies the name of the Setting (if there is one).
getNamespaceURI() - Method in class oracle.toplink.ox.XMLRoot
 
getNamespaceURI(String) - Method in class oracle.toplink.platform.xml.jaxp.JAXPNamespaceContext
 
getNamingServiceType() - Method in class oracle.toplink.remotecommand.corba.CORBATransportManager
Return the only supported JNDI naming service type used to look up remote connections to other service instances.
getNamingServiceType() - Method in class oracle.toplink.remotecommand.TransportManager
Return the type of naming service used to look up remote connections to other service instances.
getNativeTableInfo(String, String, AbstractSession) - Method in class oracle.toplink.platform.database.DB2Platform
Return the catalog information through using the native SQL catalog selects.
getNativeTableInfo(String, String, AbstractSession) - Method in class oracle.toplink.platform.database.DerbyPlatform
 
getNativeTableInfo(String, String, AbstractSession) - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Return the catalog information through using the native SQL catalog selects.
getNativeTableInfo(String, String, AbstractSession) - Method in class oracle.toplink.platform.database.SQLServerPlatform
Return the catalog information through using the native SQL catalog selects.
getNativeTableInfo(String, String, AbstractSession) - Method in class oracle.toplink.platform.database.SybasePlatform
Return the catalog information through using the native SQL catalog selects.
getNewCollection() - Method in interface oracle.toplink.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements in the new collection.
getNewCollection() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. ADVANCED: Return the entries for all the elements in the new collection.
getNewKey() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: This method returns the key value that this object will be stored under in it's respective Map.
getNewValue() - Method in interface oracle.toplink.changesets.DirectToFieldChangeRecord
ADVANCED: Returns the new value assigned during the change
getNewValue() - Method in interface oracle.toplink.changesets.ObjectReferenceChangeRecord
ADVANCED: Returns the new reference for this object
getNewWriteStream(String, Record, Vector) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Return a new write stream for the specified root element and primary key.
getNewWriteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated. Return a new write stream for the specified root element and primary key.
getNewWriteStream(String, Record, Vector) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Return a new write stream for the specified root element and primary key.
getNewWriteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Return a new write stream for the specified root element and primary key.
getNewWriteStream(String, Record, Vector, Accessor) - Method in interface oracle.toplink.xml.XMLStreamPolicy
Deprecated. Return a new write stream for the specified root element and primary key.
getNewWriteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Return a new write stream for the specified root element and primary key.
getNewWriteStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. This implementation adds an entry to the ZIP file and positions the stream at the end of the ZIP file.
getNextSequenceNumberValue(Class) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return the sequnce number from the database
getNodeForObject(Object) - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
getNodeOrderingPolicy() - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
getNodeToReplace(Node) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
getNoNamespaceSchemaLocation() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getNoNamespaceSchemaLocation() - Method in class oracle.toplink.ox.XMLMarshaller
Get the no namespace schema location set on this XMLMarshaller
getNoNamespaceSchemaLocation() - Method in class oracle.toplink.ox.XMLRoot
 
getNonDeferredCreateTime() - Method in class oracle.toplink.descriptors.CMPPolicy
ADVANCED: This setting is only available for CMP beans that are not being deferred.
getNonNullNamespaceResolver() - Method in class oracle.toplink.ox.XMLDescriptor
 
getNullCapableValues() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getNullValue() - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Allow for the value used for null to be specified.
getNumberOfInstancesEffected() - Method in class oracle.toplink.tools.profiler.Profile
 
getNumberOfObjectsInAllIdentityMaps() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will SUM and return the number of objects in all Identity Maps in the session.
getnumberOfObjectsInAllIdentityMaps() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will SUM and return the number of objects in all Identity Maps in the session.
getNumberOfObjectsInAllIdentityMaps() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will SUM and return the number of objects in all Identity Maps in the session.
getNumberOfObjectsInAllIdentityMaps() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will SUM and return the number of objects in all Identity Maps in the session.
getNumberOfObjectsInIdentityMap(String) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to return the number of objects in a particular Identity Map If ClassNotFoundException is thrown then the IdenityMap for that class name could not be found
getNumberOfObjectsInIdentityMap(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to return the number of objects in a particular Identity Map
getNumberOfObjectsInIdentityMap(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to return the number of objects in a particular Identity Map
getNumberOfObjectsInIdentityMap(String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to return the number of objects in a particular Identity Map
getNumberOfObjectsInIdentityMap(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to return the number of objects in a particular Identity Map
getNumberOfObjectsInIdentityMapSubCache(String) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to return the number of objects in a particular Identity Map's subcache.
getNumberOfObjectsInIdentityMapSubCache(String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to return the number of objects in a particular Identity Map's subcache.
getNumberOfPersistentClasses() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will answer the number of persistent classes contained in the session.
getnumberOfPersistentClasses() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will answer the number of persistent classes contained in the session.
getNumberOfPersistentClasses() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will answer the number of persistent classes contained in the session.
getNumberOfPersistentClasses() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will answer the number of persistent classes contained in the session.
getNumberOfReadConnections() - Method in interface oracle.toplink.threetier.Server
Deprecated. Replaced by getReadConnectionPool().getMaxNumberOfConnections() ConnectionPool.getMaxNumberOfConnections()
getNumberVal() - Method in class oracle.toplink.expressions.Expression
XMLType Function - gets a number value from an XMLType
GetNumberVal - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
getNumberVal() - Static method in class oracle.toplink.expressions.ExpressionOperator
 
getObject() - Method in class oracle.toplink.descriptors.DescriptorEvent
Synanym for source.
getObject() - Method in exception oracle.toplink.exceptions.OptimisticLockException
Return the object for which the problem was detected.
getObject() - Method in class oracle.toplink.libraries.asm.attrs.StackMapType
 
getObject() - Method in class oracle.toplink.ox.record.UnmarshalRecord
Deprecated. Replaced by getCurrentObject().
getObject() - Method in class oracle.toplink.ox.sequenced.Setting
 
getObject(Node) - Method in class oracle.toplink.ox.XMLBinder
Gets the Java Object associated with the provided XML Node.
getObject() - Method in class oracle.toplink.ox.XMLRoot
 
getObject() - Method in class oracle.toplink.queryframework.DoesExistQuery
Return the object.
getObject() - Method in class oracle.toplink.queryframework.ObjectLevelModifyQuery
Return the object required for modification.
getObject(Class, String) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Return the object registred given its name.
getObjectChangePolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return this objects ObjectChangePolicy.
getObjectChangeSet() - Method in class oracle.toplink.queryframework.ObjectLevelModifyQuery
Return the ObjectChangeSet representing the object being changed
getObjectChangeSetForClone(Object) - Method in interface oracle.toplink.changesets.UnitOfWorkChangeSet
ADVANCED: Get ChangeSet for a particular clone
getObjectClass() - Method in class oracle.toplink.mappings.converters.TypeConversionConverter
Returns the class type of the object value.
getObjectForNode(Node) - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
getObjectForNode(Node, XMLMapping) - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
getObjects() - Method in class oracle.toplink.queryframework.DeleteAllQuery
Return the objects that are to be deleted
getObjectsInIdentityMap(String) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method will return a collection of the objects in the Identity Map.
getObjectsInIdentityMap(String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method will return a collection of the objects in the Identity Map.
getObjectsInIdentityMapSubCache(String) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated.  
getObjectsInIdentityMapSubCache(String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated.  
getObjectsInIdentityMapSubCacheAsMap(String) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method will return a collection of the objects in the Identity Map.
getObjectsInIdentityMapSubCacheAsMap(String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to return a Map of the objects in a particular Identity Map's subcache.
getObjectsPerSecond() - Method in class oracle.toplink.tools.profiler.Profile
 
getObjectTypeConverter() - Method in class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. Return the converter cast to ObjectTypeConverter.
getOffset() - Method in class oracle.toplink.libraries.asm.Label
Returns the offset corresponding to this label.
getOldKey() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: This method returns the key value that this object was stored under in it's respective Map.
getOnlyInstancesExpression() - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: Return the 'only instances expression'.
getOpcode() - Method in class oracle.toplink.libraries.asm.tree.AbstractInsnNode
Returns the opcode of this instruction.
getOpcode(int) - Method in class oracle.toplink.libraries.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOperationTimings() - Method in class oracle.toplink.tools.profiler.Profile
 
getOptimisticLockingPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Returns the OptimisticLockingPolicy.
getOrderSiblingsByExpressions() - Method in class oracle.toplink.queryframework.ReadAllQuery
getOriginalObject() - Method in class oracle.toplink.descriptors.DescriptorEvent
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.
getOriginalVersionOfObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Return the original version of the object(clone) from the parent's identity map.
getOutputArgumentNames() - Method in class oracle.toplink.eis.interactions.EISInteraction
The argument names for the output record.
getOutputArguments() - Method in class oracle.toplink.eis.interactions.EISInteraction
The argument fields to the interaction that map into the output record.
getOutputArguments() - Method in class oracle.toplink.eis.interactions.IndexedInteraction
The output arguments in order of occurance in the record.
getOutputFileName() - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Return the file name that the generate .java file will be output to.
getOutputFileName() - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Return the file name that the generate .java file will be output to.
getOutputPath() - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Return the path that the generate .java file will be output to.
getOutputPath() - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Return the path that the generate .java file will be output to.
getOutputProcedureToken() - Method in class oracle.toplink.platform.database.SQLServerPlatform
This method is used to print the output parameter token when stored procedures are called
getOutputProcedureToken() - Method in class oracle.toplink.platform.database.SybasePlatform
 
getOutputResultPath() - Method in class oracle.toplink.eis.interactions.EISInteraction
The output result path defines the root key for the MappedRecord that the desired interaction result is nested into.
getOutputRootElementName() - Method in class oracle.toplink.eis.interactions.XMLInteraction
Return the root element name to use for the output DOM.
getOutputWriter() - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Return the writer the output to.
getOutputWriter() - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Return the writer the output to.
getOwner() - Method in interface oracle.toplink.changesets.ChangeRecord
ADVANCED: This method returns the ObjectChangeSet that references this ChangeRecord
getPackageName() - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Return the package name of class to be generated.
getPackageName() - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Return the package name of class to be generated.
getPacketTimeToLive() - Method in class oracle.toplink.remotecommand.DiscoveryManager
Returns the number of hops the data packets of the session annoucemnt will take before expiring.
getPageSize() - Method in class oracle.toplink.queryframework.CursorPolicy
Return the number of elements to be read into a cursored stream when more elements are needed from the database.
getParameter(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression representing a parameter with the given name.
getParameter(DatabaseField) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression representing a parameter with the given name.
getParameters() - Method in class oracle.toplink.logging.SessionLogEntry
Return the array of parameters to the message.
getParameters() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the array of parameters to the message.
getParameterString() - Method in class oracle.toplink.expressions.spatial.SpatialParameters
build a String describing this set of parameters that can be used in conjunction with an Oracle Spatial function
getParams() - Method in class oracle.toplink.expressions.spatial.SpatialParameters
 
getParent() - Method in class oracle.toplink.ox.sequenced.Setting
 
getParent() - Method in interface oracle.toplink.sessions.UnitOfWork
Return the parent.
getParentClass() - Method in class oracle.toplink.descriptors.InheritancePolicy
Return the parent class.
getParentClassName() - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
getParentClassName() - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
getParentInterfaceNames() - Method in class oracle.toplink.descriptors.InterfacePolicy
 
getParentRecord() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getPassword() - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. ADVANCED: returns the Username if one is required to access the JNDI service
getPassword() - Method in class oracle.toplink.remotecommand.TransportManager
Return the password used as the value to the SECURITY_CREDENTIALS key in the cached context properties.
getPassword() - Method in class oracle.toplink.sessions.DatasourceLogin
Return the password.
getPassword() - Method in interface oracle.toplink.sessions.Login
All logins must take a user name and password.
getPessimisticLockingPolicy() - Method in class oracle.toplink.descriptors.CMPPolicy
Return the policy for bean pessimistic locking
getPingSQL() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink will attempt to test a connection if it encounters an exception on the connection when executing SQL.
getPlatform() - Method in interface oracle.toplink.sessions.Session
Return the database platform currently connected to.
getPolicy() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
getPoolName() - Method in class oracle.toplink.threetier.ConnectionPolicy
Return the pool name or null if not part of a pool.
getPosition() - Method in class oracle.toplink.queryframework.ScrollableCursor
Retrieves the current cursor positon (current row).
getPositionalNodes() - Method in class oracle.toplink.ox.record.MarshalRecord
 
getPostBuildSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called after an object is built
getPostCloneSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called after an object is cloned
getPostDeleteSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called after an object is deleted
getPostInsertSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called after an object is inserted
getPostMergeSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called after an object is merged
getPostRefreshSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called after an object is refreshed
getPostUpdateSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called after an object is updated
getPostWriteSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called after an object is written
getPreallocationSize() - Method in class oracle.toplink.sequencing.DefaultSequence
 
getPreallocationSize() - Method in class oracle.toplink.sequencing.Sequence
 
getPreDeleteSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called before an object is deleted
getPrefix(String) - Method in class oracle.toplink.platform.xml.jaxp.JAXPNamespaceContext
 
getPrefix() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
 
getPrefixes() - Method in class oracle.toplink.ox.NamespaceResolver
Returns the list of prefixes in the NamespaceResolver
getPrefixes(String) - Method in class oracle.toplink.platform.xml.jaxp.JAXPNamespaceContext
 
getPreInsertSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called before an object is inserted
getPrePersistSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called before the create operation is applied to an object
getPreRemoveSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called before the remove operation is applied to an object
getPreUpdateSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called before an object is updated
getPreWriteSelector() - Method in class oracle.toplink.descriptors.DescriptorEventManager
The name of the method called before an object is written
getPrimaryKeyClass() - Method in class oracle.toplink.ejb.EJBWrapperPolicy
The primary key class is the class that represents the bean's primary key.
getPrimaryKeyElementNames() - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Return the names of all the primary key elements.
getPrimaryKeyFieldNames() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the names of all the primary keys.
getPrimaryKeyFieldNames() - Method in class oracle.toplink.tools.schemaframework.TableDefinition
getPrimaryKeys() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: This method returns the primary keys for the object that this change set represents.
getPrimaryKeyValues() - Method in class oracle.toplink.queryframework.ReportQueryResult
Return the PKs for the corresponding object or null if not requested.
getPrintCalendarIntoTimestampTZ() - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
ADVANCED: Answer the passing of Calendar objects as a String into the creation of TIMESTAMPTZ instances (True) or pass the Calendar object directly into the TIMESTAMPTZ instance (False).
getProcedureArgumentSetter() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Used for sp calls.
getProcedureArgumentString() - Method in class oracle.toplink.platform.database.SQLServerPlatform
Used for sp defs.
getProcedureArgumentString() - Method in class oracle.toplink.platform.database.SybasePlatform
Used for sp defs.
getProcedureAsString() - Method in class oracle.toplink.platform.database.DB2Platform
Used for stored procedure defs.
getProcedureAsString() - Method in class oracle.toplink.platform.database.MySQL4Platform
MySQL does not use the AS token.
getProcedureBeginString() - Method in class oracle.toplink.platform.database.DB2Platform
Used for stored procedure defs.
getProcedureBeginString() - Method in class oracle.toplink.platform.database.DerbyPlatform
Used for stored procedure defs.
getProcedureCallHeader() - Method in class oracle.toplink.platform.database.DB2Platform
Used for sp calls.
getProcedureCallHeader() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Used for sp calls.
getProcedureCallHeader() - Method in class oracle.toplink.platform.database.SQLServerPlatform
Used for sp calls.
getProcedureCallHeader() - Method in class oracle.toplink.platform.database.SybasePlatform
Used for sp calls.
getProcedureCallTail() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Used for sp calls.
getProcedureEndString() - Method in class oracle.toplink.platform.database.DB2Platform
Used for stored procedure defs.
getProcedureEndString() - Method in class oracle.toplink.platform.database.DerbyPlatform
Used for stored procedure defs.
getProcedureName() - Method in class oracle.toplink.queryframework.StoredProcedureCall
Return the name of the store procedure on the database.
getProcedures() - Method in class oracle.toplink.tools.schemaframework.PackageDefinition
Packages can contain sets of procedures.
getProduct() - Static method in class oracle.toplink.Version
 
getProfiler() - Method in interface oracle.toplink.sessions.Session
Return the profiler.
getProfiles() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
Return the profiles logged in this profiler.
getProfileTime() - Method in class oracle.toplink.tools.profiler.Profile
 
getProfileWeight() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
getProfilingType() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to get the type of profiling.
getprofilingType() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to get the type of profiling.
getProfilingType() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to get the type of profiling.
getProfilingType() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to get the type of profiling.
getProject() - Method in interface oracle.toplink.sessions.Session
Return the project.
getProject() - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Return the project to generate from.
getProperties() - Method in class oracle.toplink.descriptors.ClassDescriptor
Returns the user defined properties.
getProperties() - Method in class oracle.toplink.eis.interactions.EISInteraction
Returns the adapter specific properties.
getProperties() - Method in class oracle.toplink.ox.XMLMarshaller
Return a properties object for a given instance of the XMLMarshaller.
getProperties() - Method in class oracle.toplink.ox.XMLUnmarshaller
Return a properties object for a given instance of the XMLUnmarshaller.
getProperties() - Method in interface oracle.toplink.sessions.Session
ADVANCED: Allow for user defined properties.
getProperties() - Method in class oracle.toplink.sessions.SessionEvent
Additional properties may be added to the event.
getProperties() - Method in class oracle.toplink.threetier.ConnectionPolicy
ADVANCED: This method will return the collection of custom properties set on the Connection policy.
getProperty(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Returns the descriptor property associated the given String.
getProperty(String) - Method in class oracle.toplink.eis.interactions.EISInteraction
Returns the adapter property associated the given name.
getProperty(Object) - Method in class oracle.toplink.mappings.DatabaseMapping
ADVANCED: Allow user defined properties.
getProperty(String) - Method in class oracle.toplink.ox.jaxb.JAXBValidator
 
getProperty(Object) - Method in class oracle.toplink.ox.XMLMarshaller
Return the property for a given key, if one exists.
getProperty(Object) - Method in class oracle.toplink.ox.XMLUnmarshaller
Return the property for a given key, if one exists.
getProperty(String) - Method in class oracle.toplink.sessions.DatasourceLogin
The properties are additional, driver-specific, connection information to be passed to the driver.
getProperty(String) - Method in interface oracle.toplink.sessions.Login
The properties are additional, driver-specific, connection information to be passed to the driver.
getProperty(String) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Returns the user defined property.
getProperty(String) - Method in class oracle.toplink.sessions.SessionEvent
Additional properties may be added to the event.
getProperty(String) - Method in class oracle.toplink.threetier.ClientSession
Search for and return the user defined property from this client session, if it not found then search for the property from parent.
getProperty(Object) - Method in class oracle.toplink.threetier.ConnectionPolicy
Returns the property associated with the corresponding key.
getPublicId() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
getPublicId() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
getQualifiedFieldName() - Method in class oracle.toplink.querykeys.DirectQueryKey
Return the qualified field name for the query key.
getQualifiedSequenceTableName() - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use ((TableSequence)getDefaultSequence()).getQualifiedTableName() instead
getQualifiedTableName() - Method in class oracle.toplink.sequencing.TableSequence
 
getQualifier() - Method in class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
Most major databases support a creator name scope.
getQueries() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Return the pre-defined queries for the descriptor.
getQueries() - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return all pre-defined queries.
getQuery() - Method in class oracle.toplink.descriptors.DescriptorEvent
The query causing the event.
getQuery(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Return the query name from the set of pre-defined queries If only one query exists with this name, it will be returned.
getQuery(String, Vector) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Return the query from the set of pre-defined queries with the given name and argument types.
getQuery() - Method in exception oracle.toplink.exceptions.DatabaseException
This method returns the databaseQuery.
getQuery() - Method in exception oracle.toplink.exceptions.OptimisticLockException
Return the query in which the problem was detected.
getQuery() - Method in exception oracle.toplink.exceptions.QueryException
Return the query in which the problem was detected.
getQuery() - Method in class oracle.toplink.queryframework.EJBQLCall
Back reference to query, unfortunately required for events.
getQuery(String) - Method in class oracle.toplink.sessionbroker.SessionBroker
Return the query from the session pre-defined queries with the given name.
getQuery(String, Vector) - Method in class oracle.toplink.sessionbroker.SessionBroker
Return the query from the session pre-defined queries with the given name and argument types.
getQuery(String) - Method in interface oracle.toplink.sessions.Session
Return the query from the session pre-defined queries with the given name.
getQuery(String, Vector) - Method in interface oracle.toplink.sessions.Session
Return the query from the session pre-defined queries with the given name.
getQuery() - Method in class oracle.toplink.sessions.SessionEvent
Some events may have a query associated with them (pre/postExecuteQuery).
getQueryArguments() - Method in exception oracle.toplink.exceptions.QueryException
Deprecated. Replaced by QueryException.getQueryArgumentsRecord()
getQueryArgumentsRecord() - Method in exception oracle.toplink.exceptions.DatabaseException
Return the query argements used in the original query when exception is thrown
getQueryArgumentsRecord() - Method in exception oracle.toplink.exceptions.QueryException
Return the query argements used in the original query when exception is thrown
getQueryByExamplePolicy() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
When using Query By Example, an instance of QueryByExamplePolicy is used to customize the query.
getQueryClass() - Method in class oracle.toplink.tools.profiler.Profile
 
getQueryKeys() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the query keys.
getQueryManager() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the queryManager.
getQueryResultsCachePolicy() - Method in class oracle.toplink.queryframework.ReadQuery
Return the QueryResultsCachePolicy for this query.
getQueryRetryAttemptCount() - Method in class oracle.toplink.sessions.DatabaseLogin
Return the number of attempts TopLink should make to re-connect to a database and re-execute a query after a query has failed because of a communication issue.
getQueryString() - Method in class oracle.toplink.eis.interactions.QueryStringInteraction
Return the query string.
getQueryTimeout() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Return the number of seconds queries will wait for their Statement to execute
getQueryTimeout() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the number of seconds the driver will wait for a Statement to execute to the given number of seconds.
getQueryType() - Method in class oracle.toplink.expressions.spatial.SpatialParameters
 
getReadAllCall() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read-all call.
getReadAllQuery() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read query.
getReadAllSQLString() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read SQL string.
getReadAllSubclassesViewName() - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
getReadConnectionPool() - Method in interface oracle.toplink.threetier.Server
Handles allocating connections for read queries.
getReadObjectCall() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read-object call.
getReadObjectQuery() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read query.
getReadObjectSQLString() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read SQL string.
getReadStream(String, Record, Vector) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Return a read stream on the data for the specified root element and primary key.
getReadStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated. Return a read stream on the data for the specified root element and primary key.
getReadStream(String, Record, Vector) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Return a read stream on the data for the specified root element and primary key.
getReadStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Return a read stream on the data for the specified root element and primary key.
getReadStream(String, Record, Vector, Accessor) - Method in interface oracle.toplink.xml.XMLStreamPolicy
Deprecated. Return a read stream on the data for the specified root element and primary key.
getReadStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Return a read stream on the data for the specified root element and primary key.
getReadStream(String, Record, Vector, Accessor) - Method in class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. Return the ZIP file entry wrapped in a stream.
getReadStreams(String) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Return an enumeration on a collection of read streams, one for *every* document with the specified root element.
getReadStreams(String, Vector, Vector) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Return an enumeration on a collection of streams, one for every specified foreign key.
getReadStreams(String, Vector, Vector, Accessor) - Method in class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated. Return an enumeration on a collection of streams, one for every specified foreign key.
getReadStreams(String, Accessor) - Method in class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated. Return an enumeration on a collection of read streams, one for *every* document with the specified root element.
getReadStreams(String) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Return an enumeration on a collection of read streams, one for *every* document with the specified root element.
getReadStreams(String, Vector, Vector) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Return an enumeration on a collection of streams, one for every specified foreign key.
getReadStreams(String, Vector, Vector, Accessor) - Method in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Return an enumeration on a collection of streams, one for every specified foreign key.
getReadStreams(String, Accessor) - Method in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Return an enumeration on a collection of read streams, one for *every* document with the specified root element.
getReadStreams(String, Vector, Vector, Accessor) - Method in interface oracle.toplink.xml.XMLStreamPolicy
Deprecated. Return an enumeration on a collection of streams, one for every specified foreign key.
getReadStreams(String, Accessor) - Method in interface oracle.toplink.xml.XMLStreamPolicy
Deprecated. Return an enumeration on a collection of read streams, one for *every* document with the specified root element.
getReadStreams(String, Vector, Vector, Accessor) - Method in class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Return an enumeration on a collection of streams, one for every specified foreign key.
getReadStreams(String, Accessor) - Method in class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Return an enumeration on a collection of read streams, one for *every* document with the specified root element.
getReadStreams(String, Vector, Vector, Accessor) - Method in class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. Return the ZIP file entries wrapped in streams.
getReadStreams(String, Accessor) - Method in class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. Return the ZIP file entries wrapped in streams.
getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class oracle.toplink.mappings.CollectionMapping
Convenience method.
getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Return the attribute value from the specified object, unwrapping the value holder if necessary.
getRecord() - Method in interface oracle.toplink.changesets.TransformationMappingChangeRecord
ADVANCED: This method is used to access the changes of the fields in a transformation mapping.
getRecord() - Method in class oracle.toplink.descriptors.DescriptorEvent
Return the record that is associated with some events, such as postBuild, and aboutToUpdate.
getRecord() - Method in class oracle.toplink.eis.EISDOMRecord
Return the JCA adapter record.
getRecord() - Method in class oracle.toplink.eis.EISMappedRecord
Return the wrapped record.
getRecordConverter() - Method in class oracle.toplink.eis.EISPlatform
Return the record converter.
getRecordFactory() - Method in class oracle.toplink.eis.EISAccessor
Return the RecordFactory.
getRecordName() - Method in class oracle.toplink.eis.EISDOMRecord
Forward to the record.
getRecordName() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
getRecordShortDescription() - Method in class oracle.toplink.eis.EISDOMRecord
Forward to the record.
getRedirector() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the query redirector.
getReferenceClass() - Method in class oracle.toplink.mappings.AggregateMapping
Returns the reference class
getReferenceClass() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Returns the reference class.
getReferenceClass() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the domain class associated with this query.
getReferenceClass() - Method in class oracle.toplink.queryframework.DoesExistQuery
Return the domain class associated with this query.
getReferenceClass() - Method in class oracle.toplink.queryframework.ModifyAllQuery
Return the reference class for this query.
getReferenceClass() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Return the reference class of the query.
getReferenceClass() - Method in class oracle.toplink.queryframework.ObjectLevelModifyQuery
Return the domain class associated with this query.
getReferenceClass() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return the reference class of the query.
getReferenceClass() - Method in class oracle.toplink.querykeys.ForeignReferenceQueryKey
Return the reference class of the relationship.
getReferenceClassName() - Method in class oracle.toplink.mappings.DirectCollectionMapping
 
getReferenceClassName() - Method in class oracle.toplink.querykeys.ForeignReferenceQueryKey
Return the reference class name of the relationship.
getReferenceDataTypeName() - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Return the "data type" of the reference objects.
getReferenceDescriptor() - Method in class oracle.toplink.mappings.DatabaseMapping
Return the referenceDescriptor.
getReferenceDescriptor(DOMRecord) - Method in class oracle.toplink.ox.mappings.XMLCompositeCollectionMapping
 
getReferenceDescriptor(DOMRecord) - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
 
getReferenceTableName() - Method in class oracle.toplink.mappings.DirectCollectionMapping
Returns the name of the reference table
getReferenceTableQualifiedName() - Method in class oracle.toplink.mappings.DirectCollectionMapping
Returns the qualified name of the reference table
getRegisteredObjects() - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Return the registered objects.
getRelationshipPartnerAttributeName() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Use this method retreive the relationship partner attribute name of this bidirectional Mapping.
getRelationTableName() - Method in class oracle.toplink.mappings.ManyToManyMapping
Return the relation table name associated with the mapping.
getRelationTableQualifiedName() - Method in class oracle.toplink.mappings.ManyToManyMapping
Return the relation table qualified name associated with the mapping.
getRemainingValidTime(Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns the remaining life of the given Object.
getRemoteConnections() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Returns the list of remote connections for cache synchronisation.
getRemoteContextProperties() - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Return the cached properties that will be used to create the initial context when doing remote JNDI lookups.
getRemoteIdentityMapSize() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the size of the remote identity map.
getRemoteInterface() - Method in class oracle.toplink.ejb.EJBWrapperPolicy
The remote interface defines a bean's public interface.
getRemoveIndexes() - Method in interface oracle.toplink.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the indexes into the old collection of the elements that were removed.
getRemoveIndexes() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. ADVANCED: Return the indexes into the old collection of the elements that were removed.
getRemoveObjectList() - Method in interface oracle.toplink.changesets.CollectionChangeRecord
ADVANCED: This method returns the IdentityHashtable that contains the removed values from the collection and their corresponding ChangeSets.
getRemoveObjectList() - Method in interface oracle.toplink.changesets.DirectCollectionChangeRecord
ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.
getRemoves() - Method in interface oracle.toplink.changesets.EISCollectionChangeRecord
ADVANCED: Return the removed objects.
getRemoves() - Method in interface oracle.toplink.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements removed from the old collection.
getRemoves() - Method in interface oracle.toplink.changesets.SDKCollectionChangeRecord
Deprecated. ADVANCED: Return the removed objects.
getRemoves() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. ADVANCED: Return the entries for all the elements removed from the old collection.
getReportItems() - Method in class oracle.toplink.queryframework.ConstructorReportItem
 
getResource() - Method in class oracle.toplink.ox.schema.XMLSchemaReference
 
getResourceName() - Method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
getResourceName() - Method in exception oracle.toplink.exceptions.StaticWeaveException
 
getResourceName() - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Returns the resource name we are trying to load.
getResult() - Method in class oracle.toplink.ox.jaxb.JAXBUnmarshallerHandler
 
getResult() - Method in class oracle.toplink.ox.XMLUnmarshallerHandler
Returns the object that was unmarshalled from the SAX events.
getResult() - Method in class oracle.toplink.queryframework.ComplexQueryResult
Return the result of the query.
getResult() - Method in class oracle.toplink.sessions.SessionEvent
Some events may have a result associated with them (pre/postExecuteQuery).
getResultDocument() - Method in class oracle.toplink.transform.xml.XMLResult
Deprecated.  
getResults() - Method in class oracle.toplink.queryframework.ReportQueryResult
Return the results.
getResults() - Method in class oracle.toplink.queryframework.SQLResultSetMapping
Accessor for the internally stored list of ColumnResult.
getResultSetConcurrency() - Method in class oracle.toplink.queryframework.ScrollableCursorPolicy
The ResultSetConcurrency specifies if the resultset is updatable.
getResultSetType() - Method in class oracle.toplink.queryframework.ScrollableCursorPolicy
The ResultSetType specifies if the resultset is sensitive to changes made by others.
getReturningPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return returning policy.
getReturnType(String) - Static method in class oracle.toplink.libraries.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - Static method in class oracle.toplink.libraries.asm.Type
Returns the Java type corresponding to the return type of the given method.
getRootElementName() - Method in class oracle.toplink.ox.record.UnmarshalRecord
Return the root element's prefix qualified name
getRootElementName() - Method in class oracle.toplink.ox.record.XMLRootRecord
Return the root element's prefix qualified name
getRootElementName() - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Return the root element name for the class of objects the descriptor maps.
getRootElementName() - Method in class oracle.toplink.xml.XMLSequence
Deprecated. Return the root element name for the sequence number documents.
getRootElementNamespaceUri() - Method in class oracle.toplink.ox.record.UnmarshalRecord
Return the root element's namespace URI
getRootElementNamespaceUri() - Method in class oracle.toplink.ox.record.XMLRootRecord
Return the root element's namespace URI
getSchemaContext() - Method in class oracle.toplink.ox.schema.XMLSchemaReference
Get the path to the simple/complex type definition, element or group to be referenced in the schema
getSchemaContext() - Method in interface oracle.toplink.platform.xml.XMLSchemaReference
Returns the path to be traversed for validation purposes.
getSchemaContextAsQName(NamespaceResolver) - Method in class oracle.toplink.ox.schema.XMLSchemaReference
 
getSchemaFactory() - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
getSchemaLocation() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getSchemaLocation() - Method in class oracle.toplink.ox.XMLMarshaller
Get the schema location set on this XMLMarshaller
getSchemaLocation() - Method in class oracle.toplink.ox.XMLRoot
 
getSchemaReference() - Method in class oracle.toplink.ox.XMLDescriptor
Return the SchemaReference associated with this descriptor
getSchemaType() - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Get the schema type to be used during conversion.
getSchemaType() - Method in class oracle.toplink.ox.XMLField
Return the schema type associated with this field
getSchemaType() - Method in class oracle.toplink.ox.XMLRoot
 
getSchemaType() - Method in class oracle.toplink.ox.XMLUnionField
Return the first schema type in the list of schema types
getSchemaTypes() - Method in class oracle.toplink.ox.XMLUnionField
Return the list of schema types
getSelectClause() - Method in class oracle.toplink.tools.schemaframework.ViewDefinition
The select clause is the select statement that is mapped into the view.
getSelectForUpdateString() - Method in class oracle.toplink.platform.database.DB2Platform
 
getSelectForUpdateString() - Method in class oracle.toplink.platform.database.DBasePlatform
 
getSelectForUpdateString() - Method in class oracle.toplink.platform.database.InformixPlatform
Informix seems to like this syntax instead of the OF * syntax.
getSelectForUpdateString() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
 
getSelectionCriteria() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the selection criteria of the query.
getSelectionKey() - Method in class oracle.toplink.queryframework.ReadObjectQuery
The primary key can be specified if used instead of an expression or selection object.
getSelectionObject() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Return the selection object of the query.
getSelectQuery() - Method in class oracle.toplink.sequencing.QuerySequence
getSelfNodeValueForAttribute(String, String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getSequence(String) - Method in class oracle.toplink.sessions.DatasourceLogin
Get sequence corresponding to the name
getSequenceCounterElementName() - Method in class oracle.toplink.xml.XMLLogin
Deprecated. Return the name of the element in the TopLink sequence documents that holds the current value for a given sequence (e.g.
getSequenceCounterFieldName() - Method in class oracle.toplink.sdk.SDKPlatform
Deprecated. use ((SDKSequence)getDefaultSequence()).getCounterFieldName() instead
getSequenceCounterFieldName() - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use ((TableSequence)getDefaultSequence()).getCounterFieldName() instead
getSequenceCounterFieldName() - Method in class oracle.toplink.tools.schemaframework.TableSequenceDefinition
getSequenceCounterFieldName() - Method in class oracle.toplink.tools.schemaframework.UnaryTableSequenceDefinition
Return the name of the only field of this table
getSequenceNameElementName() - Method in class oracle.toplink.xml.XMLLogin
Deprecated. Return the name of the element in the TopLink sequence documents that holds the name for a given sequence (e.g.
getSequenceNameFieldName() - Method in class oracle.toplink.sdk.SDKPlatform
Deprecated. use ((SDKSequence)getDefaultSequence()).getNameFieldName() instead
getSequenceNameFieldName() - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use ((TableSequence)getDefaultSequence()).getNameFieldName() instead
getSequenceNameFieldName() - Method in class oracle.toplink.tools.schemaframework.TableSequenceDefinition
getSequenceNumberElementName() - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Return sequence number element name.
getSequenceNumberFieldName() - Method in class oracle.toplink.descriptors.ClassDescriptor
Get sequence number field name
getSequenceNumberName() - Method in class oracle.toplink.descriptors.ClassDescriptor
Get sequence number name
getSequenceNumberNamed(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
getSequencePreallocationSize() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. Method returns the value of the Sequence Preallocation size
getSequencePreallocationSize() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Method returns the value of the Sequence Preallocation size
getsequencePreallocationSize() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Method returns the value of the Sequence Preallocation size
getSequencePreallocationSize() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Method returns the value of the Sequence Preallocation size
getSequencePreallocationSize() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Method returns the value of the Sequence Preallocation size
getSequencePreallocationSize() - Method in class oracle.toplink.sessions.DatasourceLogin
Deprecated. use getDefaultSequence().getPreallocationSize() instead
getSequenceRootElementName() - Method in class oracle.toplink.xml.XMLLogin
Deprecated. Return the name of the root element in the TopLink sequence documents.
getSequences() - Method in class oracle.toplink.sessions.DatasourceLogin
Returns a map of sequence names to Sequences (may be null).
getSequenceTableName() - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use ((TableSequence)getDefaultSequence()).getTableName() instead
getSequenceTableName() - Method in class oracle.toplink.tools.schemaframework.TableSequenceDefinition
getSequencing() - Method in class oracle.toplink.sessionbroker.SessionBroker
Return the Sequencing object used by the session.
getSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in class oracle.toplink.transaction.AbstractSynchronizationListener
Return sequencingCallback corresponding to the passed session.
getSequencingControl() - Method in interface oracle.toplink.sessions.DatabaseSession
Return SequencingControl which used for sequencing setup and customization including management of sequencing preallocation.
getServerLog() - Method in class oracle.toplink.platform.server.sunas.SunAS9ServerPlatform
 
getServerName() - Method in class oracle.toplink.sessions.DatabaseLogin
The server name is the name of the database instance.
getServerNameAndVersion() - Method in class oracle.toplink.platform.server.NoServerPlatform
getServerNameAndVersion(): Answer null because this does not apply to NoServerPlatform.
getServerNameAndVersion() - Method in interface oracle.toplink.platform.server.ServerPlatform
getServerNameAndVersion(): Talk to the relevant server class library, and get the server name and version
getServerNameAndVersion() - Method in class oracle.toplink.platform.server.ServerPlatformBase
getServerNameAndVersion(): Talk to the relevant server class library, and get the server name and version
getServerPlatform() - Method in interface oracle.toplink.sessions.DatabaseSession
Answer the server platform defining server-specific behaviour for the receiver (Oc4j, WLS, ...).
getServerPlatform() - Method in interface oracle.toplink.sessions.Session
Return the server platform currently used.
getServiceId() - Method in class oracle.toplink.remotecommand.Command
Return the service identifier of the service where the command originated
getSession() - Method in class oracle.toplink.descriptors.DescriptorEvent
The session in which the event is raised.
getSession() - Method in class oracle.toplink.ejb.EJBDataStore
ADVANCED: Return the session.
getSession() - Method in exception oracle.toplink.exceptions.TopLinkException
Return the session.
getSession() - Method in class oracle.toplink.logging.AbstractSessionLog
Get the session.
getSession() - Method in interface oracle.toplink.logging.SessionLog
Get the session that owns this SessionLog.
getSession() - Method in class oracle.toplink.logging.SessionLogEntry
Return the session that generated the log entry.
getSession() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getSession() - Method in class oracle.toplink.remote.jms.mdb.ClusteringMDB
Return the TopLink session that has the session's name configured as an env-entry element in the ejb-jar.xml.
getSession() - Method in class oracle.toplink.sessions.SessionEvent
The session in which the event is raised.
getSession() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Get the session that owns this SessionLog.
getSession() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the session that generated the log entry.
getSession() - Method in class oracle.toplink.tools.profiler.DMSPerformanceProfiler
 
getSession() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
getSession() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
getSession() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
 
getSession(String) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name.
getSession(String, boolean) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name.
getSession(String, boolean, boolean) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name.
getSession(String, Object) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name, using the classloader of the Object specified.
getSession(String, String) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name, in the file specified.
getSession(String, String, ClassLoader) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name, in the file specified, using the class loader to find the resource.
getSession(String, ClassLoader) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name.
getSession(XMLLoader, String, ClassLoader) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Deprecated. since OracleAS TopLink 10g (10.1.3). Replaced by SessionManager.getSession(XMLSessionConfigLoader, String, ClassLoader)
getSession(XMLSessionConfigLoader, String, ClassLoader) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name, loading the configuration from the file specified in the XMLSessionConfigLoader.
getSession(XMLLoader, String, ClassLoader, boolean, boolean) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Deprecated. since OracleAS TopLink 10g (10.1.3). Replaced by SessionManager.getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean)
getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name, loading the configuration from the file specified in the loader.
getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean, boolean) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name, loading the configuration from the file specified in the loader.
getSession(XMLSessionConfigLoader) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return the session by name, loading the configuration from the file specified in the loader, using the loading options provided on the loader.
getSessionFor(EntityContext) - Static method in class oracle.toplink.ejb.cmp.SessionAccessor
Returns the active TopLink session for the context.
getSessionFor(String) - Static method in class oracle.toplink.ejb.cmp.SessionAccessor
Returns the active TopLink session for the project.
getSessionId() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: Get the Unique identifier for the session.
getSessionLog() - Method in interface oracle.toplink.sessions.Session
Return the session log to which an accessor logs messages and SQL.
getSessionName() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
Returns the Session name that represents the session that this bean should be using
getSessionName() - Method in class oracle.toplink.ejb.EJBDataStore
Return the session name.
getSessionName() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the name of the session that the query should be executed under.
getSessionName() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Answer the name of the TopLink session this MBean represents.
getsessionName() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Answer the name of the TopLink session this MBean represents.
getSessionName() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Answer the name of the TopLink session this MBean represents.
getSessionName() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Answer the name of the TopLink session this MBean represents.
getSessionName() - Method in class oracle.toplink.tools.profiler.DMSPerformanceProfiler
 
getSessionName() - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Returns the name of the Session in the sessions XML file desired to be loaded.
getSessionName() - Method in class oracle.toplink.util.SessionFactory
 
getSessionRemoteConnection() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. ADVANCED: Returns the remoteSession controller dispatcher that this session has made available for synchronization.
getSessionRemoteController() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Since 4.0
getSessionType() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Answer the type of the TopLink session this MBean represents.
getsessionType() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Answer the type of the TopLink session this MBean represents.
getSessionType() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Answer the type of the TopLink session this MBean represents.
getSessionType() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Answer the type of the TopLink session this MBean represents.
getSessionXMLPath() - Method in class oracle.toplink.util.SessionFactory
 
getSetMethodName() - Method in class oracle.toplink.mappings.DatabaseMapping
This method is invoked reflectively on the reference object to set the value of the attribute in the object.
getSettings() - Method in interface oracle.toplink.ox.sequenced.SequencedObject
 
getSharedSession() - Method in class oracle.toplink.util.SessionFactory
Helper method that looksup the singleton session and ensure that if the application has been hot-deployed it gets a fresh version of the server.
getSharedSession(boolean, boolean) - Method in class oracle.toplink.util.SessionFactory
Used in place of getSharedSession() when the calling appliction needs access to the sesison prior to login or it wishes to force the session configuration to be re-loaded an applied.
getShortestTime() - Method in class oracle.toplink.tools.profiler.Profile
 
getShouldBindAllParameters() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. Method returns if all Parameters should be bound or not
getShouldBindAllParameters() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. Method returns if all Parameters should be bound or not
getShouldBindAllParameters() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Method returns if all Parameters should be bound or not
getshouldBindAllParameters() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Method returns if all Parameters should be bound or not
getShouldBindAllParameters() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Method returns if all Parameters should be bound or not
getShouldBindAllParameters() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getShouldCacheAllStatements() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. Returns if statements should be cached or not
getShouldCacheAllStatements() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Returns if statements should be cached or not
getshouldCacheAllStatements() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Returns if statements should be cached or not
getShouldCacheAllStatements() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Returns if statements should be cached or not
getShouldCacheAllStatements() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Returns if statements should be cached or not
getShouldCacheAllStatements() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getShouldLogDebug() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to determine if debug messages should be logged
getShouldLogDebug() - Method in class oracle.toplink.services.RuntimeServices
Deprecated.  
getShouldLogExceptions() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to determine if exception messages should be logged
getShouldLogExceptions() - Method in class oracle.toplink.services.RuntimeServices
Deprecated.  
getShouldLogExceptionStackTrace() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to determine if exception Stack Trace should be logged
getShouldLogExceptionStackTrace() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Stack trace is logged for SEVERE all the time and at FINER level for WARNING or less
getShouldLogMessages() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to determine if messages should be logged by the session
getShouldLogMessages() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to determine if logging is turned on
getShouldLogPerformanceProfiler() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated.  
getShouldLogPerformanceProfiler() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Method indicates if Performace profile should be logged
getshouldLogPerformanceProfiler() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Method indicates if Performace profile should be loged
getShouldLogPerformanceProfiler() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Method indicates if Performace profile should be loged
getShouldOptimizeDataConversion() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getShouldPrintConnection() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to determine if exception Stack Trace should be logged
getShouldPrintConnection() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Connection is always printed whenever available
getShouldPrintDate() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to determine if exception Stack Trace should be logged
getShouldPrintDate() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Date is always printed
getShouldPrintSession() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to determine if exception Stack Trace should be logged
getShouldPrintSession() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Session is always printed whenever available
getShouldPrintThread() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to determine if exception Stack Trace should be logged
getShouldPrintThread() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Thread is logged at FINE or less level
getShouldProfilePerformance() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method will return if profgiling is turned on or not
getShouldProfilePerformance() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method will return if profgiling is turned on or not
getShouldRemoveConnectionOnError() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method indicates if remote connections should be dropped when there is an error.
getShouldRemoveConnectionOnError() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated.  
getShouldTrimStrings() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getSignature() - Method in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
getSize() - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
getSize() - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowValue
 
getSize() - Method in interface oracle.toplink.libraries.asm.tree.analysis.Value
Returns the size of this value in words.
getSize() - Method in class oracle.toplink.libraries.asm.Type
Returns the size of values of this type.
getSize() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return the size of the field, this is only required for some field types.
getSize() - Method in class oracle.toplink.tools.schemaframework.VarrayDefinition
Return the maximum size of the array.
getSizeForPool(String) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method will retrieve the size of a particulat connection pool
getSizeForPool(String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method will retrieve the size of a particular connection pool
getSizeQuery() - Method in class oracle.toplink.queryframework.CursoredStreamPolicy
Return the query used to read the size.
getSort() - Method in class oracle.toplink.libraries.asm.Type
Returns the sort of this Java type.
getSourceFields() - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
getSourceFields() - Method in class oracle.toplink.tools.schemaframework.UniqueKeyConstraint
getSourceKeyFieldNames() - Method in class oracle.toplink.mappings.AggregateCollectionMapping
Return the source key field names associated with the mapping.
getSourceKeyFieldNames() - Method in class oracle.toplink.mappings.DirectCollectionMapping
Return the source key field names associated with the mapping.
getSourceKeyFieldNames() - Method in class oracle.toplink.mappings.ManyToManyMapping
Return the source key field names associated with the mapping.
getSourceKeyFieldNames() - Method in class oracle.toplink.mappings.OneToManyMapping
Return the source key field names associated with the mapping.
getSourceObject() - Method in exception oracle.toplink.exceptions.ConversionException
Return the object for which the problem was detected.
getSourceRelationKeyFieldNames() - Method in class oracle.toplink.mappings.ManyToManyMapping
Return the source relation key field names associated with the mapping.
getSourceToTargetQueryKeyFieldAssociations() - Method in class oracle.toplink.mappings.VariableOneToOneMapping
Return a collection of the field to query key associations.
getSpecialOperations() - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
The special operations to use in place of equal.
getSqlCode() - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
getSqlCode() - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
getSqlCode() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
getSQLResultSetMapping() - Method in class oracle.toplink.queryframework.ResultSetMappingQuery
This will be the SQLResultSetMapping that is used by this query to process the database results
getSQLResultSetMapping(String) - Method in class oracle.toplink.sessions.Project
Get a named SQLResultSetMapping from this project.
getSQLResultSetMappingName() - Method in class oracle.toplink.queryframework.ResultSetMappingQuery
Return the result set mapping name.
getSQLStatement() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return the SQL statement of the query.
getSQLString() - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: Return the SQL string of the query.
getSQLStrings() - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: Return the SQL strings of the query.
getStack(int) - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Returns the value of the given operand stack slot.
getStackSize() - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Returns the number of values in the operand stack of this frame.
getStart() - Method in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
getStartFieldName() - Method in class oracle.toplink.history.HistoryPolicy
Answers the name of the start field.
getStartRemoveIndex() - Method in interface oracle.toplink.changesets.OrderedCollectionChangeRecord
ADVANCED: This method returns the index from where objects must be removed from the collection
getStartWithExpression() - Method in class oracle.toplink.queryframework.ReadAllQuery
getStatementCacheSize() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. Returns the statement cache size.
getStatementCacheSize() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Returns the statement cache size.
getstatementCacheSize() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Returns the statement cache size.
getStatementCacheSize() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Returns the statement cache size.
getStatementCacheSize() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Returns the statement cache size.
getStatementCacheSize() - Method in class oracle.toplink.sessions.DatabaseLogin
If prepared statement caching is used, return the cache size.
getStatements() - Method in class oracle.toplink.tools.schemaframework.PackageDefinition
The statements are the SQL lines of code.
getStatements() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The statements are the SQL lines of code in procedure.
GETSTATIC - Static variable in interface oracle.toplink.libraries.asm.Constants
 
getStoredProcedureParameterPrefix() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
 
getStoredProcedureParameterPrefix() - Method in class oracle.toplink.platform.database.SQLServerPlatform
 
getStoredProcedureParameterPrefix() - Method in class oracle.toplink.platform.database.SybasePlatform
 
getStoredProcedureTerminationToken() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
 
getStreamPolicy() - Method in class oracle.toplink.xml.XMLCall
Deprecated. Return the stream policy.
getStringBindingSize() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. Return the size of strings after which will be bound into the statement
getStringBindingSize() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. Return the size of strings after which will be bound into the statement
getStringBindingSize() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Return the size of strings after which will be bound into the statement If we are not using a DatabaseLogin, or we're not using string binding, answer 0 (zero).
getstringBindingSize() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Return the size of strings after which will be bound into the statement If we are not using a DatabaseLogin, or we're not using string binding, answer 0 (zero).
getStringBindingSize() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Return the size of strings after which will be bound into the statement If we are not using a DatabaseLogin, or we're not using string binding, answer 0 (zero).
getStringBindingSize() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Return the size of strings after which will be bound into the statement If we are not using a DatabaseLogin, or we're not using string binding, answer 0 (zero).
getStringBindingSize() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getStringBuffer() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getStringVal() - Method in class oracle.toplink.expressions.Expression
XMLType Function - gets a string value from an XMLType
GetStringVal - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
getStringVal() - Static method in class oracle.toplink.expressions.ExpressionOperator
 
getStructName() - Method in interface oracle.toplink.platform.database.converters.StructConverter
getStructName() - Method in class oracle.toplink.platform.database.oracle.converters.JGeometryConverter
 
getStructureName() - Method in class oracle.toplink.objectrelational.ArrayMapping
Return the name of the structure.
getStructureName() - Method in class oracle.toplink.objectrelational.NestedTableMapping
Return the structure name of the nestedTable.
getStructureName() - Method in class oracle.toplink.objectrelational.ObjectArrayMapping
Return the name of the structure.
getStructureName() - Method in class oracle.toplink.objectrelational.ObjectRelationalDescriptor
Return the name of the structure.
getSubSize() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return the sub-size of the field.
getSystemChangeNumberQuery() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
The query to select the current system change number from Oracle.
getSystemId() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
getSystemId() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
getTable(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression representing a table in a data-level query.
getTable(DatabaseTable) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression representing a table in a data-level query.
getTable() - Method in class oracle.toplink.sequencing.TableSequence
 
getTableCreator() - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Return the table creator to generate from.
getTableDefinitions() - Method in class oracle.toplink.tools.schemaframework.TableCreator
Return the tables.
getTableInfo(String, String, String, String[]) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Get a description of tables available in a catalog.
getTableName() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the name of the descriptor's first table.
getTableName() - Method in class oracle.toplink.descriptors.RelationalDescriptor
Return the name of the descriptor's first table.
getTableName() - Method in class oracle.toplink.sequencing.TableSequence
 
getTableNames() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return the table names.
getTableNames() - Method in class oracle.toplink.descriptors.RelationalDescriptor
Return the table names.
getTableQualifier() - Method in class oracle.toplink.sessions.DatasourceLogin
Return the qualifier for the all of the tables referenced by TopLink.
getTableQualifier() - Method in interface oracle.toplink.sessions.Login
Return the qualifier for the all of the tables.
getTargetFields() - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
getTargetForeignKeyFieldNames() - Method in class oracle.toplink.mappings.AggregateCollectionMapping
Return the target foregin key field names associated with the mapping.
getTargetKeyFieldNames() - Method in class oracle.toplink.mappings.ManyToManyMapping
Return the target key field names associated with the mapping.
getTargetRelationKeyFieldNames() - Method in class oracle.toplink.mappings.ManyToManyMapping
Return the target relation key field names associated with the mapping.
getTargetTable() - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
GETTER_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.DefaultMappingException
 
getterNotFound(String, String) - Static method in exception oracle.toplink.exceptions.DefaultMappingException
 
getText() - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Returns the code printed by this code visitor.
getThread() - Method in class oracle.toplink.logging.SessionLogEntry
Return the thread that was active when the log entry was generated.
getThread() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return the thread that was active when the log entry was generated.
getTimeConnectionEstablished() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will return a long indicating the exact time in Milliseconds that the session connected to the database.
gettimeConnectionEstablished() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will return a long indicating the exact time in Milliseconds that the session connected to the database.
getTimeConnectionEstablished() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will return a long indicating the exact time in Milliseconds that the session connected to the database.
getTimeConnectionEstablished() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will return a long indicating the exact time in Milliseconds that the session connected to the database.
getTimePerObject() - Method in class oracle.toplink.tools.profiler.Profile
 
getTimestampFromServer(AbstractSession, String) - Method in class oracle.toplink.platform.database.AccessPlatform
Access do not support millisecond well, truncate the millisecond from the timestamp
getTimestampQuery() - Method in class oracle.toplink.platform.database.DB2Platform
This method returns the query to select the timestamp from the server for DB2.
getTimestampQuery() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
This method returns the query to select the timestamp from the server for Oracle.
getTimestampQuery() - Method in class oracle.toplink.platform.database.SQLServerPlatform
This method returns the query to select the timestamp from the server for SQLServer.
getTimestampQuery() - Method in class oracle.toplink.platform.database.SybasePlatform
This method returns the query to select the timestamp from the server for Sybase.
getTimestampQuery() - Method in class oracle.toplink.platform.database.TimesTenPlatform
This method returns the query to select the timestamp from the server for TimesTen.
getTimeToLive() - Method in class oracle.toplink.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
return the time-to-live specified for this policy
getTimeToLive() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Returns the number of hops the data packet will take before expiring
getTopicConnectionFactoryName() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. Use this method to get the Connection Factory Name for the JMS Topic connections
getTopicConnectionFactoryName() - Method in class oracle.toplink.remotecommand.jms.JMSTopicTransportManager
Return the JMS Topic Connection Factory Name for the JMS Topic connections.
getTopicHostUrl() - Method in class oracle.toplink.remotecommand.jms.JMSTopicTransportManager
Return the URL of the machine on the network that hosts the JMS Topic.
getTopicName() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. return the JMS Topic name for the Topic that this clustering service will be connecting to.
getTopicName() - Method in class oracle.toplink.remotecommand.broadcast.BroadcastTransportManager
Return the topic name that this TransportManager will be connecting to.
getTopLinkAttributeName() - Method in interface oracle.toplink.descriptors.changetracking.CollectionChangeTracker
Return the Attribute name this collection is mapped under.
getTotalTime() - Method in class oracle.toplink.tools.profiler.Profile
 
getTransactionIsolation() - Method in class oracle.toplink.sessions.DatabaseLogin
Return the transaction isolation setting for the connection.
getTransactionManager() - Method in class oracle.toplink.transaction.JTATransactionController
Return the transaction manager used to control the JTA transactions.
getTransformationRecord() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getTranslatedSQLString(Session, Record) - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: This can be used to access a queries translated SQL if they have been prepared, (i.e. query.prepareCall()).
getTranslatedSQLStrings(Session, Record) - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: This can be used to access a queries translated SQL if they have been prepared, (i.e. query.prepareCall()).
getTransportManager() - Method in interface oracle.toplink.remotecommand.CommandManager
Return the transport manager that manages sending and receiving of remote commands.
getTransportManager() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
getType() - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Return the type of function.
getType() - Method in class oracle.toplink.libraries.asm.attrs.StackMapType
 
getType() - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
getType(String) - Static method in class oracle.toplink.libraries.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class) - Static method in class oracle.toplink.libraries.asm.Type
Returns the Java type corresponding to the given class.
getType() - Method in class oracle.toplink.ox.schema.XMLSchemaReference
Indicates if the schema reference references a simple type definition, complex type definition, element, or group.
getType() - Method in interface oracle.toplink.platform.xml.XMLSchemaReference
Indicates if the schema reference references a simple type definition, complex type definition, element or group
getType() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return the type of the field.
getType() - Method in class oracle.toplink.tools.schemaframework.NestedTableDefinition
Return the type of the field.
getType() - Method in class oracle.toplink.tools.schemaframework.VarrayDefinition
Return the type of the field.
getTypeDefinition() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return the type definition of the field.
getTypeField() - Method in class oracle.toplink.mappings.VariableOneToOneMapping
 
getTypeFieldName() - Method in class oracle.toplink.mappings.VariableOneToOneMapping
This method returns the name of the typeField of the mapping.
getTypeInfo(int) - Static method in class oracle.toplink.libraries.asm.attrs.StackMapType
 
getTypeName() - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
getTypeName() - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
getTypeName() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
getTypeName() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return the type name of the field.
getTypeName() - Method in class oracle.toplink.tools.schemaframework.NestedTableDefinition
Return the type of the field.
getTypeName() - Method in class oracle.toplink.tools.schemaframework.TypeTableDefinition
The name of the type that this table is of.
getTypeName() - Method in class oracle.toplink.tools.schemaframework.VarrayDefinition
Return the type of the field.
getTypeQName() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getTypes() - Method in class oracle.toplink.libraries.asm.attrs.LocalVariableTypeTableAttribute
 
getTypeSize() - Method in class oracle.toplink.tools.schemaframework.NestedTableDefinition
Return the size of the element field, this is only required for some field types.
getTypeSize() - Method in class oracle.toplink.tools.schemaframework.VarrayDefinition
Return the size of the element field, this is only required for some field types.
getUniqueKeys() - Method in class oracle.toplink.tools.schemaframework.TableDefinition
getUnitOfWorkCacheIsolationLevel() - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Return the unit of work cache isolation setting.
getUnitOfWorkChangeSet() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Returns the currentChangeSet from the UnitOfWork.
getUnits() - Method in class oracle.toplink.expressions.spatial.SpatialParameters
 
getUnmappedContentHandlerClass() - Method in class oracle.toplink.ox.XMLUnmarshaller
Get the class that will be instantiated to handled unmapped content Class must implement the oracle.toplink.ox.unmapped.UnmappedContentHandler interface
getUnmarshaller() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getUnmarshallerHandler() - Method in class oracle.toplink.ox.XMLUnmarshaller
 
getUnmarshalListener() - Method in class oracle.toplink.ox.XMLUnmarshaller
 
getUOWChangeSet() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: This method is used to return the parent ChangeSet.
getUOWCloneForObjectChangeSet(ObjectChangeSet) - Method in interface oracle.toplink.changesets.UnitOfWorkChangeSet
ADVANCED: This method returns the Clone for a particular changeSet
getUpdateAllFields() - Method in class oracle.toplink.descriptors.CMPPolicy
ADVANCED: Return true if descriptor is set to update all fields for an object of this type when an update occurs.
getUpdateCall() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's update call.
getUpdateCallCacheSize() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the size of the update call cache.
getUpdateQuery() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's update query.
getUpdateQuery() - Method in class oracle.toplink.sequencing.QuerySequence
getUpdateSQLString() - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's update SQL string.
getUriToPrefixMap() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getURL() - Method in class oracle.toplink.ox.schema.XMLSchemaClassPathReference
 
getURL() - Method in class oracle.toplink.ox.schema.XMLSchemaFileReference
 
getURL() - Method in class oracle.toplink.ox.schema.XMLSchemaReference
 
getURL() - Method in class oracle.toplink.ox.schema.XMLSchemaURLReference
 
getURL() - Method in interface oracle.toplink.platform.xml.XMLSchemaReference
A URL which referenes the Schema.
getUrl() - Method in interface oracle.toplink.remotecommand.CommandManager
Return the URL for this command manager.
getUrl() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Return the URL for this command manager.
getURLString() - Method in class oracle.toplink.ox.schema.XMLSchemaURLReference
 
getUserName() - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. ADVANCED: returns the Username if one is required to access the JNDI service
getUserName() - Method in class oracle.toplink.remotecommand.TransportManager
Return the user name used as the value to the SECURITY_PRINCIPAL key in the cached context properties.
getUserName() - Method in class oracle.toplink.sessions.DatasourceLogin
The user name is the database login name.
getUserName() - Method in interface oracle.toplink.sessions.Login
All logins must take a user name and password.
getUsesBatchWriting() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method will return if batchWriting is in use or not.
getUsesBatchWriting() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method will return if batchWriting is in use or not.
getUsesBatchWriting() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will return if batchWriting is in use or not.
getusesBatchWriting() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will return if batchWriting is in use or not.
getUsesBatchWriting() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will return if batchWriting is in use or not.
getUsesBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getUsesByteArrayBinding() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. Shows if Byte Array Binding is turned on or not
getUsesByteArrayBinding() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. Shows if Byte Array Binding is turned on or not
getUsesByteArrayBinding() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Shows if Byte Array Binding is turned on or not
getusesByteArrayBinding() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Shows if Byte Array Binding is turned on or not
getUsesByteArrayBinding() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Shows if Byte Array Binding is turned on or not
getUsesByteArrayBinding() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Shows if Byte Array Binding is turned on or not
getUsesDMSProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method answers true if DMS Performance Profiling is on.
getusesDMSProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method answers true if DMS Performance Profiling is on.
getUsesJDBCBatchWriting() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method will return if batchWriting is in use or not.
getUsesJDBCBatchWriting() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method will return if batchWriting is in use or not.
getUsesJDBCBatchWriting() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will return if batchWriting is in use or not.
getusesJDBCBatchWriting() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will return if batchWriting is in use or not.
getUsesJDBCBatchWriting() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will return if batchWriting is in use or not.
getUsesJDBCBatchWriting() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will return if batchWriting is in use or not.
getUsesNativeSequencing() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getUsesNativeSQL() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. Shows if native SQL is being used
getUsesNativeSQL() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. Shows if native SQL is being used
getUsesNativeSQL() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Shows if native SQL is being used
getusesNativeSQL() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Shows if native SQL is being used
getUsesNativeSQL() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Shows if native SQL is being used
getUsesNativeSQL() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Shows if native SQL is being used
getUsesNativeSQL() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getUsesStreamsForBinding() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method indicates if streams are being used for binding
getusesStreamsForBinding() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getUsesStringBinding() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method indicates if Strings are being bound
getUsesStringBinding() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method indicates if Strings are being bound
getUsesStringBinding() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method indicates if Strings are being bound
getusesStringBinding() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method indicates if Strings are being bound
getUsesStringBinding() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method indicates if Strings are being bound
getUsesStringBinding() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method indicates if Strings are being bound
getUsesStringBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
getUsesTopLinkProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method answers true if TopLink Performance Profiling is on.
getusesTopLinkProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method answers true if TopLink Performance Profiling is on.
getUsesTopLinkProfiling() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method answers true if TopLink Performance Profiling is on.
getUsesTopLinkProfiling() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method answers true if TopLink Performance Profiling is on.
getValidationLevel() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
getValidationMode() - Method in class oracle.toplink.ox.XMLUnmarshaller
Get the validation mode set on this XMLUnmarshaller By default, the unmarshaller is set to be NONVALIDATING
getValidationMode() - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
getValidationMode() - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
getValidationMode() - Method in interface oracle.toplink.platform.xml.XMLParser
 
getValue() - Method in class oracle.toplink.history.AsOfClause
The past time represented by the receiver.
getValue() - Method in class oracle.toplink.indirection.ValueHolder
Return the wrapped object.
getValue() - Method in interface oracle.toplink.indirection.ValueHolderInterface
Return the value.
getValue() - Method in class oracle.toplink.mappings.Association
Return the value.
getValue() - Method in class oracle.toplink.mappings.transformers.ConstantTransformer
Return the value of the constant.
getValue() - Method in class oracle.toplink.ox.sequenced.Setting
Return the value corresponding to this setting.
getValueClass() - Method in class oracle.toplink.mappings.DirectMapMapping
This is a helper method to get the object class from the value converter if it is a TypeConversionConverter.
getValueConverter() - Method in class oracle.toplink.mappings.DirectCollectionMapping
Return the converter on the mapping.
getValueConverter() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Return the converter on the mapping.
getValueConverter() - Method in class oracle.toplink.queryframework.DirectReadQuery
Return the converter on the query.
getValueFromRecord(String, MappedRecord, EISAccessor) - Method in class oracle.toplink.eis.EISPlatform
Retrieves the field value from the record.
getValueHolder() - Method in interface oracle.toplink.indirection.IndirectContainer
This is used by the indirection policy to build the UOW clone of the container.
getValueHolder() - Method in class oracle.toplink.indirection.IndirectMap
Return the valueHolder.
getValues(DatabaseField) - Method in class oracle.toplink.sessions.DatabaseRecord
Returns the Object associated with the given key (null if the key does not map to an Object.)
getValues(String) - Method in class oracle.toplink.sessions.DatabaseRecord
Returns the Object associated with the given key (null if the key does not map to an Object.)
getValuesIndicatingNoEntry(DatabaseField) - Method in class oracle.toplink.ox.record.DOMRecord
 
getValuesToExclude() - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Decides which attributes to ignore based on the values they are set to.
getValueToWrite(Object, Object, XMLRecord, XMLField, XMLField, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
getValueType() - Method in class oracle.toplink.mappings.TypedAssociation
Return the class of the value.
getVariables() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
getVersion() - Method in class oracle.toplink.ox.record.UnmarshalRecord
Gets the XML Version for this document.
getVersion() - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
getVersion() - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
getVersion() - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
getVersion() - Static method in class oracle.toplink.sessions.DatasourceLogin
Return the TopLink version.
getVersion() - Static method in class oracle.toplink.Version
 
getVersionDifference(Object, Object, Vector, AbstractSession) - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Return the number of versions different between these objects.
getWithAllSubclassesExpression() - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: Return the Expression which gets all subclasses.
getWorkingCopyMethodName() - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Return the workingCopyClone method name.
getWrappedTranslator() - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Return the wrapped field translator.
getWrapperPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Return the WrapperPolicy for this descriptor.
getWriteLockFieldName() - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Return the field name of the field that stores the write lock value.
getWriteLockValue() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: This method is used to return the lock value of the object this changeSet represents.
getWriteLockValue(Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Extracts and returns the write lock value from the identity map through the given Object.
getWriteLockValue(Vector, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Extracts the write lock value from the identity map through the passed in primaryKey and Class type.
getWriteLockValue(Object) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
getWriteLockValue(Vector, Class) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
getWriter() - Method in class oracle.toplink.logging.AbstractSessionLog
Return the writer that will receive the formatted log entries.
getWriter() - Method in interface oracle.toplink.logging.SessionLog
Return the writer to which an accessor writes logged messages and SQL.
getWriter() - Method in class oracle.toplink.ox.record.WriterRecord
Return the Writer that the object will be marshalled to.
getWriter() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Return the writer to which an accessor writes logged messages and SQL.
getWriter() - Method in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
 
getWriterFilename() - Method in class oracle.toplink.logging.DefaultSessionLog
For the given writer, return it's associated filename.
getWriterFilename() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. For the given writer, return it's associated filename.
getXmlAdapterClass() - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Return the XmlAdapter class for this converter.
getXmlAdapterClassName() - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Return the XmlAdapter class name for this converter.
getXMLContext() - Method in class oracle.toplink.ox.XMLMarshaller
Return the instance of XMLContext that was used to create this instance of XMLMarshaller.
getXMLContext() - Method in class oracle.toplink.ox.XMLUnmarshaller
Return the instance of XMLContext that was used to create this instance of XMLUnmarshaller.
getXMLNode(Object) - Method in class oracle.toplink.ox.XMLBinder
Gets the XML Node associated with the provided object.
getXMLParserJARFileNames() - Static method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Return the names of the TopLink SDK XML Support JAR files
getXMLPlatform() - Method in class oracle.toplink.xml.XMLLogin
Deprecated. Return the platform cast to XML.
getXMLReader() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getXMLSessionConfigLoader() - Method in class oracle.toplink.ejb.EJBDataStore
Return the XMLSessionConfigLoader for this datastore.
getXMLStreamDatabase() - Method in class oracle.toplink.xml.stream.XMLStreamLogin
 
getXMLTranslator() - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Return the default XML translator for all data store calls.
getXMLTranslator() - Method in class oracle.toplink.xml.XMLCall
Deprecated. Return the XML translator.
getXMLTranslator() - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Return the default XML translator for all data store calls.
getXMLType(Class) - Method in class oracle.toplink.ox.XMLField
Return the qualified XML Schema type for a given class
getXMLVersion() - Method in class oracle.toplink.ox.XMLRoot
 
getXPath() - Method in class oracle.toplink.eis.mappings.EISCompositeCollectionMapping
Get the XPath String
getXPath() - Method in class oracle.toplink.eis.mappings.EISCompositeDirectCollectionMapping
Get the XPath String
getXPath() - Method in class oracle.toplink.eis.mappings.EISCompositeObjectMapping
Get the XPath String
getXPath() - Method in class oracle.toplink.eis.mappings.EISDirectMapping
Get the XPath String associated with this Mapping
getXPath() - Method in class oracle.toplink.ox.mappings.XMLCompositeCollectionMapping
Get the XPath String
getXPath() - Method in class oracle.toplink.ox.mappings.XMLCompositeDirectCollectionMapping
Get the XPath String
getXPath() - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
Get the XPath String
getXPath() - Method in class oracle.toplink.ox.mappings.XMLDirectMapping
Get the XPath String
getXPath() - Method in class oracle.toplink.ox.mappings.XMLFragmentCollectionMapping
Get the XPath String
getXPath() - Method in class oracle.toplink.ox.XMLField
Returns the xpath statement associated with this XMLField
getXPathFactory() - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
getXPathNode() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
getXQueryString() - Method in class oracle.toplink.eis.interactions.XQueryInteraction
Return the XQuery string.
getZipFileNameExtension() - Method in class oracle.toplink.xml.zip.DefaultXMLZipFileAccessorFilePolicy
Deprecated. Return the standard file name extension that will be appended to the root element name to generate the complete ZIP file name.
GLOBAL_PROPERTY_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.SDOException
 
GOTO - Static variable in interface oracle.toplink.libraries.asm.Constants
 
greaterThan(byte) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is equal to the other value.
greaterThan(char) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is equal to the other value.
greaterThan(double) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is equal to the other value.
greaterThan(float) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is equal to the other value.
greaterThan(int) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is equal to the other value.
greaterThan(long) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is equal to the other value.
greaterThan(Object) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receiver's value is greater than the other value.
greaterThan(Expression) - Method in class oracle.toplink.expressions.Expression
 
greaterThan(short) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is equal to the other value.
greaterThan(boolean) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is equal to the other value.
GreaterThan - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
greaterThanEqual(byte) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(char) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(double) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(float) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(int) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(long) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(Object) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(short) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(boolean) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is greater and equal to the other value.
GreaterThanEqual - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
Greatest - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
GROUP - Static variable in interface oracle.toplink.platform.xml.XMLSchemaReference
 
GROUPING_ELEMENT_REQUIRED - Static variable in exception oracle.toplink.eis.EISException
 
groupingElementRequired() - Static method in exception oracle.toplink.eis.EISException
 

H

handleException(RuntimeException) - Method in interface oracle.toplink.exceptions.ExceptionHandler
To re-throwing the exception,throwing a different exception or re-trying the query or database operation.
handleException(RuntimeException) - Method in interface oracle.toplink.remotecommand.CommandProcessor
Allow the implementation class to handle an exception thrown in in the remote command service.
handleException(RuntimeException) - Method in interface oracle.toplink.sessions.Session
Allow any WARNING level exceptions that occur within TopLink to be logged and handled by the exception handler.
handler - Variable in class oracle.toplink.libraries.asm.tree.TryCatchBlockNode
Beginning of the exception handler's code.
handleSevere(RuntimeException) - Method in interface oracle.toplink.sessions.Session
Allow any SEVERE level exceptions that occur within TopLink to be logged and handled by the exception handler.
handleTransactionsManuallyForSybaseJConnect() - Method in class oracle.toplink.sessions.DatabaseLogin
Force TopLink to manually begin transactions instead of using autoCommit.
hasArguments() - Method in class oracle.toplink.eis.interactions.EISInteraction
Return if argumented.
hasAsOfClause() - Method in class oracle.toplink.expressions.Expression
ADVANCED: Answers true if this is to be queried as of a past time.
hasAsOfClause() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Answers if the domain objects are to be read as of a past time.
hasCacheSynchronizationManager() - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return true if a synchronisation policy exists
hasChangeFor(String) - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: This method will return true if the specified attributue has been changed..
hasChanges() - Method in interface oracle.toplink.changesets.CollectionChangeRecord
ADVANCED: This method returns true if the change set has changes
hasChanges() - Method in interface oracle.toplink.changesets.EISCollectionChangeRecord
ADVANCED: Return whether any changes have been recorded with the change record.
hasChanges() - Method in interface oracle.toplink.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return whether any changes have been recorded with the change record.
hasChanges() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: Returns true if this particular changeSet has changes.
hasChanges() - Method in interface oracle.toplink.changesets.SDKCollectionChangeRecord
Deprecated. ADVANCED: Return whether any changes have been recorded with the change record.
hasChanges() - Method in interface oracle.toplink.changesets.SDKOrderedCollectionChangeRecord
Deprecated. ADVANCED: Return whether any changes have been recorded with the change record.
hasChanges() - Method in interface oracle.toplink.changesets.UnitOfWorkChangeSet
ADVANCED: Returns true if the Unit Of Work change Set has changes
hasChanges() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The Unit of work is capable of preprocessing to determine if any on the clone have been changed.
hasCompatibleType() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
hasConverter() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
Indicates if there is a converter on the mapping.
hasConverter() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
Indicates if there is a converter on the mapping.
hasConverter() - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Indicates if the mapping has a converter set on it.
hasCustomDeleteAllQuery() - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
 
hasCustomPrimaryKey() - Method in class oracle.toplink.ejb.EJBWrapperPolicy
Answer whether the primary key is custom (such as AccountPK) or non-custom (such as java.lang.Integer)
hasDescriptor(Class) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Return true if a descriptor exists for the given class.
hasEqualNamespaceResolvers() - Method in class oracle.toplink.ox.XMLLogin
 
hasException() - Method in class oracle.toplink.logging.SessionLogEntry
Return if the log entry was for an exception.
hasException() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return if the log entry was for an exception.
hasExceptionHandler() - Method in interface oracle.toplink.sessions.Session
Return if an exception handler is present.
hasExternalTransactionController() - Method in interface oracle.toplink.sessions.Session
Used for JTS integration.
hasFetchGroup() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return if a fetch group is set in the query.
hashCode() - Method in class oracle.toplink.indirection.IndirectMap
 
hashCode() - Method in class oracle.toplink.indirection.IndirectSet
 
hashCode() - Method in class oracle.toplink.libraries.asm.Type
Returns a hash code value for this type.
hasListeners() - Method in class oracle.toplink.sessions.SessionEventManager
Check if there are any event listeners.
hasLogin() - Method in class oracle.toplink.threetier.ConnectionPolicy
Return if a login is used, only one of login and pool can be used.
hasMoreElements() - Method in class oracle.toplink.queryframework.CursoredStream
Return whether the cursored stream has any more elements.
hasMoreElements() - Method in class oracle.toplink.queryframework.ScrollableCursor
Indicates whether the cursor can move to the the next row
hasNext() - Method in class oracle.toplink.queryframework.ScrollableCursor
Indicates whether the cursor can move to the the next row
hasNextElement() - Method in class oracle.toplink.queryframework.ScrollableCursor
Indicates whether the cursor can move to the the next row
hasOutputArguments() - Method in class oracle.toplink.eis.interactions.EISInteraction
Return if argumented.
hasPessimisticLockingPolicy() - Method in class oracle.toplink.descriptors.CMPPolicy
Return true if bean pessimistic locking is configured
hasPreallocationSize() - Method in class oracle.toplink.sequencing.DefaultSequence
 
hasPrevious() - Method in class oracle.toplink.queryframework.ScrollableCursor
Indicates whether the cursor can move to the the previous row
hasProperties() - Method in class oracle.toplink.threetier.ConnectionPolicy
Returns true if properties are available on the Connection Policy
hasSessionName() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if a name of the session that the query should be executed under has been specified.
hasValueConverter() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Indicates if there is a converter on the mapping.
HEAVY - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
HETEROGENEOUS_CHILD_ELEMENTS - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
HETEROGENEOUS_TABLE_NAMES - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
heterogeneousChildElements(Object) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
heterogeneousTableNames(Record) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
HEX_BINARY - Static variable in class oracle.toplink.ox.XMLConstants
 
HEX_BINARY_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
hexToRaw() - Method in class oracle.toplink.expressions.Expression
Function, returns binary array value for the hex string.
HexToRaw - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
HISTORICAL_QUERIES_MUST_PRESERVE_GLOBAL_CACHE - Static variable in exception oracle.toplink.exceptions.QueryException
 
HISTORICAL_QUERIES_ONLY_SUPPORTED_ON_ORACLE - Static variable in exception oracle.toplink.exceptions.QueryException
 
HISTORICAL_SESSION_ONLY_SUPPORTED_ON_ORACLE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
historicalQueriesMustPreserveGlobalCache() - Static method in exception oracle.toplink.exceptions.QueryException
 
historicalQueriesOnlySupportedOnOracle() - Static method in exception oracle.toplink.exceptions.QueryException
 
historicalSessionOnlySupportedOnOracle() - Static method in exception oracle.toplink.exceptions.ValidationException
 
HistoryPolicy - Class in oracle.toplink.history
Purpose:Expresses how historical data is saved on the data store.
HistoryPolicy() - Constructor for class oracle.toplink.history.HistoryPolicy
 
HOST - Static variable in class oracle.toplink.eis.adapters.mqseries.MQConnectionSpec
 
HOST_TOKEN - Static variable in class oracle.toplink.remotecommand.ServiceId
This $HOST token indicate that the host ip of the URL should be replaced at runtime by user input
HSQLPlatform - Class in oracle.toplink.platform.database
Purpose: Provides HSQL specific behaviour.
HSQLPlatform() - Constructor for class oracle.toplink.platform.database.HSQLPlatform
 

I

I2B - Static variable in interface oracle.toplink.libraries.asm.Constants
 
I2C - Static variable in interface oracle.toplink.libraries.asm.Constants
 
I2D - Static variable in interface oracle.toplink.libraries.asm.Constants
 
I2F - Static variable in interface oracle.toplink.libraries.asm.Constants
 
I2L - Static variable in interface oracle.toplink.libraries.asm.Constants
 
I2S - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IADD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IAE_WHEN_INSTANTIATING_ACCESSOR - Static variable in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
IALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IAND - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ICONST_0 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ICONST_1 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ICONST_2 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ICONST_3 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ICONST_4 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ICONST_5 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ICONST_M1 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IDENTITY_MAP_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
IdentityMapAccessor - Interface in oracle.toplink.sessions
IdentityMapAccessor provides the public interface into all functionality associated with TopLink identity maps.
identityMapNotSpecified(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
IDIV - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IE_WHEN_INSTANTIATING_ACCESSOR - Static variable in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
IF_ACMPEQ - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IF_ACMPNE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IF_ICMPEQ - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IF_ICMPGE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IF_ICMPGT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IF_ICMPLE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IF_ICMPLT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IF_ICMPNE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IFEQ - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IFGE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IFGT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IFLE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IFLT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IFNE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IFNONNULL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ifNull(Object) - Method in class oracle.toplink.expressions.Expression
Function return the a specific value if item returned from the query is null.
IFNULL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ignorableWhitespace(char[], int, int) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
ignorableWhitespace(char[], int, int) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
ignoreBindAllParameters() - Method in class oracle.toplink.queryframework.DatabaseQuery
Session's shouldBindAllParameters() defines whether to bind or not (default setting)
ignoreCacheStatement() - Method in class oracle.toplink.queryframework.DatabaseQuery
Session's shouldCacheAllStatements() defines whether to cache or not (default setting)
ignoreIndirectionExceptionReturnConformed() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
ignoreIndirectionExceptionReturnNotConformed() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
IINC - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IincInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents an IINC instruction.
IincInsnNode(int, int) - Constructor for class oracle.toplink.libraries.asm.tree.IincInsnNode
Constructs a new IincInsnNode node.
ILL_FORMED_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
ILLEGAL_ACCESS_EXCEPTION - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
ILLEGAL_ACCESS_WHILE_CLONING - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_EVENT_EXECUTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_INVOKING_ROW_EXTRACTION_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_METHOD_INSTANTIATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_METHOD_INSTANTIATION_OF_FACTORY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_CONTAINER_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ILLEGAL_STATE_XML_UNMARSHALLER_HANDLER - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
ILLEGAL_TABLE_NAME_IN_MULTIPLE_TABLE_FOREIGN_KEY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ILLEGAL_USE_OF_GETFIELD - Static variable in exception oracle.toplink.exceptions.QueryException
 
ILLEGAL_USE_OF_GETTABLE - Static variable in exception oracle.toplink.exceptions.QueryException
 
ILLEGAL_USE_OF_MAP_IN_DIRECTCOLLECTION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
illegalAccessException(Method) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
illegalAccessExceptionWhenInstantiatingAccessor(IllegalAccessException, Class) - Static method in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
illegalAccesstWhileGettingValueThruInstanceVaraibleAccessor(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileCloning(Object, String, ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileEventExecution(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileInvokingRowExtractionMethod(AbstractRecord, Method, ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileMethodInstantiation(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileMethodInstantiationOfFactory(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileSettingValueThruInstanceVariableAccessor(String, String, Object, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalAccessWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalArgumentWhileGettingValueThruInstanceVariableAccessor(String, String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalArgumentWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalArgumentWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalArgumentWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalArgumentWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalArgumentWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalArgumentWhileSettingValueThruInstanceVariableAccessor(String, String, Object, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalArgumentWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalContainerClass(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
illegalOperationForUnitOfWorkLifecycle(int, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
illegalStateXMLUnmarshallerHandler() - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
illegalTableNameInMultipleTableForeignKeyField(ClassDescriptor, DatabaseTable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
illegalUseOfGetField(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
illegalUseOfGetTable(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
illegalUseOfMapInDirectCollection(DirectCollectionMapping, Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
illFormedExpression(Expression) - Static method in exception oracle.toplink.exceptions.QueryException
 
ILOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IMUL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
in(byte[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(char[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(double[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(float[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(int[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(long[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(Object[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(short[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(boolean[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(Collection) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
in(Expression) - Method in class oracle.toplink.expressions.Expression
 
in(ReportQuery) - Method in class oracle.toplink.expressions.Expression
 
In - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
IN_CACHE - Static variable in class oracle.toplink.descriptors.VersionLockingPolicy
 
IN_CANNOT_BE_PARAMETERIZED - Static variable in exception oracle.toplink.exceptions.QueryException
 
IN_OBJECT - Static variable in class oracle.toplink.descriptors.VersionLockingPolicy
 
INACTIVE_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.ValidationException
 
inactiveUnitOfWork(UnitOfWorkImpl) - Static method in exception oracle.toplink.exceptions.TransactionException
 
inActiveUnitOfWork(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
inCannotBeParameterized(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
includeAllValues() - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Considers all mapped attributes in the example object as meaningfull in a Query By Example.
INCOMPLETE_JOIN_COLUMN_ELEMENTS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INCOMPLETE_JOIN_COLUMNS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INCOMPLETE_PK_JOIN_COLUMN_ELEMENTS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INCOMPLETE_PRIMARY_KEY_JOIN_COLUMNS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
incompleteJoinColumnElementsSpecified(Object, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
incompleteJoinColumnsSpecified(Object, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
incompletePrimaryKeyJoinColumnElementsSpecified(Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
incompletePrimaryKeyJoinColumnsSpecified(Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
INCORRECT_CLASS_FOR_OBJECT_COMPARISON - Static variable in exception oracle.toplink.exceptions.QueryException
 
INCORRECT_COLLECTION_POLICY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INCORRECT_DATE_FORMAT - Static variable in exception oracle.toplink.exceptions.ConversionException
 
INCORRECT_DATE_TIME_FORMAT - Static variable in exception oracle.toplink.exceptions.ConversionException
 
INCORRECT_G_DAY_FORMAT - Static variable in exception oracle.toplink.exceptions.XMLConversionException
 
INCORRECT_G_MONTH_DAY_FORMAT - Static variable in exception oracle.toplink.exceptions.XMLConversionException
 
INCORRECT_G_MONTH_FORMAT - Static variable in exception oracle.toplink.exceptions.XMLConversionException
 
INCORRECT_G_YEAR_FORMAT - Static variable in exception oracle.toplink.exceptions.XMLConversionException
 
INCORRECT_G_YEAR_MONTH_FORMAT - Static variable in exception oracle.toplink.exceptions.XMLConversionException
 
INCORRECT_LOGIN_INSTANCE_PROVIDED - Static variable in exception oracle.toplink.eis.EISException
 
INCORRECT_LOGIN_INSTANCE_PROVIDED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INCORRECT_LOGIN_INSTANCE_PROVIDED - Static variable in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
INCORRECT_OVERRIDING_OF_ACCESSTYPE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INCORRECT_QUERY_FOUND - Static variable in exception oracle.toplink.exceptions.QueryException
 
INCORRECT_SIZE_QUERY_FOR_CURSOR_STREAM - Static variable in exception oracle.toplink.exceptions.QueryException
 
INCORRECT_TIME_FORMAT - Static variable in exception oracle.toplink.exceptions.ConversionException
 
INCORRECT_TIMESTAMP_DATE_TIME_FORMAT - Static variable in exception oracle.toplink.exceptions.XMLConversionException
 
INCORRECT_TIMESTAMP_FORMAT - Static variable in exception oracle.toplink.exceptions.ConversionException
 
INCORRECT_TIMESTAMP_TIME_FORMAT - Static variable in exception oracle.toplink.exceptions.XMLConversionException
 
incorrectClassForObjectComparison(Expression, Object, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.QueryException
 
incorrectCollectionPolicy(DatabaseMapping, Class, Class) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
incorrectDateFormat(String) - Static method in exception oracle.toplink.exceptions.ConversionException
 
incorrectDateTimeFormat(String) - Static method in exception oracle.toplink.exceptions.ConversionException
 
incorrectGDayFormat(String) - Static method in exception oracle.toplink.exceptions.XMLConversionException
 
incorrectGMonthDayFormat(String) - Static method in exception oracle.toplink.exceptions.XMLConversionException
 
incorrectGMonthFormat(String) - Static method in exception oracle.toplink.exceptions.XMLConversionException
 
incorrectGYearFormat(String) - Static method in exception oracle.toplink.exceptions.XMLConversionException
 
incorrectGYearMonthFormat(String) - Static method in exception oracle.toplink.exceptions.XMLConversionException
 
incorrectLoginInstanceProvided(Class) - Static method in exception oracle.toplink.eis.EISException
 
incorrectLoginInstanceProvided() - Static method in exception oracle.toplink.exceptions.ValidationException
 
incorrectLoginInstanceProvided(Class) - Static method in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
incorrectOverridingOfAccessType(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
incorrectQueryObjectFound(DatabaseQuery, Class) - Static method in exception oracle.toplink.exceptions.QueryException
 
incorrectSizeQueryForCursorStream(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
incorrectTimeFormat(String) - Static method in exception oracle.toplink.exceptions.ConversionException
 
incorrectTimestampDateTimeFormat(String) - Static method in exception oracle.toplink.exceptions.XMLConversionException
 
incorrectTimestampFormat(String) - Static method in exception oracle.toplink.exceptions.ConversionException
 
incorrectTimestampTimeFormat(String) - Static method in exception oracle.toplink.exceptions.XMLConversionException
 
incr - Variable in class oracle.toplink.libraries.asm.tree.IincInsnNode
Amount to increment the local variable by.
incrementDelete(DeleteObjectQuery) - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
incrementInsert(WriteObjectQuery) - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
incrementReadAllHits(ReadAllQuery) - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
incrementReadAllMisses(ReadAllQuery) - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
incrementReadObjectHits(ReadObjectQuery) - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
incrementReadObjectMisses(ReadObjectQuery) - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
incrementUpdate(WriteObjectQuery) - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
index - Variable in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
index - Variable in class oracle.toplink.libraries.asm.tree.LocalVariableNode
The local variable's index.
INDEXED - Static variable in class oracle.toplink.eis.EISDescriptor
 
IndexedInteraction - Class in oracle.toplink.eis.interactions
Defines the specification for a call to a JCA interaction that uses indexed records.
IndexedInteraction() - Constructor for class oracle.toplink.eis.interactions.IndexedInteraction
Default constructor.
indexOf(Object) - Method in class oracle.toplink.ejb.cmp.EjbCollection
 
indexOf(EJBObject, Vector) - Static method in class oracle.toplink.ejb.cmp.EJBCollectionHelper
When dealing with collections of EJBObjects, it is wrong to use standard Vector methods such as indexOf() because these use .equals insead of the ejb method .isIdentical().
indexOf(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the integer index of the substring within the source string.
indexOf(Object, int) - Method in class oracle.toplink.indirection.EJBIndirectList
 
indexOf(Object) - Method in class oracle.toplink.indirection.EJBIndirectList
 
indexOf(Object) - Method in class oracle.toplink.indirection.IndirectList
 
indexOf(Object, int) - Method in class oracle.toplink.indirection.IndirectList
 
INDIRECT_CONTAINER_INSTANTIATION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
IndirectCollection - Interface in oracle.toplink.indirection
Purpose: Common interface to indirect collections.
IndirectContainer - Interface in oracle.toplink.indirection
Purpose: Define an interface for a Container that can also act as a TopLink "indirection" object; i.e. the Container will only read its contents from the database when necessary (typically, on receipt of the first Container-related message).
indirectContainerInstantiationMismatch(Object, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
IndirectList - Class in oracle.toplink.indirection
IndirectList allows a domain class to take advantage of TopLink indirection without having to declare its instance variable as a ValueHolderInterface.
IndirectList() - Constructor for class oracle.toplink.indirection.IndirectList
Construct an empty IndirectList so that its internal data array has size 10 and its standard capacity increment is zero.
IndirectList(int) - Constructor for class oracle.toplink.indirection.IndirectList
Construct an empty IndirectList with the specified initial capacity and with its capacity increment equal to zero.
IndirectList(int, int) - Constructor for class oracle.toplink.indirection.IndirectList
Construct an empty IndirectList with the specified initial capacity and capacity increment.
IndirectList(Collection) - Constructor for class oracle.toplink.indirection.IndirectList
Construct an IndirectList containing the elements of the specified collection, in the order they are returned by the collection's iterator.
IndirectMap - Class in oracle.toplink.indirection
IndirectMap allows a domain class to take advantage of TopLink indirection without having to declare its instance variable as a ValueHolderInterface.
IndirectMap() - Constructor for class oracle.toplink.indirection.IndirectMap
Construct a new, empty IndirectMap with a default capacity and load factor.
IndirectMap(int) - Constructor for class oracle.toplink.indirection.IndirectMap
Construct a new, empty IndirectMap with the specified initial capacity and default load factor.
IndirectMap(int, float) - Constructor for class oracle.toplink.indirection.IndirectMap
Construct a new, empty IndirectMap with the specified initial capacity and load factor.
IndirectMap(Map) - Constructor for class oracle.toplink.indirection.IndirectMap
Construct a new IndirectMap with the same mappings as the given Map.
IndirectSet - Class in oracle.toplink.indirection
IndirectSet is an example implementation of the Set protocol that allows a domain class to take advantage of TopLink Indirection without having to declare its instance variable as a ValueHolderInterface.
IndirectSet() - Constructor for class oracle.toplink.indirection.IndirectSet
Construct an empty IndirectSet.
IndirectSet(int) - Constructor for class oracle.toplink.indirection.IndirectSet
Construct an empty IndirectSet with the specified initial capacity.
IndirectSet(int, float) - Constructor for class oracle.toplink.indirection.IndirectSet
Construct an empty IndirectSet with the specified initial capacity and load factor.
IndirectSet(Collection) - Constructor for class oracle.toplink.indirection.IndirectSet
Construct an IndirectSet containing the elements of the specified collection.
INEG - Static variable in interface oracle.toplink.libraries.asm.Constants
 
info(String) - Method in class oracle.toplink.logging.AbstractSessionLog
This method is called when a info level message needs to be logged.
INFO - Static variable in interface oracle.toplink.logging.SessionLog
 
info(String) - Method in interface oracle.toplink.logging.SessionLog
This method is called when a info level message needs to be logged.
INFO - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
info(String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when a info level message needs to be logged.
INFO_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
InformixPlatform - Class in oracle.toplink.platform.database
Purpose: Provides Informix specific behaviour.
InformixPlatform() - Constructor for class oracle.toplink.platform.database.InformixPlatform
 
INHERITANCE_WITH_MULTIPLE_TABLES_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.QueryException
 
InheritancePolicy - Class in oracle.toplink.descriptors
Purpose: Allows customization of an object's inheritance.
inheritanceWithMultipleTablesNotSupported() - Static method in exception oracle.toplink.exceptions.QueryException
 
init(Frame) - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Copies the state of the given frame into this frame.
Initcap - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
initialize(ClassDescriptor, Session) - Method in class oracle.toplink.descriptors.ClassExtractor
Allow for any initialization.
initialize(Session) - Method in class oracle.toplink.descriptors.copying.AbstractCopyPolicy
Do nothing by default.
initialize(Session) - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Validate and build the methods.
initialize(Session) - Method in interface oracle.toplink.descriptors.copying.CopyPolicy
Allow for any initialization or validation required.
initialize(AbstractSession) - Method in interface oracle.toplink.descriptors.WrapperPolicy
Required: Lets the policy perform initialization.
initialize(DatabaseMapping, Session) - Method in interface oracle.toplink.mappings.converters.Converter
Allow for any initialization.
initialize(AbstractTransformationMapping) - Method in interface oracle.toplink.mappings.transformers.AttributeTransformer
 
initialize(AbstractTransformationMapping) - Method in class oracle.toplink.mappings.transformers.AttributeTransformerAdapter
 
initialize(AbstractTransformationMapping) - Method in interface oracle.toplink.mappings.transformers.FieldTransformer
Initialize this transformer.
initialize(AbstractTransformationMapping) - Method in class oracle.toplink.mappings.transformers.FieldTransformerAdapter
 
initialize(AbstractTransformationMapping) - Method in class oracle.toplink.mappings.transformers.MethodBasedFieldTransformer
 
initialize(XMLContext) - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
initialize(DatabaseMapping, Session) - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Figure out the BoundType and ValueType for the XmlAdapter class, then either create an instance of the XmlAdapter, or if an instance is set on the marshaller, use it.
initialize(AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
initialize(AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
initialize(AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
initialize(AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
initialize(AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
initialize(AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLDirectMapping
 
initialize() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. ADVANCED: THis method is called during the Login of the session to set up the synchronization service
initialize() - Method in interface oracle.toplink.remotecommand.CommandManager
Initialize the remote command manager.
initialize() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Initialize the remote command manager.
initialize() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
initializeAllIdentityMaps() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to clear the contents of all identity maps.
initializeAllIdentityMaps() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is used to clear the contents of all identity maps.
initializeAllIdentityMaps() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to initialize the identity maps in the session.
initializeAllIdentityMaps() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to initialize the identity maps in the session.
initializeAllIdentityMaps() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to initialize the identity maps in the session.
initializeAllIdentityMaps() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to initialize the identity maps in the session.
initializeAllIdentityMaps() - Method in interface oracle.toplink.sessions.IdentityMapAccessor
Resets the entire Object cache.
initializeAllIdentityMaps() - Method in interface oracle.toplink.sessions.Session
Deprecated.  
initializeAttributes(Class) - Method in class oracle.toplink.mappings.AttributeAccessor
Allow any initialization to be performed with the descriptor class.
initializeCacheSynchronizationServices() - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method will be used by clients to restart their synchronization service for a particular session.
initializeCacheSynchronizationServices() - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method will be used by clients to restart their synchronization service for a particular session.
initializeIdentityMap(String) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to clear the contents of a particular identity map.
initializeIdentityMap(String) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is used to clear the contents of a particular identity map.
initializeIdentityMap(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to initialize the identity maps specified by className.
initializeIdentityMap(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to initialize the identity maps specified by className.
initializeIdentityMap(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to initialize the identity maps specified by className.
initializeIdentityMap(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to initialize the identity maps specified by className.
initializeIdentityMap(Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
Resets the identity map for only the instances of the given Class type.
initializeIdentityMap(Class) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
initializeIdentityMaps(String[]) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to initialize the identity maps specified by the Vector of classNames.
initializeIdentityMaps(String[]) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to initialize the identity maps specified by the Vector of classNames.
initializeIdentityMaps(String[]) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to initialize the identity maps specified by the Vector of classNames.
initializeIdentityMaps(String[]) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to initialize the identity maps specified by the Vector of classNames.
initializeIdentityMaps() - Method in interface oracle.toplink.sessions.IdentityMapAccessor
Resets the entire local Object cache.
initializeIdentityMaps() - Method in interface oracle.toplink.sessions.Session
Deprecated.  
initializeIdentityMapsOnServerSession() - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
 
initializeIdentityMapsOnServerSession() - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
 
initializeIdentityMapsOnServerSession() - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
 
initializeIdentityMapsOnServerSession() - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
 
initializeIdentityMapsOnServerSession() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
 
initializeIdentityMapsOnServerSession() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
initializeIdentityMapsOnServerSession() - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated.  
initializeIdentityMapsOnServerSession() - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated.  
initializePreallocated() - Method in interface oracle.toplink.sequencing.SequencingControl
ADVANCED: Removes all preallocated sequencing objects.
initializePreallocated(String) - Method in interface oracle.toplink.sequencing.SequencingControl
ADVANCED: Removes all preallocated sequencing objects for the given sequence name.
initializeSequencing() - Method in class oracle.toplink.remote.RemoteSession
ADVANCED: Creates sequencing object for the session.
initializeSequencing() - Method in class oracle.toplink.sessionbroker.SessionBroker
ADVANCED: Creates sequencing object for the session broker.
InMemoryQueryIndirectionPolicy - Class in oracle.toplink.queryframework
Purpose: Provide a means of controling the behaviour of in-memory and conforming queries that access un-instantiated indirection objects in processing the query against cached objects.
InMemoryQueryIndirectionPolicy() - Constructor for class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
InMemoryQueryIndirectionPolicy(int) - Constructor for class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
InMemoryQueryIndirectionPolicy(int, ObjectLevelReadQuery) - Constructor for class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
INNER_JOIN - Static variable in class oracle.toplink.mappings.ForeignReferenceMapping
Specify any INNER join on a join fetch.
innerClasses - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
Informations about the inner classes of this class.
InnerClassNode - Class in oracle.toplink.libraries.asm.tree
A node that represents an inner class.
InnerClassNode(String, String, String, int) - Constructor for class oracle.toplink.libraries.asm.tree.InnerClassNode
Constructs a new InnerClassNode object.
innerName - Variable in class oracle.toplink.libraries.asm.tree.InnerClassNode
The (simple) name of the inner class inside its enclosing class.
INPUT_UNSUPPORTED_MSG_TYPE - Static variable in exception oracle.toplink.eis.EISException
 
insertElementAt(Object, int) - Method in class oracle.toplink.indirection.IndirectList
 
insertObject(Object) - Method in interface oracle.toplink.sessions.DatabaseSession
Insert the object and all of its privately owned parts into the database.
InsertObjectQuery - Class in oracle.toplink.queryframework
Purpose: Used for inserting new objects into the database.
InsertObjectQuery() - Constructor for class oracle.toplink.queryframework.InsertObjectQuery
Default constructor.
InsertObjectQuery(Object) - Constructor for class oracle.toplink.queryframework.InsertObjectQuery
Create an insert query with the object being inserted.
InsertObjectQuery(Call) - Constructor for class oracle.toplink.queryframework.InsertObjectQuery
Create an insert query with the custom call.
InsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a zero operand instruction.
InsnNode(int) - Constructor for class oracle.toplink.libraries.asm.tree.InsnNode
Constructs a new InsnNode object.
insns - Variable in class oracle.toplink.libraries.asm.tree.analysis.DataflowValue
The instructions that can produce this value.
INSTANCEOF - Static variable in interface oracle.toplink.libraries.asm.Constants
 
instantiateRemoteValueHolderOnServer(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
The corresponding original value holder is instantiated.
instantiateRemoteValueHolderOnServer(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
To instantiate remote value holder on the server side.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
The corresponding original value holder is instantiated.
instantiateRemoteValueHolderOnServer(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
To instantiate remote value holder on the server side.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
The corresponding original value holder is instantiated.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
instantiateRemoteValueHolderOnServer(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. To instantiate remote value holder on the server side.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. The corresponding original value holder is instantiated.
INSTANTIATING_VALUEHOLDER_WITH_NULL_SESSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
instantiatingValueholderWithNullSession() - Static method in exception oracle.toplink.exceptions.ValidationException
 
INSTANTIATION_EXCEPTION - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
INSTANTIATION_ILLEGAL_ACCESS_EXCEPTION - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
INSTANTIATION_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INSTANTIATION_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
InstantiationCopyPolicy - Class in oracle.toplink.descriptors.copying
Purpose: Creates a copy through creating a new instance.
InstantiationCopyPolicy() - Constructor for class oracle.toplink.descriptors.copying.InstantiationCopyPolicy
 
instantiationException(Class) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
instantiationExceptionWhenInstantiatingAccessor(InstantiationException, Class) - Static method in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
instantiationIllegalAccessException(Class) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
instantiationWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
instantiationWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
Instring - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
instructions - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The instructions of this method.
InSubQuery - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
INT - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the int type.
INT - Static variable in class oracle.toplink.ox.XMLConstants
 
INT_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
INT_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The int type.
INT_VALUE - Static variable in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
INTEGER - Static variable in class oracle.toplink.ox.XMLConstants
 
INTEGER_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
IntegrityChecker - Class in oracle.toplink.exceptions
Purpose: IntegrityChecker is used for catching all the descriptor exceptions, and checking database tables.
IntegrityChecker() - Constructor for class oracle.toplink.exceptions.IntegrityChecker
IntegrityChecker is used for catching all the Descriptor Exceptions, and check database tables.
IntegrityException - Exception in oracle.toplink.exceptions
Purpose: IntegrityExceptions is used to throw all the Descriptors exceptions.
InterfacePolicy - Class in oracle.toplink.descriptors
Purpose: Allows for a descriptor's implemented interfaces to be configured.
interfaces - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The internal names of the class's interfaces (see getInternalName).
INTERNAL_ERROR_ACCESSING_PKFIELD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INTERNAL_ERROR_SET_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
internalExceptions - Variable in exception oracle.toplink.exceptions.EJBQLException
 
internalExceptions - Variable in exception oracle.toplink.exceptions.JPQLException
 
internalProxyException(Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
Interpreter - Interface in oracle.toplink.libraries.asm.tree.analysis
A semantic bytecode interpreter.
IntInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents an instruction with a single int operand.
IntInsnNode(int, int) - Constructor for class oracle.toplink.libraries.asm.tree.IntInsnNode
Constructs a new IntInsnNode object.
INVALID_ACCESSOR_CLASS - Static variable in exception oracle.toplink.sdk.SDKQueryException
Deprecated.  
INVALID_AMENDMENT_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_AQ_INPUT - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_AQ_INTERACTION_SPEC_TYPE - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_AQ_RECORD_TYPE - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_ATTRIBUTE_OVERRIDE_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_ATTRIBUTE_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_BOOLEAN_VALUE_FOR_ADDINGNAMEDQUERIES - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_BOOLEAN_VALUE_FOR_ENABLESTATMENTSCACHED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_BOOLEAN_VALUE_FOR_PROPERTY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_BOOLEAN_VALUE_FOR_SETTING_NATIVESQL - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_BUILDER_IN_QUERY - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_CACHESTATEMENTS_SIZE_VALUE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_CALL - Static variable in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
INVALID_CALLBACK_METHOD - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_CALLBACK_METHOD_MODIFIER - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_CALLBACK_METHOD_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_CLASS_TYPE_FOR_BLOB_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_CLASS_TYPE_FOR_CLOB_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_CMP_VERSION - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
INVALID_COLLECTION_TYPE_FOR_RELATIONSHIP - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_COLUMN_ANNOTATION_ON_RELATIONSHIP - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_COLUMN_ELEMENT_ON_RELATIONSHIP - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_COMPARATOR_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_COMPOSITE_PK_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_COMPOSITE_PK_SPECIFICATION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_CONNECTOR - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_CONTAINER_CLASS - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_CONTAINER_POLICY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_CONTAINER_POLICY_WITH_TRANSPARENT_INDIRECTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_DATA_MODIFICATION_EVENT - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_DATA_MODIFICATION_EVENT_CODE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_DATA_SOURCE_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_DATABASE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_DATABASE_CALL - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_DESCRIPTOR_EVENT_CODE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_DOC_TYPE - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
INVALID_EJB_NAME_FOR_RELATIONSHIP_ROLE - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
INVALID_EMBEDDABLE_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_EMBEDDED_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_ENCRYPTION_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_ENTITY_CALLBACK_METHOD_ARGUMENTS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_ENTITY_LISTENER_CALLBACK_METHOD_ARGUMENTS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_ENTITY_MAPPINGS_DOCUMENT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_ENUM_CLASS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
INVALID_EXCEPTIONHANDLER_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_FACTORY_ATTRIBUTES - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_FIELD_VALUE - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
INVALID_FILE_TYPE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_GET_RETURN_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_IDENTITY_MAP - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_INDEX - Static variable in exception oracle.toplink.exceptions.SDOException
 
INVALID_INDIRECTION_CONTAINER_CLASS - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_INDIRECTION_POLICY_OPERATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_INPUT - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_INTERACTION_SPEC_TYPE - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_LOGGING_FILE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_MAPPING - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_MAPPING_FOR_CONVERTER - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_MAPPING_FOR_STRUCT_CONVERTER - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_MAPPING_OPERATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_MAPPING_TYPE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_MECHANISM_STATE - Static variable in exception oracle.toplink.sdk.SDKQueryException
Deprecated.  
INVALID_MERGE_POLICY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_METHOD_ARGUMENTS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_METHOD_INVOCATION - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_MULTIPLICITY - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
INVALID_NULL_METHOD_ARGUMENTS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_OPERATION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_OPERATOR - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_OPERATOR_FOR_OBJECT_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_ORDER_BY_VALUE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_PERSISTENCE_TYPE - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
INVALID_PROFILER_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_PROP - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_QUERY - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_QUERY_ITEM - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_QUERY_KEY_IN_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_QUERY_METHOD_NAME - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
INVALID_QUERY_ON_HISTORICAL_SESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_QUERY_ON_SERVER_SESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_READ_ONLY_CLASS_STRUCTURE_IN_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_RECORD_TYPE - Static variable in exception oracle.toplink.eis.EISException
 
INVALID_SDK_ACCESSOR - Static variable in exception oracle.toplink.sdk.SDKQueryException
Deprecated.  
INVALID_SDK_CALL - Static variable in exception oracle.toplink.sdk.SDKQueryException
Deprecated.  
INVALID_SEQUENCING_LOGIN - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_SESSIONEVENTLISTENER_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_SET_PARAMETER_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_SWA_REF_ATTRIBUTE_TYPE - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
INVALID_TABLE_FOR_FIELD_IN_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_TYPE_FOR_BASIC_COLLECTION_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_TYPE_FOR_BASIC_MAP_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_TYPE_FOR_ENUMERATED_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_TYPE_FOR_LOB_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_TYPE_FOR_SERIALIZED_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_TYPE_FOR_TEMPORAL_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_TYPE_FOR_VERSION_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
INVALID_USE_OF_ANY_OF_IN_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_USE_OF_NO_INDIRECTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_USE_OF_TO_MANY_QUERY_KEY_IN_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
INVALID_USE_OF_TRANSPARENT_INDIRECTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
INVALID_XPATH_INDEX_STRING - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
INVALID_XPATH_STRING - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
invalidAccessClass(Class, Class) - Method in class oracle.toplink.sdk.SDKLogin
Deprecated. Build and return an exception indicating an invalid accessor class.
invalidAccessorClass(Class, Class) - Static method in exception oracle.toplink.sdk.SDKQueryException
Deprecated.  
invalidAmendmentMethod(Class, String, Exception, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidAQInput() - Static method in exception oracle.toplink.eis.EISException
 
invalidAQInteractionSpecType() - Static method in exception oracle.toplink.eis.EISException
 
invalidAQRecordType() - Static method in exception oracle.toplink.eis.EISException
 
INVALIDATE_CACHE - Static variable in class oracle.toplink.queryframework.ModifyAllQuery
 
INVALIDATE_CHANGED_OBJECTS - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
invalidateAll() - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects for all classes to be invalid in TopLink's identity maps.
invalidateAllIdentityMaps() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to invalidate the identity maps in the session.
invalidateAllIdentityMaps() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to invalidate the identity maps in the session.
invalidateAllIdentityMaps() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to invalidate the identity maps in the session.
invalidateAllIdentityMaps() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to invalidate the identity maps in the session.
invalidateClass(Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects of the specified Class type to be invalid in TopLink's identity maps Will set the recurse on inheritance to true.
invalidateClass(Class, boolean) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects of the specified Class type to be invalid in TopLink's identity maps.
invalidateIdentityMap(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String, Boolean) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String, Boolean) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String, Boolean) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String, Boolean) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMaps(String[], Boolean) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to invalidate the identity maps specified by the String[] of classNames.
invalidateIdentityMaps(String[], Boolean) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to invalidate the identity maps specified by the String[] of classNames.
invalidateIdentityMaps(String[], Boolean) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to invalidate the identity maps specified by the String[] of classNames.
invalidateIdentityMaps(String[], Boolean) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to invalidate the identity maps specified by the String[] of classNames.
invalidateObject(Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Sets an Object to be invalid in the TopLink identity maps.
invalidateObject(Vector, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Sets an Object with the specified primary key and Class type to be invalid in the TopLink identity maps.
invalidateObject(Record, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Sets an Object with the specified primary key of the passed in Row and Class type to be invalid in the TopLink identity maps.
invalidateObjects(Vector) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects in the given collection to be invalid in the TopLink identity maps.
invalidateObjects(Expression) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects matching the given Expression to be invalid in the TopLink identity maps.
invalidAttributeOverrideName(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: A mapping for the attribute name specified in the attribute-override cannot be found in the descriptor for the embeddable class.
invalidAttributeTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidBooleanValueForAddingNamedQueries(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidBooleanValueForEnableStatmentsCached(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidBooleanValueForProperty(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidBooleanValueForSettingNativeSQL(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidBuilderInQuery(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidCacheStatementsSize(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidCall(DatabaseQuery) - Static method in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
invalidCallbackMethod(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidCallbackMethodModifier(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidCallbackMethodName(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidClassTypeForBLOBAttribute(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidClassTypeForCLOBAttribute(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidCollectionMemberDecl - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidCollectionMemberDecl(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidCollectionMemberDecl - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidCollectionMemberDecl(String, int, int, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidCollectionNavigation - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidCollectionNavigation(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidCollectionTypeForRelationship(Class, Class, Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidColumnAnnotationOnRelationship(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidColumnElementOnRelationship(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidComparatorClass(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidCompositePKAttribute(Class, String, String, Type, Type) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidCompositePKSpecification(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidConnectionFactoryAttributes() - Static method in exception oracle.toplink.eis.EISException
 
invalidConnector(Connector) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidContainerClass(Class, Class) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidContainerPolicy(ContainerPolicy, Class) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidContainerPolicyWithTransparentIndirection(DatabaseMapping, ContainerPolicy) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidContextKeyException - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidContextKeyException(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidContextKeyException - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidContextKeyException(String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidDatabaseAccessor(Accessor) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidDatabaseCall(Call) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidDataModificationEvent(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidDataModificationEventCode(Object, ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidDataSourceName(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidDescriptorEventCode(DescriptorEvent, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidEmbeddableAttribute(Class, String, Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidEmbeddedAttribute(Class, String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidEncryptionClass(String, Throwable) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidEntityCallbackMethodArguments(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidEntityListenerCallbackMethodArguments(Class, Class, Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidEntityMappingsDocument(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: Either the URL for the entity-mappings document is invalid, or there is an error in the document.
invalidEnumClassSpecified(Exception, String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
invalidEnumEqualExpression - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidEnumEqualExpression(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidEnumLiteral - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidEnumLiteral(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidEnumLiteral - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidEnumLiteral(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidExceptionHandlerClass(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidExpression(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidExpressionArgument - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidExpressionArgument(String, String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidExpressionArgument - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidExpressionArgument(String, int, int, String, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidExpressionForQueryItem(Expression, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidFieldValue(String, Object) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
invalidFileName(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidFunctionArgument - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidFunctionArgument(String, String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidFunctionArgument - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidFunctionArgument(String, int, int, String, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidGetMethodReturnTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidHavingExpression - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidHavingExpression(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidHavingExpression - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidHavingExpression(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidIdentityMap(ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidIndirectionContainerClass(ContainerIndirectionPolicy, Class) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidIndirectionPolicyOperation(IndirectionPolicy, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidInput() - Static method in exception oracle.toplink.eis.EISException
 
invalidInteractionSpecType() - Static method in exception oracle.toplink.eis.EISException
 
invalidLoggingFile() - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidLoggingFile(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidMapping(Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidMappingForConverter(Class, Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidMappingForStructConverter(String, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidMappingOperation(DatabaseMapping, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidMappingType(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidMechanismState(DatabaseQuery) - Static method in exception oracle.toplink.sdk.SDKQueryException
Deprecated.  
invalidMergePolicy() - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidMethodArguments() - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidMethodInvocation() - Static method in exception oracle.toplink.eis.EISException
 
invalidMultipleUseOfSameParameter - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidMultipleUseOfSameParameter(String, String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidMultipleUseOfSameParameter - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidMultipleUseOfSameParameter(String, int, int, String, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidNavigation - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidNavigation(String, String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidNavigation - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidNavigation(String, int, int, String, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidNullMethodArguments() - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidOperation(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidOperator(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidOperatorForObjectComparison(Expression) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidOrderByValue(String, Class, String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The order-by value provided does not correspond to an attribute on the target entity.
invalidProfilerClass(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidProperty(String) - Static method in exception oracle.toplink.eis.EISException
 
invalidQuery(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidQueryKeyInExpression(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidQueryOnHistoricalSession(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidQueryOnServerSession(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidRecordType() - Static method in exception oracle.toplink.eis.EISException
 
invalidSDKAccessor(Accessor) - Static method in exception oracle.toplink.sdk.SDKQueryException
Deprecated.  
invalidSDKCall(Call) - Static method in exception oracle.toplink.sdk.SDKQueryException
Deprecated.  
invalidSelectForGroupByQuery - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidSelectForGroupByQuery(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidSelectForGroupByQuery - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidSelectForGroupByQuery(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidSequencingLogin() - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidSessionEventListenerClass(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidSetClauseNavigation - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidSetClauseNavigation(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidSetClauseTarget - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidSetClauseTarget(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidSetMethodParameterTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidSizeArgument - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
invalidSizeArgument(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
invalidSizeArgument - Static variable in exception oracle.toplink.exceptions.JPQLException
 
invalidSizeArgument(String, int, int, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
invalidSwaRefAttribute(String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
invalidTableForFieldInExpression(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidTypeForBasicCollectionAttribute(String, Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidTypeForBasicMapAttribute(String, Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidTypeForEnumeratedAttribute(String, Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidTypeForLOBAttribute(String, Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidTypeForSerializedAttribute(String, Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidTypeForTemporalAttribute(String, Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidTypeForVersionAttribute(String, Class, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
invalidUseOfAnyOfInExpression(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidUseOfNoIndirection(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidUseOfToManyQueryKeyInExpression(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
invalidUseOfTransparentIndirection(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
invalidXPathIndexString(String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
invalidXPathString(String, Exception) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
INVOCATION_TARGET_EXCEPTION - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
invocationTargetException(Method, InvocationTargetException) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
INVOKEINTERFACE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
invokeQuery(DatabaseQuery, Record, Session) - Method in interface oracle.toplink.queryframework.QueryRedirector
REQUIRED: Perform the query.
INVOKESPECIAL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
INVOKESTATIC - Static variable in interface oracle.toplink.libraries.asm.Constants
 
INVOKEVIRTUAL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IO_EXCEPTION_OCCURRED - Static variable in exception oracle.toplink.exceptions.SDOException
 
IOEXCEPTION - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
ioException(IOException) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
IOR - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IREM - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IRETURN - Static variable in interface oracle.toplink.libraries.asm.Constants
 
isAbstractCompositeDirectCollectionMapping() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
isAbstractCompositeDirectCollectionMapping() - Method in class oracle.toplink.ox.mappings.XMLFragmentCollectionMapping
 
isAbstractDirectMapping() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
isAbstractDirectMapping() - Method in class oracle.toplink.ox.mappings.XMLFragmentMapping
 
isAccess() - Method in class oracle.toplink.platform.database.AccessPlatform
 
isActive() - Method in interface oracle.toplink.sessions.UnitOfWork
Return if the unit of work is active (has not been released).
isAfterLast() - Method in class oracle.toplink.queryframework.ScrollableCursor
Indicates whether the cursor is after the last row in the result set.
isAggregateCollectionDescriptor() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is an aggregate collection descriptor
isAggregateCollectionMapping() - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated.  
isAggregateDescriptor() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is an aggregate descriptor
isAggregateOperator() - Method in class oracle.toplink.expressions.ExpressionOperator
Aggregate functions are function in the select such as COUNT.
isAnyOracleJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether an Oracle JDBC driver is being used.
isAsOfSCNClause() - Method in class oracle.toplink.history.AsOfClause
Indicates that value is a system change number or an expression evaluating to one.
isAsOfSCNClause() - Method in class oracle.toplink.history.AsOfSCNClause
isAsynchronous() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Return whether the propagation of the change sets should be asynchronous.
isAttributeChangeTrackingPolicy() - Method in class oracle.toplink.descriptors.changetracking.AttributeChangeTrackingPolicy
Used to track instances of the change policies without doing an instance of check
isAttributeChangeTrackingPolicy() - Method in class oracle.toplink.descriptors.changetracking.DeferredChangeDetectionPolicy
Used to track instances of the change policies without doing an instance of check
isAttributeFetched(Object, String) - Method in class oracle.toplink.descriptors.FetchGroupManager
Return true if the attribute of the object has already been fetched
isAttunity() - Method in class oracle.toplink.platform.database.AttunityPlatform
 
isBeforeFirst() - Method in class oracle.toplink.queryframework.ScrollableCursor
Indicates whether the cursor is before the first row in the result set.
isBufferCDATA() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
isCallQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this query uses an SQL or stored procedure, or SDK call.
isCascaded() - Method in class oracle.toplink.descriptors.FieldsLockingPolicy
Return true if the policy uses cascade locking.
isCascaded() - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Return true if the policy uses cascade locking.
isCascadeMerge() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Check cascading value for the MERGE operation.
isCascadePersist() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Check cascading value for the CREATE operation.
isCascadeRefresh() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Check cascading value for the REFRESH operation.
isCascadeRemove() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Check cascading value for the REMOVE operation.
isCDATA() - Method in class oracle.toplink.ox.mappings.XMLCompositeDirectCollectionMapping
 
isCDATA - Variable in class oracle.toplink.ox.mappings.XMLDirectMapping
 
isCDATA() - Method in class oracle.toplink.ox.mappings.XMLDirectMapping
 
isChildDescriptor() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return if the descriptor defines inheritence and is a child.
isClassReadOnly(Class) - Method in interface oracle.toplink.sessions.UnitOfWork
Checks to see if the specified class is read-only or not in this UnitOfWork.
isClientSession() - Method in interface oracle.toplink.sessions.Session
Return if this session is a client session.
isClientSessionBroker() - Method in class oracle.toplink.sessionbroker.SessionBroker
Return if this session is a client session broker.
isClosed() - Method in class oracle.toplink.queryframework.Cursor
Return if the stream is closed.
isCloudscape() - Method in class oracle.toplink.platform.database.CloudscapePlatform
Answers whether platform is CloudScape
isCloudscapeJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a Cloudscape JDBC driver is being used.
isCollectionMapping() - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
isCollectionQueryKey() - Method in class oracle.toplink.querykeys.QueryKey
: Related query key should implement this method to return true.
isColumnResult() - Method in class oracle.toplink.queryframework.ColumnResult
 
isColumnResult() - Method in class oracle.toplink.queryframework.SQLResult
 
isCommandProcessorASession() - Method in interface oracle.toplink.remotecommand.CommandManager
ADVANCE: Return whether this commandProcessor is a TopLink session or not.
isCommunicationFailure() - Method in exception oracle.toplink.exceptions.DatabaseException
isComparisonOperator() - Method in class oracle.toplink.expressions.ExpressionOperator
Comparison functions are functions such as = and >.
isComplexDatabaseType() - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
isComplexDatabaseType() - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
isComplexDatabaseType() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
isConnected() - Method in class oracle.toplink.remote.DistributedSession
Return if this session is connected to the server.
isConnected() - Method in class oracle.toplink.sequencing.Sequence
Indicates that Sequence is connected.
isConnected() - Method in class oracle.toplink.sessionbroker.SessionBroker
Return if all sessions are still connected to the database.
isConnected() - Method in interface oracle.toplink.sessions.Session
Return if this session is connected to the database.
isConnectedUsingSeparateConnection() - Method in interface oracle.toplink.sequencing.SequencingControl
Indicates whether sequencing actually uses separate connection(s).
isConnectionHealthValidatedOnError() - Method in class oracle.toplink.sessions.DatabaseLogin
This value defaults to true if 'ping SQL' is available on the platform.
isConnectionHealthValidatedOnError() - Method in class oracle.toplink.sessions.DatasourceLogin
This value defaults to false when not on a DatabaseLogin as the functionality has not been implemented for other datasource type.
isConnectionHealthValidatedOnError() - Method in interface oracle.toplink.sessions.Login
This value defaults to false when not on a DatabaseLogin as the functionality has not been implemented for other datasource type.
isConstructorItem() - Method in class oracle.toplink.queryframework.ConstructorReportItem
 
isCoordinatedWithProperty() - Method in class oracle.toplink.indirection.ValueHolder
Used as part of the implementation of WeavedAttributeValueHolderInterface Used to track whether a valueholder that has been weaved into a class is coordinated with the underlying property
isCursoredStreamPolicy() - Method in class oracle.toplink.queryframework.CursoredStreamPolicy
 
isCursorPolicy() - Method in class oracle.toplink.queryframework.CursorPolicy
 
isDatabaseSession() - Method in interface oracle.toplink.sessions.Session
Return if this session is a database session.
isDataModifyQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if this is a data modify query.
isDataModifyQuery() - Method in class oracle.toplink.queryframework.DataModifyQuery
Return if this is a data modify query.
isDataReadQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if this is a data read query.
isDataReadQuery() - Method in class oracle.toplink.queryframework.DataReadQuery
Return if this is a data read query.
isDB2() - Method in class oracle.toplink.platform.database.DB2Platform
 
isDB2() - Method in class oracle.toplink.platform.database.DerbyPlatform
 
isDB2JDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether an IBM DB2 native client JDBC driver is being used.
isDBase() - Method in class oracle.toplink.platform.database.DBasePlatform
 
isDebug() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. replaced by level
isDeferredChangeDetectionPolicy() - Method in class oracle.toplink.descriptors.changetracking.DeferredChangeDetectionPolicy
Used to track instances of the change policies without doing an instance of check
isDeleteAllQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if this is a delete all query.
isDeleteAllQuery() - Method in class oracle.toplink.queryframework.DeleteAllQuery
Return if this is a delete all query.
isDeleteObjectQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if this is a delete object query.
isDeleteObjectQuery() - Method in class oracle.toplink.queryframework.DeleteObjectQuery
Return if this is a delete object query.
isDescriptorForInterface() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return if the java class is interface
isDirectCollection() - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Return whether elements is a "direct" collection of values or a collection of database rows.
isDirectCollectionQueryKey() - Method in class oracle.toplink.querykeys.QueryKey
: Related query key should implement this method to return true.
isDirectQueryKey() - Method in class oracle.toplink.querykeys.QueryKey
: Related query key should implement this method to return true.
isDirectReadQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if this is a direct read query.
isDirectReadQuery() - Method in class oracle.toplink.queryframework.DirectReadQuery
Return if this is a direct read query.
isDirectToXMLTypeMapping() - Method in class oracle.toplink.xdb.DirectToXMLTypeMapping
 
isDiscoveryStopped() - Method in class oracle.toplink.remotecommand.DiscoveryManager
ADVANCED: Return true if discovery has been stopped at the time this method is called.
isDistributedSession() - Method in interface oracle.toplink.sessions.Session
Return if this session is a distributed session.
isDOMRecordSupported() - Method in class oracle.toplink.eis.EISPlatform
Return if this platform supports XML/DOM Records.
isEISInteraction() - Method in class oracle.toplink.eis.interactions.EISInteraction
 
isEmpty() - Method in class oracle.toplink.eis.EISMappedRecord
Return if the row is empty.
isEmpty(String) - Method in class oracle.toplink.expressions.Expression
A logical expression for the collection attributeName being empty.
isEmpty() - Method in class oracle.toplink.indirection.IndirectList
 
isEmpty() - Method in class oracle.toplink.indirection.IndirectMap
 
isEmpty() - Method in class oracle.toplink.indirection.IndirectSet
 
isEmpty() - Method in class oracle.toplink.queryframework.ReportQueryResult
Return if the result is empty.
isEmpty() - Method in class oracle.toplink.sessions.DatabaseRecord
Checks if the database row is empty (ie. there are no field-value pairs.)
isEntityResult() - Method in class oracle.toplink.queryframework.EntityResult
 
isEntityResult() - Method in class oracle.toplink.queryframework.SQLResult
 
isExpressionQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this query uses an expression query mechanism
isFinalizersEnabled() - Method in interface oracle.toplink.sessions.Session
Return if this session's decendants should use finalizers.
isFinished() - Method in class oracle.toplink.queryframework.EJBQLCall
Return whether all the results of the call have been returned.
isFinished() - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Return whether the call is finished returning all of its results (e.g. a call that returns a cursor that will continue to access the data store after the initial invocation will answer false).
isFirst() - Method in class oracle.toplink.queryframework.ScrollableCursor
Indicates whether the cursor is on the first row of the result set.
isForeignReferenceQueryKey() - Method in class oracle.toplink.querykeys.QueryKey
: Related query key should implement this method to return true.
isFormattedOutput() - Method in class oracle.toplink.ox.XMLMarshaller
Returns if this XMLMarshaller should format the XML By default this is set to true and the XML marshalled will be formatted.
isFormattedOutput() - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
isFormattedOutput() - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
isFormattedOutput() - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
isFragment() - Method in class oracle.toplink.expressions.Expression
XMLType Function - evaluates to 0 if the xml is a well formed document and 1 if the document is a fragment
IsFragment - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
isFragment() - Static method in class oracle.toplink.expressions.ExpressionOperator
 
isFragment() - Method in class oracle.toplink.ox.XMLMarshaller
Returns if this should marshal to a fragment.
isFragment() - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
isFragment() - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
isFragment() - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
isFullRowRequired() - Method in class oracle.toplink.queryframework.DeleteObjectQuery
ADVANCED: Return if the full row is required by the delete query.
isFunctionOperator() - Method in class oracle.toplink.expressions.ExpressionOperator
General functions are any normal function such as UPPER.
isGlobalDefinition() - Method in class oracle.toplink.ox.schema.XMLSchemaReference
Indicates a global definition
ISHL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ISHR - Static variable in interface oracle.toplink.libraries.asm.Constants
 
isHSQL() - Method in class oracle.toplink.platform.database.HSQLPlatform
 
isIdentity() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Answer whether the receiver is an identity field.
isIndexedRecordSupported() - Method in class oracle.toplink.eis.EISPlatform
Return if this platform supports JCA IndexedRecord.
isInformix() - Method in class oracle.toplink.platform.database.InformixPlatform
 
isInformixOuterJoin() - Method in class oracle.toplink.platform.database.InformixPlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
isInnerJoinFetched() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Return if this relationship should always be INNER join fetched.
isInProfile() - Method in interface oracle.toplink.sessions.Session
Return if a profiler is being used.
isInsertObjectQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is an insert object query.
isInsertObjectQuery() - Method in class oracle.toplink.queryframework.InsertObjectQuery
Return if this is an insert object query.
isInstantiated() - Method in interface oracle.toplink.indirection.IndirectContainer
Return whether the contents have been read from the database.
isInstantiated() - Method in class oracle.toplink.indirection.IndirectList
Return whether the contents have been read from the database.
isInstantiated() - Method in class oracle.toplink.indirection.IndirectMap
Return whether the contents have been read from the database.
isInstantiated() - Method in class oracle.toplink.indirection.IndirectSet
Return whether the contents have been read from the database.
isInstantiated() - Method in class oracle.toplink.indirection.ValueHolder
Return a boolean indicating whether the wrapped object has been set or not.
isInstantiated() - Method in interface oracle.toplink.indirection.ValueHolderInterface
Return whether the contents have been read from the database.
isIntersolvSequeLinkDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether an Intersolv SeqeLink JDBC driver is being used.
isInTransaction() - Method in interface oracle.toplink.sessions.DatabaseSession
Return if the session is currently in the progress of a database transaction.
isIsolated() - Method in class oracle.toplink.descriptors.ClassDescriptor
Returns true if the descriptor represents an isolated class
isJConnectDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a Sybase JConnect JDBC driver is being used.
isJDBCConnectDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a Borland JDBCConnect JDBC driver is being used.
isJDBCConnectRemoteDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a Borland JDBCConnect JDBC driver is being used.
isJDBCODBCBridge() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a Sun/Merant JDBC-ODBC bridge driver is being used.
isJDBCType() - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
isJDBCType() - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
isJDBCType() - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
isJDK13() - Static method in class oracle.toplink.Version
 
isJDK14() - Static method in class oracle.toplink.Version
 
isJDK15() - Static method in class oracle.toplink.Version
 
isJoinFetched() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Return if this relationship should always be join fetched.
isJPASession() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Return whether this session is a JPA session.
isJPASession() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Return whether this session is a JPA session.
isLast() - Method in class oracle.toplink.queryframework.ScrollableCursor
Indicates whether the cursor is on the last row of the result set.
isLazy() - Method in class oracle.toplink.mappings.DatabaseMapping
Return if this mapping is lazy.
isLazy() - Method in class oracle.toplink.threetier.ConnectionPolicy
Return if a lazy connection should be used, a lazy connection only acquire a physical connection when a transaction is started and releases the connection when the transaction completes.
isLockQuery() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Answers if the query lock mode is known to be LOCK or LOCK_NOWAIT.
isLockQuery() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Answers if the query lock mode is known to be LOCK or LOCK_NOWAIT.
isLockQuery(Session) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: Answers if this query will issue any pessimistic locks.
isLogicalOperator() - Method in class oracle.toplink.expressions.ExpressionOperator
Logical functions are functions such as and and or.
isManyToManyQueryKey() - Method in class oracle.toplink.querykeys.QueryKey
: Related query key should implement this method to return true.
isMappedRecordSupported() - Method in class oracle.toplink.eis.EISPlatform
Return if this platform supports JCA MappedRecord.
isMixedContent() - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
isModifyAllQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is a modify all query.
isModifyQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is a modify query.
isModifyQuery() - Method in class oracle.toplink.queryframework.ModifyAllQuery
Return true if this is a modify query.
isModifyQuery() - Method in class oracle.toplink.queryframework.ModifyQuery
Return if this is a modify query.
isMutable() - Method in interface oracle.toplink.mappings.converters.Converter
If the converter converts the value to a mutable value, i.e.
isMutable() - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Return true if the attribute for this mapping is a simple atomic value that cannot be modified, only replaced.
isMutable() - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Return true if the attribute for this mapping is not a simple atomic value that cannot be modified, only replaced.
isMutable() - Method in class oracle.toplink.ox.jaxb.JAXBTypesafeEnumConverter
 
isMutable() - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Satisfy the interface.
isMySQL() - Method in class oracle.toplink.platform.database.MySQL4Platform
Answers whether platform is MySQL.
isNative() - Method in class oracle.toplink.sequencing.NativeSequence
 
isNative() - Method in class oracle.toplink.sequencing.Sequence
 
isNativeConnectionRequired() - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Return if the descriptor requires usage of a native (unwrapped) JDBC connection.
isNativeConnectionRequired() - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: Return if the descriptor requires usage of a native (unwrapped) JDBC connection.
isNestedUnitOfWork() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Return if this session is a nested unit of work.
isNew() - Method in interface oracle.toplink.changesets.ObjectChangeSet
ADVANCED: Returns true if this ObjectChangeSet represents a new object.
isNewlyWeavedValueHolder() - Method in class oracle.toplink.indirection.ValueHolder
Used as part of the implementation of WeavedAttributeValueHolderInterface Used to determine if this ValueHolder was added instantiated as part of the constructor of a weaved class
isNodeEqual(Node, Node) - Method in class oracle.toplink.platform.xml.XMLComparer
Compare two DOM nodes.
isNull() - Method in class oracle.toplink.expressions.Expression
Compare to null.
IsNull - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
isNullAllowed() - Method in class oracle.toplink.tools.schemaframework.ObjectVarrayDefinition
Return if the varray collection is allowed NULL or not
isNullRepresentedByEmptyNode() - Method in class oracle.toplink.ox.mappings.nullpolicy.AbstractNullPolicy
 
isNullRepresentedByXsiNil() - Method in class oracle.toplink.ox.mappings.nullpolicy.AbstractNullPolicy
 
isObjectBuildingQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if this is an object building query.
isObjectBuildingQuery() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Return if this is an object building query.
isObjectChangeTrackingPolicy() - Method in class oracle.toplink.descriptors.changetracking.DeferredChangeDetectionPolicy
Used to track instances of the change policies without doing an instance of check
isObjectChangeTrackingPolicy() - Method in class oracle.toplink.descriptors.changetracking.ObjectChangeTrackingPolicy
Used to track instances of the change policies without doing an instance of check
isObjectLevelModifyQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is an object level modify query.
isObjectLevelModifyQuery() - Method in class oracle.toplink.queryframework.ObjectLevelModifyQuery
Return if this is an object level modify query.
isObjectLevelReadQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is an object level read query.
isObjectLevelReadQuery() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return if this is an object level read query.
isObjectRelationalDescriptor() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return if this is an ObjectRelationalDescriptor.
isObjectRelationalDescriptor() - Method in class oracle.toplink.objectrelational.ObjectRelationalDescriptor
Return if this is an ObjectRelationalDescriptor.
ISOLATE_CACHE_AFTER_TRANSACTION - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
ISOLATE_CACHE_ALWAYS - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
ISOLATE_NEW_DATA_AFTER_TRANSACTION - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
ISOLATED_DATA_NOT_SUPPORTED_IN_CLIENTSESSIONBROKER - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ISOLATED_DESCRIPTOR_REFERENCED_BY_SHARED_DESCRIPTOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ISOLATED_QUERY_EXECUTED_ON_SERVER_SESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
isolatedDataNotSupportedInSessionBroker(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
isolateDescriptorReferencedBySharedDescriptor(String, String, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
isolatedQueryExecutedOnServerSession() - Static method in exception oracle.toplink.exceptions.QueryException
 
isOneToManyQueryKey() - Method in class oracle.toplink.querykeys.QueryKey
: Related query key should implement this method to return true.
isOneToOneQueryKey() - Method in class oracle.toplink.querykeys.QueryKey
: Related query key should implement this method to return true.
isOptional() - Method in class oracle.toplink.mappings.DatabaseMapping
Return whether the value of this mapping is optional (that is, can be null).
isOracle() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
 
isOracle7JDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether an Oracle native 7.x OCI JDBC driver is being used.
isOracleJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether an Oracle 8.x native OCI JDBC driver is being used.
isOracleServerJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether an Oracle thin JDBC driver is being used.
isOracleThinJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether an Oracle thin JDBC driver is being used.
isOrderOperator() - Method in class oracle.toplink.expressions.ExpressionOperator
Order functions are used in the order by such as ASC.
isOuterJoinFetched() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Return if this relationship should always be OUTER join fetched.
isOverriddenEvent(DescriptorEvent, Vector) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
isOverriddenEvent(DescriptorEvent, Vector) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
Implementers should define this method if they need or want to restrict the calling of inherited events.
isPointBase() - Method in class oracle.toplink.platform.database.PointBasePlatform
 
isPrefix() - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Return true if this is a prefix operator.
isPrimaryKey() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Answer whether the receiver is a primary key.
isPrivateOwned() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Return true if referenced objects are privately owned else false.
isQueryStringCall() - Method in class oracle.toplink.eis.interactions.QueryStringInteraction
 
isQueryStringCall() - Method in class oracle.toplink.eis.interactions.XQueryInteraction
 
isQueryStringCall() - Method in class oracle.toplink.queryframework.SQLCall
 
isReadAllQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is a read all query.
isReadAllQuery() - Method in class oracle.toplink.queryframework.ReadAllQuery
Return if this is a read all query.
isReadObjectQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return ture if this is a read object query.
isReadObjectQuery() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Return if this is a read object query.
isReadOnly() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return if the query is read-only.
isReadQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is a read query.
isReadQuery() - Method in class oracle.toplink.queryframework.ReadQuery
Return if this is a read query.
isReference() - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
isRelationalMapping() - Method in class oracle.toplink.mappings.DirectCollectionMapping
 
isRemoteSession() - Method in interface oracle.toplink.sessions.Session
Return if this session is a remote session.
isRemoteUnitOfWork() - Method in interface oracle.toplink.sessions.Session
Return if this session is a remote unit of work.
isReportQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is a report query.
isReportQuery() - Method in class oracle.toplink.queryframework.ReportQuery
Return if this is a report query.
isResultAlwaysXMLRoot() - Method in class oracle.toplink.ox.XMLUnmarshaller
 
isResultSetOptimizedQuery() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: Return if the query should be optimized to build directly from the result set.
isRMIOverIIOP - Variable in class oracle.toplink.remotecommand.rmi.RMITransportManager
Determines whether RMI over IIOP or not
isScrollableCursorPolicy() - Method in class oracle.toplink.queryframework.ScrollableCursorPolicy
 
isSelfRecord() - Method in class oracle.toplink.ox.record.UnmarshalRecord
Indicates if this UnmarshalRecord represents a 'self' record
isServerSession() - Method in interface oracle.toplink.sessions.Session
Return if this session is a server session.
isServerSessionBroker() - Method in class oracle.toplink.sessionbroker.SessionBroker
Return if this session is a server session broker.
isSessionBroker() - Method in interface oracle.toplink.sessions.Session
Return if this session is a session broker.
IsSetNullPolicy - Class in oracle.toplink.ox.mappings.nullpolicy
Description: This null policy allows for various configurations of isSet behavior to be set.
IsSetNullPolicy() - Constructor for class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
Default Constructor Set the IsSetPerformedForAbsentNode to false to enable the other 2 flags isNullRepresentedByEmptyNode and isNullRepresentedByXsiNil
IsSetNullPolicy(String) - Constructor for class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
Specific Constructor to set the name for checking the isSet state of the mapping
IsSetNullPolicy(String, boolean, boolean, XMLNullRepresentationType) - Constructor for class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
Specific Constructor to set both the Marshal enum and the Unmarshal flags.
isSQLAnywhere() - Method in class oracle.toplink.platform.database.SQLAnyWherePlatform
 
isSQLCall() - Method in class oracle.toplink.queryframework.SQLCall
 
isSQLCallQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this query uses an SQL query mechanism .
isSQLServer() - Method in class oracle.toplink.platform.database.SQLServerPlatform
 
isStopped() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Indicates whether the RCM has been stopped: either initialize hasn't been called or shutdown has been called.
isStoredInCache() - Method in class oracle.toplink.descriptors.FieldsLockingPolicy
Return true if the lock value is stored in the cache.
isStoredInCache() - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Return true if the lock value is stored in the cache.
isStoredInObject() - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Return true if the lock value is stored in the object.
isStoredProcedureCall() - Method in class oracle.toplink.queryframework.StoredProcedureCall
 
isSwaRef() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
isSwaRef() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
isSybase() - Method in class oracle.toplink.platform.database.SQLAnyWherePlatform
 
isSybase() - Method in class oracle.toplink.platform.database.SybasePlatform
 
isTable() - Method in class oracle.toplink.sequencing.Sequence
 
isTable() - Method in class oracle.toplink.sequencing.TableSequence
 
isTimesTen() - Method in class oracle.toplink.platform.database.TimesTenPlatform
Answers whether platform is TimesTen
isTimesTen7() - Method in class oracle.toplink.platform.database.TimesTen7Platform
 
ISTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
isTraversable() - Method in interface oracle.toplink.descriptors.WrapperPolicy
Required: Return true if the wrapped value should be traversed.
isTraversable() - Method in class oracle.toplink.ejb.EJBWrapperPolicy
REQUIRED: Return if the wrapped value should be traverse.
isTypedTextField() - Method in class oracle.toplink.ox.XMLField
Returns if the field is a typed text field True when we should base conversions on the "type" attribute on elements
ISUB - Static variable in interface oracle.toplink.libraries.asm.Constants
 
isUnaryTable() - Method in class oracle.toplink.sequencing.Sequence
 
isUnaryTable() - Method in class oracle.toplink.sequencing.UnaryTableSequence
 
isUnique() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Answer whether the receiver is a unique constraint field.
isUnitOfWork() - Method in interface oracle.toplink.sessions.Session
Return if this session is a unit of work.
isUniversal() - Method in class oracle.toplink.history.AsOfClause
Answers if this is a UniversalAsOfClause, one to be applied to the entire selection criteria.
isUnknown() - Method in class oracle.toplink.libraries.asm.Attribute
Returns true if this type of attribute is unknown.
isUpdateAllQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is an update all query.
isUpdateObjectQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is an update object query.
isUpdateObjectQuery() - Method in class oracle.toplink.queryframework.UpdateObjectQuery
Return if this is an update object query.
isUsedToSetPrimaryKey() - Method in class oracle.toplink.descriptors.ReturningPolicy
isUsingMethodAccess() - Method in class oracle.toplink.mappings.DatabaseMapping
Return if method access is used.
isValid(Document, ErrorHandler) - Method in class oracle.toplink.ox.schema.XMLSchemaReference
 
isValid(Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns true if an Object with the same primary key and Class type of the the given Object is valid in TopLink's identity maps.
isValid(Vector, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns true if the Object described by the given primary key and Class type is valid in TopLink's identity maps.
isValid(Record, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Returns true if this Object with the given primary key of the Row and Class type given is valid in TopLink's identity maps.
isValueReadQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if this is a value read query.
isValueReadQuery() - Method in class oracle.toplink.queryframework.ValueReadQuery
Return if this is a value read query.
isWebLogicOracleOCIDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a WebLogic Oracle OCI JDBC driver is being used.
isWebLogicSQLServerDBLibDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a WebLogic SQL Server dblib JDBC driver is being used.
isWebLogicSQLServerDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a WebLogic SQL Server JDBC driver is being used.
isWebLogicSybaseDBLibDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a WebLogic Sybase dblib JDBC driver is being used.
isWebLogicThinClientDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a WebLogic thin client JDBC driver is being used.
isWebLogicThinDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Return whether a WebLogic thin JDBC driver is being used.
isWhitespaceNode(Text) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
isWhitespaceNode(Text) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
 
isWhitespaceNode(Text) - Method in interface oracle.toplink.platform.xml.XMLPlatform
Check to see if the text node represents a whitespace node.
isWrapped(Object) - Method in interface oracle.toplink.descriptors.WrapperPolicy
Required: Return true if the object is already wrapped.
isWrapper() - Method in class oracle.toplink.ox.XMLDescriptor
 
isWriteObjectQuery() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return true if this is a write object query.
isWriteObjectQuery() - Method in class oracle.toplink.queryframework.WriteObjectQuery
Return if this is a write object query.
isXMLMapping() - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
isXMLMapping() - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
isXMLMapping() - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
isXMLMapping() - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
isXMLMapping() - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
isXOPPackage() - Method in interface oracle.toplink.ox.attachment.XMLAttachmentMarshaller
 
isXOPPackage() - Method in interface oracle.toplink.ox.attachment.XMLAttachmentUnmarshaller
 
item(int) - Method in class oracle.toplink.platform.xml.XMLNodeList
 
ITEM_Double - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_Float - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_Integer - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_Long - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_NAMES - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_Null - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_Object - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_Top - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_Uninitialized - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
ITEM_UninitializedThis - Static variable in class oracle.toplink.libraries.asm.attrs.StackMapType
 
iterator() - Method in class oracle.toplink.indirection.IndirectList
 
iterator() - Method in class oracle.toplink.indirection.IndirectSet
 
IUSHR - Static variable in interface oracle.toplink.libraries.asm.Constants
 
IXOR - Static variable in interface oracle.toplink.libraries.asm.Constants
 

J

JAR_FILE_NOT_ACCESSIBLE - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
JAR_FILES_IN_PERSISTENCE_XML_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
JARClassLoader - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
JARClassLoader(String[]) - Constructor for class oracle.toplink.xml.JARClassLoader
Deprecated. Construct a file loader for the JAR files.
JARClassLoader(String) - Constructor for class oracle.toplink.xml.JARClassLoader
Deprecated. Construct a file loader for the JAR file.
jarFileNotAccessible(String, Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
jarFilesInPersistenceXmlNotSupported() - Static method in exception oracle.toplink.exceptions.ValidationException
 
JAVA_CLASS_INVOKING_ERROR - Static variable in exception oracle.toplink.exceptions.SDOException
 
JAVA_CLASS_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
JAVA_TYPE_IS_NOT_A_VALID_DATABASE_TYPE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
javaClassNotSpecified(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
JavaDBPlatform - Class in oracle.toplink.platform.database
Purpose: Allows to use JavaDBPlatform as a synonym for DerbyPlatform
JavaDBPlatform() - Constructor for class oracle.toplink.platform.database.JavaDBPlatform
 
JavaLog - Class in oracle.toplink.logging
This is a wrapper class for java.util.logging.
javaTypeIsNotAValidDatabaseType(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
JAXB_FRAGMENT - Static variable in class oracle.toplink.ox.XMLConstants
 
JAXBErrorHandler - Class in oracle.toplink.ox.jaxb
 
JAXBErrorHandler(ValidationEventHandler) - Constructor for class oracle.toplink.ox.jaxb.JAXBErrorHandler
 
JAXBException - Exception in oracle.toplink.exceptions
Purpose: This class provides an implementation of EclipseLinkException specific to the EclipseLink JAXB implementation

Responsibilities: Return a JAXBException that can be thrown around input parameters.

JAXBTypesafeEnumConverter - Class in oracle.toplink.ox.jaxb
Purpose: JAXBTypesafeEnumConverter is used to allow mapping to type safe enums according to the JAXB 1.0 spec.
JAXBTypesafeEnumConverter() - Constructor for class oracle.toplink.ox.jaxb.JAXBTypesafeEnumConverter
Default constructor.
JAXBUnmarshallerHandler - Class in oracle.toplink.ox.jaxb
 
JAXBUnmarshallerHandler(XMLUnmarshaller) - Constructor for class oracle.toplink.ox.jaxb.JAXBUnmarshallerHandler
 
JAXBValidator - Class in oracle.toplink.ox.jaxb
Facilitates JAXBValidation.
JAXBValidator(XMLValidator) - Constructor for class oracle.toplink.ox.jaxb.JAXBValidator
This constructor creates a DefaultValidationEventHandlervalidation instance, and sets the XMLMarshaller instance to the one provided.
JAXP_PLATFORM_CLASS_NAME - Static variable in class oracle.toplink.platform.xml.XMLPlatformFactory
 
JAXPNamespaceContext - Class in oracle.toplink.platform.xml.jaxp
Purpose: Wrap a oracle.toplink.platform.xml.XMLNamespaceResolver and expose it as a javax.xml.namespace.NamespaceContext.
JAXPNamespaceContext(XMLNamespaceResolver) - Constructor for class oracle.toplink.platform.xml.jaxp.JAXPNamespaceContext
 
JAXPParser - Class in oracle.toplink.platform.xml.jaxp
Purpose: An implementation of XMLParser using JAXP 1.3 APIs.
JAXPParser() - Constructor for class oracle.toplink.platform.xml.jaxp.JAXPParser
 
JAXPPlatform - Class in oracle.toplink.platform.xml.jaxp
Purpose: An implementation of XMLPlatform using JAXP 1.3 APIs.
JAXPPlatform() - Constructor for class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
JAXPTransformer - Class in oracle.toplink.platform.xml.jaxp
Purpose: An implementation of XMLTransformer using JAXP 1.3 APIs.
JAXPTransformer() - Constructor for class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
JBossPlatform - Class in oracle.toplink.platform.server.jboss
This is the concrete subclass responsible for representing JBoss-specific server behavior.
JBossTransactionController - Class in oracle.toplink.transaction.jboss
Purpose: TransactionController implementation for JBoss JTA Description: Implements the required behaviour for controlling JTA 1.0 transactions in JBoss.
JBossTransactionController() - Constructor for class oracle.toplink.transaction.jboss.JBossTransactionController
 
JDBCType - Interface in oracle.toplink.platform.database.jdbc
PUBLIC: Marker interface for JDBC type metadata
JDBCTypes - Enum in oracle.toplink.platform.database.jdbc
PUBLIC: JDBC types
JDK_1_3 - Static variable in class oracle.toplink.Version
 
JDK_1_4 - Static variable in class oracle.toplink.Version
 
JDK_1_5 - Static variable in class oracle.toplink.Version
 
JDK_VERSION - Static variable in class oracle.toplink.Version
 
JDK_VERSION_NOT_SET - Static variable in class oracle.toplink.Version
Keep track of JDK version in order to make some decisions about datastructures.
JGEOMETRY_CLASS - Static variable in class oracle.toplink.platform.database.oracle.converters.JGeometryConverter
 
JGEOMETRY_DB_TYPE - Static variable in class oracle.toplink.platform.database.oracle.converters.JGeometryConverter
 
JGeometryConverter - Class in oracle.toplink.platform.database.oracle.converters
A StructConverter that can be used to convert the oracle.spatial.geometry.JGeometry as it is read and written from the database.
JGeometryConverter() - Constructor for class oracle.toplink.platform.database.oracle.converters.JGeometryConverter
 
JMSClusteringService - Class in oracle.toplink.remote.jms
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by JMSTopicTransportManager
JMSClusteringService(Session) - Constructor for class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. Creates a JMSClusteringService
JMSConnection - Class in oracle.toplink.remote.jms
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by JMSTopicTransportManager
JMSConnection(TopicSession, TopicPublisher) - Constructor for class oracle.toplink.remote.jms.JMSConnection
Deprecated. The connection must be create from the server-side session controllers stub.
JMSDistributedSessionReconnectPolicy - Class in oracle.toplink.remote.jms
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by JMSTopicTransportManager
JMSDistributedSessionReconnectPolicy(AbstractClusteringService) - Constructor for class oracle.toplink.remote.jms.JMSDistributedSessionReconnectPolicy
Deprecated.  
JMSEISConnectionSpec - Class in oracle.toplink.eis.adapters.jms
Provides the behavior of instantiating an EIS ConnectionSpec.
JMSEISConnectionSpec() - Constructor for class oracle.toplink.eis.adapters.jms.JMSEISConnectionSpec
Default constructor.
JMSPlatform - Class in oracle.toplink.eis.adapters.jms
Platform for Oracle JMS JCA adapter.
JMSPlatform() - Constructor for class oracle.toplink.eis.adapters.jms.JMSPlatform
Default constructor.
JMSProcessingException - Exception in oracle.toplink.exceptions
 
JMSProcessingException(String, Throwable) - Constructor for exception oracle.toplink.exceptions.JMSProcessingException
 
JMSPublishingOnlyClusteringService - Class in oracle.toplink.remote.jms.mdb
 
JMSPublishingOnlyClusteringService(Session) - Constructor for class oracle.toplink.remote.jms.mdb.JMSPublishingOnlyClusteringService
Creates a JMSPublishingChangesOnlyClusteringService
JMSTopicTransportManager - Class in oracle.toplink.remotecommand.jms
Purpose: Provide a JMS transport implementation for the Remote Command Module (RCM).
JMSTopicTransportManager(RemoteCommandManager) - Constructor for class oracle.toplink.remotecommand.jms.JMSTopicTransportManager
 
JMX_REGISTER_DEV_MBEAN_PROPERTY - Static variable in class oracle.toplink.platform.server.wls.WebLogic_10_Platform
This System property "toplink.register.dev.mbean" when set to true will enable registration/unregistration of the DevelopmentServices MBean
JMX_REGISTER_RUN_MBEAN_PROPERTY - Static variable in class oracle.toplink.platform.server.wls.WebLogic_10_Platform
This System property "topelink.register.run.mbean" when set to true will enable registration/unregistration of the RuntimeServices MBean
JNDI_NAMING_SERVICE - Static variable in class oracle.toplink.remotecommand.TransportManager
Valid values for naming service type
JNDI_TRANSACTION_MANAGER_NAME - Static variable in class oracle.toplink.transaction.jboss.JBossTransactionController
 
JNDI_TRANSACTION_MANAGER_NAME - Static variable in class oracle.toplink.transaction.oc4j.Oc4jTransactionController
 
JNDI_TRANSACTION_MANAGER_NAME - Static variable in class oracle.toplink.transaction.sunas.SunAS9TransactionController
 
JNDI_TRANSACTION_MANAGER_NAME - Static variable in class oracle.toplink.transaction.wls.WebLogicTransactionController
 
JNDIConnector - Class in oracle.toplink.jndi
Specifies the J2EE DataSource lookup options.
JNDIConnector() - Constructor for class oracle.toplink.jndi.JNDIConnector
Construct a Connector with no settings.
JNDIConnector(Context, String) - Constructor for class oracle.toplink.jndi.JNDIConnector
Construct a Connector with the datasource name.
JNDIConnector(String) - Constructor for class oracle.toplink.jndi.JNDIConnector
Construct a Connector with the datasource name.
JNDIConnector(DataSource) - Constructor for class oracle.toplink.jndi.JNDIConnector
Construct a Connector with the datasource object.
jndiLookup(String) - Method in class oracle.toplink.transaction.AbstractTransactionController
Look up a given name in JNDI.
jndiLookupException(String, Exception) - Static method in exception oracle.toplink.exceptions.TransactionException
 
JOIN_EXPRESSIONS_NOT_APPLICABLE_ON_NON_OBJECT_REPORT_ITEM - Static variable in exception oracle.toplink.exceptions.QueryException
 
joinExpressionsNotApplicableOnNonObjectReportItem(String, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
JOINING_ACROSS_INHERITANCE_WITH_MULTIPLE_TABLES - Static variable in exception oracle.toplink.exceptions.QueryException
 
joiningAcrossInheritanceClassWithMultipleTablesNotSupported(DatabaseQuery, Class) - Static method in exception oracle.toplink.exceptions.QueryException
 
JPQLException - Exception in oracle.toplink.exceptions
Purpose: EJBQL parsing and resolution problems will raise this exception
JSR - Static variable in interface oracle.toplink.libraries.asm.Constants
 
JTA_PERSISTENCE_UNIT_INFO_MISSING_JTA_DATA_SOURCE - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
jtaPersistenceUnitInfoMissingJtaDataSource(String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
JTASynchronizationListener - Class in oracle.toplink.transaction
Purpose: Synchronization object implementation for JTA 1.0 Description: Instances of this class are registered against JTA 1.0 transactions.
JTASynchronizationListener() - Constructor for class oracle.toplink.transaction.JTASynchronizationListener
Used to create factory instances only.
JTATransactionController - Class in oracle.toplink.transaction
Purpose: TransactionController implementation for JTA 1.0 Description: Implements the required behaviour for controlling JTA 1.0 transactions.
JTATransactionController() - Constructor for class oracle.toplink.transaction.JTATransactionController
Return a new controller for use with a JTA 1.0 compliant TransactionManager.
JTS_EXCEPTION_RAISED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
JtsAfterCompletion - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
JtsBeforeCompletion - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
jtsExceptionRaised(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
JumpInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a jump instruction.
JumpInsnNode(int, Label) - Constructor for class oracle.toplink.libraries.asm.tree.JumpInsnNode
Constructs a new JumpInsnNode object.

K

KEEP_ALIVE - Static variable in class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec
 
keyFromObject(Object) - Method in interface oracle.toplink.sessions.Session
ADVANCED: Extract and return the primary key from the object.
keys() - Method in class oracle.toplink.indirection.IndirectMap
 
keys - Variable in class oracle.toplink.libraries.asm.tree.LookupSwitchInsnNode
The values of the keys.
keys() - Method in class oracle.toplink.queryframework.ReportQueryResult
Return an enumeration of the result names.
keys() - Method in class oracle.toplink.sessions.DatabaseRecord
Returns an Enumeration of the DatabaseField Objects.
KEYS_MUST_MATCH - Static variable in exception oracle.toplink.exceptions.ValidationException
 
keySet() - Method in class oracle.toplink.eis.EISMappedRecord
Forward the request to the record.
keySet() - Method in class oracle.toplink.indirection.IndirectMap
 
keySet() - Method in class oracle.toplink.ox.record.DOMRecord
Return the set of element names from the DOM.
keySet() - Method in class oracle.toplink.queryframework.ReportQueryResult
Returns a set of the keys.
keySet() - Method in class oracle.toplink.sessions.DatabaseRecord
Returns a set of the keys, the DatabaseField Objects, for the database row.

L

L2D - Static variable in interface oracle.toplink.libraries.asm.Constants
 
L2F - Static variable in interface oracle.toplink.libraries.asm.Constants
 
L2I - Static variable in interface oracle.toplink.libraries.asm.Constants
 
label - Variable in class oracle.toplink.libraries.asm.attrs.StackMapFrame
 
Label - Class in oracle.toplink.libraries.asm
A label represents a position in the bytecode of a method.
Label() - Constructor for class oracle.toplink.libraries.asm.Label
Constructs a new label.
label - Variable in class oracle.toplink.libraries.asm.tree.JumpInsnNode
The operand of this instruction.
labels - Variable in class oracle.toplink.libraries.asm.tree.LookupSwitchInsnNode
Beginnings of the handler blocks.
labels - Variable in class oracle.toplink.libraries.asm.tree.TableSwitchInsnNode
Beginnings of the handler blocks.
LADD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LAND - Static variable in interface oracle.toplink.libraries.asm.Constants
 
last() - Method in class oracle.toplink.queryframework.ScrollableCursor
Moves the cursor to the last row in the result set
lastDay() - Method in class oracle.toplink.expressions.Expression
Function, returns the date with the last date in the months of this source date.
LastDay - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
lastElement() - Method in class oracle.toplink.indirection.IndirectList
 
lastIndexOf(Object) - Method in class oracle.toplink.indirection.EJBIndirectList
 
lastIndexOf(Object, int) - Method in class oracle.toplink.indirection.EJBIndirectList
 
lastIndexOf(Object) - Method in class oracle.toplink.indirection.IndirectList
 
lastIndexOf(Object, int) - Method in class oracle.toplink.indirection.IndirectList
 
LASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LCMP - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LCONST_0 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LCONST_1 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LDC - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LdcInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents an LDC instruction.
LdcInsnNode(Object) - Constructor for class oracle.toplink.libraries.asm.tree.LdcInsnNode
Constructs a new LdcInsnNode object.
LDIV - Static variable in interface oracle.toplink.libraries.asm.Constants
 
Least - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
leftPad(int, Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string padded with the substring to the size.
leftPad(Object, Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string padded with the substring to the size.
LeftPad - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
leftTrim() - Method in class oracle.toplink.expressions.Expression
Function, returns the string left trimmed for white space.
leftTrim(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string with the substring trimed from the left.
LeftTrim - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
LeftTrim2 - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
length() - Method in class oracle.toplink.expressions.Expression
Function, returns the size of the string.
Length - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
lessThan(byte) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
lessThan(char) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
lessThan(double) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
lessThan(float) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
lessThan(int) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
lessThan(long) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
lessThan(Object) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
lessThan(Expression) - Method in class oracle.toplink.expressions.Expression
 
lessThan(short) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
lessThan(boolean) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than the other value.
LessThan - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
lessThanEqual(byte) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(char) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(double) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(float) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(int) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(long) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(Object) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(short) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(boolean) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is less than and equal to the other value.
LessThanEqual - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
like(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is like other value.
like(String, String) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is like other value.
like(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is like other value.
like(Expression, Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is like other value.
Like - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
LikeEscape - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
likeIgnoreCase(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is like the other value, ignoring case.
likeIgnoreCase(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is like the other value, ignoring case.
line - Variable in class oracle.toplink.libraries.asm.tree.LineNumberNode
A line number.
LineNumberNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a line number declaration.
LineNumberNode(int, Label) - Constructor for class oracle.toplink.libraries.asm.tree.LineNumberNode
Constructs a new LineNumberNode object.
lineNumbers - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The line numbers of this method.
listIterator() - Method in class oracle.toplink.indirection.IndirectList
 
listIterator(int) - Method in class oracle.toplink.indirection.IndirectList
 
literal(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Return an expression on the literal.
LLOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LMUL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
ln(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Ln - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
LNEG - Static variable in interface oracle.toplink.libraries.asm.Constants
 
load(Object) - Method in class oracle.toplink.ejb.EJBDataStore
Load from the database/cache into the object.
load(SessionManager, ClassLoader, boolean, boolean) - Method in class oracle.toplink.tools.sessionconfiguration.XMLLoader
Deprecated.  
loadResultIntoSelectionObject() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Allow for the selection object of the query to be refreshed or put into the TopLink cache.
LOCAL_TIME - Static variable in class oracle.toplink.descriptors.TimestampLockingPolicy
 
locals - Variable in class oracle.toplink.libraries.asm.attrs.StackMapFrame
 
LocalVariableNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a local variable declaration.
LocalVariableNode(String, String, Label, Label, int) - Constructor for class oracle.toplink.libraries.asm.tree.LocalVariableNode
Constructs a new LocalVariableNode object.
localVariables - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The local variables of this method.
LocalVariableType - Class in oracle.toplink.libraries.asm.attrs
Container type info used by LocalVariableTypeTableAttribute.
LocalVariableType() - Constructor for class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
LocalVariableTypeTableAttribute - Class in oracle.toplink.libraries.asm.attrs
The LocalVariableTypeTable attribute is an optional variable-length attribute of a Code attribute.
LocalVariableTypeTableAttribute() - Constructor for class oracle.toplink.libraries.asm.attrs.LocalVariableTypeTableAttribute
 
locate(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the position of str in this Example: TopLink: employee.get("firstName").locate("ob") Java: employee.getFirstName().indexOf("ob") + 1 SQL: LOCATE('ob', t0.F_NAME) Note that while in String.locate(str) -1 is returned if not found, and the index starting at 0 if found, in SQL it is 0 if not found, and the index starting at 1 if found.
locate(String, int) - Method in class oracle.toplink.expressions.Expression
Function, returns the position of str in this, starting the search at fromIndex.
locate(Object, Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the position of str in this, starting the search at fromIndex.
Locate - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
Locate2 - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
LOCK - Static variable in class oracle.toplink.queryframework.ObjectBuildingQuery
 
LOCK_MAPPING_CANNOT_BE_READONLY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
LOCK_MAPPING_MUST_BE_READONLY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
LOCK_NOWAIT - Static variable in class oracle.toplink.queryframework.ObjectBuildingQuery
 
log(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Log - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
log(int, String) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a message that does not need to be translated.
log(int, String, Object) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a message with one parameter that needs to be translated.
log(int, String, Object, Object) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a message with two parameters that needs to be translated.
log(int, String, Object, Object, Object) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a message with three parameters that needs to be translated.
log(int, String, Object[]) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a message with an array of parameters that needs to be translated.
log(int, String, Object[], boolean) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a message.
log(SessionLogEntry) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a SessionLogEntry
log(SessionLogEntry) - Method in class oracle.toplink.logging.AbstractSessionLog
Deprecated. replaced by log(oracle.toplink.logging.SessionLogEntry)
log(SessionLogEntry) - Method in class oracle.toplink.logging.DefaultSessionLog
Log the entry.
log(SessionLogEntry) - Method in class oracle.toplink.logging.JavaLog
Log a SessionLogEntry
log(SessionLogEntry) - Method in interface oracle.toplink.logging.SessionLog
TopLink will call this method whenever something needs to be logged (messages, SQL, etc.).
log(int, String) - Method in interface oracle.toplink.logging.SessionLog
Log a message that does not need to be translated.
log(int, String, Object) - Method in interface oracle.toplink.logging.SessionLog
Log a message with one parameter that needs to be translated.
log(int, String, Object, Object) - Method in interface oracle.toplink.logging.SessionLog
Log a message with two parameters that needs to be translated.
log(int, String, Object, Object, Object) - Method in interface oracle.toplink.logging.SessionLog
Log a message with three parameters that needs to be translated.
log(int, String, Object[]) - Method in interface oracle.toplink.logging.SessionLog
This method is called when the log request is from somewhere session is not available.
log(int, String, Object[], boolean) - Method in interface oracle.toplink.logging.SessionLog
This method is called when the log request is from somewhere session is not available.
log(SessionLogEntry) - Method in class oracle.toplink.platform.server.ServerLog
Log a SessionLogEntry
log(SessionLogEntry) - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Log the entry.
log(SessionLogEntry) - Method in interface oracle.toplink.sessions.Session
Log the log entry.
log(SessionLogEntry) - Method in interface oracle.toplink.sessions.Session
Deprecated. Replaced by log(oracle.toplink.logging.SessionLogEntry)
log(SessionLogEntry) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. TopLink will call this method whenever something needs to be logged (messages, SQL, etc.).
log(SessionLogEntry) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Replaced by log(oracle.toplink.logging.SessionLogEntry)
log(int, String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Log a message that does not need to be translated.
log(int, String, Object) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Log a message with one parameter that needs to be translated.
log(int, String, Object, Object) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Log a message with two parameters that needs to be translated.
log(int, String, Object, Object, Object) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Log a message with three parameters that needs to be translated.
log(int, String, Object[]) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when the log request is from somewhere session is not available.
log(int, String, Object[], boolean) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when the log request is from somewhere session is not available.
LOG_DEBUG - Static variable in interface oracle.toplink.remotecommand.CommandProcessor
 
LOG_ERROR - Static variable in interface oracle.toplink.remotecommand.CommandProcessor
 
LOG_INFO - Static variable in interface oracle.toplink.remotecommand.CommandProcessor
 
LOG_IO_ERROR - Static variable in exception oracle.toplink.exceptions.ValidationException
 
LOG_WARNING - Static variable in interface oracle.toplink.remotecommand.CommandProcessor
 
logDebug() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. replaced by level
logDebug(String, Object[]) - Method in interface oracle.toplink.sessions.Session
Deprecated. No direct replacement, moved to internal AbstractSession.
logDebug(String) - Method in interface oracle.toplink.sessions.Session
Deprecated. No direct replacement, moved to internal AbstractSession.
logDebugWithoutLevelCheck(String, Object[]) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
logError(String, Object[]) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
logException(Exception) - Method in interface oracle.toplink.sessions.Session
Deprecated. No direct replacement, moved to internal AbstractSession.
logExceptions() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. replaced by level
logExceptionStackTrace() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Stack trace is logged at FINER level
loggerCatagories - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
Logging - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
LOGGING_FILE_NAME_CANNOT_BE_EMPTY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
LOGGING_LEVEL - Static variable in class oracle.toplink.config.TopLinkProperties
Valid values are names of levels defined in java.util.logging.Level, default value is INFO.
LoggingDMSDisPlayName - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
LogicalOperator - Static variable in class oracle.toplink.expressions.ExpressionOperator
Operator types
login() - Method in class oracle.toplink.sessionbroker.SessionBroker
Connect to the database using the predefined login.
login(String, String) - Method in class oracle.toplink.sessionbroker.SessionBroker
Connect to the database using the predefined login.
login() - Method in interface oracle.toplink.sessions.DatabaseSession
Connect to the database using the predefined login.
login(String, String) - Method in interface oracle.toplink.sessions.DatabaseSession
Connect to the database using the given user name and password.
login(Login) - Method in interface oracle.toplink.sessions.DatabaseSession
Connect to the database using the given login.
Login - Interface in oracle.toplink.sessions
Purpose: Define the information required to connect to a TopLink session.
LOGIN_BEFORE_ALLOCATING_CLIENT_SESSIONS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
loginBeforeAllocatingClientSessions() - Static method in exception oracle.toplink.exceptions.ValidationException
 
logInfo(String, Object[]) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
LoginTime - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
logIOError(IOException) - Static method in exception oracle.toplink.exceptions.ValidationException
 
logMessage(int, String) - Method in interface oracle.toplink.remotecommand.CommandProcessor
Log a message to the application log output stream.
logMessage(String, Object[]) - Method in interface oracle.toplink.sessions.Session
Deprecated. Replaced by log(int level, String category, String message, Object[] params)
logMessage(String) - Method in interface oracle.toplink.sessions.Session
Log a untranslated message to the TopLink log at FINER level.
logMessages() - Method in interface oracle.toplink.sessions.Session
Deprecated. Replaced by setLogLevel(int level, String category);
logout() - Method in class oracle.toplink.sessionbroker.SessionBroker
Disconnect from all databases.
logout() - Method in interface oracle.toplink.sessions.DatabaseSession
Disconnect from the database.
LOGOUT_WHILE_TRANSACTION_IN_PROGRESS - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
logoutWhileTransactionInProgress() - Static method in exception oracle.toplink.exceptions.DatabaseException
 
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
logProfile() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
Set whether after each query execution the profile result should be logged.
logProfileSummary() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
Log a profile summary.
logProfileSummaryByClass() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
Log a profile summary by class.
logProfileSummaryByQuery() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
Log a profile summary by query.
logThrowable(int, Throwable) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a throwable with level.
logThrowable(int, Throwable) - Method in interface oracle.toplink.logging.SessionLog
Log a throwable with level.
logThrowable(int, Throwable) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Log a throwable with level.
logTxStateTrace(AbstractSession, String, Object) - Method in class oracle.toplink.transaction.AbstractTransactionController
 
logTxTrace(AbstractSession, String, Object[]) - Method in class oracle.toplink.transaction.AbstractTransactionController
 
logWarning(String, Object[]) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
logWarningWithoutLevelCheck(String, Object[]) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
LONG - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the long type.
LONG - Static variable in class oracle.toplink.ox.XMLConstants
 
LONG_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
LONG_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The long type.
LONG_VALUE - Static variable in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
LOOKUPSWITCH - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LookupSwitchInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a LOOKUPSWITCH instruction.
LookupSwitchInsnNode(Label, int[], Label[]) - Constructor for class oracle.toplink.libraries.asm.tree.LookupSwitchInsnNode
Constructs a new LookupSwitchInsnNode object.
lookupWrapperForBean(Object, Object, AbstractSession) - Method in class oracle.toplink.ejb.bmp.BMPLocalWrapperPolicy
Return the remote from the home by primary key.
lookupWrapperForBean(Object, Object, AbstractSession) - Method in class oracle.toplink.ejb.bmp.BMPWrapperPolicy
Return the remote from the home by primary key.
LOR - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LREM - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LRETURN - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LSHL - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LSHR - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LSTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LSUB - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LUSHR - Static variable in interface oracle.toplink.libraries.asm.Constants
 
LXOR - Static variable in interface oracle.toplink.libraries.asm.Constants
 

M

main(String[]) - Static method in class oracle.toplink.libraries.asm.util.ASMifierClassVisitor
Prints the ASM source code to generate the given class to the standard output.
main(String[]) - Static method in class oracle.toplink.libraries.asm.util.CheckClassAdapter
Checks a given class.
main(String[]) - Static method in class oracle.toplink.libraries.asm.util.TraceClassVisitor
Prints a disassembled view of the given class to the standard output.
main(String[]) - Static method in class oracle.toplink.libraries.asm.xml.Processor
 
maintainCache() - Method in class oracle.toplink.queryframework.DatabaseQuery
Set for the identity map (cache) to be maintained.
ManyToManyMapping - Class in oracle.toplink.mappings
Purpose: Many to many mappings are used to represent the relationships between a collection of source objects and a collection of target objects.
ManyToManyMapping() - Constructor for class oracle.toplink.mappings.ManyToManyMapping
Default constructor.
ManyToManyQueryKey - Class in oracle.toplink.querykeys
Purpose:Represents a m-m join query.
ManyToManyQueryKey() - Constructor for class oracle.toplink.querykeys.ManyToManyQueryKey
 
MAP_KEY_IS_NULL - Static variable in exception oracle.toplink.exceptions.QueryException
 
MAP_KEY_NOT_COMPARABLE - Static variable in exception oracle.toplink.exceptions.QueryException
 
MAP_KEY_NOT_DECLARED_IN_ITEM_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
mapBooleans() - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
This is a very specific protocol which maps fieldValues "T" and "F" to true and false respectively.
mapBooleans() - Method in class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. This is a very specific protocol which maps fieldValues "T" and "F" to true and false respectively.
MapChangeEvent - Class in oracle.toplink.descriptors.changetracking
Purpose: Define a change event for Map types.
MapChangeEvent(Object, String, Object, Object, Object, int) - Constructor for class oracle.toplink.descriptors.changetracking.MapChangeEvent
Create a MapChangeEvent for an object based on the property name, the updated Map, the new Key and the new Value and change type (add or remove)
mapGenders() - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
This is a very specific protocol which maps fieldValues "F" and "M" to "Female" and "Male" respectively.
mapGenders() - Method in class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. This is a very specific protocol which maps fieldValues "F" and "M" to "Female" and "Male" respectively.
mapKeyHasChanged(Object, AbstractSession) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Return whether the element's user-defined Map key has changed since it was cloned from the original version.
mapKeyIsNull(Object, Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
mapKeyNotComparable(Object, Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
mapKeyNotDeclaredInItemClass(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
MAPPED - Static variable in class oracle.toplink.eis.EISDescriptor
Define the valid data formats that the descriptor can map to.
MappedInteraction - Class in oracle.toplink.eis.interactions
Defines the specification for a call to a JCA interaction using Mapped records.
MappedInteraction() - Constructor for class oracle.toplink.eis.interactions.MappedInteraction
Default constructor.
MAPPING_ANNOTATIONS_APPLIED_TO_TRANSIENT_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MAPPING_DOES_NOT_OVERRIDE_VALUEFROMROWINTERNALWITHJOIN - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MAPPING_FILE_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MAPPING_FOR_EXPRESSION_DOES_NOT_SUPPORT_JOINING - Static variable in exception oracle.toplink.exceptions.QueryException
 
MAPPING_FOR_FIELDRESULT_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.QueryException
 
MAPPING_FOR_SEQUENCE_NUMBER_FIELD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
mappingAnnotationsAppliedToTransientAttribute(Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
mappingCanNotBeReadOnly(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
mappingDoesNotOverrideValueFromRowInternalWithJoin(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
mappingFileNotFound(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
mappingForAttributeIsMissing(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
mappingForExpressionDoesNotSupportJoining(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
mappingForFieldResultNotFound(String[], int) - Static method in exception oracle.toplink.exceptions.QueryException
 
mappingForSequenceNumberField(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
mapResponses() - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
This is a very specific protocol which maps fieldValues "Y" and "N" to "Yes" and "No" respectively.
mapResponses() - Method in class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. This is a very specific protocol which maps fieldValues "Y" and "N" to "Yes" and "No" respectively.
mark(int) - Method in class oracle.toplink.queryframework.CursoredStream
Mark the present position in the stream.
markSupported() - Method in class oracle.toplink.queryframework.CursoredStream
Tests if this input stream supports the mark and reset methods.
marshal(Object, Result) - Method in class oracle.toplink.ox.XMLMarshaller
Convert the given object to XML and update the given result with that XML Document
marshal(Object, OutputStream) - Method in class oracle.toplink.ox.XMLMarshaller
Convert the given object to XML and update the given outputStream with that XML Document
marshal(Object, Writer) - Method in class oracle.toplink.ox.XMLMarshaller
Convert the given object to XML and update the given writer with that XML Document
marshal(Object, ContentHandler) - Method in class oracle.toplink.ox.XMLMarshaller
Convert the given object to XML and update the given contentHandler with that XML Document
marshal(Object, ContentHandler, LexicalHandler) - Method in class oracle.toplink.ox.XMLMarshaller
Convert the given object to XML and update the given contentHandler with that XML Document
marshal(Object, Node) - Method in class oracle.toplink.ox.XMLMarshaller
Convert the given object to XML and update the given node with that XML Document
marshal(Object, MarshalRecord) - Method in class oracle.toplink.ox.XMLMarshaller
Convert the given object to XML and update the given marshal record with that XML Document.
MARSHAL_EXCEPTION - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
marshalException(Exception) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
MarshalRecord - Class in oracle.toplink.ox.record
A MarshalRecord encapsulates the marshal target.
MarshalRecord() - Constructor for class oracle.toplink.ox.record.MarshalRecord
 
max(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
max(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
max - Variable in class oracle.toplink.libraries.asm.tree.TableSwitchInsnNode
The maximum key value.
MAX_READ_BUFFER_SIZE - Static variable in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Performance tweak: The maximum size of the read buffer used when reading XML files.
MAX_SIZE_LESS_THAN_MIN_SIZE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MAX_TRIES_EXCEDED_FOR_LOCK_ON_BUILD_OBJECT - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
MAX_TRIES_EXCEDED_FOR_LOCK_ON_CLONE - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
MAX_TRIES_EXCEDED_FOR_LOCK_ON_MERGE - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
MAX_WRITE_BUFFER_SIZE - Static variable in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated.  
maximum() - Method in class oracle.toplink.expressions.Expression
This represents the aggregate function Maximum.
Maximum - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
maximumNumericValues() - Method in class oracle.toplink.platform.database.AccessPlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class oracle.toplink.platform.database.DB2Platform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class oracle.toplink.platform.database.DBasePlatform
Builds a table of minimum numeric values keyed on java class.
maximumNumericValues() - Method in class oracle.toplink.platform.database.InformixPlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class oracle.toplink.platform.database.SQLServerPlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class oracle.toplink.platform.database.SybasePlatform
Builds a table of maximum numeric values keyed on java class.
maxLocals - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The maximum number of local variables of this method.
maxSizeLessThanMinSize() - Static method in exception oracle.toplink.exceptions.ValidationException
 
maxStack - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The maximum stack size of this method.
maxTriesLockOnBuildObjectExceded(Thread, Thread) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
maxTriesLockOnCloneExceded(Object) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
maxTriesLockOnMergeExceded(Object) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
MBeanDevelopmentServices - Class in oracle.toplink.services.mbean
Deprecated. Will be replaced by a server-specific equivalent for oracle.toplink.services.oc4j.Oc4jRuntimeServices
MBeanDevelopmentServices(AbstractSession) - Constructor for class oracle.toplink.services.mbean.MBeanDevelopmentServices
Deprecated.  
MBeanDevelopmentServicesMBean - Interface in oracle.toplink.services.mbean
Deprecated. Will be replaced by a server-specific equivalent for oracle.toplink.services.oc4j.Oc4jRuntimeServices
MBeanRuntimeServices - Class in oracle.toplink.services.mbean
Deprecated. Will be replaced by a server-specific equivalent for oracle.toplink.services.oc4j.Oc4jRuntimeServices
MBeanRuntimeServices(AbstractSession) - Constructor for class oracle.toplink.services.mbean.MBeanRuntimeServices
Deprecated.  
MBeanRuntimeServicesMBean - Interface in oracle.toplink.services.mbean
Deprecated. Will be replaced by a server-specific equivalent for oracle.toplink.services.oc4j.Oc4jRuntimeServices
MBeanWebLogicRuntimeServices - Class in oracle.toplink.services.weblogic
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanWebLogicRuntimeServices(Session) - Constructor for class oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServices
 
MBeanWebLogicRuntimeServicesMBean - Interface in oracle.toplink.services.weblogic
Purpose: Provide a dynamic interface into the TopLink Session.
MDB_ERROR_LOOKUP_SESSION_NAME_ENV - Static variable in exception oracle.toplink.exceptions.JMSProcessingException
 
MDB_FOUND_NO_SESSION - Static variable in exception oracle.toplink.exceptions.JMSProcessingException
 
mdbFoundNoSession() - Static method in exception oracle.toplink.exceptions.JMSProcessingException
 
merge(Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
merge(Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
merge(Frame, Interpreter) - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Merges this frame with the given frame.
merge(Frame, boolean[]) - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Merges this frame with the given frame (case of a RET instruction).
merge(Value, Value) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Interpreter
Merges two values.
merge(Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.SimpleVerifier
 
Merge - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
MergeChangeSetCommand - Class in oracle.toplink.remotecommand
Purpose: Provide a remote command implementation for remote cache merges of changes.
MergeChangeSetCommand() - Constructor for class oracle.toplink.remotecommand.MergeChangeSetCommand
 
mergeClone(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Merge the attributes of the clone into the unit of work copy.
mergeCloneWithReferences(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Merge the attributes of the clone into the unit of work copy.
MergeTime - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
METHOD_DOES_NOT_EXIST_IN_CONTAINER_CLASS - Static variable in exception oracle.toplink.exceptions.QueryException
 
METHOD_DOES_NOT_EXIST_ON_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
METHOD_FAILED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
METHOD_INVOCATION_FAILED - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
METHOD_INVOCATION_FAILED - Static variable in exception oracle.toplink.exceptions.QueryException
 
METHOD_NOT_VALID - Static variable in exception oracle.toplink.exceptions.QueryException
 
MethodBasedAttributeTransformer - Class in oracle.toplink.mappings.transformers
 
MethodBasedAttributeTransformer() - Constructor for class oracle.toplink.mappings.transformers.MethodBasedAttributeTransformer
 
MethodBasedAttributeTransformer(String) - Constructor for class oracle.toplink.mappings.transformers.MethodBasedAttributeTransformer
 
MethodBasedFieldTransformer - Class in oracle.toplink.mappings.transformers
 
MethodBasedFieldTransformer(String) - Constructor for class oracle.toplink.mappings.transformers.MethodBasedFieldTransformer
 
MethodBaseQueryRedirector - Class in oracle.toplink.queryframework
Purpose: Allows a class to be a QueryRedirector without implementing QueryRedirector.
MethodBaseQueryRedirector() - Constructor for class oracle.toplink.queryframework.MethodBaseQueryRedirector
Returns a new query redirector.
MethodBaseQueryRedirector(Class, String) - Constructor for class oracle.toplink.queryframework.MethodBaseQueryRedirector
Returns a new query redirector based on the static method in methodClass.
MethodClassExtractor - Class in oracle.toplink.descriptors
Purpose: Used to allow complex inheritance support.
MethodClassExtractor() - Constructor for class oracle.toplink.descriptors.MethodClassExtractor
 
methodDoesNotExistInContainerClass(String, Class) - Static method in exception oracle.toplink.exceptions.QueryException
 
methodDoesNotExistOnExpression(String, Class[]) - Static method in exception oracle.toplink.exceptions.QueryException
 
methodFailed(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
MethodInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a method instruction.
MethodInsnNode(int, String, String, String) - Constructor for class oracle.toplink.libraries.asm.tree.MethodInsnNode
Constructs a new MethodInsnNode object.
methodInvocationFailed(Method, Object, Exception) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
methodInvocationFailed(Method, Object, Exception) - Static method in exception oracle.toplink.exceptions.QueryException
 
MethodNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a method.
MethodNode(int, String, String, String[], Attribute) - Constructor for class oracle.toplink.libraries.asm.tree.MethodNode
Constructs a new MethodNode object.
methodNode - Variable in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
A tree representation of the method that is being visited by this visitor.
methodNotValid(Object, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
methods - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The methods of this class.
MigrationUtilityException - Exception in oracle.toplink.exceptions
Purpose: Wrapper for any exception that occurred through native CMP migration process.
MigrationUtilityException(String) - Constructor for exception oracle.toplink.exceptions.MigrationUtilityException
 
MimeTypePolicy - Interface in oracle.toplink.ox.mappings
 
min(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
min(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
min - Variable in class oracle.toplink.libraries.asm.tree.TableSwitchInsnNode
The minimum key value.
MIN_WRITE_BUFFER_SIZE - Static variable in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Performance tweak: The minimum and maximum sizes of the write buffer used when writing XML files.
minimum() - Method in class oracle.toplink.expressions.Expression
This represents the aggregate function Minimum.
Minimum - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
minimumNumericValues() - Method in class oracle.toplink.platform.database.AccessPlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class oracle.toplink.platform.database.DB2Platform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class oracle.toplink.platform.database.DBasePlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class oracle.toplink.platform.database.InformixPlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class oracle.toplink.platform.database.SQLServerPlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class oracle.toplink.platform.database.SybasePlatform
Builds a table of minimum numeric values keyed on java class.
MiscellaneousNounType - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
MISSING_CLASS_FOR_INDICATOR_FIELD_VALUE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
MISSING_CLASS_INDICATOR_FIELD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
MISSING_DESCRIPTOR - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MISSING_FOREIGN_KEY_TRANSLATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
MISSING_INDIRECT_CONTAINER_CONSTRUCTOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
MISSING_MAPPING - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MISSING_MAPPING_FOR_FIELD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
MISSING_REF_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.SDOException
 
MISSING_SERVER_PLATFORM_EXCEPTION - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
missingClassForIndicatorFieldValue(Object, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
missingClassIndicatorField(AbstractRecord, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
missingDescriptor(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
MissingDescriptor - Static variable in class oracle.toplink.sessions.SessionEvent
 
missingDescriptor(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the session if a descriptor is missing for a class being persisted.
missingDescriptor(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the session if a descriptor is missing for a class being persisted.
missingDescriptorException - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
missingDescriptorException(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
missingDescriptorException - Static variable in exception oracle.toplink.exceptions.JPQLException
 
missingDescriptorException(String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
missingForeignKeyTranslation(ForeignReferenceMapping, DatabaseField) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
missingIndirectContainerConstructor(Class) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
missingMappingException - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
missingMappingException(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
missingMappingException - Static variable in exception oracle.toplink.exceptions.JPQLException
 
missingMappingException(String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
missingMappingForAttribute(ClassDescriptor, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
Create a validation exception for the look up of a mapping on a descriptor for an unknown attribute name.
missingMappingForField(DatabaseField, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
missingServerPlatformException(String, String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
mod(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
mod(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Mod - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
MODE - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
MODIFY_ALL_QUERIES_NOT_SUPPORTED_WITH_OTHER_WRITES - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ModifyAllQuery - Class in oracle.toplink.queryframework
Query used to perform a bulk delete using TopLink's expression framework.
ModifyAllQuery() - Constructor for class oracle.toplink.queryframework.ModifyAllQuery
ModifyAllQuery(Class) - Constructor for class oracle.toplink.queryframework.ModifyAllQuery
Create a new update all query for the class specified.
ModifyAllQuery(Class, Expression) - Constructor for class oracle.toplink.queryframework.ModifyAllQuery
Create a new update all query for the class and the selection criteria specified.
ModifyQuery - Class in oracle.toplink.queryframework
Purpose: Abstract class for all modify queries.
ModifyQuery() - Constructor for class oracle.toplink.queryframework.ModifyQuery
 
modOperator() - Method in class oracle.toplink.platform.database.SQLServerPlatform
Override the default MOD operator.
modOperator() - Method in class oracle.toplink.platform.database.SybasePlatform
Override the default MOD operator.
MONITORENTER - Static variable in interface oracle.toplink.libraries.asm.Constants
 
MONITOREXIT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
monthsBetween(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the decimal number of months between the two dates.
MonthsBetween - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
MoreRowsDetected - Static variable in class oracle.toplink.sessions.SessionEvent
 
moreRowsDetected(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the session after read object query detected more than a single row back from the database.
moreRowsDetected(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the session after read object query detected more than a single row back from the database.
MQConnectionSpec - Class in oracle.toplink.eis.adapters.mqseries
Provides the behavior of instantiating an EIS ConnectionSpec.
MQConnectionSpec() - Constructor for class oracle.toplink.eis.adapters.mqseries.MQConnectionSpec
Default constructor.
MQPlatform - Class in oracle.toplink.eis.adapters.mqseries
This class is an extension of the generic JMSPlatform.
MQPlatform() - Constructor for class oracle.toplink.eis.adapters.mqseries.MQPlatform
This default constructor simply calls the JMSPlatform constructor.
MULTI_XML - Static variable in class oracle.toplink.libraries.asm.xml.Processor
 
MULTIANEWARRAY - Static variable in interface oracle.toplink.libraries.asm.Constants
 
MultiANewArrayInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a MULTIANEWARRAY instruction.
MultiANewArrayInsnNode(String, int) - Constructor for class oracle.toplink.libraries.asm.tree.MultiANewArrayInsnNode
Constructs a new MultiANewArrayInsnNode object.
MULTIPLE_CALLBACK_METHODS_DEFINED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MULTIPLE_CONVERTERS_OF_SAME_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MULTIPLE_CURSORS_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MULTIPLE_EMBEDDED_ID_ANNOTATIONS_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MULTIPLE_EMBEDDED_ID_ELEMENTS_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MULTIPLE_ENTITIES_FOUND_FOR_EJB_NAME - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
MULTIPLE_OBJECT_VALUES_FOR_DATA_VALUE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MULTIPLE_PROJECTS_SPECIFIED_IN_PROPERTIES - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MULTIPLE_ROWS_DETECTED_FROM_SINGLE_OBJECT_READ - Static variable in exception oracle.toplink.exceptions.QueryException
 
MULTIPLE_STRUCT_CONVERTERS_OF_SAME_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
MULTIPLE_TABLE_INSERT_ORDER_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
MULTIPLE_TABLE_PRIMARY_KEY_MUST_BE_FULLY_QUALIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
MULTIPLE_TABLE_PRIMARY_KEY_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
MULTIPLE_WRITE_MAPPINGS_FOR_FIELD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
multipleConvertersOfTheSameName(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
multipleCursorsNotSupported(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
multipleEmbeddedIdAnnotationsFound(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
multipleEmbeddedIdElementsFound(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
multipleLifecycleCallbackMethodsForSameLifecycleEvent(Class, Method, Method) - Static method in exception oracle.toplink.exceptions.ValidationException
 
multipleObjectValuesForDataValue(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
multipleProjectsSpecifiedInProperties(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: More than one of projectClass, projectFile, and xmlProjectFile are specified for the same session in the TopLink.properties file.
multipleResourceException() - Static method in exception oracle.toplink.exceptions.TransactionException
 
multipleRowsDetectedFromReadObjectQuery() - Static method in exception oracle.toplink.exceptions.QueryException
 
multipleStructConvertersOfTheSameName(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
multipleTableInsertOrderMismatch(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
multipleTablePrimaryKeyMustBeFullyQualified(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
multipleTablePrimaryKeyNotSpecified(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
multipleVariableDeclaration - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
multipleVariableDeclaration(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
multipleVariableDeclaration - Static variable in exception oracle.toplink.exceptions.JPQLException
 
multipleVariableDeclaration(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
multipleWlsMigratableJarsWithInputOrionXmlNotSupported(String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
multipleWriteMappingsForField(String, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
multiply(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
multiply(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Multiply - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
MUST_BE_ONE_TO_ONE_OR_ONE_TO_MANY_MAPPING - Static variable in exception oracle.toplink.exceptions.QueryException
Deprecated. since 10.1.3, no direct replacement API.
MUST_HAVE_MAPPING_WHEN_IN_OBJECT - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
MUST_INSTANTIATE_VALUEHOLDERS - Static variable in exception oracle.toplink.exceptions.QueryException
 
MUST_USE_CURSOR_STREAM_POLICY - Static variable in exception oracle.toplink.exceptions.QueryException
 
mustBeReadOnlyMappingWhenStoredInCache(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
mustHaveMappingWhenStoredInObject(Class) - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
mustInstantiateValueholders() - Static method in exception oracle.toplink.exceptions.QueryException
 
mustUseCursorStreamPolicy() - Static method in exception oracle.toplink.exceptions.QueryException
 
MySQL4Platform - Class in oracle.toplink.platform.database
Purpose: Provides MySQL specific behaviour.
MySQL4Platform() - Constructor for class oracle.toplink.platform.database.MySQL4Platform
 

N

name - Variable in class oracle.toplink.libraries.asm.attrs.EnclosingMethodAttribute
 
name - Variable in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
name - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The internal name of the class (see getInternalName).
name - Variable in class oracle.toplink.libraries.asm.tree.FieldInsnNode
The field's name.
name - Variable in class oracle.toplink.libraries.asm.tree.FieldNode
The field's name.
name - Variable in class oracle.toplink.libraries.asm.tree.InnerClassNode
The internal name of an inner class (see getInternalName).
name - Variable in class oracle.toplink.libraries.asm.tree.LocalVariableNode
The name of a local variable.
name - Variable in class oracle.toplink.libraries.asm.tree.MethodInsnNode
The method's name.
name - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The method's name.
name - Variable in class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
 
NAMED_ARGUMENT_NOT_FOUND_IN_QUERY_PARAMETERS - Static variable in exception oracle.toplink.exceptions.QueryException
 
namedArgumentNotFoundInQueryParameters(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
NAMESPACE_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
NAMESPACE_RESOLVER_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
namespaceNotFound(String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
namespaceQualifyFragment(Element) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
namespaceQualifyFragment(Element) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
 
namespaceQualifyFragment(Element) - Method in interface oracle.toplink.platform.xml.XMLPlatform
 
NamespaceResolver - Class in oracle.toplink.ox

It is common for an XML document to include one or more namespaces.

NamespaceResolver() - Constructor for class oracle.toplink.ox.NamespaceResolver
Default constructor, creates a new NamespaceResolver.
namespaceResolverNotSpecified(String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
narrow(Object) - Method in class oracle.toplink.remotecommand.corba.CORBATransportManager
Narrow the object using the specific generated CORBA Helper class and cast it to a CORBAConnection.
naryOperation(AbstractInsnNode, List) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
naryOperation(AbstractInsnNode, List) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicVerifier
 
naryOperation(AbstractInsnNode, List) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
naryOperation(AbstractInsnNode, List) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with a variable number of arguments.
NativeSequence - Class in oracle.toplink.sequencing
Purpose: Define a database's native sequencing mechanism.
NativeSequence() - Constructor for class oracle.toplink.sequencing.NativeSequence
 
NativeSequence(boolean) - Constructor for class oracle.toplink.sequencing.NativeSequence
 
NativeSequence(String) - Constructor for class oracle.toplink.sequencing.NativeSequence
Create a new sequence with the name.
NativeSequence(String, boolean) - Constructor for class oracle.toplink.sequencing.NativeSequence
 
NativeSequence(String, int) - Constructor for class oracle.toplink.sequencing.NativeSequence
Create a new sequence with the name and sequence pre-allocation size.
NativeSequence(String, int, boolean) - Constructor for class oracle.toplink.sequencing.NativeSequence
 
NativeSequence(String, int, int) - Constructor for class oracle.toplink.sequencing.NativeSequence
 
NativeSequence(String, int, int, boolean) - Constructor for class oracle.toplink.sequencing.NativeSequence
 
NCHAR - Static variable in class oracle.toplink.platform.database.oracle.Oracle9Platform
 
NCharacter - Class in oracle.toplink.platform.database.oracle
This class can be used to define the dataType with an ObjectTypeConverter to have TopLink bind the object string value as an NCHAR Oracle type.
NCharacter() - Constructor for class oracle.toplink.platform.database.oracle.NCharacter
 
NClob - Class in oracle.toplink.platform.database.oracle
This class can be used to define the dataType with an ObjectTypeConverter to have TopLink bind the object string value as an NCLOB Oracle type.
NClob() - Constructor for class oracle.toplink.platform.database.oracle.NClob
 
NCLOB - Static variable in class oracle.toplink.platform.database.oracle.Oracle9Platform
 
nearestNeighbor(Expression, Object, SpatialParameters) - Static method in class oracle.toplink.expressions.spatial.SpatialExpressionFactory
Return an Expression for the MDSYS.SDO_NN Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes SpatialParameters parameters = new SpatialParameters(); parameters.setUnit(Units.M); Expression selectCriteria = SpatialExpressions.nearestNeighbor(jGeometry1, jGeometry2, parameters);
NEED_TO_IMPLEMENT_CHANGETRACKER - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NEED_TO_IMPLEMENT_FETCHGROUPTRACKER - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NEED_TO_MAP_JAVA_SQL_TIMESTAMP - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
needToImplementChangeTracker(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
needToImplementFetchGroupTracker(Class, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
needToMapJavaSqlTimestampWhenStoredInObject() - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
NEITHER_HOME_NOR_REMOTE_INTERFACE_FOUND - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
NESTED_UOW_NOT_SUPPORTED_FOR_ATTRIBUTE_TRACKING - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NESTED_UOW_NOT_SUPPORTED_FOR_MODIFY_ALL_QUERY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NestedTableDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow for creation of nested table types.
NestedTableDefinition() - Constructor for class oracle.toplink.tools.schemaframework.NestedTableDefinition
 
NestedTableMapping - Class in oracle.toplink.objectrelational
Purpose: Nested tables are similar to VARRAYs except internally they store their information in a separate table from their parent structure's table.
NestedTableMapping() - Constructor for class oracle.toplink.objectrelational.NestedTableMapping
Default constructor.
nestedUOWNotSupportedForAttributeTracking() - Static method in exception oracle.toplink.exceptions.ValidationException
 
nestedUOWNotSupportedForModifyAllQuery() - Static method in exception oracle.toplink.exceptions.ValidationException
 
NEW - Static variable in interface oracle.toplink.libraries.asm.Constants
 
NEWARRAY - Static variable in interface oracle.toplink.libraries.asm.Constants
 
newClass(String) - Method in class oracle.toplink.libraries.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newConst(Object) - Method in class oracle.toplink.libraries.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newConstDouble(double) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
newConstFloat(float) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
newConstInt(int) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
newConstLong(long) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
newField(String, String, String) - Method in class oracle.toplink.libraries.asm.ClassWriter
Adds a field reference to the constant pool of the class being build.
newInstance(Class) - Method in interface oracle.toplink.sessions.UnitOfWork
Return a new instance of the class registered in this unit of work.
newMethod(String, String, String, boolean) - Method in class oracle.toplink.libraries.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newNameType(String, String) - Method in class oracle.toplink.libraries.asm.ClassWriter
Adds a name and type to the constant pool of the class being build.
newOperation(AbstractInsnNode) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
newOperation(AbstractInsnNode) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
newOperation(AbstractInsnNode) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Interpreter
Interprets a bytecode instruction without arguments.
newTime(String, String) - Method in class oracle.toplink.expressions.Expression
funcation return a date converted to a new timezone.
NewTime - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
newUTF8(String) - Method in class oracle.toplink.libraries.asm.ClassWriter
Adds an UTF8 string to the constant pool of the class being build.
newValue(Type) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
newValue(Type) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
newValue(Type) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Interpreter
Creates a new value that represents the given type.
newValue(Type) - Method in class oracle.toplink.libraries.asm.tree.analysis.SimpleVerifier
 
newXMLParser() - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
newXMLParser() - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
 
newXMLParser() - Method in interface oracle.toplink.platform.xml.XMLPlatform
Return a concrete implementation of the XML parser abstraction that is compatible with the XML Platform.
newXMLTransformer() - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
newXMLTransformer() - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
 
newXMLTransformer() - Method in interface oracle.toplink.platform.xml.XMLPlatform
Return a concrete implementation of the XML transformer abstraction that is compatible with the XML Platform.
next(int) - Method in interface oracle.toplink.ejb.cmp.CursoredIterator
Return the next numberOfElements elements in the underlying cursor.
next - Variable in class oracle.toplink.libraries.asm.Attribute
The next attribute in this attribute list.
next() - Method in class oracle.toplink.queryframework.ScrollableCursor
This method differs slightly from conventinal read() operation on a Java stream.
next(int) - Method in class oracle.toplink.queryframework.ScrollableCursor
This method differs slightly from conventinal read() operation on a Java stream.
nextDay(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the date with the next day from the source date as the day name given.
NextDay - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
nextElement() - Method in class oracle.toplink.queryframework.CursoredStream
Return the next object from the collection, if beyond the read limit read from the cursor.
nextElement() - Method in class oracle.toplink.queryframework.ScrollableCursor
Return the next object from the collection, if beyond the read limit read from the cursor.
nextElements(int) - Method in interface oracle.toplink.ejb.cmp.CursoredEnumerator
Return the next numberOfElements elements in the underlying cursor.
nextElements(int) - Method in class oracle.toplink.queryframework.CursoredStream
Return a Vector of at most numberOfElements of the next objects from the collection.
nextIndex() - Method in class oracle.toplink.queryframework.ScrollableCursor
Retrieves the next row index (against the current row)
NO_APP_INFO_FOR_NULL - Static variable in exception oracle.toplink.exceptions.SDOException
 
NO_ATTRBUTE_VALUE_CONVERSION_TO_FIELD_VALUE_PROVIDED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_ATTRIBUTE_TRANSFORMATION_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_ATTRIBUTES_FOR_REPORT_QUERY - Static variable in exception oracle.toplink.exceptions.QueryException
 
NO_CACHE - Static variable in class oracle.toplink.queryframework.ModifyAllQuery
Cache usage flags
NO_CALL_OR_INTERACTION_SPECIFIED - Static variable in exception oracle.toplink.exceptions.QueryException
 
NO_CASCADE - Static variable in class oracle.toplink.sessions.ObjectCopyingPolicy
Depth level indicating that NO relationships should be included in the copy.
NO_CLAUSE - Static variable in class oracle.toplink.history.AsOfClause
 
NO_CMR_FIELD_FOR_BEAN_ABSTRACT_SETTER - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
NO_CONCRETE_CLASS_INDICATED - Static variable in exception oracle.toplink.exceptions.QueryException
 
NO_CONN_FACTORY - Static variable in exception oracle.toplink.eis.EISException
 
NO_CONSTRUCTOR_INDIRECT_COLLECTION_CLASS - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_CONVERTER_DATA_TYPE_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_CONVERTER_OBJECT_TYPE_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_CORRESPONDING_SETTER_METHOD_DEFINED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_CURSOR_SUPPORT - Static variable in exception oracle.toplink.exceptions.QueryException
 
NO_CUSTOM_QUERY_FOR_RETURNING_POLICY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_DESCRIPTOR_FOR_SUBCLASS - Static variable in exception oracle.toplink.exceptions.QueryException
 
NO_DESCRIPTOR_FOUND - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
NO_DESCRIPTOR_WITH_MATCHING_ROOT_ELEMENT - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
NO_ENCODER_FOR_MIME_TYPE - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
NO_ENTITY_DEFINED_IN_WLS_CMP_JAR - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
NO_EXPIRY - Static variable in class oracle.toplink.descriptors.invalidation.CacheInvalidationPolicy
 
NO_EXPRESSION_BUILDER_CLASS_FOUND - Static variable in exception oracle.toplink.exceptions.QueryException
 
NO_FIELD_NAME_FOR_MAPPING - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_FIELD_VALUE_CONVERSION_TO_ATTRIBUTE_VALUE_PROVIDED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_FOREIGN_KEYS_ARE_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_ID_SPECIFIED - Static variable in exception oracle.toplink.exceptions.SDOException
 
NO_LOCK - Static variable in class oracle.toplink.queryframework.ObjectBuildingQuery
 
NO_MAPPED_BY_ATTRIBUTE_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_MAPPING_FOR_ATTRIBUTENAME - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_MAPPING_FOR_ATTRIBUTENAME_IN_ENTITY_BEAN - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_MAPPING_FOR_PRIMARY_KEY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_NS_SCHEMA_LOCATION - Static variable in class oracle.toplink.ox.XMLConstants
 
NO_OBJECT_FACTORY_OR_JAXB_INDEX_IN_PATH - Static variable in exception oracle.toplink.exceptions.JAXBException
 
NO_PERSISTENCE_TYPE_SPECIFIED - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
NO_PK_ANNOTATIONS_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_PRIMARY_KEY - Static variable in class oracle.toplink.queryframework.ReportQuery
 
NO_PROJECT_SPECIFIED_IN_PROPERTIES - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_PROPERTIES_FILE_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_REFERENCE_KEY_IS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_RELATION_TABLE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SESSION_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_SESSION_REGISTERED_FOR_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_SESSION_REGISTERED_FOR_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_SESSIONS_XML_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_SOURCE_RELATION_KEYS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUB_CLASS_MATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_FIELD_WHILE_INITIALIZING_ATTRIBUTES_IN_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
NO_SUCH_METHOD_ON_FIND_OBSOLETE_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD_ON_INITIALIZING_ATTRIBUTE_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_CONVERTING_TO_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_INITIALIZING_ATTRIBUTES_IN_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_INITIALIZING_CLASS_EXTRACTION_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_INITIALIZING_COPY_POLICY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_INITIALIZING_INSTANTIATION_POLICY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_TABLES_TO_CREATE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_TARGET_FOREIGN_KEYS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_TARGET_RELATION_KEYS_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NO_TEMPORAL_TYPE_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_TEMPORARY_CLASSLOADER_AVAILABLE - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
NO_TOPIC_SET - Static variable in exception oracle.toplink.exceptions.JMSProcessingException
 
NO_TOPLINK_EJB_JAR_XML_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NO_TYPE_SPECIFIED_FOR_PROPERTY - Static variable in exception oracle.toplink.exceptions.SDOException
 
NO_VERSION_NUMBER_WHEN_DELETING - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
NO_VERSION_NUMBER_WHEN_UPDATING - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
noAttributesForReportQuery(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
Oct 19, 2000 JED Added this method and exception value
noAttributeTransformationMethod(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noAttributeValueConversionToFieldValueProvided(Object, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noCallOrInteractionSpecified() - Static method in exception oracle.toplink.exceptions.QueryException
 
NoCascading - Static variable in class oracle.toplink.queryframework.DatabaseQuery
 
noCMRForAbstractSetter(String, String) - Static method in exception oracle.toplink.exceptions.EJBJarXMLException
 
noConcreteClassIndicated(AbstractRecord, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
noConnectionFactorySpecified() - Static method in exception oracle.toplink.eis.EISException
 
noConstructorIndirectionContainerClass(ContainerIndirectionPolicy, Class) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noConverterDataTypeSpecified(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noConverterObjectTypeSpecified(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noCorrespondingSetterMethodDefined(Class, Method) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noCursorSupport(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
noCustomQueryForReturningPolicy(String, String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
node(Node, NamespaceResolver) - Method in class oracle.toplink.ox.record.ContentHandlerRecord
Receive notification of a node.
node(Node, NamespaceResolver) - Method in class oracle.toplink.ox.record.FormattedWriterRecord
Receive notification of a node.
node(Node, NamespaceResolver) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification of a node.
node(Node, NamespaceResolver) - Method in class oracle.toplink.ox.record.NodeRecord
 
node(Node, NamespaceResolver) - Method in class oracle.toplink.ox.record.WriterRecord
Receive notification of a node.
NodeOrderingPolicy - Class in oracle.toplink.ox.documentpreservation
Purpose:Provide an interface that specifies how new XML Elements are added to an existing XML Document.
NodeOrderingPolicy() - Constructor for class oracle.toplink.ox.documentpreservation.NodeOrderingPolicy
 
NodeRecord - Class in oracle.toplink.ox.record
Use this type of MarshalRecord when the marshal target is a Node.
noDescriptorForClassFromInheritancePolicy(DatabaseQuery, Class) - Static method in exception oracle.toplink.exceptions.QueryException
 
noDescriptorFound(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
noDescriptorWithMatchingRootElement(String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
noEncoderForMimeType(String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
noEntityDefinedInWlsCmpJar() - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
NoExpiryCacheInvalidationPolicy - Class in oracle.toplink.descriptors.invalidation
A cache invalidation policy in which no objects will expire.
NoExpiryCacheInvalidationPolicy() - Constructor for class oracle.toplink.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
 
noExpressionBuilderFound(Expression) - Static method in exception oracle.toplink.exceptions.QueryException
 
noFieldNameForMapping(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noFieldValueConversionToAttributeValueProvided(Object, DatabaseField, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noForeignKeysAreSpecified(ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noMappedByAttributeFound(Class, String, Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noMappingForPrimaryKey(DatabaseField, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
NON_ENTITY_AS_TARGET_IN_REL - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NON_PARSE_EXCEPTION - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
NON_UNIQUE_ENTITY_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NON_UNIQUE_MAPPING_FILE_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NONE - Static variable in class oracle.toplink.descriptors.CMPPolicy
defer no changes
NONE - Static variable in class oracle.toplink.mappings.ForeignReferenceMapping
Specify no join fetch, this is the default.
NONE - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
nonEJB_2_0_DocType() - Static method in exception oracle.toplink.exceptions.EJBJarXMLException
 
nonEntityTargetInRelationship(Class, Class, AnnotatedElement) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noneOf(String, Expression) - Method in class oracle.toplink.expressions.Expression
Returns an expression equivalent to none of attributeName holding true for criteria.
nonParseException(Throwable) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
nonUniqueEntityName(String, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
nonUniqueMappingFileName(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
NONVALIDATING - Static variable in class oracle.toplink.ox.XMLUnmarshaller
 
NONVALIDATING - Static variable in class oracle.toplink.ox.XMLValidator
 
NONVALIDATING - Static variable in interface oracle.toplink.platform.xml.XMLParser
 
noObjectFactoryOrJaxbIndexInPath(String) - Static method in exception oracle.toplink.exceptions.JAXBException
 
NOP - Static variable in interface oracle.toplink.libraries.asm.Constants
 
noPrimaryKeyAnnotationsFound(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noProjectSpecifiedInProperties(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The sessions.xml file does not include any reference to a project class, file, or xml project file for the session specified in the deployment descriptor.
noPropertiesFileFound(Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noReferenceKeyIsSpecified(ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noRelationTable(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
NORMAL - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
NORMAL_DESCRIPTORS_DO_NOT_SUPPORT_NON_RELATIONAL_EXTENSIONS - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
normalDescriptorsDoNotSupportNonRelationalExtensions(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
normalize(String) - Method in class oracle.toplink.xml.DefaultFileNameNormalizer
Deprecated.  
normalize(String) - Method in interface oracle.toplink.xml.FileNameNormalizer
Deprecated. Convert the specified, unqualified file name into something that should be palatable as a file name (e.g. replace invalid characters with escape sequences).
NoRowsModified - Static variable in class oracle.toplink.sessions.SessionEvent
 
noRowsModified(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the session after update or delete SQL has been sent to the database but a row count of zero was returned.
noRowsModified(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the session after update or delete SQL has been sent to the database but a row count of zero was returned.
NoServerPlatform - Class in oracle.toplink.platform.server
This platform is used when TopLink is not within any server (Oc4j, WebLogic, ...)
noSessionFound(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noSessionRegisteredForClass(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noSessionRegisteredForName(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noSessionsXMLFound(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
noSourceRelationKeysSpecified(ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSubClassMatch(Class, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchFieldWhileInitializingAttributesInInstanceVariableAccessor(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethod(Class, String) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
noSuchMethodOnFindObsoleteMethod(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethodOnInitializingAttributeMethod(String, DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethodWhileConstructorInstantiation(ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethodWhileConstructorInstantiationOfFactory(ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethodWhileConvertingToMethod(String, DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethodWhileInitializingAttributesInMethodAccessor(String, String, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethodWhileInitializingClassExtractionMethod(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethodWhileInitializingCopyPolicy(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noSuchMethodWhileInitializingInstantiationPolicy(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
not() - Method in class oracle.toplink.expressions.Expression
Return an expression that is the boolean logical negation of the expression.
Not - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
NOT_A_DIRECTORY - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
NOT_ALL_ENTITIES_IN_EJB_JAR_MAPPED_IN_ORION - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
NOT_DESERIALIZABLE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NOT_SERIALIZABLE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NOT_SINGLE_PERSISTENCE_TYPE - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
NOT_SUPPORTED_FOR_DATASOURCE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
noTablesToCreate(Project) - Static method in exception oracle.toplink.exceptions.ValidationException
 
notADirectory(File) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
notAllEntitiesInEjbJarMappedInOrion(List, String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
noTargetForeignKeysSpecified(ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noTargetRelationKeysSpecified(ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
notBetween(byte, byte) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
notBetween(char, char) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
notBetween(double, double) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
notBetween(float, float) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
notBetween(int, int) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
notBetween(long, long) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
notBetween(Object, Object) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
notBetween(Expression, Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
notBetween(short, short) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not between two other values.
NotBetween - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
notDeserializable(DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
noTemporalTypeSpecified(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
notEmpty(String) - Method in class oracle.toplink.expressions.Expression
A logical expression for the collection attributeName not being empty.
notEqual(byte) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(char) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(double) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(float) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(int) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(long) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(Object) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(short) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
notEqual(boolean) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not equal to the other value.
NotEqual - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
notExists(ReportQuery) - Method in class oracle.toplink.expressions.Expression
Return a sub query expression.
NotExists - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
NoTimeout - Static variable in class oracle.toplink.descriptors.DescriptorQueryManager
queryTimeout has three possible settings: DefaultTimeout, NoTimeout, and 1..N This applies to both DatabaseQuery.queryTimeout and DescriptorQueryManager.queryTimeout DatabaseQuery.queryTimeout: - DefaultTimeout: get queryTimeout from DescriptorQueryManager - NoTimeout, 1..N: overrides queryTimeout in DescriptorQueryManager DescriptorQueryManager.queryTimeout: - DefaultTimeout: get queryTimeout from parent DescriptorQueryManager.
notIn(byte[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(char[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(double[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(float[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(int[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(long[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(Object[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(ReportQuery) - Method in class oracle.toplink.expressions.Expression
 
notIn(short[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(boolean[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(Collection) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
notIn(Expression) - Method in class oracle.toplink.expressions.Expression
 
NotIn - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
NotInSubQuery - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
notLike(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not like the other value.
notLike(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that compares if the receivers value is not like the other value.
NotLike - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
notNull() - Method in class oracle.toplink.expressions.Expression
Return an expression representing a comparison to null Example: TopLink: employee.get("age").notNull() Java: employee.getAge() !
NotNull - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
noTopicSet(Throwable) - Static method in exception oracle.toplink.exceptions.JMSProcessingException
 
noTopLinkEjbJarXMLFound() - Static method in exception oracle.toplink.exceptions.ValidationException
 
notSerializable(DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
notSupportedForDatasource() - Static method in exception oracle.toplink.exceptions.ValidationException
 
notYetImplemented - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
notYetImplemented(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
notYetImplemented - Static variable in exception oracle.toplink.exceptions.JPQLException
 
notYetImplemented(String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
noVersionNumberWhenDeleting(Object, ObjectLevelModifyQuery) - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
noVersionNumberWhenUpdating(Object, ObjectLevelModifyQuery) - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
NString - Class in oracle.toplink.platform.database.oracle
This class can be used to define the dataType with an ObjectTypeConverter to have TopLink bind the object string value as an NCLOB Oracle type.
NString() - Constructor for class oracle.toplink.platform.database.oracle.NString
 
NSTRING - Static variable in class oracle.toplink.platform.database.oracle.Oracle9Platform
 
NULL_ARGUMENT - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
NULL_ATTRIBUTE_NAME - Static variable in class oracle.toplink.xml.xerces.XMLToDatabaseRowTranslator
Deprecated. XML attributes and values.
NULL_CACHE_KEY_FOUND_ON_REMOVAL - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NULL_FOR_NON_NULL_AGGREGATE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_PK_IN_UOW_CLONE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
NULL_POINTER_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_POINTER_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_POINTER_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_POINTER_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_POINTER_WHILE_METHOD_INSTANTIATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_POINTER_WHILE_METHOD_INSTANTIATION_OF_FACTORY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_POINTER_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_POINTER_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
NULL_PRIMARY_KEY_IN_BUILDING_OBJECT - Static variable in exception oracle.toplink.exceptions.QueryException
 
NULL_UNDERLYING_VALUEHOLDER_VALUE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
nullArgumentException() - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
nullCacheKeyFoundOnRemoval(IdentityMap, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
nullForNonNullAggregate(Object, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
nullPointerWhileConstructorInstantiation(ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
nullPointerWhileConstructorInstantiationOfFactory(ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
nullPointerWhileGettingValueThruInstanceVariableAccessor(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
nullPointerWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
nullPointerWhileMethodInstantiation(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
nullPointerWhileMethodInstantiationOfFactory(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
nullPointerWhileSettingValueThruInstanceVariableAccessor(String, Object, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
nullPointerWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
NullPolicy - Class in oracle.toplink.ox.mappings.nullpolicy
Description: This null policy is the default implementation class.
NullPolicy() - Constructor for class oracle.toplink.ox.mappings.nullpolicy.NullPolicy
Default Constructor
NullPolicy(String, boolean, boolean, boolean) - Constructor for class oracle.toplink.ox.mappings.nullpolicy.NullPolicy
Specific Constructor to set the Unmarshal flags
NullPolicy(String, boolean, boolean, boolean, XMLNullRepresentationType) - Constructor for class oracle.toplink.ox.mappings.nullpolicy.NullPolicy
Specific Constructor to set both the Marshal enum and the Unmarshal flags
nullPrimaryKeyInBuildingObject(DatabaseQuery, AbstractRecord) - Static method in exception oracle.toplink.exceptions.QueryException
 
nullPrimaryKeyInUnitOfWorkClone(Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
nullUnderlyingValueHolderValue(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
Nvl - Static variable in class oracle.toplink.expressions.ExpressionOperator
 

O

OBJECT - Static variable in class oracle.toplink.libraries.asm.Type
The sort of object reference type.
OBJECT_BUILDING - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
OBJECT_CHANGED_SINCE_LAST_MERGE - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
OBJECT_CHANGED_SINCE_LAST_READ_WHEN_DELETING - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
OBJECT_CHANGED_SINCE_LAST_READ_WHEN_UPDATING - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
OBJECT_COMPARISON_CANNOT_BE_PARAMETERIZED - Static variable in exception oracle.toplink.exceptions.QueryException
 
OBJECT_DOES_NOT_EXIST_IN_CACHE - Static variable in exception oracle.toplink.exceptions.QueryException
 
OBJECT_NEED_IMPL_TRACKER_FOR_FETCH_GROUP_USAGE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
OBJECT_TO_INSERT_IS_EMPTY - Static variable in exception oracle.toplink.exceptions.QueryException
 
OBJECT_TO_MODIFY_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.QueryException
 
ObjectArrayMapping - Class in oracle.toplink.objectrelational
Purpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.
ObjectArrayMapping() - Constructor for class oracle.toplink.objectrelational.ObjectArrayMapping
 
ObjectBuilding - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
ObjectBuildingQuery - Class in oracle.toplink.queryframework
Purpose: Abstract class for all read queries that build objects and potentially manipulate the TopLink cache.
objectChangedSinceLastMerge(Object) - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
objectChangedSinceLastReadWhenDeleting(Object, ObjectLevelModifyQuery) - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
objectChangedSinceLastReadWhenUpdating(Object, ObjectLevelModifyQuery) - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
ObjectChangeSet - Interface in oracle.toplink.changesets
Purpose: Provides API to the Class that holds all changes made to a particular Object.
ObjectChangeTrackingPolicy - Class in oracle.toplink.descriptors.changetracking
A ObjectChangeTrackingPolicy allows an object to calculate for itself whether it should has changed by implementing ChangeTracker.
ObjectChangeTrackingPolicy() - Constructor for class oracle.toplink.descriptors.changetracking.ObjectChangeTrackingPolicy
 
objectComparisonsCannotBeParameterized(Expression) - Static method in exception oracle.toplink.exceptions.QueryException
 
ObjectCopyingPolicy - Class in oracle.toplink.sessions
Purpose: Define how an object is to be copied.
ObjectCopyingPolicy() - Constructor for class oracle.toplink.sessions.ObjectCopyingPolicy
Return a new copying policy.
objectDoesNotExistInCache(Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
ObjectLevelModifyQuery - Class in oracle.toplink.queryframework
Purpose: Abstract class for all object modify queries.
ObjectLevelModifyQuery() - Constructor for class oracle.toplink.queryframework.ObjectLevelModifyQuery
Initialize the state of the query.
ObjectLevelReadQuery - Class in oracle.toplink.queryframework
Purpose: Abstract class for all read queries using objects.
objectName - Variable in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated.  
objectName - Variable in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
 
objectNeedImplTrackerForFetchGroupUsage(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
ObjectReferenceChangeRecord - Interface in oracle.toplink.changesets
Purpose: Provides API for the ObjectReferenceChangeRecord.
ObjectReferenceMapping - Class in oracle.toplink.mappings
Purpose: Abstract class for 1:1, varibale 1:1 and reference mappings
ObjectRelationalDescriptor - Class in oracle.toplink.objectrelational
Purpose: Differenciates object-relational descriptors from normal relational descriptors.
ObjectRelationalDescriptor() - Constructor for class oracle.toplink.objectrelational.ObjectRelationalDescriptor
 
objectToInsertIsEmpty(DatabaseTable) - Static method in exception oracle.toplink.exceptions.QueryException
 
objectToModifyNotSpecified(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
objectToXML(Object) - Method in class oracle.toplink.ox.XMLMarshaller
Convert the given object to an XML Document
objectToXML(Object, Node) - Method in class oracle.toplink.ox.XMLMarshaller
Deprecated.  
ObjectTypeConverter - Class in oracle.toplink.mappings.converters
Purpose: Object type converter is used to match a fixed number of database data values to Java object value.
ObjectTypeConverter() - Constructor for class oracle.toplink.mappings.converters.ObjectTypeConverter
Default constructor.
ObjectTypeConverter(DatabaseMapping) - Constructor for class oracle.toplink.mappings.converters.ObjectTypeConverter
Default constructor.
ObjectTypeMapping - Class in oracle.toplink.mappings
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by ObjectTypeConverter
ObjectTypeMapping() - Constructor for class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. Default constructor.
ObjectVarrayDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow for creation of object varray type.
ObjectVarrayDefinition() - Constructor for class oracle.toplink.tools.schemaframework.ObjectVarrayDefinition
 
Oc4j_10_1_3_Platform - Class in oracle.toplink.platform.server.oc4j
This is the concrete subclass responsible for representing Oc4j version 10.1.3 specific behaviour.
Oc4j_11_1_1_Platform - Class in oracle.toplink.platform.server.oc4j
This is the concrete subclass responsible for representing Oc4j version 11.1.1 specific behaviour.
Oc4jJGroupsTransportManager - Class in oracle.toplink.remotecommand.jgroups.oc4j
Purpose: Provide a Oc4jJGroups transport implementation for the Remote Command Module (RCM).
Oc4jJGroupsTransportManager() - Constructor for class oracle.toplink.remotecommand.jgroups.oc4j.Oc4jJGroupsTransportManager
 
Oc4jPlatform - Class in oracle.toplink.platform.server.oc4j
This is the concrete subclass responsible for representing Oc4j-specific server behaviour.
Oc4jRuntime - Class in oracle.toplink.services.oc4j
Purpose: Provide a dynamic interface into the TopLink Session.
Oc4jRuntime(Session) - Constructor for class oracle.toplink.services.oc4j.Oc4jRuntime
Create an instance of Oc4jRuntimeServices to be associated with the provided session
Oc4jRuntimeMXBean - Interface in oracle.toplink.services.oc4j
11/09/2008- 11.1.1 Michael OBrien 7390368 : Port boxer removal of usage of OC4J1 functionality This class is excluded from the build
Oc4jRuntimeMXBeanProxy - Interface in oracle.toplink.services.oc4j
11/09/2008- 11.1.1 Michael OBrien 7390368 : Port boxer removal of usage of OC4J1 functionality This class is excluded from the build
Oc4jRuntimeServices - Class in oracle.toplink.services.oc4j
Deprecated. since 11.1.1
Oc4jRuntimeServices() - Constructor for class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Default Constructor
Oc4jRuntimeServices(AbstractSession, String) - Constructor for class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Create an instance of Oc4jRuntimeServices to be associated with the provided session
Oc4jRuntimeServices(Locale) - Constructor for class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Create an instance of Oc4jRuntimeServices to be associated with the provided locale The user must call setSession(Session) afterwards to define the session.
Oc4jTransactionController - Class in oracle.toplink.transaction.oc4j
Purpose: TransactionController implementation for OC4J JTA Description: Implements the required behaviour for controlling JTA transactions in OC4J.
Oc4jTransactionController() - Constructor for class oracle.toplink.transaction.oc4j.Oc4jTransactionController
 
occurred(String) - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
OFF - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
OFF_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
OLD_COMMIT_NOT_SUPPORTED_FOR_ATTRIBUTE_TRACKING - Static variable in exception oracle.toplink.exceptions.ValidationException
 
OLD_SEQUENCE_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.SDOException
 
oldCommitNotSupportedForAttributeTracking() - Static method in exception oracle.toplink.exceptions.ValidationException
 
onConnect() - Method in class oracle.toplink.sequencing.StandardSequence
 
onDisconnect() - Method in class oracle.toplink.sequencing.StandardSequence
 
OneToManyMapping - Class in oracle.toplink.mappings
Purpose: This mapping is used to represent the typical RDBMS relationship between a single source object and collection of target objects; where, on the database, the target objects have references (foreign keys) to the source object.
OneToManyMapping() - Constructor for class oracle.toplink.mappings.OneToManyMapping
Default constructor.
OneToManyQueryKey - Class in oracle.toplink.querykeys
Purpose:Represents a 1-m join query.
OneToManyQueryKey() - Constructor for class oracle.toplink.querykeys.OneToManyQueryKey
 
OneToOneMapping - Class in oracle.toplink.mappings
Purpose: One to one mappings are used to represent a pointer references between two java objects.
OneToOneMapping() - Constructor for class oracle.toplink.mappings.OneToOneMapping
Default constructor.
OneToOneQueryKey - Class in oracle.toplink.querykeys
Purpose: Define an alias to a foreign one to one object.
OneToOneQueryKey() - Constructor for class oracle.toplink.querykeys.OneToOneQueryKey
 
ONLY_FIELDS_ARE_VALID_KEYS_FOR_DATABASE_ROWS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ONLY_ONE_GENERATED_VALURE_IS_ALLOWED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ONLY_ONE_TABLE_CAN_BE_ADDED_WITH_THIS_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
onlyFieldsAreValidKeysForDatabaseRows() - Static method in exception oracle.toplink.exceptions.ValidationException
 
onlyOneGeneratedValueIsAllowed(Class, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
onlyOneTableCanBeAddedWithThisMethod(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
onlyRefreshCacheIfNewerVersion() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method is the equivalent of calling ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean) with an argument of true: it configures a ClassDescriptor to only refresh the cache if the data received from the database by a query is newer than the data in the cache (as determined by the optimistic locking field) and as long as one of the following is true: the ClassDescriptor was configured by calling ClassDescriptor.alwaysRefreshCache() or ClassDescriptor.alwaysRefreshCacheOnRemote(), the query was configured by calling ObjectLevelReadQuery.refreshIdentityMapResult(), or the query was a call to Session.refreshObject(java.lang.Object) However, if a query hits the cache, data is not refreshed regardless of how this setting is configured.
onMessage(Message) - Method in class oracle.toplink.remote.jms.mdb.ClusteringMDB
 
OPCODES - Static variable in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
The names of the Java Virtual Machine opcodes.
openStartElement(XPathFragment, NamespaceResolver) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification that an element is being started.
operand - Variable in class oracle.toplink.libraries.asm.tree.IntInsnNode
The operand of this instruction.
OPERATION_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
operationNotSupported(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
OPTIMISTIC_LOCKING_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
OPTIMISTIC_LOCKING_SELECTED_COLUMN_NAMES_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
OPTIMISTIC_LOCKING_VERSION_ELEMENT_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
OptimisticLockException - Exception in oracle.toplink.exceptions
Purpose: This exception is used when TopLink's optimistic locking feature is used.
OptimisticLockException - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
optimisticLockingNotSupportedWithStoredProcedureGeneration() - Static method in exception oracle.toplink.exceptions.ValidationException
 
optimisticLockingSelectedColumnNamesNotSpecified(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
optimisticLockingVersionElementNotSpecified(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
OPTIMIZE_PESSIMISTIC_CMP - Static variable in class oracle.toplink.descriptors.CMPPolicy
 
optimizeDataConversion() - Method in class oracle.toplink.sessions.DatabaseLogin
Enable driver level data conversion optimization.
OPTIONS_MUST_BE_A_DATAOBJECT - Static variable in exception oracle.toplink.exceptions.SDOException
 
or(Expression) - Method in class oracle.toplink.expressions.Expression
Return an expression that is the boolean logical combination of both expressions.
Or - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
oracle.toplink - package oracle.toplink
 
oracle.toplink.changesets - package oracle.toplink.changesets
 
oracle.toplink.config - package oracle.toplink.config
 
oracle.toplink.descriptors - package oracle.toplink.descriptors
 
oracle.toplink.descriptors.changetracking - package oracle.toplink.descriptors.changetracking
 
oracle.toplink.descriptors.copying - package oracle.toplink.descriptors.copying
 
oracle.toplink.descriptors.invalidation - package oracle.toplink.descriptors.invalidation
 
oracle.toplink.eis - package oracle.toplink.eis
 
oracle.toplink.eis.adapters.aq - package oracle.toplink.eis.adapters.aq
 
oracle.toplink.eis.adapters.attunity - package oracle.toplink.eis.adapters.attunity
 
oracle.toplink.eis.adapters.blackbox - package oracle.toplink.eis.adapters.blackbox
 
oracle.toplink.eis.adapters.jms - package oracle.toplink.eis.adapters.jms
 
oracle.toplink.eis.adapters.mqseries - package oracle.toplink.eis.adapters.mqseries
 
oracle.toplink.eis.adapters.xmlfile - package oracle.toplink.eis.adapters.xmlfile
 
oracle.toplink.eis.interactions - package oracle.toplink.eis.interactions
 
oracle.toplink.eis.mappings - package oracle.toplink.eis.mappings
 
oracle.toplink.ejb - package oracle.toplink.ejb
 
oracle.toplink.ejb.bmp - package oracle.toplink.ejb.bmp
 
oracle.toplink.ejb.cmp - package oracle.toplink.ejb.cmp
 
oracle.toplink.ejb.cmp.wls - package oracle.toplink.ejb.cmp.wls
 
oracle.toplink.ejb.cmp.wls11 - package oracle.toplink.ejb.cmp.wls11
 
oracle.toplink.exceptions - package oracle.toplink.exceptions
 
oracle.toplink.expressions - package oracle.toplink.expressions
 
oracle.toplink.expressions.spatial - package oracle.toplink.expressions.spatial
 
oracle.toplink.history - package oracle.toplink.history
 
oracle.toplink.indirection - package oracle.toplink.indirection
 
oracle.toplink.jndi - package oracle.toplink.jndi
 
oracle.toplink.libraries.asm - package oracle.toplink.libraries.asm
 
oracle.toplink.libraries.asm.attrs - package oracle.toplink.libraries.asm.attrs
 
oracle.toplink.libraries.asm.tree - package oracle.toplink.libraries.asm.tree
 
oracle.toplink.libraries.asm.tree.analysis - package oracle.toplink.libraries.asm.tree.analysis
 
oracle.toplink.libraries.asm.util - package oracle.toplink.libraries.asm.util
 
oracle.toplink.libraries.asm.util.attrs - package oracle.toplink.libraries.asm.util.attrs
 
oracle.toplink.libraries.asm.xml - package oracle.toplink.libraries.asm.xml
 
oracle.toplink.logging - package oracle.toplink.logging
 
oracle.toplink.mappings - package oracle.toplink.mappings
 
oracle.toplink.mappings.converters - package oracle.toplink.mappings.converters
 
oracle.toplink.mappings.foundation - package oracle.toplink.mappings.foundation
 
oracle.toplink.mappings.transformers - package oracle.toplink.mappings.transformers
 
oracle.toplink.objectrelational - package oracle.toplink.objectrelational
 
oracle.toplink.ox - package oracle.toplink.ox
 
oracle.toplink.ox.attachment - package oracle.toplink.ox.attachment
 
oracle.toplink.ox.documentpreservation - package oracle.toplink.ox.documentpreservation
 
oracle.toplink.ox.jaxb - package oracle.toplink.ox.jaxb
 
oracle.toplink.ox.jaxb.attachment - package oracle.toplink.ox.jaxb.attachment
 
oracle.toplink.ox.jaxb.compiler - package oracle.toplink.ox.jaxb.compiler
 
oracle.toplink.ox.jaxb.javamodel - package oracle.toplink.ox.jaxb.javamodel
 
oracle.toplink.ox.jaxb.javamodel.jot - package oracle.toplink.ox.jaxb.javamodel.jot
 
oracle.toplink.ox.jaxb.javamodel.reflection - package oracle.toplink.ox.jaxb.javamodel.reflection
 
oracle.toplink.ox.mappings - package oracle.toplink.ox.mappings
 
oracle.toplink.ox.mappings.converters - package oracle.toplink.ox.mappings.converters
 
oracle.toplink.ox.mappings.nullpolicy - package oracle.toplink.ox.mappings.nullpolicy
 
oracle.toplink.ox.platform - package oracle.toplink.ox.platform
 
oracle.toplink.ox.record - package oracle.toplink.ox.record
 
oracle.toplink.ox.schema - package oracle.toplink.ox.schema
 
oracle.toplink.ox.sequenced - package oracle.toplink.ox.sequenced
 
oracle.toplink.ox.unmapped - package oracle.toplink.ox.unmapped
 
oracle.toplink.platform.database - package oracle.toplink.platform.database
 
oracle.toplink.platform.database.converters - package oracle.toplink.platform.database.converters
 
oracle.toplink.platform.database.jdbc - package oracle.toplink.platform.database.jdbc
 
oracle.toplink.platform.database.oracle - package oracle.toplink.platform.database.oracle
 
oracle.toplink.platform.database.oracle.converters - package oracle.toplink.platform.database.oracle.converters
 
oracle.toplink.platform.server - package oracle.toplink.platform.server
 
oracle.toplink.platform.server.jboss - package oracle.toplink.platform.server.jboss
 
oracle.toplink.platform.server.oc4j - package oracle.toplink.platform.server.oc4j
 
oracle.toplink.platform.server.sunas - package oracle.toplink.platform.server.sunas
 
oracle.toplink.platform.server.ucp - package oracle.toplink.platform.server.ucp
 
oracle.toplink.platform.server.was - package oracle.toplink.platform.server.was
 
oracle.toplink.platform.server.wls - package oracle.toplink.platform.server.wls
 
oracle.toplink.platform.xml - package oracle.toplink.platform.xml
 
oracle.toplink.platform.xml.jaxp - package oracle.toplink.platform.xml.jaxp
 
oracle.toplink.platform.xml.xdk - package oracle.toplink.platform.xml.xdk
 
oracle.toplink.publicinterface - package oracle.toplink.publicinterface
 
oracle.toplink.queryframework - package oracle.toplink.queryframework
 
oracle.toplink.querykeys - package oracle.toplink.querykeys
 
oracle.toplink.remote - package oracle.toplink.remote
 
oracle.toplink.remote.corba.sun - package oracle.toplink.remote.corba.sun
 
oracle.toplink.remote.jms - package oracle.toplink.remote.jms
 
oracle.toplink.remote.jms.mdb - package oracle.toplink.remote.jms.mdb
 
oracle.toplink.remote.rmi - package oracle.toplink.remote.rmi
 
oracle.toplink.remote.rmi.iiop - package oracle.toplink.remote.rmi.iiop
 
oracle.toplink.remote.rmi.wls - package oracle.toplink.remote.rmi.wls
 
oracle.toplink.remotecommand - package oracle.toplink.remotecommand
 
oracle.toplink.remotecommand.broadcast - package oracle.toplink.remotecommand.broadcast
 
oracle.toplink.remotecommand.corba - package oracle.toplink.remotecommand.corba
 
oracle.toplink.remotecommand.corba.sun - package oracle.toplink.remotecommand.corba.sun
 
oracle.toplink.remotecommand.jgroups.oc4j - package oracle.toplink.remotecommand.jgroups.oc4j
 
oracle.toplink.remotecommand.jms - package oracle.toplink.remotecommand.jms
 
oracle.toplink.remotecommand.rmi - package oracle.toplink.remotecommand.rmi
 
oracle.toplink.sdk - package oracle.toplink.sdk
 
oracle.toplink.sequencing - package oracle.toplink.sequencing
 
oracle.toplink.services - package oracle.toplink.services
 
oracle.toplink.services.mbean - package oracle.toplink.services.mbean
 
oracle.toplink.services.oc4j - package oracle.toplink.services.oc4j
 
oracle.toplink.services.weblogic - package oracle.toplink.services.weblogic
 
oracle.toplink.sessionbroker - package oracle.toplink.sessionbroker
 
oracle.toplink.sessions - package oracle.toplink.sessions
 
oracle.toplink.threetier - package oracle.toplink.threetier
 
oracle.toplink.tools.profiler - package oracle.toplink.tools.profiler
 
oracle.toplink.tools.schemaframework - package oracle.toplink.tools.schemaframework
 
oracle.toplink.tools.sessionconfiguration - package oracle.toplink.tools.sessionconfiguration
 
oracle.toplink.tools.sessionmanagement - package oracle.toplink.tools.sessionmanagement
 
oracle.toplink.tools.workbench - package oracle.toplink.tools.workbench
 
oracle.toplink.transaction - package oracle.toplink.transaction
 
oracle.toplink.transaction.jboss - package oracle.toplink.transaction.jboss
 
oracle.toplink.transaction.oc4j - package oracle.toplink.transaction.oc4j
 
oracle.toplink.transaction.sunas - package oracle.toplink.transaction.sunas
 
oracle.toplink.transaction.was - package oracle.toplink.transaction.was
 
oracle.toplink.transaction.wls - package oracle.toplink.transaction.wls
 
oracle.toplink.transform - package oracle.toplink.transform
 
oracle.toplink.transform.xml - package oracle.toplink.transform.xml
 
oracle.toplink.util - package oracle.toplink.util
 
oracle.toplink.xdb - package oracle.toplink.xdb
 
oracle.toplink.xml - package oracle.toplink.xml
 
oracle.toplink.xml.stream - package oracle.toplink.xml.stream
 
oracle.toplink.xml.tools - package oracle.toplink.xml.tools
 
oracle.toplink.xml.xerces - package oracle.toplink.xml.xerces
 
oracle.toplink.xml.zip - package oracle.toplink.xml.zip
 
Oracle10Platform - Class in oracle.toplink.platform.database.oracle
Purpose: Supports usage of certain Oracle JDBC specific APIs.
Oracle10Platform() - Constructor for class oracle.toplink.platform.database.oracle.Oracle10Platform
 
Oracle11Platform - Class in oracle.toplink.platform.database.oracle
Purpose: Supports usage of certain Oracle JDBC specific APIs for the Oracle 11 database.
Oracle11Platform() - Constructor for class oracle.toplink.platform.database.oracle.Oracle11Platform
 
Oracle8Platform - Class in oracle.toplink.platform.database.oracle
Purpose: Supports certain new Oracle 8 data types, and usage of certain Oracle JDBC specific APIs.
Oracle8Platform() - Constructor for class oracle.toplink.platform.database.oracle.Oracle8Platform
 
Oracle9Platform - Class in oracle.toplink.platform.database.oracle
Purpose: Supports usage of certain Oracle JDBC specific APIs.
Oracle9Platform() - Constructor for class oracle.toplink.platform.database.oracle.Oracle9Platform
 
ORACLE_OBJECT_TYPE_NAME_NOT_DEFINED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ORACLE_OBJECT_TYPE_NOT_DEFINED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ORACLE_VARRAY_MAXIMIM_SIZE_NOT_DEFINED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
OracleJDBC10_1_0_2ProxyConnector - Class in oracle.toplink.platform.database.oracle
 
OracleJDBC10_1_0_2ProxyConnector() - Constructor for class oracle.toplink.platform.database.oracle.OracleJDBC10_1_0_2ProxyConnector
Construct a Connector with no settings.
OracleJDBC10_1_0_2ProxyConnector(Context, String) - Constructor for class oracle.toplink.platform.database.oracle.OracleJDBC10_1_0_2ProxyConnector
Construct a Connector with the datasource name.
OracleJDBC10_1_0_2ProxyConnector(String) - Constructor for class oracle.toplink.platform.database.oracle.OracleJDBC10_1_0_2ProxyConnector
Construct a Connector with the datasource name.
OracleJDBC10_1_0_2ProxyConnector(DataSource) - Constructor for class oracle.toplink.platform.database.oracle.OracleJDBC10_1_0_2ProxyConnector
Construct a Connector with OracleOCIConnectionPool.
ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_INT_PROXYTYPE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_ORACLECONNECTION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_ORACLECONNECTION_VERSION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
oracleJDBC10_1_0_2ProxyConnectorRequiresIntProxytype() - Static method in exception oracle.toplink.exceptions.ValidationException
 
oracleJDBC10_1_0_2ProxyConnectorRequiresOracleConnection() - Static method in exception oracle.toplink.exceptions.ValidationException
 
oracleJDBC10_1_0_2ProxyConnectorRequiresOracleConnectionVersion() - Static method in exception oracle.toplink.exceptions.ValidationException
 
oracleObjectTypeIsNotDefined(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
oracleObjectTypeNameIsNotDefined(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
OracleOCIProxyConnector - Class in oracle.toplink.platform.database.oracle
 
OracleOCIProxyConnector() - Constructor for class oracle.toplink.platform.database.oracle.OracleOCIProxyConnector
Construct a Connector with no settings.
OracleOCIProxyConnector(Context, String) - Constructor for class oracle.toplink.platform.database.oracle.OracleOCIProxyConnector
Construct a Connector with the datasource name.
OracleOCIProxyConnector(String) - Constructor for class oracle.toplink.platform.database.oracle.OracleOCIProxyConnector
Construct a Connector with the datasource name.
OracleOCIProxyConnector(OracleOCIConnectionPool) - Constructor for class oracle.toplink.platform.database.oracle.OracleOCIProxyConnector
Construct a Connector with OracleOCIConnectionPool.
ORACLEOCIPROXYCONNECTOR_REQUIRES_ORACLEOCICONNECTIONPOOL - Static variable in exception oracle.toplink.exceptions.ValidationException
 
oracleOCIProxyConnectorRequiresOracleOCIConnectionPool() - Static method in exception oracle.toplink.exceptions.ValidationException
 
OraclePlatform - Class in oracle.toplink.platform.database.oracle
Purpose: Provides Oracle specific behaviour.
OraclePlatform() - Constructor for class oracle.toplink.platform.database.oracle.OraclePlatform
 
OraclePLSQLType - Interface in oracle.toplink.platform.database.oracle
PUBLIC: Marker interface for Oracle PL/SQL types
OraclePLSQLTypes - Enum in oracle.toplink.platform.database.oracle
PUBLIC: Oracle PL/SQL types
oracleVarrayMaximumSizeNotDefined(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
OrderedCollectionChangeRecord - Interface in oracle.toplink.changesets
Purpose: Provide public API to the OrderedCollectionChangeRecord.
OrderOperator - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
OUTER_JOIN - Static variable in class oracle.toplink.mappings.ForeignReferenceMapping
Specify any OUTER join on a join fetch.
OUTER_JOIN_ONLY_VALID_FOR_ONE_TO_ONE - Static variable in exception oracle.toplink.exceptions.QueryException
 
outerJoinIsOnlyValidForOneToOneMappings(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.QueryException
 
outerName - Variable in class oracle.toplink.libraries.asm.tree.InnerClassNode
The internal name of the class to which the inner class belongs (see getInternalName).
OUTPUT_UNSUPPORTED_MSG_TYPE - Static variable in exception oracle.toplink.eis.EISException
 
outputCreateDDLToFile(String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
outputCreateDDLToWriter(Writer) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
outputDDLToDatabase() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Output all DDL statements directly to the database.
outputDDLToFile(String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Output all DDL statements to a file writer specified by the name in the parameter.
outputDDLToWriter(Writer) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Output all DDL statements to a writer specified in the parameter.
outputDropDDLToFile(String) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
outputDropDDLToWriter(Writer) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
OutputParametersDetected - Static variable in class oracle.toplink.sessions.SessionEvent
 
outputParametersDetected(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the session after a stored procedure call has been executed that had output parameters.
outputParametersDetected(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the session after a stored procedure call has been executed that had output parameters.
owner - Variable in class oracle.toplink.libraries.asm.attrs.EnclosingMethodAttribute
 
owner - Variable in class oracle.toplink.libraries.asm.tree.FieldInsnNode
The internal name of the field's owner class (see getInternalName).
owner - Variable in class oracle.toplink.libraries.asm.tree.MethodInsnNode
The internal name of the method's owner class (see getInternalName).

P

PackageDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow a semi-generic way of creating packages.
PackageDefinition() - Constructor for class oracle.toplink.tools.schemaframework.PackageDefinition
 
PARAMETER_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
PARAMETER_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
PARAMETER_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
PARAMETER_NAME_MISMATCH - Static variable in exception oracle.toplink.exceptions.QueryException
 
parameterAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
parameterAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
parameterAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
parameterNameMismatch(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
parameters - Variable in class oracle.toplink.libraries.asm.attrs.RuntimeInvisibleParameterAnnotations
List of Lists that contains Annotation for each method parameter.
parameters - Variable in class oracle.toplink.libraries.asm.attrs.RuntimeVisibleParameterAnnotations
List of Lists that contains Annotation for each method parameter.
PARENT_CLASS_IS_SELF - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
PARENT_DESCRIPTOR_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
parentClassIsSelf(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
parentDescriptorNotSpecified(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
parse(InputSource) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
parse(File) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
parse(InputStream) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
parse(Reader) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
parse(Source) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
parse(URL) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
parse(InputSource) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
parse(File) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
parse(InputStream) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
parse(Reader) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
parse(Source) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
parse(URL) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
parse(InputSource) - Method in interface oracle.toplink.platform.xml.XMLParser
 
parse(File) - Method in interface oracle.toplink.platform.xml.XMLParser
 
parse(InputStream) - Method in interface oracle.toplink.platform.xml.XMLParser
 
parse(Reader) - Method in interface oracle.toplink.platform.xml.XMLParser
 
parse(Source) - Method in interface oracle.toplink.platform.xml.XMLParser
 
parse(URL) - Method in interface oracle.toplink.platform.xml.XMLParser
 
parserError(XMLPlatformException) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
PASSWORD - Static variable in class oracle.toplink.eis.EISConnectionSpec
 
peek() - Method in class oracle.toplink.queryframework.CursoredStream
Return the next object in the stream, without increamenting the stream's position.
PerformanceProfiler - Class in oracle.toplink.tools.profiler
Purpose: A tool used to provide high level performance profiling information.
PerformanceProfiler() - Constructor for class oracle.toplink.tools.profiler.PerformanceProfiler
Create a new profiler.
PerformanceProfiler(Session) - Constructor for class oracle.toplink.tools.profiler.PerformanceProfiler
OBSOLETE: Create a new profiler.
PerformanceProfiler(Session, boolean) - Constructor for class oracle.toplink.tools.profiler.PerformanceProfiler
OBSOLETE: Create a new profiler.
PerformanceProfiler(boolean) - Constructor for class oracle.toplink.tools.profiler.PerformanceProfiler
Create a new profiler.
performFullValidation() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
performPartialValidation() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
PERSISTENCE_UNIT_METADATA_CONFLICT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
PersistenceUnitLoadingException - Exception in oracle.toplink.exceptions
 
persistenceUnitMetadataConflict(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
PessimisticLockingPolicy - Class in oracle.toplink.descriptors
Description: This policy is used to configure bean level pessimistic locking feautre.
PessimisticLockingPolicy() - Constructor for class oracle.toplink.descriptors.PessimisticLockingPolicy
 
PLATFORM_CLASS_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
PLATFORM_DOES_NOT_OVERRIDE_GETCREATETEMPTABLESQLPREFIX - Static variable in exception oracle.toplink.exceptions.ValidationException
 
PLATFORM_DOES_NOT_SUPPORT_CALL_WITH_RETURNING - Static variable in exception oracle.toplink.exceptions.ValidationException
 
PLATFORM_DOES_NOT_SUPPORT_SEQUENCE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
PLATFORM_DOES_NOT_SUPPORT_STORED_FUNCTIONS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
platformClassNotFound(Exception, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
platformDoesNotOverrideGetCreateTempTableSqlPrefix(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
platformDoesNotSupportCallWithReturning(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
platformDoesNotSupportSequence(String, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
platformDoesNotSupportStoredFunctions(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
PLSQLrecord - Class in oracle.toplink.platform.database.oracle
PUBLIC: describe an Oracle PL/SQL Record type
PLSQLrecord() - Constructor for class oracle.toplink.platform.database.oracle.PLSQLrecord
 
PLSQLStoredProcedureCall - Class in oracle.toplink.platform.database.oracle
Purpose: Generates an Anonymous PL/SQL block to invoke the specified Stored Procedure with arguments that may or may not have JDBC equivalents
PLSQLStoredProcedureCall() - Constructor for class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
PointBasePlatform - Class in oracle.toplink.platform.database
Support the Pointbase database.
PointBasePlatform() - Constructor for class oracle.toplink.platform.database.PointBasePlatform
 
policy - Variable in class oracle.toplink.queryframework.Cursor
Object-level read query that initialize the stream.
POLYMORPHIC_REPORT_ITEM_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.QueryException
 
polymorphicReportItemWithMultipletableNotSupported(String, Expression, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
POOL_NAME_DOES_NOT_EXIST - Static variable in exception oracle.toplink.exceptions.ValidationException
 
poolNameDoesNotExist(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
POOLS_MUST_BE_CONFIGURED_BEFORE_LOGIN - Static variable in exception oracle.toplink.exceptions.ValidationException
 
poolsMustBeConfiguredBeforeLogin() - Static method in exception oracle.toplink.exceptions.ValidationException
 
POP - Static variable in interface oracle.toplink.libraries.asm.Constants
 
pop() - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Pops a value from the operand stack of this frame.
POP2 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
populateQuery(AbstractSession) - Method in class oracle.toplink.queryframework.EJBQLCall
Populate the query using the information retrieved from parsing the EJBQL.
PopulationManager - Class in oracle.toplink.tools.schemaframework
Purpose: This class is used to populate example data into the database, it allows for cirrcular references to be resolved.
PopulationManager() - Constructor for class oracle.toplink.tools.schemaframework.PopulationManager
 
PORT - Static variable in class oracle.toplink.eis.adapters.mqseries.MQConnectionSpec
 
PORT_NUMBER - Static variable in class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec
 
PORT_TOKEN - Static variable in class oracle.toplink.remotecommand.ServiceId
This $HOST token indicate that the host ip of the URL should be replaced at runtime by user input
PostAcquireClientSession - Static variable in class oracle.toplink.sessions.SessionEvent
 
postAcquireClientSession(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the client session after creation/acquiring.
postAcquireClientSession(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the client session after creation/acquiring.
PostAcquireConnection - Static variable in class oracle.toplink.sessions.SessionEvent
 
postAcquireConnection(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on when using the server/client sessions.
postAcquireConnection(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on when using the server/client sessions.
PostAcquireExclusiveConnection - Static variable in class oracle.toplink.sessions.SessionEvent
 
postAcquireExclusiveConnection(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised when a ClientSession, with Isolated data, acquires an exclusive connection.
postAcquireExclusiveConnection(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised when a ClientSession, with Isolated data, acquires an exclusive connection.
PostAcquireUnitOfWork - Static variable in class oracle.toplink.sessions.SessionEvent
 
postAcquireUnitOfWork(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the unit of work after creation/acquiring.
postAcquireUnitOfWork(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the unit of work after creation/acquiring.
PostBeginTransaction - Static variable in class oracle.toplink.sessions.SessionEvent
 
postBeginTransaction(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised after a database transaction is started.
postBeginTransaction(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised after a database transaction is started.
postBuild(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
postBuild(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised after an object is built from its row on a read operation.
PostBuildEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PostCalculateUnitOfWorkChangeSet - Static variable in class oracle.toplink.sessions.SessionEvent
 
postCalculateUnitOfWorkChangeSet(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised after the commit has begun on the UnitOfWork and after the changes are calculated.
postCalculateUnitOfWorkChangeSet(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised after the commit has begun on the UnitOfWork and after the changes are calculated.
postClone(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
postClone(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised after an object is cloned into a unit of work.
PostCloneEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PostCommitTransaction - Static variable in class oracle.toplink.sessions.SessionEvent
 
postCommitTransaction(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised after a database transaction is commited.
postCommitTransaction(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised after a database transaction is commited.
PostCommitUnitOfWork - Static variable in class oracle.toplink.sessions.SessionEvent
 
postCommitUnitOfWork(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the unit of work after commit.
postCommitUnitOfWork(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the unit of work after commit.
PostConnect - Static variable in class oracle.toplink.sessions.SessionEvent
 
postConnect(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised after the session connects to the database.
postConnect(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised after the session connects to the database.
postDelete(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
postDelete(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised after an object is deleted from the database.
PostDeleteEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PostDistributedMergeUnitOfWorkChangeSet - Static variable in class oracle.toplink.sessions.SessionEvent
 
postDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This even will be raised after a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed session
postDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This even will be raised after a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed session
PostExecuteQuery - Static variable in class oracle.toplink.sessions.SessionEvent
 
postExecuteQuery(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised after the execution of every query against the session.
postExecuteQuery(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised after the execution of every query against the session.
postfixSQL(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Inserts the SQL as is directly into the expression.
PostgreSQLPlatform - Class in oracle.toplink.platform.database
Purpose: Provides Postgres specific behaviour.
PostgreSQLPlatform() - Constructor for class oracle.toplink.platform.database.PostgreSQLPlatform
 
postInsert(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
postInsert(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised after an object is inserted to the database.
PostInsertEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PostLogin - Static variable in class oracle.toplink.sessions.SessionEvent
 
postLogin(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This Event is raised after the session logs in.
postLogin(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This Event is raised after the session logs in.
postMerge(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
postMerge(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised after an object is merged from a unit of work into its parent.
PostMergeEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PostMergeUnitOfWorkChangeSet - Static variable in class oracle.toplink.sessions.SessionEvent
 
postMergeUnitOfWorkChangeSet(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This even will be raised after a UnitOfWorkChangeSet has been merged
postMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This even will be raised after a UnitOfWorkChangeSet has been merged
postRefresh(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
postRefresh(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised after an object is refreshed from its row on a refresh operation.
PostRefreshEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PostReleaseClientSession - Static variable in class oracle.toplink.sessions.SessionEvent
 
postReleaseClientSession(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the client session after releasing.
postReleaseClientSession(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the client session after releasing.
PostReleaseUnitOfWork - Static variable in class oracle.toplink.sessions.SessionEvent
 
postReleaseUnitOfWork(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the unit of work after release.
postReleaseUnitOfWork(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the unit of work after release.
PostResumeUnitOfWork - Static variable in class oracle.toplink.sessions.SessionEvent
 
postResumeUnitOfWork(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the unit of work after resuming.
postResumeUnitOfWork(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the unit of work after resuming.
PostRollbackTransaction - Static variable in class oracle.toplink.sessions.SessionEvent
 
postRollbackTransaction(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised after a database transaction is rolledback.
postRollbackTransaction(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised after a database transaction is rolledback.
postUpdate(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
postUpdate(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised after an object updated in the database.
PostUpdateEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
postWrite(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
postWrite(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised after an object is inserted or updated in the database.
PostWriteEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
power(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
power(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Power - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
PreBeginTransaction - Static variable in class oracle.toplink.sessions.SessionEvent
 
preBeginTransaction(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised before a database transaction is started.
preBeginTransaction(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised before a database transaction is started.
PreCalculateUnitOfWorkChangeSet - Static variable in class oracle.toplink.sessions.SessionEvent
 
preCalculateUnitOfWorkChangeSet(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised after the commit has begun on the UnitOfWork but before the changes are calculated.
preCalculateUnitOfWorkChangeSet(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised after the commit has begun on the UnitOfWork but before the changes are calculated.
PreCommitTransaction - Static variable in class oracle.toplink.sessions.SessionEvent
 
preCommitTransaction(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised before a database transaction is commited.
preCommitTransaction(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised before a database transaction is commited.
PreCommitUnitOfWork - Static variable in class oracle.toplink.sessions.SessionEvent
 
preCommitUnitOfWork(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the unit of work before commit.
preCommitUnitOfWork(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the unit of work before commit.
preDelete(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
preDelete(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised before an object is deleted from the database.
PreDeleteEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PREDEPLOY_FAILED - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
predeployFailed(String, RuntimeException) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
PreDistributedMergeUnitOfWorkChangeSet - Static variable in class oracle.toplink.sessions.SessionEvent
 
preDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This even will be raised before a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed session
preDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This even will be raised before a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed session
PreExecuteQuery - Static variable in class oracle.toplink.sessions.SessionEvent
 
preExecuteQuery(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised before the execution of every query against the session.
preExecuteQuery(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised before the execution of every query against the session.
PREFIX_USED_BUT_NOT_DEFINED - Static variable in exception oracle.toplink.exceptions.SDOException
 
prefixSQL(String) - Method in class oracle.toplink.expressions.Expression
ADVANCED: Insert the SQL as is directly into the expression.
preInsert(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
preInsert(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised before an object is inserted to the database.
PreInsertEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PreLogin - Static variable in class oracle.toplink.sessions.SessionEvent
 
preLogin(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This Event is raised before the session logs in.
preLogin(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This Event is raised before the session logs in.
PreMergeUnitOfWorkChangeSet - Static variable in class oracle.toplink.sessions.SessionEvent
 
preMergeUnitOfWorkChangeSet(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This even will be raised before a UnitOfWorkChangeSet has been merged
preMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This even will be raised before a UnitOfWorkChangeSet has been merged
prepare(AbstractSession) - Method in class oracle.toplink.eis.interactions.EISInteraction
Set the default record name from the descriptor.
prepare(AbstractSession) - Method in class oracle.toplink.eis.interactions.QueryStringInteraction
Translate the custom query markers.
prepare(AbstractSession) - Method in class oracle.toplink.eis.interactions.XMLInteraction
Set the default record name from the descriptor.
prepareCall(Session, Record) - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: Pre-generate the call/SQL for the query.
prepareCascadeLockingPolicy() - Method in class oracle.toplink.mappings.OneToManyMapping
Prepare a cascade locking policy.
prepareCursorSelectAllRows() - Method in class oracle.toplink.sdk.SDKQueryMechanism
Deprecated.  
prepareStartCursor() - Method in class oracle.toplink.sdk.SDKQueryMechanism
Deprecated. Prepare for a cursored select.
PrepareUnitOfWork - Static variable in class oracle.toplink.sessions.SessionEvent
 
prepareUnitOfWork(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the unit of work after the SQL has been flushed, but the commit transaction has not been executed.
prepareUnitOfWork(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the unit of work after the SQL has been flushed, but the commit transaction has not been executed.
prePersist(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
prePersist(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is only raised by the EntityManager.
PrePersistEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PreReleaseClientSession - Static variable in class oracle.toplink.sessions.SessionEvent
 
preReleaseClientSession(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the client session before releasing.
preReleaseClientSession(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the client session before releasing.
PreReleaseConnection - Static variable in class oracle.toplink.sessions.SessionEvent
 
preReleaseConnection(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on when using the server/client sessions.
preReleaseConnection(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on when using the server/client sessions.
PreReleaseExclusiveConnection - Static variable in class oracle.toplink.sessions.SessionEvent
 
preReleaseExclusiveConnection(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is fired just before a Client Session, with isolated data, releases its Exclusive Connection
preReleaseExclusiveConnection(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is fired just before a Client Session, with isolated data, releases its Exclusive Connection
PreReleaseUnitOfWork - Static variable in class oracle.toplink.sessions.SessionEvent
 
preReleaseUnitOfWork(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised on the unit of work before release.
preReleaseUnitOfWork(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised on the unit of work before release.
preRemove(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
preRemove(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised when the remove operation is initiated on an object.
PreRemoveEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PreRollbackTransaction - Static variable in class oracle.toplink.sessions.SessionEvent
 
preRollbackTransaction(SessionEvent) - Method in class oracle.toplink.sessions.SessionEventAdapter
This event is raised before a database transaction is rolledback.
preRollbackTransaction(SessionEvent) - Method in interface oracle.toplink.sessions.SessionEventListener
This event is raised before a database transaction is rolledback.
preUpdate(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
preUpdate(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised for all existing objects written or committed in a unit of work.
PreUpdateEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
preUpdateWithChanges(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
preUpdateWithChanges(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised before an object is updated regardless if the object has any database changes.
PreUpdateWithChangesEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
previous() - Method in class oracle.toplink.queryframework.ScrollableCursor
Return the previous object from the collection.
previousIndex() - Method in class oracle.toplink.queryframework.ScrollableCursor
Retrieves the previous row index (against the current row)
preWrite(DescriptorEvent) - Method in class oracle.toplink.descriptors.DescriptorEventAdapter
 
preWrite(DescriptorEvent) - Method in interface oracle.toplink.descriptors.DescriptorEventListener
This event is raised for all new or existing objects written or committed in a unit of work.
PreWriteEvent - Static variable in class oracle.toplink.descriptors.DescriptorEventManager
 
PRIMARY_KEY_FIELDS_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
PRIMARY_KEY_UPDATE_DISALLOWED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
PRIMARY_TABLE_NOT_DEFINED_FOR_RELATIONSHIP - Static variable in exception oracle.toplink.exceptions.ValidationException
 
primaryKeyFieldsNotSepcified(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
primaryKeyUpdateDisallowed(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
primaryTableNotDefined(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: Instance document is incomplete - primary tables must be defined for both sides of a relationhip.
printAllIdentityMapTypes() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will log the types of Identity Maps in the session.
printAllIdentityMapTypes() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will log the types of Identity Maps in the session.
printAllIdentityMapTypes() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will log the types of Identity Maps in the session.
printAllIdentityMapTypes() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will log the types of Identity Maps in the session.
printAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a non standard code attribute.
printAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printAvailableConnectionPools() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will print the available Connection pools to the SessionLog.
printAvailableConnectionPools() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will print the available Connection pools to the SessionLog.
printAvailableConnectionPools() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will print the available Connection pools to the SessionLog.
printAvailableConnectionPools() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will print the available Connection pools to the SessionLog.
printClassesInSession() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to output those Class Names that have identity Maps in the Session.
printClassesInSession() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to output those Class Names that have identity Maps in the Session.
printClassesInSession() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to output those Class Names that have identity Maps in the Session.
printClassesInSession() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to output those Class Names that have identity Maps in the Session.
PrintClassVisitor - Class in oracle.toplink.libraries.asm.util
An abstract class visitor that prints the classes it visits.
PrintCodeVisitor - Class in oracle.toplink.libraries.asm.util
An abstract code visitor that prints the code it visits.
printConnection() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Connection is always printed
printDate() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Date is always printed
printFieldIdentityClause(Writer) - Method in class oracle.toplink.platform.database.InformixPlatform
Append the receiver's field serial constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class oracle.toplink.platform.database.SybasePlatform
Append the receiver's field 'identity' constraint clause to a writer.
printFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a field instruction.
printFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printFieldNotNullClause(Writer) - Method in class oracle.toplink.platform.database.AccessPlatform
Append the receiver's field 'NOT NULL' constraint clause to a writer.
printFieldNotNullClause(Writer) - Method in class oracle.toplink.platform.database.DBasePlatform
Append the receiver's field 'NOT NULL' constraint clause to a writer.
printFieldNullClause(Writer) - Method in class oracle.toplink.platform.database.SybasePlatform
Append the receiver's field 'NULL' constraint clause to a writer.
printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class oracle.toplink.platform.database.PostgreSQLPlatform
 
printFieldUnique(Writer, boolean) - Method in class oracle.toplink.platform.database.PostgreSQLPlatform
 
printFullStackTrace() - Method in exception oracle.toplink.exceptions.EJBQLException
Print the stack trace for each error generated by the parser.
printFullStackTrace() - Method in exception oracle.toplink.exceptions.JPQLException
PUBLIC Print the stack trace for each error generated by the parser.
printIdentityMap(Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
Used to print all the Objects in the identity map of the given Class type.
printIdentityMap(Class) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
printIdentityMapLocks() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will log the instance level locks in all Identity Maps in the session.
printIdentityMapLocks(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will log the instance level locks in the Identity Map for the given class in the session.
printIdentityMapLocks() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will log the instance level locks in all Identity Maps in the session.
printIdentityMapLocks(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will log the instance level locks in the Identity Map for the given class in the session.
printIdentityMapLocks() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will log the instance level locks in all Identity Maps in the session.
printIdentityMapLocks(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will log the instance level locks in the Identity Map for the given class in the session.
printIdentityMapLocks() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will log the instance level locks in all Identity Maps in the session.
printIdentityMapLocks(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will log the instance level locks in the Identity Map for the given class in the session.
printIdentityMapLocks() - Method in interface oracle.toplink.sessions.IdentityMapAccessor
Used to print all the locks in every identity map in this session.
printIdentityMaps() - Method in interface oracle.toplink.sessions.IdentityMapAccessor
Used to print all the Objects in every identity map in this session.
printIdentityMaps() - Method in interface oracle.toplink.sessions.Session
Deprecated.  
printIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints an IINC instruction.
printIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printInsn(int) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printInsn(int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a zero operand instruction.
printInsn(int) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints an instruction with a single int operand.
printIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a jump instruction.
printJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printLabel(Label) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printLabel(Label) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a label.
printLabel(Label) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a LDC instruction.
printLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a line number declaration.
printLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a local variable declaration.
printLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a LOOKUPSWITCH instruction.
printLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printMaxs(int, int) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printMaxs(int, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints the maximum stack size and the maximum number of local variables of the method.
printMaxs(int, int) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a method instruction.
printMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a MULTIANEWARRAY instruction.
printMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printObjectsInIdentityMap(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will log the objects in the Identity Map.
printObjectsInIdentityMap(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will log the objects in the Identity Map.
printObjectsInIdentityMap(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will log the objects in the Identity Map.
printObjectsInIdentityMap(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will log the objects in the Identity Map.
printObjectsInIdentityMaps() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method will log all objects in all Identity Maps in the session.
printObjectsInIdentityMaps() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method will log all objects in all Identity Maps in the session.
printObjectsInIdentityMaps() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method will log all objects in all Identity Maps in the session.
printObjectsInIdentityMaps() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method will log all objects in all Identity Maps in the session.
printProfileSummary() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummary() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummary() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummary() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummaryByClass() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummaryByClass() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummaryByClass() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummaryByClass() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummaryByQuery() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummaryByQuery() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummaryByQuery() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method assumes TopLink Profiling (as opposed to Java profiling).
printProfileSummaryByQuery() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method assumes TopLink Profiling (as opposed to Java profiling).
printRegisteredObjects() - Method in interface oracle.toplink.sessions.UnitOfWork
Print the objects in the unit of work.
printsAs(String) - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Set the single string for this operator.
printsAs(Vector) - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Set the strings for this operator.
printSession() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Session is always printed
printsJavaAs(String) - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Set the single string for this operator.
printsJavaAs(Vector) - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Set the strings for this operator.
printStackTrace() - Method in exception oracle.toplink.exceptions.IntegrityException
Print both the normal and internal stack traces.
printStackTrace(PrintStream) - Method in exception oracle.toplink.exceptions.IntegrityException
Print both the normal and internal stack traces.
printStackTrace(PrintWriter) - Method in exception oracle.toplink.exceptions.IntegrityException
Print both the normal and internal stack traces.
printStackTrace(PrintWriter) - Method in exception oracle.toplink.exceptions.SessionLoaderException
Iterate through the exception list printing out the stack traces.
printStackTrace() - Method in exception oracle.toplink.exceptions.TopLinkException
Print both the normal and internal stack traces.
printStackTrace(PrintStream) - Method in exception oracle.toplink.exceptions.TopLinkException
Print both the normal and internal stack traces.
printStackTrace(PrintWriter) - Method in exception oracle.toplink.exceptions.TopLinkException
Print both the normal and internal stack traces.
printStackTrace() - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
printStackTrace(PrintStream) - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
printStackTrace(PrintWriter) - Method in interface oracle.toplink.xml.SAXParseException
Deprecated.  
printStackTrace() - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
printStackTrace(PrintStream) - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
printStackTrace(PrintWriter) - Method in class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated.  
printTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a TABLESWITCH instruction.
printTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printThread() - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Thread is logged at FINE or less level
printTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a try catch block.
printTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a type instruction.
printTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
printVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.ASMifierCodeVisitor
 
printVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
Prints a local variable instruction.
printVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.TraceCodeVisitor
 
privateOwnedRelationship() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Sets the reference object to be a private owned.
process() - Method in class oracle.toplink.libraries.asm.xml.Processor
 
processCommand(RemoteCommand) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
ADVANCED: This method will send the command to the remote session for processing
processCommand(RemoteCommand) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. ADVANCED: This method will send the command to the remote session for processing
processCommand(RemoteCommand) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
ADVANCED: This method will send the command to the remote session for processing
processCommand(RemoteCommand) - Method in class oracle.toplink.remote.rmi.RMIConnection
ADVANCED: This method will send the command to the remote session for processing
processCommand(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
processCommand(RemoteCommand) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. ADVANCED: This method will send the command to the remote session for processing
processCommand(Object) - Method in interface oracle.toplink.remotecommand.CommandProcessor
Invoked by the CommandManager after it has received a Command object and has converted it to the application command format.
processingInstruction(String, String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
processingInstruction(String, String) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
processingInstruction(String, String) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
Processor - Class in oracle.toplink.libraries.asm.xml
Processor is a command line tool that can be used for bytecode waving directed by XSL transformation.
Processor(int, int, InputStream, OutputStream, Source) - Constructor for class oracle.toplink.libraries.asm.xml.Processor
 
Profile - Class in oracle.toplink.tools.profiler
Purpose: Any information stored for a profile operation.
Profile() - Constructor for class oracle.toplink.tools.profiler.Profile
 
profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in class oracle.toplink.tools.profiler.DMSPerformanceProfiler
 
Project - Class in oracle.toplink.sessions
Purpose: Maintain all of the TopLink configuration information for a system.
Project() - Constructor for class oracle.toplink.sessions.Project
Create a new project.
Project(Login) - Constructor for class oracle.toplink.sessions.Project
Create a new project that will connect through the login information.
Project(DatabaseLogin) - Constructor for class oracle.toplink.sessions.Project
Create a new project that will connect through JDBC using the login information.
PROJECT_AMENDMENT_EXCEPTION_OCCURED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
PROJECT_LOGIN_IS_NULL - Static variable in exception oracle.toplink.exceptions.ValidationException
 
PROJECT_MUST_HAVE_AT_LEAST_ONE_EJB_DESCRIPTOR - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
PROJECT_XML_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
projectAmendmentExceptionOccured(Exception, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: An amendment method was called but can not be found.
ProjectClassGenerator - Class in oracle.toplink.tools.workbench
Purpose: Allow for a class storing a TopLink project's descriptors (meta-data) to be generated.
ProjectClassGenerator() - Constructor for class oracle.toplink.tools.workbench.ProjectClassGenerator
Create a new generator.
ProjectClassGenerator(Project) - Constructor for class oracle.toplink.tools.workbench.ProjectClassGenerator
Create a new generator to output the project.
ProjectClassGenerator(Project, String, Writer) - Constructor for class oracle.toplink.tools.workbench.ProjectClassGenerator
Create a new generator to output to the writer.
ProjectClassGenerator(Project, String, String) - Constructor for class oracle.toplink.tools.workbench.ProjectClassGenerator
Create a new generator to output to the file.
projectLoginIsNull(AbstractSession) - Static method in exception oracle.toplink.exceptions.ValidationException
 
projectXMLNotFound(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
PROP_NOT_SET - Static variable in exception oracle.toplink.eis.EISException
 
propagateCommand(Object) - Method in interface oracle.toplink.remotecommand.CommandManager
ADVANCED: Propagate a remote command to all remote RCM services participating in the TopLink cluster.
propagateCommand(Object) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
ADVANCED: Propagate a remote command to all remote RCM services participating in the TopLink cluster.
PROPAGATION - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
PROPERTIES - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
propertiesNotSet(String, String) - Static method in exception oracle.toplink.eis.EISException
 
PROPERTY_NOT_FOUND_AT_INDEX - Static variable in exception oracle.toplink.exceptions.SDOException
 
PropertyAssociation - Class in oracle.toplink.mappings
Purpose: Generic association object.
PropertyAssociation() - Constructor for class oracle.toplink.mappings.PropertyAssociation
 
propertyNotSet(String) - Static method in exception oracle.toplink.eis.EISException
 
PROPS_NOT_SET - Static variable in exception oracle.toplink.eis.EISException
 
PROXY_INDIRECTION_NOT_AVAILABLE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
proxyIndirectionNotAvailable(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
PU_NOT_EXIST - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
puNotExist(String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
push(Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Pushes a value into the operand stack of this frame.
put(Object, Object) - Method in class oracle.toplink.indirection.IndirectMap
 
put(String, String) - Method in class oracle.toplink.ox.NamespaceResolver
Adds a namespace to the collection of namespaces on the NamespaceResolver
put(Object, Object) - Method in class oracle.toplink.queryframework.ReportQueryResult
ADVANCED: Set the value for given item name.
put(Object, Object) - Method in class oracle.toplink.sessions.DatabaseRecord
Adds a field-value pair to the row.
put(String, Object) - Method in class oracle.toplink.sessions.DatabaseRecord
Adds a field-value pair to the row.
putAll(Map) - Method in class oracle.toplink.indirection.IndirectMap
 
putAll(Map) - Method in class oracle.toplink.queryframework.ReportQueryResult
Add all of the elements.
putAll(Map) - Method in class oracle.toplink.sessions.DatabaseRecord
Adds all of the elements in the given map to the database row.
putByte(int) - Method in class oracle.toplink.libraries.asm.ByteVector
Puts a byte into this byte vector.
putByteArray(byte[], int, int) - Method in class oracle.toplink.libraries.asm.ByteVector
Puts an array of bytes into this byte vector.
PUTFIELD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
putInIdentityMap(Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Registers the given Object with the identity map.
putInIdentityMap(Object, Vector) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Registers the Object and given key with the identity map.
putInIdentityMap(Object, Vector, Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Registers the Object and given key with the identity map.
putInIdentityMap(Object, Vector, Object, long) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Registers the given Object with the identity map.
putInIdentityMap(Object) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
putInIdentityMap(Object, Vector) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
putInIdentityMap(Object, Vector, Object) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
putInt(int) - Method in class oracle.toplink.libraries.asm.ByteVector
Puts an int into this byte vector.
putLong(long) - Method in class oracle.toplink.libraries.asm.ByteVector
Puts a long into this byte vector.
putShort(int) - Method in class oracle.toplink.libraries.asm.ByteVector
Puts a short into this byte vector.
PUTSTATIC - Static variable in interface oracle.toplink.libraries.asm.Constants
 
putUTF8(String) - Method in class oracle.toplink.libraries.asm.ByteVector
Puts an UTF8 string into this byte vector.

Q

QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
QNAME_CLASS - Static variable in class oracle.toplink.ox.XMLConstants
 
QNAME_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
qualifier - Variable in class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
 
QUERY - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
QUERY_ARGUMENT_TYPE_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.ValidationException
 
QUERY_FETCHGROUP_NOT_DEFINED_IN_DESCRIPTOR - Static variable in exception oracle.toplink.exceptions.QueryException
 
QUERY_HINT_CONTAINED_INVALID_INTEGER_VALUE - Static variable in exception oracle.toplink.exceptions.QueryException
 
QUERY_HINT_DID_NOT_CONTAIN_ENOUGH_TOKENS - Static variable in exception oracle.toplink.exceptions.QueryException
 
QUERY_HINT_NAVIGATED_ILLEGAL_RELATIONSHIP - Static variable in exception oracle.toplink.exceptions.QueryException
 
QUERY_HINT_NAVIGATED_NON_EXISTANT_RELATIONSHIP - Static variable in exception oracle.toplink.exceptions.QueryException
 
QUERY_NOT_DEFINED - Static variable in exception oracle.toplink.exceptions.QueryException
 
QUERY_NOT_WELL_DEFINED - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
QUERY_PREPARE - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
QUERY_SENT_TO_INACTIVE_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.QueryException
 
QUERY_SEQUENCE_DOES_NOT_HAVE_SELECT_QUERY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
queryArgumentTypeNotFound(DatabaseQuery, String, String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
QueryByExamplePolicy - Class in oracle.toplink.queryframework
Purpose: This policy defines the configuration options for a Query By Example query.
QueryByExamplePolicy() - Constructor for class oracle.toplink.queryframework.QueryByExamplePolicy
Constructs a default policy equal to that used when no policy is specified.
QueryException - Exception in oracle.toplink.exceptions
Purpose: This exception is used for any problem that is detected with a query.
queryHintContainedInvalidIntegerValue(String, Object, Exception) - Static method in exception oracle.toplink.exceptions.QueryException
 
queryHintDidNotContainEnoughTokens(DatabaseQuery, String, Object) - Static method in exception oracle.toplink.exceptions.QueryException
 
queryHintNavigatedIllegalRelationship(DatabaseQuery, String, Object, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
queryHintNavigatedNonExistantRelationship(DatabaseQuery, String, Object, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
QueryKey - Class in oracle.toplink.querykeys
Purpose: Define a Java appropriate alias to a database field or function.
QueryKey() - Constructor for class oracle.toplink.querykeys.QueryKey
 
QueryMonitor - Class in oracle.toplink.tools.profiler
Purpose: Provide a very simple low overhead means for measuring query executions, and cache hits.
QueryMonitor() - Constructor for class oracle.toplink.tools.profiler.QueryMonitor
 
queryNotDefined() - Static method in exception oracle.toplink.exceptions.QueryException
 
queryNotDefined(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
queryNotDefined(String, Class) - Static method in exception oracle.toplink.exceptions.QueryException
 
queryNotWellDefined(String, Class[], String) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
QueryNounType - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
QueryPreparation - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
QueryRedirector - Interface in oracle.toplink.queryframework
Purpose: Query redirection allows for a named or parameterized query (or finder) to dynamically determine how the query is to be executed based on the arguments.
QueryResultsCachePolicy - Class in oracle.toplink.queryframework
A QueryResultsCache policy dicates how a query's results will be cached.
QueryResultsCachePolicy() - Constructor for class oracle.toplink.queryframework.QueryResultsCachePolicy
Build a QueryResultsCachePolicy with the default settings By default there is no invalidation of query results and the maximum number of results sets is 100.
QueryResultsCachePolicy(CacheInvalidationPolicy, int) - Constructor for class oracle.toplink.queryframework.QueryResultsCachePolicy
Build a QueryResultsCachePolicy and supply a CacheInvalidationPolicy and a maximum number of results sets.
QueryResultsCachePolicy(CacheInvalidationPolicy) - Constructor for class oracle.toplink.queryframework.QueryResultsCachePolicy
Build a QueryResultsCachePolicy and supply a CacheInvalidationPolicy.
QueryResultsCachePolicy(int) - Constructor for class oracle.toplink.queryframework.QueryResultsCachePolicy
Build a QueryResultsCachePolicy and supply a maximum for the number of results sets.
querySentToInactiveUnitOfWork(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
QuerySequence - Class in oracle.toplink.sequencing
Purpose: An generic query sequence mechanism.
QuerySequence() - Constructor for class oracle.toplink.sequencing.QuerySequence
 
QuerySequence(String) - Constructor for class oracle.toplink.sequencing.QuerySequence
Create a new sequence with the name.
QuerySequence(String, int) - Constructor for class oracle.toplink.sequencing.QuerySequence
Create a new sequence with the name and sequence pre-allocation size.
QuerySequence(String, int, int) - Constructor for class oracle.toplink.sequencing.QuerySequence
 
QuerySequence(boolean, boolean) - Constructor for class oracle.toplink.sequencing.QuerySequence
 
QuerySequence(String, boolean, boolean) - Constructor for class oracle.toplink.sequencing.QuerySequence
 
QuerySequence(String, int, boolean, boolean) - Constructor for class oracle.toplink.sequencing.QuerySequence
 
QuerySequence(String, int, int, boolean, boolean) - Constructor for class oracle.toplink.sequencing.QuerySequence
 
querySequenceDoesNotHaveSelectQuery(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
QueryStringInteraction - Class in oracle.toplink.eis.interactions
Defines the specification for a call to a JCA interaction that uses a query string.
QueryStringInteraction() - Constructor for class oracle.toplink.eis.interactions.QueryStringInteraction
Default constructor.
QueryStringInteraction(String) - Constructor for class oracle.toplink.eis.interactions.QueryStringInteraction
Construct interaction with the query string.
QUEUE - Static variable in class oracle.toplink.eis.adapters.aq.AQPlatform
AQ interaction spec properties.
QUEUE_MANAGER - Static variable in class oracle.toplink.eis.adapters.mqseries.MQConnectionSpec
 
QUEUE_OPERATION - Static variable in class oracle.toplink.eis.adapters.aq.AQPlatform
 
quotedDecode(String) - Static method in class oracle.toplink.xml.tools.EncodedWord
This method was created in VisualAge.

R

RcmNounType - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
RcmReceived - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
RcmSent - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
RcmStatus - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
read(ClassReader, int, char[]) - Method in class oracle.toplink.libraries.asm.attrs.Annotation
Reads annotation data structures.
read(ClassReader, int, char[], int, Label[]) - Method in class oracle.toplink.libraries.asm.attrs.StackMapFrame
 
read() - Method in class oracle.toplink.queryframework.CursoredStream
This method differs slightly from conventinal read() operation on a Java stream.
read(int) - Method in class oracle.toplink.queryframework.CursoredStream
This method differs slightly from conventinal read() operation on a Java stream.
read(String) - Static method in class oracle.toplink.tools.workbench.XMLProjectReader
Read the TopLink project deployment XML from the file or resource name.
read(Reader, ClassLoader) - Static method in class oracle.toplink.tools.workbench.XMLProjectReader
Read the TopLink project deployment XML from the reader on the file.
read(String, ClassLoader) - Static method in class oracle.toplink.tools.workbench.XMLProjectReader
Read the TopLink project deployment XML from the file or resource name.
read(Reader) - Static method in class oracle.toplink.tools.workbench.XMLProjectReader
Read the TopLink project deployment XML from the reader on the file.
read(Reader) - Method in class oracle.toplink.xml.xerces.DefaultXMLTranslator
Deprecated. Read an XML document from the specified input stream and convert it to a TopLink database row.
read(Reader) - Method in class oracle.toplink.xml.xerces.XMLToDatabaseRowTranslator
Deprecated. Read an XML document from the specified input stream and convert it to a TopLink database row.
read(Reader) - Method in interface oracle.toplink.xml.XMLTranslator
Deprecated. Build a database row from the XML document contained in the specified stream.
READ_BEYOND_QUERY - Static variable in exception oracle.toplink.exceptions.QueryException
 
READ_EXCEPTION - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
readAllObjects(Class) - Method in interface oracle.toplink.sessions.Session
Read all of the instances of the class from the database.
readAllObjects(Class, String) - Method in interface oracle.toplink.sessions.Session
Deprecated. Replaced by Session.readAllObjects(Class, Call)
readAllObjects(Class, Call) - Method in interface oracle.toplink.sessions.Session
Read all the instances of the class from the database returned through execution the Call string.
readAllObjects(Class, Expression) - Method in interface oracle.toplink.sessions.Session
Read all of the instances of the class from the database matching the given expression.
ReadAllQuery - Class in oracle.toplink.queryframework
Purpose: Concrete class for all read queries involving a collection of objects.
ReadAllQuery() - Constructor for class oracle.toplink.queryframework.ReadAllQuery
Return a new read all query.
ReadAllQuery(Class) - Constructor for class oracle.toplink.queryframework.ReadAllQuery
Return a new read all query.
ReadAllQuery(Class, Expression) - Constructor for class oracle.toplink.queryframework.ReadAllQuery
Return a new read all query for the class and the selection criteria.
ReadAllQuery(Class, ExpressionBuilder) - Constructor for class oracle.toplink.queryframework.ReadAllQuery
Return a new read all query for the class.
ReadAllQuery(Class, Call) - Constructor for class oracle.toplink.queryframework.ReadAllQuery
Return a new read all query.
ReadAllQuery(Object, QueryByExamplePolicy) - Constructor for class oracle.toplink.queryframework.ReadAllQuery
Return a query by example query to find all objects matching the attributes of the example object.
ReadAllQuery(ExpressionBuilder) - Constructor for class oracle.toplink.queryframework.ReadAllQuery
The expression builder should be provide on creation to ensure only one is used.
ReadAllQuery(Call) - Constructor for class oracle.toplink.queryframework.ReadAllQuery
Create a read all query with the database call.
readAnnotations(List, ClassReader, int, char[]) - Static method in class oracle.toplink.libraries.asm.attrs.Annotation
Utility method to read List of annotations.
readBeyondStream(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
readByte(int) - Method in class oracle.toplink.libraries.asm.ClassReader
Reads a byte value in b.
readClass(int, char[]) - Method in class oracle.toplink.libraries.asm.ClassReader
Reads a class constant pool item in b.
ReadConnectionPool - Class in oracle.toplink.threetier
Purpose:The read connection pool is used for read access through the server session.
ReadConnectionPool() - Constructor for class oracle.toplink.threetier.ReadConnectionPool
Build a new read connection pool.
ReadConnectionPool(String, Login, int, int, ServerSession) - Constructor for class oracle.toplink.threetier.ReadConnectionPool
Build a new read connection pool.
readConst(int, char[]) - Method in class oracle.toplink.libraries.asm.ClassReader
Reads a numeric or string constant pool item in b.
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
 
readInt(int) - Method in class oracle.toplink.libraries.asm.ClassReader
Reads a signed int value in b.
readLong(int) - Method in class oracle.toplink.libraries.asm.ClassReader
Reads a signed long value in b.
readObject(Class, Session) - Method in class oracle.toplink.queryframework.ReportQueryResult
If the PKs were retrieved with the attributes then this method can be used to read the real object from the database.
readObject(Class) - Method in interface oracle.toplink.sessions.Session
Read the first instance of the class from the database.
readObject(Class, String) - Method in interface oracle.toplink.sessions.Session
Deprecated. use readObject(Class domainClass, Call aCall)
readObject(Class, Call) - Method in interface oracle.toplink.sessions.Session
Read the first instance of the class from the database returned through execution the Call string.
readObject(Class, Expression) - Method in interface oracle.toplink.sessions.Session
Read the first instance of the class from the database matching the given expression.
readObject(Object) - Method in interface oracle.toplink.sessions.Session
Use the example object to consruct a read object query by the objects primary key.
ReadObjectQuery - Class in oracle.toplink.queryframework
Purpose: Concrete class for all read queries involving a single object.
ReadObjectQuery() - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
Return a new read object query.
ReadObjectQuery(Class) - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
Return a new read object query.
ReadObjectQuery(Class, Expression) - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
Return a new read object query for the class and the selection criteria.
ReadObjectQuery(Class, ExpressionBuilder) - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
Return a new read object query for the class.
ReadObjectQuery(Class, Call) - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
Return a new read object query.
ReadObjectQuery(Call) - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
Return a new read object query.
ReadObjectQuery(Object) - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
Return a query to read the object with the same primary key as the provided object.
ReadObjectQuery(Object, QueryByExamplePolicy) - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
Return a query by example query to find an object matching the attributes of the example object.
ReadObjectQuery(ExpressionBuilder) - Constructor for class oracle.toplink.queryframework.ReadObjectQuery
The expression builder should be provide on creation to ensure only one is used.
readOnly() - Method in class oracle.toplink.mappings.DatabaseMapping
To make mapping read only.
readParameterAnnotations(List, ClassReader, int, char[]) - Static method in class oracle.toplink.libraries.asm.attrs.Annotation
Utility method to read List of parameters annotations.
ReadQuery - Class in oracle.toplink.queryframework
Purpose: Abstract class for all read queries.
ReadQuery() - Constructor for class oracle.toplink.queryframework.ReadQuery
Initialize the state of the query
readShort(int) - Method in class oracle.toplink.libraries.asm.ClassReader
Reads a signed short value in b.
readSubclassesOnQueries() - Method in class oracle.toplink.descriptors.InheritancePolicy
Set the descriptor to read instance of itself and its subclasses when queried.
readUnsignedShort(int) - Method in class oracle.toplink.libraries.asm.ClassReader
Reads an unsigned short value in b.
readUTF8(int, char[]) - Method in class oracle.toplink.libraries.asm.ClassReader
Reads an UTF8 string constant pool item in b.
readWrite() - Method in class oracle.toplink.mappings.DatabaseMapping
The mapping can be dynamically made either readOnly or readWriteOnly.
RECEIVE - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
recognitionException - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
recognitionException - Static variable in exception oracle.toplink.exceptions.JPQLException
 
reconnect(RemoteConnection) - Method in class oracle.toplink.remote.DistributedSessionReconnectPolicy
Deprecated. This method is called by the Cache Synchronization manager when a connection to the remote service or remote sessions fails and must be re-connected.
reconnect(RemoteConnection) - Method in class oracle.toplink.remote.jms.JMSDistributedSessionReconnectPolicy
Deprecated. This method is called by the Cache Synchronization manager when a connection to the remote service or remote sessions fails and must be re-connected.
Record - Interface in oracle.toplink.sessions
This interface defines the public interface for the TopLink DatabaseRecord (was Record), and the other record types XMLRecord, EISRecord.
RecordConverter - Interface in oracle.toplink.eis
The RecordConverter interface allows conversion of an adapter specific record.
recordFetchedAttribute(Class, String) - Static method in class oracle.toplink.tools.profiler.FetchGroupMonitor
 
REDIRECTION_CLASS_OR_METHOD_NOT_SET - Static variable in exception oracle.toplink.exceptions.QueryException
 
REDIRECTION_METHOD_ERROR - Static variable in exception oracle.toplink.exceptions.QueryException
 
REDIRECTION_METHOD_NOT_DEFINED_CORRECTLY - Static variable in exception oracle.toplink.exceptions.QueryException
 
redirectionClassOrMethodNotSet(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
redirectionMethodError(Exception, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
redirectionMethodNotDefinedCorrectly(Class, String, Exception, DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
ref() - Method in class oracle.toplink.expressions.Expression
ADVANCED: For Object-relational support.
Ref - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
REF_PREFIX - Static variable in class oracle.toplink.ox.XMLConstants
 
REF_URL - Static variable in class oracle.toplink.ox.XMLConstants
 
reference(Reference) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
REFERENCE_CLASS_MISSING - Static variable in exception oracle.toplink.exceptions.QueryException
 
REFERENCE_CLASS_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
REFERENCE_DESCRIPTOR_CANNOT_BE_AGGREGATE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
REFERENCE_DESCRIPTOR_IS_NOT_AGGREGATE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
REFERENCE_DESCRIPTOR_IS_NOT_AGGREGATECOLLECTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
REFERENCE_KEY_FIELD_NOT_PROPERLY_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
REFERENCE_TABLE_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
REFERENCE_VALUE - Static variable in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
referenceClassMissing(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
referenceClassNotSpecified(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
REFERENCED_PROPERTY_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.SDOException
 
referenceDescriptorCannotBeAggregate(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
referenceDescriptorIsNotAggregate(String, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
referenceDescriptorIsNotAggregateCollection(String, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
referenceKeyFieldNotProperlySpecified(DatabaseField, ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
ReferenceMapping - Class in oracle.toplink.objectrelational
Purpose: In an object-relational data model, structures reference each other through "Refs"; not through foreign keys as in the relational data model.
ReferenceMapping() - Constructor for class oracle.toplink.objectrelational.ReferenceMapping
 
referenceTableNotSpecified(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
REFLECTIVE_CALL_ON_TOPLINK_CLASS_FAILED - Static variable in exception oracle.toplink.exceptions.QueryException
 
reflectiveCallOnTopLinkClassFailed(String, Exception) - Static method in exception oracle.toplink.exceptions.QueryException
 
REFRESH_NOT_POSSIBLE_WITH_CHECK_CACHE_ONLY - Static variable in exception oracle.toplink.exceptions.QueryException
 
REFRESH_NOT_POSSIBLE_WITHOUT_CACHE - Static variable in exception oracle.toplink.exceptions.QueryException
 
refreshAndLockObject(Object) - Method in interface oracle.toplink.sessions.DatabaseSession
Refresh the attributes of the object and of all of its private parts from the database.
refreshAndLockObject(Object, short) - Method in interface oracle.toplink.sessions.DatabaseSession
Refresh the attributes of the object and of all of its private parts from the database.
refreshAndLockObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Refresh the attributes of the object and of all of its private parts from the database.
refreshAndLockObject(Object, short) - Method in interface oracle.toplink.sessions.UnitOfWork
Refresh the attributes of the object and of all of its private parts from the database.
refreshIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Refresh the attributes of the object(s) resulting from the query.
refreshIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Refresh the attributes of the object(s) resulting from the query.
refreshNotPossibleWithCheckCacheOnly(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
refreshNotPossibleWithoutCache(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
refreshObject(Object) - Method in interface oracle.toplink.sessions.Session
Refresh the attributes of the object and of all of its private parts from the database.
refreshProject(String) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method used to reset a project in a session.
refreshProject(String) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method used to reset a project in a session.
refreshRemoteIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Refresh the attributes of the object(s) resulting from the query.
refreshRemoteIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Refresh the attributes of the object(s) resulting from the query.
RefToHex - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
Register - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
registerAllObjects(Collection) - Method in interface oracle.toplink.sessions.UnitOfWork
Register the objects with the unit of work.
registerAllObjects(Vector) - Method in interface oracle.toplink.sessions.UnitOfWork
Register the objects with the unit of work.
registerDispatcher() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: This method will register the dispatcher for this session in JNDI on the specified host.
registerDispatcher() - Method in class oracle.toplink.remote.corba.sun.CORBAJNDIClusteringService
Deprecated. ADVANCED: This method will register the dispatcher for this session in JNDI on the specified host.
registerDispatcher() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. ADVANCED: This method will register the dispatcher for this session in JNDI on the specified host.
registerDispatcher() - Method in class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. ADVANCED: This method will register the dispatcher for this session in JNDI on the specified host.
registerDispatcher() - Method in class oracle.toplink.remote.rmi.RMIClusteringService
Deprecated. ADVANCED: This method will register the dispatcher for this session in JNDI on the specified host.
registerDispatcher() - Method in class oracle.toplink.remote.rmi.RMIJNDIClusteringService
Deprecated. ADVANCED: This method will register the dispatcher for this session in JNDI on the specified host.
registerDispatcher() - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. ADVANCED: This method will register the dispatcher for this session in JNDI on the specified host.
registerExistingObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Register the existing object with the unit of work.
registerNewObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Register the new object with the unit of work.
registerObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Register the object with the unit of work.
registerObject(Class, Object, String) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Register the object given its name.
registerObject(Object, String) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Register the object given its name.
registerOrMergeAttribute(Object, String, EntityContext) - Static method in class oracle.toplink.ejb.cmp.SessionAccessor
Merge the changes from the remote clone into the server version of the object(s) for a bean's attribute.
registerOrMergeObject(Object, EntityContext) - Static method in class oracle.toplink.ejb.cmp.SessionAccessor
Merge the changes from the remote clone into the server version of the object(s) for a bean's attribute.
registerOutputParameter(CallableStatement, int, int) - Method in class oracle.toplink.platform.database.SybasePlatform
This method is used to register output parameter on Callable Statements for Stored Procedures as each database seems to have a different method.
registerSession(String, AbstractSession) - Method in class oracle.toplink.sessionbroker.SessionBroker
Register the session under its name.
registerSession(String, Session) - Method in class oracle.toplink.sessionbroker.SessionBroker
Register the session under its name.
REGISTRY_NAMING_SERVICE - Static variable in class oracle.toplink.remotecommand.TransportManager
 
relate(Expression, Object, SpatialParameters) - Static method in class oracle.toplink.expressions.spatial.SpatialExpressionFactory
Return an Expression for the MDSYS.MDSYS.SDO_RELATE Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes SpatialParameters parameters = new SpatialParameters(); parameters..setMask(Mask.ANYINTERACT).setQueryType(QueryType.WINDOW); Expression selectCriteria = SpatialExpressions.relate(jGeometry1, jGeometry2, parameters);
RELATION_KEY_FIELD_NOT_PROPERLY_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RelationalDescriptor - Class in oracle.toplink.descriptors
Purpose: TopLink has been designed to take advantage of the similarities between relational databases and objects while accommodating for their differences, providing an object oriented wrapper for relational databases.
RelationalDescriptor() - Constructor for class oracle.toplink.descriptors.RelationalDescriptor
Return a new descriptor.
relationKeyFieldNotProperlySpecified(DatabaseField, ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
relative(int) - Method in class oracle.toplink.queryframework.ScrollableCursor
Moves the cursor a relative number of rows, either positive or negative.
release() - Method in class oracle.toplink.remote.DistributedSession
Logout the session, close the remote connection and release the hold resources
release() - Method in class oracle.toplink.sessionbroker.SessionBroker
Release the session.
release() - Method in interface oracle.toplink.sessions.Session
Release the session.
release() - Method in interface oracle.toplink.sessions.UnitOfWork
Release the unit of work.
releaseClientSessionBroker() - Method in class oracle.toplink.sessionbroker.SessionBroker
Deprecated. Since OracleAS TopLink 10g (10.0.3). Use release().
releasePrevious() - Method in class oracle.toplink.queryframework.CursoredStream
Release all objects read in so far.
RemoteChangeSet - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
RemoteCommandManager - Class in oracle.toplink.remotecommand
Purpose: Provide a CommandManager implementation that will be used by both TopLink and non-TopLink applications.
RemoteCommandManager(CommandProcessor) - Constructor for class oracle.toplink.remotecommand.RemoteCommandManager
 
RemoteCommandManager(CommandProcessor, TransportManager) - Constructor for class oracle.toplink.remotecommand.RemoteCommandManager
 
RemoteCommandManagerException - Exception in oracle.toplink.exceptions
Instances of this exception are raised if a problem is detected in the RemoteCommandManager (RCM) feature.
RemoteCommandManagerException() - Constructor for exception oracle.toplink.exceptions.RemoteCommandManagerException
 
RemoteCommandManagerException(String) - Constructor for exception oracle.toplink.exceptions.RemoteCommandManagerException
 
RemoteSession - Class in oracle.toplink.remote
Purpose: Provide transparent remote three-tiered replacation support.
RemoteSession(RemoteConnection) - Constructor for class oracle.toplink.remote.RemoteSession
Creates a RemoteSession.
REMOVE - Static variable in class oracle.toplink.descriptors.changetracking.CollectionChangeEvent
 
remove(Object) - Method in class oracle.toplink.ejb.cmp.EjbCollection
 
remove(EJBObject, Vector) - Static method in class oracle.toplink.ejb.cmp.EJBCollectionHelper
With vectors of EJBObjects you cannot use the regular contains() method since this will use the .equals() method for comparing EJBObjects which is not valid - isIdentical should be used instead.
remove(Object) - Method in class oracle.toplink.ejb.EJBDataStore
Delete the bean from the database.
remove(EntityBean) - Method in class oracle.toplink.ejb.EJBDataStore
Delete the bean from the database.
remove(Object) - Method in class oracle.toplink.indirection.EJBIndirectList
 
remove(Object) - Method in class oracle.toplink.indirection.EJBIndirectSet
 
remove(int) - Method in class oracle.toplink.indirection.IndirectList
 
remove(Object) - Method in class oracle.toplink.indirection.IndirectList
 
remove(Object) - Method in class oracle.toplink.indirection.IndirectMap
 
remove(Object) - Method in class oracle.toplink.indirection.IndirectSet
 
remove() - Method in class oracle.toplink.queryframework.ScrollableCursor
Remove is not support with scrollable cursors.
removeAll(Collection) - Method in class oracle.toplink.indirection.IndirectList
 
removeAll(Collection) - Method in class oracle.toplink.indirection.IndirectSet
 
removeAllElements() - Method in class oracle.toplink.indirection.IndirectList
 
removeAllReadOnlyClasses() - Method in interface oracle.toplink.sessions.UnitOfWork
Empties the set of read-only classes.
removeAllRemoteConnections() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Remove all remote connections for cache synchronisation.
removeAllSequences() - Method in class oracle.toplink.sessions.DatasourceLogin
Remove all sequences but the default one.
removeAttribute(String) - Method in class oracle.toplink.queryframework.FetchGroup
Remove an attribute from the group.
removeConversion(QName, Class) - Method in class oracle.toplink.ox.XMLField
Remove both a Java to XML Conversion and the corresponding XML to Java Conversion entry
removeElement(Object) - Method in class oracle.toplink.indirection.EJBIndirectList
 
removeElement(Object) - Method in class oracle.toplink.indirection.IndirectList
 
removeElementAt(int) - Method in class oracle.toplink.indirection.IndirectList
 
removeForceUpdateToVersionField(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Remove optimistic read lock from the object See forceUpdateToVersionField(Object)
removeFromIdentityMap(Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Removes the Object from the Object cache.
removeFromIdentityMap(Vector, Class) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Removes the Object with given primary key and Class from the Object cache.
removeFromIdentityMap(Object) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
removeFromIdentityMap(Vector, Class) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
removeFromValuesToExclude(Object) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Considers all attributes set to a previously excluded value on the example object.
removeJavaConversion(Class) - Method in class oracle.toplink.ox.XMLField
Remove a Java to XML Conversion entry
removeListener(DescriptorEventListener) - Method in class oracle.toplink.descriptors.DescriptorEventManager
Remove a event listener.
removeListener(SessionEventListener) - Method in class oracle.toplink.sessions.SessionEventManager
Remove the event listener from the session.
removeLocalConnection() - Method in class oracle.toplink.remotecommand.corba.CORBATransportManager
ADVANCED: Remove the local connection from remote accesses.
removeLocalConnection() - Method in class oracle.toplink.remotecommand.rmi.RMITransportManager
ADVANCED: Remove the local connection from remote accesses.
removeLocalConnection() - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Remove the local connection from remote accesses.
removeMappingForAttributeName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Removes the locally defined mapping associated with a given attribute name.
removeNamespace(String) - Method in class oracle.toplink.ox.NamespaceResolver
 
removeNullCapableValue(NullCapableValue) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
removeObject(Class, String) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Remove the object given its class and name.
removeObject(Object, String) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Remove the object given its name.
removeProperty(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Remove the user defined property.
removeProperty(String) - Method in class oracle.toplink.sessions.DatasourceLogin
Some drivers don't like the "user" and "password" properties.
removeProperty(String) - Method in interface oracle.toplink.sessions.Session
Remove the user defined property.
removeProperty(Object) - Method in class oracle.toplink.threetier.ConnectionPolicy
This method is used to remove a custom property from the Connection Policy.
removeQuery(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Remove all queries with the given query name from the set of pre-defined queries
removeQuery(String, Vector) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Remove the specific query with the given queryName and argumentTypes.
removeQuery(String) - Method in interface oracle.toplink.sessions.Session
Remove the query name from the set of pre-defined queries
removeReadOnlyClass(Class) - Method in interface oracle.toplink.sessions.UnitOfWork
Removes a Class from the receiver's set of read-only classes.
removeReadOnlyTranslation(String) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Remove the specified read translation.
removeReadTranslation(String) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Remove the specified read translation.
removeRemoteConnection(RemoteConnection) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Remove a remote connection for cache synchronisation.
removeSequence(String) - Method in class oracle.toplink.sessions.DatasourceLogin
Remove sequence corresponding to name.
removeWriteOnlyTranslation(String) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Remove the specified write translation.
removeWriteTranslation(String) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Remove the specified write translation.
removeXMLConversion(QName) - Method in class oracle.toplink.ox.XMLField
Remove an XML to Java Conversion entry
replace(Object, Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string with occurances of the first substring replaced with the second substring.
Replace - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
replaceDefaultTables() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Drop and recreate the default table schema for the TopLink project this session associated with.
replaceDefaultTables(boolean, boolean) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Drop and recreate the default table schema for the TopLink project this session associated with.
replaceLocalHostIPAddress(String) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
ADVANCED: Allow user to replace the $HOST subString of the local host URL with the user user input at runtime.
replaceObject(DatabaseObjectDefinition) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Use the definition object to drop and recreate the schema entity on the database.
replaceSequences() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Drop and recreate all the receiver's sequences on the database for all of the loaded descriptors.
replaceTables(DatabaseSession) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Recreate the tables on the database.
replaceTables(DatabaseSession, SchemaManager) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Recreate the tables on the database.
replaceTables(DatabaseSession, SchemaManager, boolean) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Recreate the tables on the database.
replaceTransportPortNumber(String) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
ADVANCED: Allow user to replace the $PORT subString of the local host URL with the user user input at runtime.
replicate(int) - Method in class oracle.toplink.expressions.Expression
return the result of this query repeated a given number of times.
replicate(Object) - Method in class oracle.toplink.expressions.Expression
return the result of this query repeated a given number of times.
Replicate - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
REPLY_TO_DESTINATION - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
REPLY_TO_DESTINATION_URL - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
REPORT_QUERY_RESULT_SIZE_MISMATCH - Static variable in exception oracle.toplink.exceptions.QueryException
 
REPORT_RESULT_WITHOUT_PKS - Static variable in exception oracle.toplink.exceptions.QueryException
 
ReportQuery - Class in oracle.toplink.queryframework
Purpose: Query for information about a set of objects instead of the objects themselves.
ReportQuery(Class, Expression) - Constructor for class oracle.toplink.queryframework.ReportQuery
 
ReportQuery(Class, ExpressionBuilder) - Constructor for class oracle.toplink.queryframework.ReportQuery
The report query is require to be constructor with an expression builder.
ReportQuery(ExpressionBuilder) - Constructor for class oracle.toplink.queryframework.ReportQuery
The report query is require to be constructor with an expression builder.
ReportQueryResult - Class in oracle.toplink.queryframework
Purpose: A single row (type) result for a ReportQuery Description: Represents a single row of attribute values (converted using mapping) for a ReportQuery.
ReportQueryResult(ReportQuery, AbstractRecord, Vector) - Constructor for class oracle.toplink.queryframework.ReportQueryResult
 
reportQueryResultSizeMismatch(int, int) - Static method in exception oracle.toplink.exceptions.QueryException
 
reportQueryResultWithoutPKs(ReportQueryResult) - Static method in exception oracle.toplink.exceptions.QueryException
 
REQUIRED_ATTRIBUTE_NOT_EXIST - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
requiresAutoCommit() - Method in class oracle.toplink.eis.EISPlatform
Return if this platform requires auto commit of the local transaction for interactions outside of an interaction.
requiresNamedPrimaryKeyConstraints() - Method in class oracle.toplink.platform.database.AccessPlatform
This is used as some databases create the primary key constraint differently, i.e.
requiresProcedureCallBrackets() - Method in class oracle.toplink.platform.database.InformixPlatform
USed for sp calls.
requiresProcedureCallBrackets() - Method in class oracle.toplink.platform.database.SQLServerPlatform
USed for sp calls.
requiresProcedureCallBrackets() - Method in class oracle.toplink.platform.database.SybasePlatform
USed for sp calls.
requiresProcedureCallOuputToken() - Method in class oracle.toplink.platform.database.SQLServerPlatform
Used for sp calls.
requiresProcedureCallOuputToken() - Method in class oracle.toplink.platform.database.SybasePlatform
Used for sp calls.
reset() - Method in class oracle.toplink.queryframework.CursoredStream
Repositions this stream to the position at the time the mark method was last called on this stream.
resetAllConnections() - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to reset connections from the session to the database.
resetAllConnections() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to reset connections from the session to the database.
resetAllConnections() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to reset connections from the session to the database.
resetAllConnections() - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to reset connections from the session to the database.
resetAllConnections() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to reset connections from the session to the database.
resetDefaultManager() - Static method in class oracle.toplink.tools.schemaframework.PopulationManager
Reset the default instance.
resetDistinct() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
resetSequencing() - Method in interface oracle.toplink.sequencing.SequencingControl
ADVANCED: Immediately re-create sequencing object.
resetStringBuffer() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
resolutionClassNotFoundException - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
resolutionClassNotFoundException(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
resolutionClassNotFoundException - Static variable in exception oracle.toplink.exceptions.JPQLException
 
resolutionClassNotFoundException(String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
resolutionClassNotFoundException2 - Static variable in exception oracle.toplink.exceptions.JPQLException
 
resolutionClassNotFoundException2(String, int, int, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
resolveNamespacePrefix(String) - Method in class oracle.toplink.ox.NamespaceResolver
Returns the namespace URI associated with a specified namespace prefix
resolveNamespacePrefix(XPathFragment, NamespaceResolver) - Method in class oracle.toplink.ox.record.ContentHandlerRecord
 
resolveNamespacePrefix(String) - Method in class oracle.toplink.ox.record.ContentHandlerRecord
 
resolveNamespacePrefix(String) - Method in class oracle.toplink.ox.record.DOMRecord
 
resolveNamespacePrefix(String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
resolveNamespacePrefix(String) - Method in class oracle.toplink.ox.record.XMLRecord
 
resolveNamespacePrefix(Node, String) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
resolveNamespacePrefix(String) - Method in class oracle.toplink.platform.xml.xdk.XDKNamespaceResolver
 
resolveNamespacePrefix(Node, String) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
 
resolveNamespacePrefix(String) - Method in interface oracle.toplink.platform.xml.XMLNamespaceResolver
 
resolveNamespacePrefix(Node, String) - Method in interface oracle.toplink.platform.xml.XMLPlatform
Return the namespace URI for the specified namespace prefix relative to the context node.
resolveNamespaceURI(String) - Method in class oracle.toplink.ox.NamespaceResolver
Return the namespace prefix associated with a namespace URI.
resolveNamespaceUri(String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
RESOURCE_EXCEPTION - Static variable in exception oracle.toplink.eis.EISException
 
resourceException(Exception, EISAccessor, AbstractSession) - Static method in exception oracle.toplink.eis.EISException
 
resourceException(ResourceException, EISAccessor, AbstractSession) - Static method in exception oracle.toplink.eis.EISException
 
resourceException(ResourceException, Call, EISAccessor, AbstractSession) - Static method in exception oracle.toplink.eis.EISException
 
ResultSetMappingQuery - Class in oracle.toplink.queryframework
Purpose: Concrete class to perform read using raw SQL and the SQLResultSetMapping.
ResultSetMappingQuery() - Constructor for class oracle.toplink.queryframework.ResultSetMappingQuery
Initialize the state of the query.
ResultSetMappingQuery(Call) - Constructor for class oracle.toplink.queryframework.ResultSetMappingQuery
Initialize the query to use the specified call.
ResultSetMappingQuery(Call, String) - Constructor for class oracle.toplink.queryframework.ResultSetMappingQuery
Initialize the query to use the specified call and SQLResultSetMapping
RET - Static variable in interface oracle.toplink.libraries.asm.Constants
 
retainAll(Collection) - Method in class oracle.toplink.indirection.IndirectList
 
retainAll(Collection) - Method in class oracle.toplink.indirection.IndirectSet
 
retrievePrimaryKeys() - Method in class oracle.toplink.queryframework.ReportQuery
Set if the query results should contain the primary keys or each associated object.
RETURN - Static variable in interface oracle.toplink.libraries.asm.Constants
 
RETURN_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURN_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURN_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURN_TYPE_IN_GET_ATTRIBUTE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURNADDRESS_VALUE - Static variable in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
returnAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returnAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returnAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
RETURNING_POLICY_AND_DESCRIPTOR_FIELD_TYPE_CONFLICT - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURNING_POLICY_FIELD_INSERT_CONFLICT - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURNING_POLICY_FIELD_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURNING_POLICY_FIELD_TYPE_CONFLICT - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURNING_POLICY_MAPPED_FIELD_TYPE_NOT_SET - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURNING_POLICY_MAPPING_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
RETURNING_POLICY_UNMAPPED_FIELD_TYPE_NOT_SET - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
ReturningPolicy - Class in oracle.toplink.descriptors
Purpose: Allows for INSERT or UPDATE operations to return values back into the object being written.
ReturningPolicy() - Constructor for class oracle.toplink.descriptors.ReturningPolicy
 
returningPolicyAndDescriptorFieldTypeConflict(String, String, String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returningPolicyFieldInsertConflict(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returningPolicyFieldNotSupported(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returningPolicyFieldTypeConflict(String, String, String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returningPolicyMappedFieldTypeNotSet(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returningPolicyMappingNotSupported(String, String, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returningPolicyUnmappedFieldTypeNotSet(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returnSingleAttribute() - Method in class oracle.toplink.queryframework.ReportQuery
Simplify the result by returning a single attribute.
returnSingleResult() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning the first result.
returnSingleValue() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning a single value.
returnTypeInGetAttributeAccessor(String, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
returnWithoutReportQueryResult() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning a single value.
reverse() - Method in class oracle.toplink.expressions.Expression
Function return the reverse of the query result.
Reverse - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
revertAndResume() - Method in interface oracle.toplink.sessions.UnitOfWork
Revert all changes made to any registered object.
revertObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Revert the object's attributes from the parent.
right(int) - Method in class oracle.toplink.expressions.Expression
Function return a given number of characters starting at the right of a string.
right(Object) - Method in class oracle.toplink.expressions.Expression
Function return a given number of characters starting at the right of a string.
Right - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
rightPad(int, Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string padded with the substring to the size.
rightPad(Object, Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string padded with the substring to the size.
RightPad - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
rightTrim() - Method in class oracle.toplink.expressions.Expression
Function, returns the string right trimmed for white space.
rightTrim(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string with the substring trimed from the right.
RightTrim - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
RightTrim2 - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
RMIClusteringService - Class in oracle.toplink.remote.rmi
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RMITransportManager
RMIClusteringService(String, int, Session) - Constructor for class oracle.toplink.remote.rmi.RMIClusteringService
Deprecated. ADVANCED: Creates a RMIClusteringService
RMIClusteringService(Session) - Constructor for class oracle.toplink.remote.rmi.RMIClusteringService
Deprecated. Creates a RMIClusteringService
RMIConnection - Class in oracle.toplink.remote.rmi.iiop
This class exists on on the client side which talks to remote session controller through RMI connection.
RMIConnection(RMIRemoteSessionController) - Constructor for class oracle.toplink.remote.rmi.iiop.RMIConnection
The connection must be create from the server-side session controllers stub.
RMIConnection - Class in oracle.toplink.remote.rmi
This class exists on on the client side which talks to remote session controller through RMI connection.
RMIConnection(RMIRemoteSessionController) - Constructor for class oracle.toplink.remote.rmi.RMIConnection
The connection must be create from the server-side session controllers stub.
RMIConnection - Class in oracle.toplink.remote.rmi.wls
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RMIConnection
RMIConnection(RMIRemoteSessionController) - Constructor for class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. The connection must be create from the server-side session controllers stub.
RMIJNDIClusteringService - Class in oracle.toplink.remote.rmi.iiop
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RMITransportManager
RMIJNDIClusteringService(String, int, Session) - Constructor for class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. ADVANCED: Creates a RMIJNDIClusteringService
RMIJNDIClusteringService(Session) - Constructor for class oracle.toplink.remote.rmi.iiop.RMIJNDIClusteringService
Deprecated. Creates a RMIJNDIClusteringService
RMIJNDIClusteringService - Class in oracle.toplink.remote.rmi
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RMITransportManager
RMIJNDIClusteringService(String, int, Session) - Constructor for class oracle.toplink.remote.rmi.RMIJNDIClusteringService
Deprecated. ADVANCED: Creates a RMIJNDIClusteringService
RMIJNDIClusteringService(Session) - Constructor for class oracle.toplink.remote.rmi.RMIJNDIClusteringService
Deprecated. Creates a RMIJNDIClusteringService
RMIRemoteSessionController - Interface in oracle.toplink.remote.rmi.iiop
Defines the public methods remote connection can invoke on the remote session controller.
RMIRemoteSessionController - Interface in oracle.toplink.remote.rmi
Defines the public methods remote connection can invoke on the remote session controller.
RMIRemoteSessionController - Interface in oracle.toplink.remote.rmi.wls
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RMIRemoteSessionController
RMIRemoteSessionControllerDispatcher - Class in oracle.toplink.remote.rmi.iiop
RemoteSessionController sits between the remote session and the session.
RMIRemoteSessionControllerDispatcher(AbstractSession) - Constructor for class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
 
RMIRemoteSessionControllerDispatcher(Session) - Constructor for class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
 
RMIRemoteSessionControllerDispatcher - Class in oracle.toplink.remote.rmi
RemoteSessionController sits between the remote session and the session.
RMIRemoteSessionControllerDispatcher(AbstractSession) - Constructor for class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
 
RMIRemoteSessionControllerDispatcher(Session) - Constructor for class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
 
RMIRemoteSessionControllerDispatcher - Class in oracle.toplink.remote.rmi.wls
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RMIRemoteSessionControllerDispatcher
RMIRemoteSessionControllerDispatcher(AbstractSession) - Constructor for class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated.  
RMIRemoteSessionControllerDispatcher(Session) - Constructor for class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated.  
RMIRemoteSessionControllerDispatcher_Stub - Class in oracle.toplink.remote.rmi
 
RMIRemoteSessionControllerDispatcher_Stub(RemoteRef) - Constructor for class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
RMITransportManager - Class in oracle.toplink.remotecommand.rmi
Purpose: Provide an RMI transport implementation for RCM.
RMITransportManager(RemoteCommandManager) - Constructor for class oracle.toplink.remotecommand.rmi.RMITransportManager
 
rollbackTransaction() - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Rollback a transaction on the database.
rollbackTransaction() - Method in class oracle.toplink.remote.DistributedSession
Rollback a transaction on the server.
rollbackTransaction() - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Rollback a transaction on the database.
rollbackTransaction() - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Rollback a transaction on the database.
rollbackTransaction() - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Rollback a transaction on the database.
rollbackTransaction() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Rollback a transaction on the database.
rollbackTransaction() - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
rollbackTransaction() - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Rollback a transaction on the database.
rollbackTransaction() - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Rollback a transaction on the database.
rollbackTransaction() - Method in interface oracle.toplink.sessions.DatabaseSession
Rollback the active database transaction.
round(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
round(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Round - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
roundDate(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the date rounded to the year, month or day.
RoundDate - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
ROW_FETCH - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
RowFetch - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
run() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. This is the main execution method of this class.
run() - Method in class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. This is the main execution method of this class.
RuntimeInvisibleAnnotations - Class in oracle.toplink.libraries.asm.attrs
The RuntimeInvisibleAnnotations attribute is similar to the RuntimeVisibleAnnotations attribute, except that the annotations represented by a RuntimeInvisibleAnnotations attribute must not be made available for return by reflective APIs, unless the JVM has been instructed to retain these annotations via some implementation-specific mechanism such as a command line flag.
RuntimeInvisibleAnnotations() - Constructor for class oracle.toplink.libraries.asm.attrs.RuntimeInvisibleAnnotations
 
RuntimeInvisibleParameterAnnotations - Class in oracle.toplink.libraries.asm.attrs
The RuntimeInvisibleParameterAnnotations attribute is similar to the RuntimeVisibleParameterAnnotations attribute, except that the annotations represented by a RuntimeInvisibleParameterAnnotations attribute must not be made available for return by reflective APIs, unless the JVM has specifically been instructed to retain these annotations via some implementation-specific mechanism such as a command line flag.
RuntimeInvisibleParameterAnnotations() - Constructor for class oracle.toplink.libraries.asm.attrs.RuntimeInvisibleParameterAnnotations
 
RuntimeServices - Class in oracle.toplink.services
Deprecated. Will be replaced by a server-specific equivalent for oracle.toplink.services.oc4j.Oc4jRuntimeServices
RuntimeServices() - Constructor for class oracle.toplink.services.RuntimeServices
Deprecated. Default Constructor
RuntimeServices(AbstractSession) - Constructor for class oracle.toplink.services.RuntimeServices
Deprecated. Constructor
RuntimeVisibleAnnotations - Class in oracle.toplink.libraries.asm.attrs
The RuntimeVisibleAnnotations attribute is a variable length attribute in the attributes table of the ClassFile, field_info, and method_info structures.
RuntimeVisibleAnnotations() - Constructor for class oracle.toplink.libraries.asm.attrs.RuntimeVisibleAnnotations
 
RuntimeVisibleParameterAnnotations - Class in oracle.toplink.libraries.asm.attrs
The RuntimeVisibleParameterAnnotations attribute is a variable length attribute in the attributes table of the method_info structure.
RuntimeVisibleParameterAnnotations() - Constructor for class oracle.toplink.libraries.asm.attrs.RuntimeVisibleParameterAnnotations
 

S

SALOAD - Static variable in interface oracle.toplink.libraries.asm.Constants
 
SASTORE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
SAX_PARSER_ERROR - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
SAXClassAdapter - Class in oracle.toplink.libraries.asm.xml
A ClassVisitor that generates SAX 2.0 events from the visited class.
SAXClassAdapter(ContentHandler, boolean) - Constructor for class oracle.toplink.libraries.asm.xml.SAXClassAdapter
Constructs a new SAXClassAdapter object.
SAXCodeAdapter - Class in oracle.toplink.libraries.asm.xml
A CodeVisitor that generates SAX 2.0 events from the visited code.
SAXCodeAdapter(ContentHandler) - Constructor for class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
Constructs a new SAXCodeAdapter object.
SAXDocumentBuilder - Class in oracle.toplink.platform.xml
Purpose: Build a DOM from SAX events.
SAXDocumentBuilder() - Constructor for class oracle.toplink.platform.xml.SAXDocumentBuilder
 
SAXParseException - Interface in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
SAXParseExceptionWrapper - Class in oracle.toplink.xml.xerces
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
SAXParseExceptionWrapper(SAXParseException) - Constructor for class oracle.toplink.xml.xerces.SAXParseExceptionWrapper
Deprecated. Construct a new instance for the specified wrapped exception.
SAXPlatform - Class in oracle.toplink.ox.platform
 
SAXPlatform() - Constructor for class oracle.toplink.ox.platform.SAXPlatform
 
SCHEMA - Static variable in class oracle.toplink.eis.adapters.aq.AQPlatform
 
SCHEMA - Static variable in class oracle.toplink.eis.adapters.blackbox.BlackboxPlatform
 
SCHEMA_INSTANCE_PREFIX - Static variable in class oracle.toplink.ox.XMLConstants
 
SCHEMA_INSTANCE_URL - Static variable in class oracle.toplink.ox.XMLConstants
 
SCHEMA_LOCATION - Static variable in class oracle.toplink.ox.XMLConstants
 
SCHEMA_NIL_ATTRIBUTE - Static variable in class oracle.toplink.ox.XMLConstants
 
SCHEMA_PREFIX - Static variable in class oracle.toplink.ox.XMLConstants
 
SCHEMA_REFERENCE_NOT_SET - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
SCHEMA_TYPE_ATTRIBUTE - Static variable in class oracle.toplink.ox.XMLConstants
 
SCHEMA_URL - Static variable in class oracle.toplink.ox.XMLConstants
 
SCHEMA_VALIDATION - Static variable in class oracle.toplink.ox.XMLUnmarshaller
 
SCHEMA_VALIDATION - Static variable in class oracle.toplink.ox.XMLValidator
 
SCHEMA_VALIDATION - Static variable in interface oracle.toplink.platform.xml.XMLParser
 
SchemaManager - Class in oracle.toplink.tools.schemaframework
Purpose: Define all user level protocol for development time database manipulation.
SchemaManager(DatabaseSessionImpl) - Constructor for class oracle.toplink.tools.schemaframework.SchemaManager
 
SchemaManager(DatabaseSession) - Constructor for class oracle.toplink.tools.schemaframework.SchemaManager
 
schemaManager - Variable in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
 
schemaReferenceNotSet(XMLDescriptor) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
ScrollableCursor - Class in oracle.toplink.queryframework
 
scrollableCursorAbsolute(ObjID, int) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(ObjID, int) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(ObjID, int) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(ObjID, int) - Method in class oracle.toplink.remote.rmi.RMIConnection
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorAbsolute(ObjID, int) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Moves the cursor to the given row number in the result set
scrollableCursorAfterLast(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorAfterLast(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Moves the cursor to the end of the result set, just after the last row.
scrollableCursorBeforeFirst(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorBeforeFirst(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Moves the cursor to the front of the result set, just before the first row
scrollableCursorClose(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Used for closing scrollable cursor across RMI.
scrollableCursorClose(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Used for closing scrollable cursor across RMI.
scrollableCursorClose(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Used for closing scrollable cursor across RMI.
scrollableCursorClose(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorClose(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Used for closing scrollable cursor across RMI.
scrollableCursorCurrentIndex(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieves the current row index number
scrollableCursorCurrentIndex(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Retrieves the current row index number
scrollableCursorCurrentIndex(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieves the current row index number
scrollableCursorCurrentIndex(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorCurrentIndex(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Retrieves the current row index number
scrollableCursorFirst(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the first row in the result set
scrollableCursorFirst(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Moves the cursor to the first row in the result set
scrollableCursorFirst(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the first row in the result set
scrollableCursorFirst(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorFirst(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Moves the cursor to the first row in the result set
scrollableCursorIsAfterLast(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorIsAfterLast(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsBeforeFirst(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorIsBeforeFirst(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsFirst(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorIsFirst(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsLast(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorIsLast(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Indicates whether the cursor is on the last row of the result set.
scrollableCursorLast(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the last row in the result set
scrollableCursorLast(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Moves the cursor to the last row in the result set
scrollableCursorLast(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the last row in the result set
scrollableCursorLast(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorLast(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Moves the cursor to the last row in the result set
scrollableCursorNextObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieve next object from the scrollable cursor
scrollableCursorNextObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieve next object from the scrollable cursor
scrollableCursorNextObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.rmi.RMIConnection
Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieve next object from the scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorNextObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Retrieve next object from the scrollable cursor
ScrollableCursorPolicy - Class in oracle.toplink.queryframework
ScrollableCursorPolicy allows for additional options to be specified for ReadAllQuery or DataReadQuery.
ScrollableCursorPolicy() - Constructor for class oracle.toplink.queryframework.ScrollableCursorPolicy
Create a new scrollable cursor policy.
scrollableCursorPreviousObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieve previous object from the scrollable cursor
scrollableCursorPreviousObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieve previous object from the scrollable cursor
scrollableCursorPreviousObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.rmi.RMIConnection
Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieve previous object from the scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorPreviousObject(ObjID, ReadQuery, RemoteSession) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Retrieve previous object from the scrollable cursor
scrollableCursorRelative(ObjID, int) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorRelative(ObjID, int) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Moves the cursor to the given row number in the result set
scrollableCursorRelative(ObjID, int) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in interface oracle.toplink.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorRelative(ObjID, int) - Method in class oracle.toplink.remote.rmi.RMIConnection
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in interface oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorRelative(ObjID, int) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in interface oracle.toplink.remote.rmi.wls.RMIRemoteSessionController
Deprecated. Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Moves the cursor to the given row number in the result set
scrollableCursorSize(ObjID) - Method in class oracle.toplink.remote.corba.sun.CORBAConnection
Return the scrollable cursor size
scrollableCursorSize(Transporter) - Method in class oracle.toplink.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Return the cursor size
scrollableCursorSize(ObjID) - Method in class oracle.toplink.remote.jms.JMSConnection
Deprecated. Return the scrollable cursor size
scrollableCursorSize(ObjID) - Method in class oracle.toplink.remote.rmi.iiop.RMIConnection
Return the scrollable cursor size
scrollableCursorSize(Transporter) - Method in class oracle.toplink.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Return the cursor size
scrollableCursorSize(ObjID) - Method in class oracle.toplink.remote.rmi.RMIConnection
Return the scrollable cursor size
scrollableCursorSize(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher
Return the cursor size
scrollableCursorSize(Transporter) - Method in class oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
 
scrollableCursorSize(ObjID) - Method in class oracle.toplink.remote.rmi.wls.RMIConnection
Deprecated. Return the scrollable cursor size
scrollableCursorSize(Transporter) - Method in class oracle.toplink.remote.rmi.wls.RMIRemoteSessionControllerDispatcher
Deprecated. Return the cursor size
SDK_PLATFORM_DOES_SUPPORT_SEQUENCES - Static variable in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
SDKAccessor - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKAccessor() - Constructor for class oracle.toplink.sdk.SDKAccessor
Deprecated. Default Constructor.
SDKAggregateCollectionMapping - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKAggregateCollectionMapping() - Constructor for class oracle.toplink.sdk.SDKAggregateCollectionMapping
Deprecated. Default constructor.
SDKAggregateObjectMapping - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKAggregateObjectMapping() - Constructor for class oracle.toplink.sdk.SDKAggregateObjectMapping
Deprecated. Default constructor.
SDKCall - Interface in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKCollectionChangeRecord - Interface in oracle.toplink.changesets
Deprecated. since OracleAS TopLink 10g (10.1.3).
SDKCollectionMapping - Interface in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKCollectionMappingHelper - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKCollectionMappingHelper(SDKCollectionMapping) - Constructor for class oracle.toplink.sdk.SDKCollectionMappingHelper
Deprecated. Constructor.
SDKDataStoreException - Exception in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKDescriptor - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKDescriptor() - Constructor for class oracle.toplink.sdk.SDKDescriptor
Deprecated. Construct an initialized descriptor.
SDKDescriptorException - Exception in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKDirectCollectionMapping - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKDirectCollectionMapping() - Constructor for class oracle.toplink.sdk.SDKDirectCollectionMapping
Deprecated. Default constructor.
SDKFieldValue - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKFieldValue() - Constructor for class oracle.toplink.sdk.SDKFieldValue
Deprecated. Default constructor.
SDKFieldValue(Vector, String, boolean) - Constructor for class oracle.toplink.sdk.SDKFieldValue
Deprecated. Construct a field value with the specified collection of elements and element "data type".
SDKLogin - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKLogin() - Constructor for class oracle.toplink.sdk.SDKLogin
Deprecated. Default constructor.
SDKLogin(Platform) - Constructor for class oracle.toplink.sdk.SDKLogin
Deprecated. Constructor.
SDKObjectCollectionMapping - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKObjectCollectionMapping() - Constructor for class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Default constructor.
SDKOrderedCollectionChangeRecord - Interface in oracle.toplink.changesets
Deprecated. since OracleAS TopLink 10g (10.1.3).
SDKPlatform - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKPlatform() - Constructor for class oracle.toplink.sdk.SDKPlatform
Deprecated. Default constructor.
sdkPlatformDoesNotSupportSequences() - Static method in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
SDKQueryException - Exception in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKQueryMechanism - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKQueryMechanism(DatabaseQuery) - Constructor for class oracle.toplink.sdk.SDKQueryMechanism
Deprecated. Construct a new mechanism for the specified query.
SDKQueryMechanism(DatabaseQuery, AbstractSDKCall) - Constructor for class oracle.toplink.sdk.SDKQueryMechanism
Deprecated. Construct a new mechanism for the specified query and call.
SDKSequence - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SDKSequence() - Constructor for class oracle.toplink.sdk.SDKSequence
Deprecated.  
SDKSequence(String) - Constructor for class oracle.toplink.sdk.SDKSequence
Deprecated.  
SDKSequence(String, int) - Constructor for class oracle.toplink.sdk.SDKSequence
Deprecated.  
SDKSequence(String, String, String) - Constructor for class oracle.toplink.sdk.SDKSequence
Deprecated.  
SDKSequence(String, int, String, String) - Constructor for class oracle.toplink.sdk.SDKSequence
Deprecated.  
SDO_FILTER - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SDO_NN - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SDO_RELATE - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SDO_WITHIN_DISTANCE - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SDOException - Exception in oracle.toplink.exceptions
Purpose: This class provides an implementation of TopLinkException specific to the EclipseLink SDO (Service Data Objects) API.
SECURITY_ON_FIND_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SECURITY_ON_FIND_OBSOLETE_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SECURITY_ON_INITIALIZING_ATTRIBUTE_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SECURITY_WHILE_CONVERTING_TO_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_ATTRIBUTES_IN_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_ATTRIBUTES_IN_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_CLASS_EXTRACTION_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_COPY_POLICY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_INSTANTIATION_POLICY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
securityOnFindMethod(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
securityOnFindObsoleteMethod(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
securityOnInitializingAttributeMethod(String, DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
securityWhileConvertingToMethod(String, DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
securityWhileInitializingAttributesInInstanceVariableAccessor(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
securityWhileInitializingAttributesInMethodAccessor(String, String, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
securityWhileInitializingClassExtractionMethod(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
securityWhileInitializingCopyPolicy(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
securityWhileInitializingInstantiationPolicy(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
SELECT_NOT_DEFINED_IN_BEANCLASS - Static variable in exception oracle.toplink.exceptions.EJBJarXMLException
 
SelectedFieldsLockingPolicy - Class in oracle.toplink.descriptors
Purpose: An implementation of the OptimisticLockingPolicy interface.
SelectedFieldsLockingPolicy() - Constructor for class oracle.toplink.descriptors.SelectedFieldsLockingPolicy
Create a new selected fields locking policy.
selectIfOrderedBy() - Method in class oracle.toplink.expressions.Expression
Return whether this expression should be included in the SELECT clause if it is used in an ORDER BY clause
SELECTION_OBJECT_CANNOT_BE_NULL - Static variable in exception oracle.toplink.exceptions.QueryException
 
selectionObjectCannotBeNull(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
selectNodesAdvanced(Node, String, XMLNamespaceResolver) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
Execute advanced XPath statements that are required for TopLink EIS.
selectNodesAdvanced(Node, String, XMLNamespaceResolver) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
Execute advanced XPath statements that are required for TopLink EIS.
selectNodesAdvanced(Node, String, XMLNamespaceResolver) - Method in interface oracle.toplink.platform.xml.XMLPlatform
Execute advanced XPath statements that are required for TopLink EIS.
SELECTOR - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
selectSingleNodeAdvanced(Node, String, XMLNamespaceResolver) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
Execute advanced XPath statements that are required for TopLink EIS.
selectSingleNodeAdvanced(Node, String, XMLNamespaceResolver) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
Execute advanced XPath statements that are required for TopLink EIS.
selectSingleNodeAdvanced(Node, String, XMLNamespaceResolver) - Method in interface oracle.toplink.platform.xml.XMLPlatform
Execute advanced XPath statements that are required for TopLink EIS.
SEND - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
SEND_NEW_OBJECTS_WITH_CHANGES - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
SEND_OBJECT_CHANGES - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
SEND_RECEIVE - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
Sequence - Class in oracle.toplink.sequencing
Purpose: Abstract class to define sequencing.
Sequence() - Constructor for class oracle.toplink.sequencing.Sequence
 
Sequence(String) - Constructor for class oracle.toplink.sequencing.Sequence
Create a new sequence with the name.
Sequence(String, int) - Constructor for class oracle.toplink.sequencing.Sequence
Create a new sequence with the name and sequence pre-allocation size.
Sequence(String, int, int) - Constructor for class oracle.toplink.sequencing.Sequence
 
SEQUENCE_CANNOT_BE_CONNECTED_TO_TWO_PLATFORMS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.SDOException
 
SEQUENCE_ERROR_DATAOBJECT_IS_NULL - Static variable in exception oracle.toplink.exceptions.SDOException
 
SEQUENCE_ERROR_NO_PATH_FOUND - Static variable in exception oracle.toplink.exceptions.SDOException
 
SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE - Static variable in exception oracle.toplink.exceptions.SDOException
 
SEQUENCE_GENERATOR_RESERVED_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
SEQUENCE_NAME_ALREADY_USED_BY_DEFAULT_SEQUENCE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY - Static variable in exception oracle.toplink.exceptions.SDOException
 
SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT - Static variable in exception oracle.toplink.exceptions.SDOException
 
SEQUENCE_NUMBER_PROPERTY_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SEQUENCE_SETUP_INCORRECTLY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
SEQUENCE_TABLE_INFORMATION_NOT_COMPLETE - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
sequenceCannotBeConnectedToTwoPlatforms(String, String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
SequenceDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.
SequenceDefinition(String) - Constructor for class oracle.toplink.tools.schemaframework.SequenceDefinition
 
SequenceDefinition(Sequence) - Constructor for class oracle.toplink.tools.schemaframework.SequenceDefinition
 
SequencedObject - Interface in oracle.toplink.ox.sequenced
 
sequenceGeneratorUsingAReservedName(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
sequenceNameAlreadyUsedByDefaultSequence(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
sequenceNumberPropertyNotSpecified(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
SequenceObjectDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Sequence definition Native Sequence object.
sequenceSetupIncorrectly(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
sequenceTableInformationNotComplete() - Static method in exception oracle.toplink.exceptions.DatabaseException
 
SEQUENCING - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
Sequencing - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
SEQUENCING_MULTITHREAD_THRU_CONNECTION - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
SequencingControl - Interface in oracle.toplink.sequencing
Purpose: Define an interface to control sequencing functionality.
sequencingMultithreadThruConnection(String) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
SerializedObjectConverter - Class in oracle.toplink.mappings.converters
Purpose: The serialized object converter can be used to store an arbitrary object or set of objects into a database blob field.
SerializedObjectConverter() - Constructor for class oracle.toplink.mappings.converters.SerializedObjectConverter
Default constructor.
SerializedObjectConverter(DatabaseMapping) - Constructor for class oracle.toplink.mappings.converters.SerializedObjectConverter
Default constructor.
SerializedObjectMapping - Class in oracle.toplink.mappings
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by SerializedObjectConverter
SerializedObjectMapping() - Constructor for class oracle.toplink.mappings.SerializedObjectMapping
Deprecated. Default constructor.
SERVER - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
Server - Interface in oracle.toplink.threetier
Purpose: A single session that supports multiple user/clients connection at the same time.
SERVER_NAME - Static variable in class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec
Attuntiy connection spec properties.
SERVER_PLATFORM_IS_READ_ONLY_AFTER_LOGIN - Static variable in exception oracle.toplink.exceptions.ValidationException
 
SERVER_PLATFORM_NO_LONGER_SUPPORTED - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
SERVER_TIME - Static variable in class oracle.toplink.descriptors.TimestampLockingPolicy
 
ServerLog - Class in oracle.toplink.platform.server
Basic logging class that provides framework for integration with the application server log.
ServerLog() - Constructor for class oracle.toplink.platform.server.ServerLog
Create and return a new ServerLog.
ServerPlatform - Interface in oracle.toplink.platform.server
This is the interface describing the behavior for ServerPlatformBase, and any other class that wants to provide behavior for a server.
ServerPlatformBase - Class in oracle.toplink.platform.server
Implementation of oracle.toplink.platform.server.ServerPlatform This is the abstract superclass of all platforms for all servers.
serverPlatformIsReadOnlyAfterLogin(String) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: An attempt was made to modify the ServerPlatform after login.
serverPlatformNoLongerSupported(String) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
serverTimestampString() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Return the current date and time from the server.
ServiceId - Class in oracle.toplink.remotecommand
Purpose: Encapsulate the information that uniquely identifies a specific remote command service instance.
ServiceId() - Constructor for class oracle.toplink.remotecommand.ServiceId
 
ServiceId(String, String, String) - Constructor for class oracle.toplink.remotecommand.ServiceId
 
Session - Class in oracle.toplink.publicinterface
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by Session, and AbstractSession
Session - Interface in oracle.toplink.sessions
Purpose: Define the TopLink session public interface.
SESSION_AMENDMENT_EXCEPTION_OCCURED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
SESSION_LOADED_FROM_SESSIONSXML_MUST_BE_SERVER_SESSION - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
SESSION_REMOVED_DURING_DEPLOYMENT - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
SESSION_TOPLINK_NAMESPACE - Static variable in class oracle.toplink.logging.JavaLog
 
SessionAccessor - Class in oracle.toplink.ejb.cmp
This class provides access to TopLink's Session and UnitOfWork and can be used at runtime by a bean to manage aspects of caching, merging, and transactions with regular java objects that are not generally available in an EJB.
SessionAccessor() - Constructor for class oracle.toplink.ejb.cmp.SessionAccessor
 
sessionAmendmentExceptionOccured(Exception, String, String, Class[]) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: An amendment method was called but can not be found.
SessionBroker - Class in oracle.toplink.sessionbroker
Purpose: Provide a single view to a TopLink session that transparently accesses multple databases.
SessionBroker() - Constructor for class oracle.toplink.sessionbroker.SessionBroker
Create and return a session broker.
SessionCustomizer - Interface in oracle.toplink.tools.sessionconfiguration
This interface is to allow extra customization on a TopLink Session
SessionEvent - Class in oracle.toplink.sessions
Purpose: Encapsulate the information provided with session events.
SessionEvent - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
SessionEventAdapter - Class in oracle.toplink.sessions
Purpose: To provide a trivial implemetation of SessionEventListener.
SessionEventAdapter() - Constructor for class oracle.toplink.sessions.SessionEventAdapter
 
SessionEventListener - Interface in oracle.toplink.sessions
Purpose: Used to support session events.
SessionEventManager - Class in oracle.toplink.sessions
Purpose: Used to support session events.
SessionEventManager(Session) - Constructor for class oracle.toplink.sessions.SessionEventManager
Create a new session event manager for a session
SessionFactory - Class in oracle.toplink.util
Helper class to simplify the development and generation of code that accesses TopLink through the SessionManager (sessions config XML).
SessionFactory(String, String) - Constructor for class oracle.toplink.util.SessionFactory
Constructor for creating a new TopLinkSessionHelper instance.
SessionFactory(String) - Constructor for class oracle.toplink.util.SessionFactory
 
sessionLoadedFromSessionsXMLMustBeServerSession(String, String, Object) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
SessionLoaderException - Exception in oracle.toplink.exceptions
 
SessionLog - Interface in oracle.toplink.logging
SessionLog is the ever-so-simple interface used by TopLink to log generated messages and SQL.
SessionLog - Interface in oracle.toplink.sessions
Deprecated. Please use oracle.toplink.logging.SessionLog
SessionLogEntry - Class in oracle.toplink.logging
SessionLogEntry is a simple container object that holds all the information pertinent to a TopLink logging event.
SessionLogEntry(AbstractSession) - Constructor for class oracle.toplink.logging.SessionLogEntry
Create a new session log entry for a session
SessionLogEntry(AbstractSession, Throwable) - Constructor for class oracle.toplink.logging.SessionLogEntry
Create a new session log entry for a session and an exception
SessionLogEntry(AbstractSession, String) - Constructor for class oracle.toplink.logging.SessionLogEntry
Create a new session log entry for a session and a message
SessionLogEntry(AbstractSession, String, Accessor) - Constructor for class oracle.toplink.logging.SessionLogEntry
Create a new session log entry for a session, a message and an accessor
SessionLogEntry(AbstractSession, String, boolean, Accessor) - Constructor for class oracle.toplink.logging.SessionLogEntry
Deprecated. replaced by SessionLogEntry(int level, Session session, String message, Object[] params, Accessor connection, boolean shouldTranslate)
SessionLogEntry(AbstractSession, String, boolean) - Constructor for class oracle.toplink.logging.SessionLogEntry
Deprecated. replaced by SessionLogEntry(int level, Session session, String message, Object[] params, Accessor connection, boolean shouldTranslate)
SessionLogEntry(int, AbstractSession, String, Object[], Accessor, boolean) - Constructor for class oracle.toplink.logging.SessionLogEntry
Create a new session log entry for a request level, a session, a message and an accessor
SessionLogEntry(int, String, AbstractSession, String, Object[], Accessor, boolean) - Constructor for class oracle.toplink.logging.SessionLogEntry
Create a new session log entry for a request level, a session, a message and an accessor
SessionLogEntry(AbstractSession, int, String, Throwable) - Constructor for class oracle.toplink.logging.SessionLogEntry
Create a new session log entry for a session, a level, a category and an exception
SessionLogEntry - Class in oracle.toplink.sessions
Deprecated. Please use oracle.toplink.logging.SessionLogEntry
SessionLogEntry(AbstractSession) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. Create a new session log entry for a session
SessionLogEntry(AbstractSession, Throwable) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. Create a new session log entry for a session and an exception
SessionLogEntry(AbstractSession, String) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. Create a new session log entry for a session and a message
SessionLogEntry(AbstractSession, String, Accessor) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. Create a new session log entry for a session, a message and an accessor
SessionLogEntry(AbstractSession, String, boolean, Accessor) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. replaced by SessionLogEntry(int level, Session session, String message, Object[] params, Accessor connection, boolean shouldTranslate)
SessionLogEntry(AbstractSession, String, boolean) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. replaced by SessionLogEntry(int level, Session session, String message, Object[] params, Accessor connection, boolean shouldTranslate)
SessionLogEntry(int, AbstractSession, String, Object[], Accessor, boolean) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. Create a new session log entry for a request level, a session, a message and an accessor.
SessionLogEntry(int, String, AbstractSession, String, Object[], Accessor, boolean) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. Create a new session log entry for a request level, a session, a message and an accessor.
SessionLogEntry(AbstractSession, int, String, Throwable) - Constructor for class oracle.toplink.sessions.SessionLogEntry
Deprecated. Create a new session log entry for a session, a level, a category and an exception.
SessionManager - Class in oracle.toplink.tools.sessionmanagement
Purpose: Global session location.
SessionManager() - Constructor for class oracle.toplink.tools.sessionmanagement.SessionManager
The default constructor to create a new session manager.
SessionName - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
sessionNameNeedBeSpecified(String, String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
SessionNounType - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
SessionProfiler - Interface in oracle.toplink.sessions
Purpose: This interface defines the link between the Session and the PerformanceProfiler tool.
sessionRemovedDuringDeployment(String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
SESSIONS_XML_VALIDATION_EXCEPTION - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
sessionXMLValidationException(String, String, ValidationException) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
set(int, Object) - Method in class oracle.toplink.indirection.IndirectList
 
set(Object) - Method in class oracle.toplink.queryframework.ScrollableCursor
Set is not supported for scrollable cursors.
SET_EXISTENCE_CHECKING_NOT_UNDERSTOOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SET_LISTENER_CLASSES_EXCEPTION - Static variable in exception oracle.toplink.exceptions.ValidationException
 
SET_METHOD_PARAMETER_TYPE_NOT_VALID - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
setAboutToInsertSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called when an object's row it about to be inserted.
setAboutToUpdateSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called when an object's row it about to be updated.
setAccessor(EISAccessor) - Method in class oracle.toplink.eis.EISMappedRecord
Set the accessor.
setAccessorClass(Class) - Method in class oracle.toplink.sdk.SDKLogin
Deprecated. Set the class of the accessor to be built.
setAccessorClass(Class) - Method in class oracle.toplink.xml.stream.XMLStreamLogin
Set the class of the accessor to be built.
setAccessorClass(Class) - Method in class oracle.toplink.xml.XMLLogin
Deprecated. Set the class of the accessor to be built.
setAdditional(String) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set any additional information about this field to be given when the table is created.
setAdditional(String) - Method in class oracle.toplink.tools.schemaframework.TypeTableDefinition
The name of the type that this table is of.
setAdditionalJoinExpression(Expression) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the additional join expression.
setAlias(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the alias
setAlwaysUseOuterJoinForClassType(boolean) - Method in class oracle.toplink.descriptors.InheritancePolicy
Sets the inheritance policy to always use an outer join when quering across a relationship of class.
setAmendmentClass(Class) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the amendment class.
setAmendmentMethodName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the amendment method.
setAnnouncementDelay(int) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Sets the amount of time in millis that the service should wait between the time that the Remote Service is made available and this session's existences is announced.
setAnnouncementDelay(int) - Method in class oracle.toplink.remotecommand.DiscoveryManager
Set the amount of time in millis that the service should wait between the time that this Remote Service is available and a session announcement is sent out to other discovery managers.
setApplicationName(String) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Use this method to set the application name if required when deploying within an application server
setArgumentIndices(int[]) - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Set the array of indexes to use when building the SQL function.
setArguments(Vector) - Method in class oracle.toplink.eis.interactions.IndexedInteraction
The arguments are the values in order of occurance in the record.
setArguments(Vector) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The arguments are the field defs of the parameters names and types to the procedure.
setAsOfClause(AsOfClause) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: Sets the query to execute as of the past time.
setAttachmentMarshaller(XMLAttachmentMarshaller) - Method in class oracle.toplink.ox.XMLMarshaller
 
setAttachmentUnmarshaller(XMLAttachmentUnmarshaller) - Method in class oracle.toplink.ox.XMLUnmarshaller
 
setAttributeAccessor(AttributeAccessor) - Method in class oracle.toplink.mappings.DatabaseMapping
ADVANCED: Set the attributeAccessor.
setAttributeClassification(Class) - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Some databases do not properly support all of the base data types.
setAttributeElementClass(Class) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Set the class each element in the object's collection should be converted to, before the collection is inserted into the object.
setAttributeMethodName(String) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Deprecated. replaced by setAttributeTransformation(String)
setAttributeName(String) - Method in class oracle.toplink.mappings.DatabaseMapping
Sets the name of the attribute in the mapping.
setAttributes(Attributes) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setAttributeTransformation(String) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
To set the attribute method name.
setAttributeTransformationMethod(Method) - Method in class oracle.toplink.mappings.transformers.MethodBasedAttributeTransformer
 
setAttributeTransformer(AttributeTransformer) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Set the AttributeTransformer, this transformer will be used to extract the value for the object's attribute from the database row.
setAttributeValue(Object, DatabaseMapping) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setAttributeValueInObject(Object, Object) - Method in class oracle.toplink.mappings.AttributeAccessor
Set the attribute value into the object.
setAttributeValueInObject(Object, Object) - Method in class oracle.toplink.ox.mappings.XMLDirectMapping
 
setBaseDirectory(File) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. All the XML documents will be stored in subdirectories under the specified base directory.
setBaseDirectoryName(String) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. All the XML documents will be stored in subdirectories under the specified base directory.
setBaseDirectoryName(String) - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Set the name of the base directory for the tree of XML subdirectories/files.
setBeanClass(Class) - Method in class oracle.toplink.ejb.EJBDataStore
REQUIRED: Set the bean class for the data store.
setCacheInvalidationPolicy(CacheInvalidationPolicy) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the Cache Invalidation Policy for this descriptor.
setCacheInvalidationPolicy(CacheInvalidationPolicy) - Method in class oracle.toplink.queryframework.QueryResultsCachePolicy
Set the query cache invalidation policy.
setCacheSynchronizationManager(CacheSynchronizationManager) - Method in interface oracle.toplink.sessions.Session
Deprecated. since OracleAS TopLink 10g (10.1.3). This method is replaced by DatabaseSession.setCommandManager(CommandManager)
setCacheSynchronizationType(int) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the type of cache synchonization that will be used on objects of this type.
setCacheTransactionIsolation(int) - Method in class oracle.toplink.sessions.DatasourceLogin
ADVANCED: By default concurrency is optimized and the cache is not locked more than required during reads or writes, This allows for virtual concurrent reading and writing and should never cause any problems.
setCacheType(String) - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
setCacheType(String) - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
setCacheUsage(int) - Method in class oracle.toplink.queryframework.ModifyAllQuery
Set the level of cache support for this query, either NONE or INVALIDATE.
setCacheUsage(int) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set the cache usage.
setCall(PLSQLStoredProcedureCall) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
setCall(Call) - Method in class oracle.toplink.queryframework.DatabaseQuery
Used to define a store procedure or SQL query.
setCall(DatasourceCall) - Method in class oracle.toplink.sdk.SDKQueryMechanism
Deprecated. Set the call.
setCascadeAll(boolean) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Sets the cascading for all JPA operations.
setCascadeMerge(boolean) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Sets the cascading for the JPA MERGE operation.
setCascadePersist(boolean) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Sets the cascading for the JPA CREATE operation.
setCascadeRefresh(boolean) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Sets the cascading for the JPA REFRESH operation.
setCascadeRemove(boolean) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Sets the cascading for the JPA REMOVE operation.
setChangeSetPropagationShouldBeAsynchronous(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to modify the cache synchronization feature.
setChangeSetPropagationShouldBeAsynchronous(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is ued to modify the cache synchronization feature.
setChannel(String) - Method in interface oracle.toplink.remotecommand.CommandManager
ADVANCED: Set the service channel for this command manager.
setChannel(String) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
ADVANCED: Set the service channel for this command manager.
setCheckCache(boolean) - Method in class oracle.toplink.queryframework.ReadObjectQuery
Deprecated. replaced by setCacheUsage
setChildRecord(UnmarshalRecord) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setChoiceFieldToClassAssociations(ArrayList) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
setChoiceFieldToClassAssociations(ArrayList) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
setClassExtractionMethodName(String) - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
setClassExtractionMethodName(String) - Method in class oracle.toplink.descriptors.MethodClassExtractor
A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
setClassExtractor(ClassExtractor) - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: A class extractor can be registered with the descriptor to override the default inheritance mechanism.
setClassIndicatorAssociations(Vector) - Method in class oracle.toplink.mappings.VariableOneToOneMapping
Set the class indicator associations.
setClassIndicatorField(DatabaseField) - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: To set the class indicator field.
setClassIndicatorFieldName(String) - Method in class oracle.toplink.descriptors.InheritancePolicy
To set the class indicator field name.
setClassIndicatorMapping(Map) - Method in class oracle.toplink.descriptors.InheritancePolicy
Set the association of indicators and classes.
setClassLoader(ClassLoader) - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Set the class loader that should be used to find the resource.
setClassName(String) - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
setClassName(String) - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
setClassName(String) - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Set the name of class to be generated.
setClassName(String) - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Set the name of class to be generated.
setClusteringService(AbstractClusteringService) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. ADVANCED: Use this method to set the clusteringService used to synchronize the distributed sessions The class supplied must subclass AbstractClusteringService
setClusteringServiceClassType(Class) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. ADVANCED: Use this method to set the class type to be used to synchronize the distributed sessions The class supplied must subclass AbstractClusteringService
setCMPPolicy(CMPPolicy) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Set the cmp descriptor that holds cmp specific information.
setCollectionContentType(Class) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
setCommandConverter(CommandConverter) - Method in interface oracle.toplink.remotecommand.CommandManager
ADVANCED: Set the converter instance that will be invoked by this CommandProcessor to convert commands from their application command format into TopLink Command objects before being propagated to remote command manager services.
setCommandConverter(CommandConverter) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
ADVANCED: Set the converter instance that will be invoked by this CommandProcessor to convert commands from their application command format into TopLink Command objects before being propagated to remote command manager services.
setCommandManager(CommandManager) - Method in interface oracle.toplink.remotecommand.CommandProcessor
Set the CommandManager that will invoke this CommandProcessor to process a command, and can be used to send remote commands out to other CommandProcessors in the cluster.
setCommandManager(CommandManager) - Method in interface oracle.toplink.sessions.DatabaseSession
ADVANCED: Set the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the TopLink cluster.
setCommandProcessor(CommandProcessor) - Method in interface oracle.toplink.remotecommand.CommandManager
ADVANCED: Set the command processor that will be invoked to process commands.
setCommandProcessor(CommandProcessor) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
setCompatibleType(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
setConfiguredSize(String) - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
setConfiguredSize(String) - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
setConnection(Accessor) - Method in class oracle.toplink.logging.SessionLogEntry
Set the connection that generated the log entry.
setConnection(Accessor) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the connection that generated the log entry.
setConnectionFactory(ConnectionFactory) - Method in class oracle.toplink.eis.EISConnectionSpec
Set the javax.resource.cci.ConnectionFactory.
setConnectionFactoryURL(String) - Method in class oracle.toplink.eis.EISLogin
Set the JNDI URL for the managed connection factory for the JCA adapter connecting to.
setConnectionHealthValidatedOnError(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
This value defaults to true and on an SQL Exception TopLink will ping the database to determine if the connection used can continue to be used for queries.
setConnectionSpec(ConnectionSpec) - Method in class oracle.toplink.eis.EISConnectionSpec
Set the javax.resource.cci.ConnectionSpec.
setConnectionSpec(EISConnectionSpec) - Method in class oracle.toplink.eis.EISLogin
Set the TopLink connection spec.
setConnectionString(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Set the JDBC connection string.
setConnector(Connector) - Method in class oracle.toplink.sessions.DatasourceLogin
Set the connector that will instantiate the connection.
setConstraint(String) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set any constraint of this field.
setConstraintDependencies(Vector) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: TopLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
setConstructorArgTypes(Class[]) - Method in class oracle.toplink.queryframework.ConstructorReportItem
 
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.mappings.CollectionMapping
ADVANCED: Configure the mapping to use a container policy.
setContainerPolicy(ContainerPolicy) - Method in interface oracle.toplink.mappings.ContainerMapping
Set the mapping's container policy.
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.mappings.DirectCollectionMapping
ADVANCED: Configure the mapping to use a container policy.
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
ADVANCED: Set the mapping's containerPolicy.
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
ADVANCED: Set the mapping's containerPolicy.
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.ox.mappings.XMLCollectionReferenceMapping
ADVANCED: Set the mapping's containerPolicy.
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.queryframework.DataReadQuery
Set the container policy.
setContainerPolicy(ContainerPolicy) - Method in class oracle.toplink.queryframework.ReadAllQuery
Set the container policy.
setContentHandler(ContentHandler) - Method in class oracle.toplink.ox.record.ContentHandlerRecord
Set the ContentHandler that the object will be marshalled to.
setContext(Context) - Method in class oracle.toplink.eis.EISConnectionSpec
Set the JNDI Context that can supply the named ConnectionFactory.
setContext(Context) - Method in class oracle.toplink.jndi.JNDIConnector
Set the JNDI Context that can supply the named DataSource.
setContext(Context) - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. Sets the active JNDI Context to store the remote service in.
setConverter(Converter) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
Set the converter on the mapping.
setConverter(Converter) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
Set the converter on the mapping.
setConverter(Converter) - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Set the converter on the mapping.
setConverterClassName(String) - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Guy Set the converter class name on the mapping.
setCorrectTimeInTimestampTZ(Boolean) - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
ADVANCED: Configure the comparison and correction of time data passed into the creation of TIMESTAMPTZ instances (True), or disable the compare and correction algorithm (False).
setCounterFieldName(String) - Method in class oracle.toplink.sdk.SDKSequence
Deprecated.  
setCounterFieldName(String) - Method in class oracle.toplink.sequencing.TableSequence
 
setCounterFieldName(String) - Method in class oracle.toplink.sequencing.UnaryTableSequence
 
setCreatesDirectoriesAsNeeded(boolean) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. Set whether the policy will create directories as needed, if they do not exist already.
setCreatesDirectoriesAsNeeded(boolean) - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Set whether directories will be created as needed, if they do not exist already.
setCreateSQLFiles(boolean) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
setCreateSQLFiles(boolean) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
setCurrentProfileWeight(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to change the sensor weight (NORMAL, HEAVY, ALL, NONE) as an String.
setcurrentProfileWeight(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to change the sensor weight (NORMAL, HEAVY, ALL, NONE) as an String.
setCurrentSize(String) - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
setCurrentSize(String) - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
setCurrentTopLinkLogLevel(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
Set the TopLink log level to be used at runtime.
setcurrentTopLinkLogLevel(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. Set the TopLink log level to be used at runtime.
setCurrentTopLinkLogLevel(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
Set the TopLink log level to be used at runtime.
setCurrentTopLinkLogLevel(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Set the TopLink log level to be used at runtime.
setCursorCode(int) - Method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Set the code for preparing cursored output parameters in a stored procedure
setCustomDeleteAllQuery(ModifyQuery) - Method in class oracle.toplink.mappings.CollectionMapping
The default delete all query for mapping can be overridden by specifying the new query.
setCustomDeleteQuery(ModifyQuery) - Method in class oracle.toplink.mappings.DirectCollectionMapping
The default delete query for this mapping can be overridden by specifying the new query.
setCustomDeleteQuery(DataModifyQuery) - Method in class oracle.toplink.mappings.ManyToManyMapping
The default delete query for mapping can be overridden by specifying the new query.
setCustomInsertQuery(DataModifyQuery) - Method in class oracle.toplink.mappings.DirectCollectionMapping
The default insert query for mapping can be overridden by specifying the new query.
setCustomInsertQuery(DataModifyQuery) - Method in class oracle.toplink.mappings.ManyToManyMapping
The default insert query for mapping can be overridden by specifying the new query.
setCustomSelectionQuery(ReadQuery) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Relationship mappings creates a read query to read reference objects.
setCustomSQLArgumentType(String, Class) - Method in class oracle.toplink.queryframework.SQLCall
This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int) - Method in class oracle.toplink.queryframework.SQLCall
This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int, String) - Method in class oracle.toplink.queryframework.SQLCall
This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int, String, Class) - Method in class oracle.toplink.queryframework.SQLCall
This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int, String, DatabaseField) - Method in class oracle.toplink.queryframework.SQLCall
This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int, String, Class, DatabaseField) - Method in class oracle.toplink.queryframework.SQLCall
This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setDatabaseName(String) - Method in class oracle.toplink.sessions.DatabaseLogin
The database name is required when connecting to databases that support multiple databases within a single server instance (e.g.
setDatabaseURL(String) - Method in class oracle.toplink.sessions.DatabaseLogin
The database URL is the JDBC URL for the database server.
setDatabaseURL(String) - Method in class oracle.toplink.sessions.DefaultConnector
The database URL is the JDBC URL for the database server.
setDataClass(Class) - Method in class oracle.toplink.mappings.converters.TypeConversionConverter
Set the class type of the data value.
setDataFormat(String) - Method in class oracle.toplink.eis.EISDescriptor
Configure the data format that the descriptor maps to.
setDataSource(DataSource) - Method in class oracle.toplink.jndi.JNDIConnector
Set the javax.sql.DataSource.
setDatasourceCall(Call) - Method in class oracle.toplink.queryframework.DatabaseQuery
Used to define a store procedure or SQL query.
setDatasourceLogin(Login) - Method in interface oracle.toplink.sessions.DatabaseSession
Set the login.
setDatasourceLogin(Login) - Method in class oracle.toplink.sessions.Project
Set the login to be used to connect to the database for this project.
setDatasourceLogin(Login) - Method in interface oracle.toplink.threetier.Server
Set the login.
setDataSourceName(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. since 10.1.3 replaced by DatabaseLogin.setODBCDataSourceName(String)
setDatasourcePlatform(Platform) - Method in class oracle.toplink.sessions.DatasourceLogin
Set the database platform specific information.
setDatasourcePlatform(Platform) - Method in interface oracle.toplink.sessions.Login
Set the database platform specific information.
setDataTypeName(String) - Method in class oracle.toplink.eis.EISDescriptor
Specify the data type name for the class of objects the descriptor maps.
setDataTypeName(String) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Specify the data type name for the class of objects the descriptor maps.
setDate(Date) - Method in class oracle.toplink.logging.SessionLogEntry
Set the date of the log entry.
setDate(Date) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the date of the log entry.
setDateFormat(DateFormat) - Method in class oracle.toplink.logging.AbstractSessionLog
Set the date format to be used when printing a log entry date.
setDefaultAttributeValue(Object) - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
The default value can be used if the database can possibly store additional values then those that have been mapped.
setDefaultAttributeValue(Object) - Method in class oracle.toplink.mappings.ObjectTypeMapping
Deprecated. The default value can be used if the database can possibly store additional values then those that have been mapped.
setDefaultConnectionPolicy(ConnectionPolicy) - Method in interface oracle.toplink.threetier.Server
The default connection policy is used by default by the acquireClientConnection() protocol.
setDefaultFetchGroup(FetchGroup) - Method in class oracle.toplink.descriptors.FetchGroupManager
Set the descriptor-level default fetch group.
setDefaultFilePolicy(XMLFileAccessorFilePolicy) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Set the default file policy.
setDefaultManager(PopulationManager) - Static method in class oracle.toplink.tools.schemaframework.PopulationManager
Set the default instance.
setDefaultNamespaceURI(String) - Method in class oracle.toplink.ox.NamespaceResolver
 
setDefaultNullValue(Class, Object) - Method in class oracle.toplink.sessions.DatabaseLogin
The default value to substitute for database NULLs can be configured on a per-class basis.
setDefaultNullValue(Class, Object) - Method in class oracle.toplink.sessions.DatasourceLogin
The default value to substitute for database NULLs can be configured on a per-class basis.
setDefaultReadOnlyClasses(Vector) - Method in class oracle.toplink.sessions.Project
Set the read-only classes which apply to each UnitOfWork create by default.
setDefaultRootElement(String) - Method in class oracle.toplink.ox.XMLDescriptor
Return the default root element name for the ClassDescriptor This value is stored in place of a table name This value is mandatory for all root objects
setDefaultRootElementField(XMLField) - Method in class oracle.toplink.ox.XMLDescriptor
 
setDefaultRootElementType(QName) - Method in class oracle.toplink.ox.XMLDescriptor
The default root element type string will be stored until initialization - a QName will be created and stored on the default root element field during initialize.
setDefaultSequence(Sequence) - Method in class oracle.toplink.sessions.DatasourceLogin
Set default sequence
setDefaultSession(Session) - Method in class oracle.toplink.tools.sessionmanagement.SessionManager
Set the default session.
setDefaultTableName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
The descriptors default table can be configured if the first table is not desired.
setDefaultTableName(String) - Method in class oracle.toplink.descriptors.RelationalDescriptor
The descriptors default table can be configured if the first table is not desired.
setDefaultTemporalMutable(boolean) - Method in class oracle.toplink.sessions.Project
Set the default setting for configuring if dates and calendars are mutable.
setDeferModificationsUntilCommit(int) - Method in class oracle.toplink.descriptors.CMPPolicy
ADVANCED: This can be set to control when changes to objects are submitted to the database This is only applicable to TopLink's CMP implementation and not available within the core.
setDeferModificationsUntilCommit(int) - Method in class oracle.toplink.sessions.Project
ADVANCED: This method is a 'helper' method for updating all of the descriptors within this project to have a particular deferral level.
setDelayBetweenConnectionAttempts(int) - Method in class oracle.toplink.sessions.DatabaseLogin
Stores the number of milliseconds that TopLink will wait between attempts to reconnect a DatabaseConnection in the case TopLink is attempting to retry a query.
setDeleteAllCall(Call) - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
The default delete all call for this mapping can be overridden by specifying the new call.
setDeleteAllCall(Call) - Method in class oracle.toplink.mappings.CollectionMapping
Set the receiver's delete all call.
setDeleteAllSQLString(String) - Method in class oracle.toplink.mappings.CollectionMapping
Set the receiver's delete all SQL string.
setDeleteAllSQLString(String) - Method in class oracle.toplink.mappings.OneToManyMapping
Set the SQL string used by the mapping to delete the target objects.
setDeleteCall(Call) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's delete call.
setDeleteCall(Call) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the receiver's delete Call.
setDeleteCall(SDKCall) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Set the call to be used for delete operations.
setDeleteQuery(DeleteObjectQuery) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's delete query.
setDeleteSQLString(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's delete SQL string.
setDeleteSQLString(String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the receiver's delete SQL string.
setDeleteSQLString(String) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the receiver's delete SQL string.
setDescriptor(ClassDescriptor) - Method in class oracle.toplink.descriptors.copying.AbstractCopyPolicy
Set the descriptor.
setDescriptor(ClassDescriptor) - Method in interface oracle.toplink.descriptors.copying.CopyPolicy
Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class oracle.toplink.descriptors.FetchGroupManager
Set the referenced descriptor.
setDescriptor(ClassDescriptor) - Method in interface oracle.toplink.descriptors.WrapperPolicy
Required: Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class oracle.toplink.history.HistoryPolicy
setDescriptorType(int) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: set the descriptor type (NORMAL by default, others include INTERFACE, AGGREGATE, AGGREGATE COLLECTION)
setDirectField(DatabaseField) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the direct field in the reference table.
setDirectFieldClassification(Class) - Method in class oracle.toplink.mappings.DirectCollectionMapping
ADVANCED: Set the class type of the field value.
setDirectFieldName(String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the direct field name in the reference table.
setDirectKeyFieldName(String) - Method in class oracle.toplink.mappings.DirectMapMapping
Set the direct key field name in the reference table.
setDiscoveryManager(DiscoveryManager) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Deprecated. overwrite TransportManager.createDiscovery() method if special DiscoveryManager is needed.
setDiscriminatorColumn(String) - Method in class oracle.toplink.queryframework.EntityResult
Sets the column name for the column that will store the value used to determine the subclass type if applicable.
setDispatcher(Object) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. This is the object that will be placed in JNDI to provide remote synchronization services
setDistance(Number) - Method in class oracle.toplink.expressions.spatial.SpatialParameters
Set the DISTANCE parameter
setDistinctState(short) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
setDocPresPolicy(DocumentPreservationPolicy) - Method in class oracle.toplink.ox.record.XMLRecord
 
setDocumentLocator(Locator) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setDocumentLocator(Locator) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
setDocumentLocator(Locator) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
setDocumentPreservationPolicy(DocumentPreservationPolicy) - Method in class oracle.toplink.ox.XMLLogin
 
setDoesExistCall(Call) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's does exist call.
setDoesExistCall(SDKCall) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Set the call to be used for testing for an object's existence on the data store.
setDoesExistQuery(DoesExistQuery) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's does exist query.
setDoesExistSQLString(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's does exist SQL string.
setDOM(Element) - Method in interface oracle.toplink.eis.DOMRecord
 
setDOM(Node) - Method in class oracle.toplink.ox.NamespaceResolver
 
setDOM(Element) - Method in class oracle.toplink.ox.record.DOMRecord
 
setDOM(Node) - Method in class oracle.toplink.ox.record.NodeRecord
Set the Node that the object will be marshalled to.
setDomainClass(Class) - Method in class oracle.toplink.tools.profiler.Profile
 
setDOMInRecord(Element, Record, EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.adapters.aq.AQPlatform
Stores the XML DOM value into the record.
setDOMInRecord(Element, Record, EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.adapters.attunity.AttunityPlatform
Stores the XML DOM value into the record.
setDOMInRecord(Element, Record, EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.adapters.jms.JMSPlatform
Stores the XML DOM value into the record.
setDOMInRecord(Element, Record, EISInteraction, EISAccessor) - Method in class oracle.toplink.eis.EISPlatform
Stores the XML DOM value into the record.
setDriverClass(Class) - Method in class oracle.toplink.sessions.DatabaseLogin
The driver class is the Java class for the JDBC driver to be used (e.g. sun.jdbc.odbc.JdbcOdbcDriver.class).
setDriverClassName(String) - Method in class oracle.toplink.sessions.DatabaseLogin
The name of the JDBC driver class to be used (e.g.
setDriverClassName(String) - Method in class oracle.toplink.sessions.DefaultConnector
The driver class is the name of the Java class for the JDBC driver being used (e.g.
setDriverURLHeader(String) - Method in class oracle.toplink.sessions.DatabaseLogin
The driver URL header is the string predetermined by the JDBC driver to be part of the URL connection string, (e.g.
setDriverURLHeader(String) - Method in class oracle.toplink.sessions.DefaultConnector
The driver URL header is the string predetermined by the JDBC driver to be part of the URL connection string, (e.g.
setEJBQLString(String) - Method in class oracle.toplink.queryframework.DatabaseQuery
Set the EJBQL string of the query.
setEJBQLString(String) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
setElementAt(Object, int) - Method in class oracle.toplink.indirection.IndirectList
 
setElementDataTypeName(String) - Method in class oracle.toplink.sdk.SDKDirectCollectionMapping
Deprecated. Set the "data type" associated with each element in the nested collection.
setElementDataTypeName(String) - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Set the "data type" associated with each element in the collection.
setElements(Vector) - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Set the collection of elements.
setEncoding(String) - Method in class oracle.toplink.ox.XMLMarshaller
Set the encoding on this XMLMarshaller If the encoding is not set the default UTF-8 will be used
setEncoding(String) - Method in class oracle.toplink.ox.XMLRoot
 
setEncoding(String) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
setEncoding(String) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
setEncoding(String) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
setEncryptedPassword(String) - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Set the encrypted password used as the value to the SECURITY_CREDENTIALS key in the cached context properties.
setEncryptedPassword(String) - Method in class oracle.toplink.sessions.DatasourceLogin
Set the encrypted password.
setEncryptionClassName(String) - Method in class oracle.toplink.sessions.DatasourceLogin
Sets the encryption class name
setEndFieldType(String, Class) - Method in class oracle.toplink.history.HistoryPolicy
ADVANCED:
setEntityContext(EntityContext) - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
This method is called by the container when a new bean instance is created.
setEntityEventListener(DescriptorEventListener) - Method in class oracle.toplink.descriptors.DescriptorEventManager
EJB 3.0 support for lifecycle callback events defined on an entity class.
setEntityResolver(EntityResolver) - Method in class oracle.toplink.ox.XMLUnmarshaller
Set the EntityResolver on this XMLUnmarshaller
setEntityResolver(EntityResolver) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
setEntityResolver(EntityResolver) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
setEntityResolver(EntityResolver) - Method in interface oracle.toplink.platform.xml.XMLParser
 
setEnumClass(Class) - Method in class oracle.toplink.ox.jaxb.JAXBTypesafeEnumConverter
Set the enum class to know which class to invoke the fromValue method on.
setEnumClassName(String) - Method in class oracle.toplink.ox.jaxb.JAXBTypesafeEnumConverter
Set the name of the enum class to know which class to invoke the fromValue method on.
setEqualNamespaceResolvers(boolean) - Method in class oracle.toplink.ox.XMLLogin
 
setErrorHandler(ErrorHandler) - Method in class oracle.toplink.ox.XMLUnmarshaller
Set the ErrorHandler on this XMLUnmarshaller
setErrorHandler(ErrorHandler) - Method in class oracle.toplink.ox.XMLValidator
Set the error handler to be used during validation
setErrorHandler(ErrorHandler) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
setErrorHandler(ErrorHandler) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
setErrorHandler(ErrorHandler) - Method in interface oracle.toplink.platform.xml.XMLParser
 
setEventHandler(ValidationEventHandler) - Method in class oracle.toplink.ox.jaxb.JAXBValidator
 
setExampleObject(Object) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set the example object of the query to be the newExampleObject.
setException(Throwable) - Method in class oracle.toplink.logging.SessionLogEntry
Set the exception that caused the log entry.
setException(Throwable) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the exception that caused the log entry.
setExceptionHandler(ExceptionHandler) - Method in interface oracle.toplink.sessions.Session
Set the exceptionHandler.
setExceptionList(Vector) - Method in exception oracle.toplink.exceptions.SessionLoaderException
 
setExistenceCheckingNotUnderstood(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
setExpiryTime(int, int, int, int) - Method in class oracle.toplink.descriptors.invalidation.DailyCacheInvalidationPolicy
Set a new expiry time for this object Provide the hour, minute, second and millisecond.
setExpressionQueryCacheMaxSize(int) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the max size of the expression query cache for avoiding regenerated dynamic query SQL.
setExternalTransactionController(ExternalTransactionController) - Method in interface oracle.toplink.sessions.DatabaseSession
Used for JTS integration.
setExternalTransactionController(ExternalTransactionController) - Method in interface oracle.toplink.sessions.Session
OBSOLETE: Previously used for JTS integration.
setFetchGroup(FetchGroup) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set a dynamic (use case) fetch group to the query.
setFetchGroupManager(FetchGroupManager) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the fetch group manager for the descriptor.
setFetchGroupName(String) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set a descriptor-level pre-defined named fetch group to the query.
setFetchSize(int) - Method in class oracle.toplink.queryframework.ReadQuery
Set the fetchSize setting that this query will set on the JDBC Statement NB - a value of zero means that no call to statement.setFetchSize() will be made.
setField(DatabaseField) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
Set the field in the mapping.
setField(DatabaseField) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Set the field that holds the nested collection.
setField(DatabaseField) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
The aggregate object is held in a single field.
setField(DatabaseField) - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
ADVANCED: Set the field in the mapping.
setField(DatabaseField) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
setField(DatabaseField) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
setField(DatabaseField) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
setField(DatabaseField) - Method in class oracle.toplink.ox.mappings.XMLObjectReferenceMapping
 
setFieldClassification(Class) - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
ADVANCED: Set the class type of the field value.
setFieldClassification(Class) - Method in class oracle.toplink.mappings.TypeConversionMapping
Deprecated. Set the field type.
setFieldClassificationName(String) - Method in class oracle.toplink.mappings.converters.ObjectTypeConverter
 
setFieldElementClass(Class) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Set the class each element in the database row's collection should be converted to, before the collection is inserted into the database.
setFieldName(String) - Method in class oracle.toplink.eis.mappings.EISCompositeCollectionMapping
Set the name of the field mapped by the mapping.
setFieldName(String) - Method in class oracle.toplink.eis.mappings.EISCompositeDirectCollectionMapping
Set the name of the field that holds the nested collection.
setFieldName(String) - Method in class oracle.toplink.eis.mappings.EISCompositeObjectMapping
Set the name of the field mapped by the mapping.
setFieldName(String) - Method in class oracle.toplink.eis.mappings.EISDirectMapping
Set the field name in the mapping.
setFieldName(String) - Method in class oracle.toplink.mappings.DirectToFieldMapping
Set the field name in the mapping.
setFieldName(String) - Method in class oracle.toplink.objectrelational.ArrayMapping
Set the name of the field that holds the nested collection.
setFieldName(String) - Method in class oracle.toplink.objectrelational.NestedTableMapping
Set the field name in the mapping.
setFieldName(String) - Method in class oracle.toplink.objectrelational.ObjectArrayMapping
 
setFieldName(String) - Method in class oracle.toplink.objectrelational.ReferenceMapping
Set the field name in the mapping.
setFieldName(String) - Method in class oracle.toplink.objectrelational.StructureMapping
 
setFieldName(String) - Method in class oracle.toplink.querykeys.DirectQueryKey
Set the field name for the query key.
setFieldName(String) - Method in class oracle.toplink.sdk.SDKAggregateCollectionMapping
Deprecated. Set the mapping's field name.
setFieldName(String) - Method in class oracle.toplink.sdk.SDKAggregateObjectMapping
Deprecated. Set the name of the field mapped by the mapping.
setFieldName(String) - Method in class oracle.toplink.sdk.SDKDirectCollectionMapping
Deprecated. Set the name of the field that holds the nested collection.
setFieldName(String) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Set the name of the field mapped by the mapping.
setFields(Vector) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
setFields(Vector) - Method in class oracle.toplink.tools.schemaframework.TypeDefinition
 
setFieldTranslator(FieldTranslator) - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Set the translator that converts database row field names.
setFieldType(int) - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
ADVANCED: Set the JDBC type of the field value.
setFile(File) - Method in class oracle.toplink.ox.schema.XMLSchemaFileReference
 
setFile(File) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the file to be wrapped by the stream.
setFile(File, String) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the file to be wrapped by the stream.
setFileName(String) - Method in class oracle.toplink.ox.schema.XMLSchemaFileReference
 
setFileName(String) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the file to be wrapped by the stream.
setFileName(String, String) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the file to be wrapped by the stream.
setFileNameExtension(String) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. Set the standard file name extension that will be appended to the primary key element value(s) to generate the complete file name.
setFileNameExtension(String) - Method in class oracle.toplink.xml.XMLFileLogin
Deprecated. Set the extension to be used for the XML files.
setFileNameNormalizer(FileNameNormalizer) - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. Set the normalizer that will convert invalid file names into something usable.
setFiles(Enumeration) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the files to be wrapped by the streams.
setFiles(File, Enumeration) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the files to be wrapped by the stream.
setFirstResult(int) - Method in class oracle.toplink.queryframework.ReadQuery
Used to set the first result in any result set that is returned for this query.
setFlushOnExecute(Boolean) - Method in class oracle.toplink.queryframework.DatabaseQuery
If executed against a RepeatableWriteUnitOfWork if this attribute is true TopLink will write changes to the database before executing the query.
setForceBatchStatementExecution(boolean) - Method in class oracle.toplink.queryframework.ModifyQuery
Allow setting this query to be the last statement added to a batch statement and ensure it is flushed on execution.
setForceUpdate(boolean) - Method in class oracle.toplink.descriptors.CMPPolicy
ADVANCED: Configure whether TopLink should always update all registered objects of this type.
setForeignKeyFieldName(String) - Method in class oracle.toplink.mappings.OneToOneMapping
Define the foreign key relationship in the 1-1 mapping.
setForeignKeyFieldName(String) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
 
setForeignKeyFieldNames(Vector) - Method in class oracle.toplink.mappings.OneToOneMapping
Return the foreign key field names associated with the mapping.
setForeignKeyFieldNames(Vector) - Method in class oracle.toplink.mappings.VariableOneToOneMapping
Return the foreign key field names associated with the mapping.
setForeignKeyGroupingElement(String) - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
Set the grouping element field on the mapping.
setForeignKeyGroupingElement(XMLField) - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
Set if the grouping element field on the mapping.
setForeignKeys(Vector<ForeignKeyConstraint>) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
Set the ForeignKeyConstraint list.
setForeignQueryKeyName(String, String) - Method in class oracle.toplink.mappings.VariableOneToOneMapping
A foreign key from the source table and abstract query key from the interface descriptor are added to the mapping.
setFormattedOutput(boolean) - Method in class oracle.toplink.ox.XMLMarshaller
Set if this XMLMarshaller should format the XML By default this is set to true and the XML marshalled will be formatted.
setFormattedOutput(boolean) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
setFormattedOutput(boolean) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
setFormattedOutput(boolean) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
setFragment(boolean) - Method in class oracle.toplink.ox.XMLMarshaller
Set if this should marshal to a fragment.
setFragment(boolean) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
setFragment(boolean) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
setFragment(boolean) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
setFragmentBuilder(SAXFragmentBuilder) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setFunctionName(String) - Method in class oracle.toplink.eis.interactions.EISInteraction
Set the function name of the interaction.
setGetMethodName(String) - Method in class oracle.toplink.mappings.DatabaseMapping
This method is invoked reflectively on the reference object to return the value of the attribute in the object.
setHasCompatibleType(boolean) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
setHasCustomPrimaryKey(boolean) - Method in class oracle.toplink.ejb.EJBWrapperPolicy
Used to set whether the primary key is custom (such as AccountPK) or non-custom (such as java.lang.Integer)
setHavingExpression(Expression) - Method in class oracle.toplink.queryframework.ReportQuery
Add the expression to the query to be used in the HAVING clause.
setHierarchicalQueryClause(Expression, Expression, Vector) - Method in class oracle.toplink.queryframework.ReadAllQuery
Set the Hierarchical Query Clause for the query Example: Expression startWith = builder.get("id").equal(new Integer(100)); //can be any expression which identifies a set of employees Expression connectBy = builder.get("managedEmployees"); //indicated the relationship that the hierarchy is based on, must be self-referential Vector orderBy = new Vector(); orderBy.addElement(builder.get("startDate")); readAllQuery.setHierarchicalQueryClause(startWith, connectBy, orderBy); This query would generate SQL like this: SELECT * FROM EMPLOYEE START WITH ID=100 CONNECT BY PRIOR ID = MANAGER_ID ORDER SIBLINGS BY START_DATE
setHintString(String) - Method in class oracle.toplink.queryframework.DatabaseQuery
Used to set the database hint string on the query.
setHistoryPolicy(HistoryPolicy) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the HistoryPolicy for this descriptor.
setHistoryPolicy(HistoryPolicy) - Method in class oracle.toplink.mappings.DirectCollectionMapping
setHistoryPolicy(HistoryPolicy) - Method in class oracle.toplink.mappings.ManyToManyMapping
setHomeInterface(Class) - Method in class oracle.toplink.ejb.EJBWrapperPolicy
The home interface defines how a bean is accessed and queried.
setHomeName(String) - Method in class oracle.toplink.ejb.EJBWrapperPolicy
The home name is the name or URL that the bean's home is stored in JNDI under.
setIdentityMapClass(Class) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be used by this descriptor.
setIdentityMapForClass(String, String, int) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method will be used to set a new type of identity map for a particular class type.
setIdentityMapForClass(String, String, int) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method will be used to set a new type of identity map for a particular class type.
setIdentityMapSize(int) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the size of the identity map to be used by this descriptor.
setIndirectionPolicy(IndirectionPolicy) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
ADVANCED: Set the indirection policy.
setIndirectionPolicy(IndirectionPolicy) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
ADVANCED: Set the indirection policy.
setInitialContextFactoryName(String) - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. ADVANCED: Use this method to set the Initial Conext Factory for accessing JNDI.
setInitialContextFactoryName(String) - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Set the context factory name used as the value to the INITIAL_CONTEXT_FACTORY key in the cached context properties.
setInitialContextProperties(Hashtable) - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. ADVANCED: This method allows the user to set the Context properties for creating the initial context for a JNDI connection if the properties have not allready been set globally.
setInitialReadSize(int) - Method in class oracle.toplink.queryframework.CursoredStreamPolicy
Specifies the number of elements to be read initially into a cursored stream
setInitialValue(int) - Method in class oracle.toplink.sequencing.Sequence
 
setInitialValue(int) - Method in class oracle.toplink.sequencing.StandardSequence
 
setInMemoryQueryIndirectionPolicy(InMemoryQueryIndirectionPolicy) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set the InMemoryQueryIndirectionPolicy for this query.
setInMemoryQueryIndirectionPolicyState(int) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set the InMemoryQueryIndirectionPolicy for this query.
setInputRecordName(String) - Method in class oracle.toplink.eis.interactions.EISInteraction
Set the input record name.
setInputResultPath(String) - Method in class oracle.toplink.eis.interactions.MappedInteraction
The input result path defines the root key for the MappedRecord that the interaction argument is nested into.
setInputRootElementName(String) - Method in class oracle.toplink.eis.interactions.XMLInteraction
Set the root element name to use for the input DOM.
setInputRow(AbstractRecord) - Method in class oracle.toplink.eis.interactions.EISInteraction
Set the input database row.
setInsertCall(Call) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's insert call.
setInsertCall(Call) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the receiver's insert Call.
setInsertCall(SDKCall) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Set the call to be used for insert operations.
setInsertQuery(InsertObjectQuery) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's insert query.
setInsertSQLString(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's insert SQL string.
setInsertSQLString(String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the receiver's insert SQL string.
setInsertSQLString(String) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the receiver's insert SQL string.
setIntegrityChecker(IntegrityChecker) - Method in class oracle.toplink.sessionbroker.SessionBroker
set the integrityChecker.
setIntegrityChecker(IntegrityChecker) - Method in interface oracle.toplink.sessions.Session
Set the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
setInteractionSpec(InteractionSpec) - Method in class oracle.toplink.eis.interactions.EISInteraction
Set the JCA InteractionSpec that defines this EIS interaction.
setInvalidFileNameCharacters(String) - Method in class oracle.toplink.xml.DefaultFileNameNormalizer
Deprecated. Set the list of the invalid file name characters that will be morphed into escape sequences.
setIsAsynchronous(boolean) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. ADVANCED: This method is used to set if the propagation of the change sets should be asynchronous.
setIsCascaded(boolean) - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Set whether to use cascade locking on the policy.
setIsCDATA(boolean) - Method in class oracle.toplink.ox.mappings.XMLCompositeDirectCollectionMapping
 
setIsCDATA(boolean) - Method in class oracle.toplink.ox.mappings.XMLDirectMapping
 
setIsCoordinatedWithProperty(boolean) - Method in class oracle.toplink.indirection.ValueHolder
Used as part of the implementation of WeavedAttributeValueHolderInterface Used to track whether a valueholder that has been weaved into a class is coordinated with the underlying property This method will be called internall when the state of Coordination between the weaved valueholder and the underlying value is known
setIsDebug(boolean) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. replaced by level
setIsDirectCollection(boolean) - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated. Set whether elements is a "direct" collection of values or a collection of database rows.
setIsDOMRecordSupported(boolean) - Method in class oracle.toplink.eis.EISPlatform
Set if this platform supports XML/DOM Records.
setIsFinalizersEnabled(boolean) - Method in interface oracle.toplink.sessions.Session
Set if this session's decendants should use finalizers.
setIsFullRowRequired(boolean) - Method in class oracle.toplink.queryframework.DeleteObjectQuery
ADVANCED: Set if the full row is required by the delete query.
setIsIdentity(boolean) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set whether the receiver is an identity field.
setIsIndexedRecordSupported(boolean) - Method in class oracle.toplink.eis.EISPlatform
Set if this platform supports JCA IndexedRecord.
setIsIsolated(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
Used to set if the class that this descriptor represents should be isolated from the shared cache.
setIsLazy(boolean) - Method in class oracle.toplink.mappings.DatabaseMapping
Set if this mapping is lazy.
setIsLazy(boolean) - Method in class oracle.toplink.threetier.ConnectionPolicy
Set if a lazy connection should be used, a lazy connection only acquire a physical connection when a transaction is started and releases the connection when the transaction completes.
setIsMappedRecordSupported(boolean) - Method in class oracle.toplink.eis.EISPlatform
Set if this platform supports JCA MappedRecord.
setIsMutable(boolean) - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Return true if the attribute for this mapping is a simple atomic value that cannot be modified, only replaced.
setIsMutable(boolean) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Set if the value of the attribute is atomic or a complex mutable object and can be modified without replacing the entire object.
setIsNativeConnectionRequired(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Set if the descriptor requires usage of a native (unwrapped) JDBC connection.
setIsNativeConnectionRequired(boolean) - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: Set if the descriptor requires usage of a native (unwrapped) JDBC connection.
setIsNewlyWeavedValueHolder(boolean) - Method in class oracle.toplink.indirection.ValueHolder
Used as part of the implementation of WeavedAttributeValueHolderInterface Used to determine if this ValueHolder was added instantiated as part of the constructor of a weaved class This method will be called when a ValueHolder is instantiated in a weaved class
setIsNullAllowed(boolean) - Method in class oracle.toplink.tools.schemaframework.ObjectVarrayDefinition
Set if the varray collection is allowed NULL or not
setIsOptional(boolean) - Method in class oracle.toplink.mappings.DatabaseMapping
Used to specify whether the value of this mapping may be null.
setIsPrimaryKey(boolean) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set whether the receiver is a primary key.
setIsPrivateOwned(boolean) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Set if the relationship is privately owned.
setIsReadOnly(boolean) - Method in class oracle.toplink.mappings.DatabaseMapping
Set this mapping to be read only.
setIsReadOnly(boolean) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set the query to be read-only.
setIsResultSetOptimizedQuery(boolean) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: Set if the query should be optimized to build directly from the result set.
setIsSetMethodName(String) - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
setIsSetParameters(Object[]) - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
setIsSetParameterTypes(Class[]) - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
setIsStoredInCache(boolean) - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Set whether to store the lock in the cache or in the object.
setIsTypedTextField(boolean) - Method in class oracle.toplink.ox.XMLField
Set if the field is a typed text field True when we should base conversions on the "type" attribute on elements
setIsWrapper(boolean) - Method in class oracle.toplink.ox.XMLDescriptor
 
setJavaClass(Class) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the Java class that this descriptor maps.
setJavaClass(Class) - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Set the Java class that this descriptor maps.
setJavaInterface(Class) - Method in class oracle.toplink.descriptors.ClassDescriptor
Sets the descriptor to be for an interface.
setJoinCriteria(Expression) - Method in class oracle.toplink.querykeys.ForeignReferenceQueryKey
Set the join expression for the relationship defined by the query key.
setJoinFetch(int) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indicates whether the referenced object(s) should always be joined on read queries.
setJPQLParseCacheMaxSize(int) - Method in class oracle.toplink.sessions.Project
ADVANCED: Set the JPQL parse cache max size.
setJPQLString(String) - Method in class oracle.toplink.queryframework.DatabaseQuery
Set the JPQL string of the query.
setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
setKey(Object) - Method in class oracle.toplink.mappings.Association
Set the key.
setKeyClass(Class) - Method in class oracle.toplink.mappings.DirectMapMapping
This is a helper method to set the key converter to a TypeConversionConverter.
setKeyConverter(Converter) - Method in class oracle.toplink.mappings.DirectMapMapping
Set the converter on the mapping.
setKeyType(Class) - Method in class oracle.toplink.mappings.TypedAssociation
Set the class of the key.
setLabel(Label) - Method in class oracle.toplink.libraries.asm.attrs.StackMapType
 
setLeafElementType(QName) - Method in class oracle.toplink.ox.XMLField
Assumes type is in the format prefix:localPart, or localPart.
setLevel(int) - Method in class oracle.toplink.logging.AbstractSessionLog
Set the log level.
setLevel(int, String) - Method in class oracle.toplink.logging.AbstractSessionLog
Set the log level for the category name space.
setLevel(int, String) - Method in class oracle.toplink.logging.JavaLog
Set the log level to a logger with name space extracted from the given category.
setLevel(int) - Method in interface oracle.toplink.logging.SessionLog
Set the log level.
setLevel(int, String) - Method in interface oracle.toplink.logging.SessionLog
Set the log level.
setLevel(int) - Method in class oracle.toplink.logging.SessionLogEntry
Set the request level of the log entry.
setLevel(int, String) - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated.  
setLevel(int) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Set the log level.
setLevel(int, String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Set the log level.
setLevel(int) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the request level of the log entry.
setLexicalHandler(LexicalHandler) - Method in class oracle.toplink.ox.record.ContentHandlerRecord
Set the LexicalHandler to recieve CDATA related events
setLobValueLimits(int) - Method in class oracle.toplink.platform.database.oracle.Oracle8Platform
Set the BLOB/CLOB value limits on thin driver.
setLobValueLimits(int) - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
Set the BLOB/CLOB value limits on thin driver.
setLocal(int, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Sets the value of the given local variable.
setLocalContextProperties(Hashtable) - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Set the properties that will be used to create the initial context for local JNDI access.
setLocalHostURL(String) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Set the host address of the naming service url.
setLocalHostURL(String) - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated.  
setLocalHostURL(String) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. since 4.5 now set on ClusteringService
setLocalName(String) - Method in class oracle.toplink.ox.XMLRoot
Set the element name.
setLocalTime(long) - Method in class oracle.toplink.tools.profiler.Profile
 
setLockFieldNames(Vector) - Method in class oracle.toplink.descriptors.SelectedFieldsLockingPolicy
Set the field names to lock on.
setLockingMode(short) - Method in class oracle.toplink.descriptors.PessimisticLockingPolicy
Set locking mode.
setLockMode(short) - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Sets whether this is a pessimistically locking query.
setLockMode(short) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Sets whether this is a pessimistically locking query.
setLog(Writer) - Method in class oracle.toplink.eis.EISConnectionSpec
Sets the attunity adapter message log.
setLog(SessionLog) - Static method in class oracle.toplink.logging.AbstractSessionLog
Set the singleton SessionLog.
setLog(Writer) - Method in class oracle.toplink.sessionbroker.SessionBroker
Set the message log.
setLog(Writer) - Method in interface oracle.toplink.sessions.Session
Set the writer to which an accessor writes logged messages and SQL.
setLogin(Login) - Method in interface oracle.toplink.sequencing.SequencingControl
ADVANCED: Returns a DatabaseLogin to be used by separate sequencing connection(s) The set value is ignored if shouldUseSeparateConnection() returns false.
setLogin(Login) - Method in interface oracle.toplink.sessions.DatabaseSession
Set the login.
setLogin(DatabaseLogin) - Method in class oracle.toplink.sessions.Project
Set the login to be used to connect to the database for this project.
setLogin(Login) - Method in class oracle.toplink.sessions.Project
Set the login to be used to connect to the database for this project.
setLogin(Login) - Method in class oracle.toplink.threetier.ConnectionPolicy
Set the login to use for this connection.
setLogin(Login) - Method in class oracle.toplink.threetier.ConnectionPool
Set the login used to create connections.
setLogLevel(int) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Set the log level
setLogLevel(int) - Method in interface oracle.toplink.sessions.Session
Set the log level.
setLongestTime(long) - Method in class oracle.toplink.tools.profiler.Profile
 
setLookupType(int) - Method in class oracle.toplink.jndi.JNDIConnector
 
setMappedClass(Class) - Method in class oracle.toplink.descriptors.CMPPolicy
Define the mapped class.
setMapping(DatabaseMapping) - Method in class oracle.toplink.ox.sequenced.Setting
 
setMapping(SDKObjectCollectionMapping) - Method in class oracle.toplink.xml.XMLReadAllCall
Deprecated. Set the mapping the call fetches data for.
setMapping(OneToOneMapping) - Method in class oracle.toplink.xml.XMLReadCall
Deprecated. Set the mapping the call fetches data for.
setMarshalListener(XMLMarshalListener) - Method in class oracle.toplink.ox.XMLMarshaller
 
setMarshalNullRepresentation(XMLNullRepresentationType) - Method in class oracle.toplink.ox.mappings.nullpolicy.AbstractNullPolicy
Set the enum that determines what XML to write when a null value is encountered.
setMask(SpatialParameters.Mask) - Method in class oracle.toplink.expressions.spatial.SpatialParameters
Set the MASK parameter
setMasks(SpatialParameters.Mask[]) - Method in class oracle.toplink.expressions.spatial.SpatialParameters
Set the MASK parameter
setMaxBatchWritingSize(int) - Method in class oracle.toplink.sessions.DatabaseLogin
Allow for the max batch writing size to be set.
setMaximumCachedResults(int) - Method in class oracle.toplink.queryframework.QueryResultsCachePolicy
Set the maximum cached results.
setMaxNumberOfConnections(int) - Method in class oracle.toplink.threetier.ConnectionPool
Set the maximum number of connections allowed.
setMaxNumberOfNonPooledConnections(int) - Method in interface oracle.toplink.threetier.Server
Set the number of non-pooled database connections allowed.
setMaxPoolSize(int) - Method in interface oracle.toplink.sequencing.SequencingControl
Sets a maximum number of connections in sequencing connection pool The set value is ignored if shouldUseSeparateConnection() returns false.
setMaxResolution(Number) - Method in class oracle.toplink.expressions.spatial.SpatialParameters
Set the MAX_RESOLUTION parameter
setMaxRows(int) - Method in class oracle.toplink.queryframework.ReadQuery
Used to set the limit for the maximum number of rows that any ResultSet can contain to the given number.
setMessage(String) - Method in class oracle.toplink.logging.SessionLogEntry
Set the entry's message.
setMessage(String) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the entry's message.
setMessageDrivenContext(MessageDrivenContext) - Method in class oracle.toplink.remote.jms.mdb.ClusteringMDB
 
setMethodClass(Class) - Method in class oracle.toplink.queryframework.MethodBaseQueryRedirector
Sets the class to execute the static method on.
setMethodName(String) - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Set the clone method name.
setMethodName(String) - Method in class oracle.toplink.mappings.transformers.MethodBasedAttributeTransformer
 
setMethodName(String) - Method in class oracle.toplink.mappings.transformers.MethodBasedFieldTransformer
 
setMethodName(String) - Method in class oracle.toplink.queryframework.MethodBaseQueryRedirector
Sets the name of the static method.
setMethodParameterTypeNotValid(CollectionMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
setMimeType(String) - Method in class oracle.toplink.ox.mappings.FixedMimeTypePolicy
 
setMimeType(String) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
Force mapping to set default FixedMimeTypePolicy using the MimeType string as argument
setMimeType(String) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
Force mapping to set default FixedMimeTypePolicy using the MimeType string as argument
setMimeTypePolicy(MimeTypePolicy) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
Allow implementer to set the MimeTypePolicy class FixedMimeTypePolicy or AttributeMimeTypePolicy (dynamic)
setMimeTypePolicy(MimeTypePolicy) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
Allow implementer to set the MimeTypePolicy class FixedMimeTypePolicy or AttributeMimeTypePolicy (dynamic)
setMinNumberOfConnections(int) - Method in class oracle.toplink.threetier.ConnectionPool
Set the minimum number of connections.
setMinPoolSize(int) - Method in interface oracle.toplink.sequencing.SequencingControl
Sets a minimum number of connections in sequencing connection pool The set value is ignored if shouldUseSeparateConnection() returns false.
setMinResolution(Number) - Method in class oracle.toplink.expressions.spatial.SpatialParameters
Set the MIN_RESOLUTION parameter
setMixedContent(boolean) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
setMulticastGroupAddress(String) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. This method will set the Host adddress of the Multicast Group.
setMulticastGroupAddress(String) - Method in class oracle.toplink.remotecommand.DiscoveryManager
Set the host adddress of the multicast group.
setMulticastPort(int) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Use this method to set the Multicast Port that this system will use to communicate
setMulticastPort(int) - Method in class oracle.toplink.remotecommand.DiscoveryManager
Set the multicast port used for discovery.
setMultipleTableInsertOrder(Vector<DatabaseTable>) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Sets the Vector of DatabaseTables in the order which INSERTS should take place.
setMultipleTableJoinExpression(Expression) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: This is normally generated for descriptors that have multiple tables.
setName(String) - Method in class oracle.toplink.eis.EISConnectionSpec
Set the name of the ConnectionFactory within the JNDI Context.
setName(Name) - Method in class oracle.toplink.eis.EISConnectionSpec
Set the name of the ConnectionFactory within the JNDI Context.
setName(String) - Method in class oracle.toplink.jndi.JNDIConnector
Set the name of the DataSource within the JNDI Context.
setName(String) - Method in class oracle.toplink.ox.sequenced.Setting
Specify the name of the setting.
setName(String) - Method in class oracle.toplink.ox.XMLField
This has the same effect as calling the setXPath method
setName(String) - Method in class oracle.toplink.queryframework.DatabaseQuery
Set the query's name.
setName(String) - Method in class oracle.toplink.queryframework.FetchGroup
Set the group name.
setName(String) - Method in class oracle.toplink.querykeys.QueryKey
Set the name for the query key.
setName(String) - Method in class oracle.toplink.sequencing.Sequence
 
setName(String) - Method in class oracle.toplink.sessions.Project
Set the name of the project.
setName(String) - Method in interface oracle.toplink.sessions.Session
Set the name of the session.
setName(String) - Method in class oracle.toplink.threetier.ConnectionPool
Set the name of this pool.
setName(String) - Method in class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
Set the name of the object.
setName(String) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set the name of the field.
setName(String) - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
setName(String) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Set the name.
setName(String) - Method in class oracle.toplink.tools.schemaframework.UniqueKeyConstraint
setNameFieldName(String) - Method in class oracle.toplink.sdk.SDKSequence
Deprecated.  
setNameFieldName(String) - Method in class oracle.toplink.sequencing.TableSequence
 
setNameSpace(String) - Method in class oracle.toplink.logging.SessionLogEntry
Set the name space of the log entry.
setNameSpace(String) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the name space of the log entry.
setNamespaceAware(boolean) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
setNamespaceAware(boolean) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
setNamespaceAware(boolean) - Method in interface oracle.toplink.platform.xml.XMLParser
 
setNamespaceMap(Map) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setNamespaceResolver(NamespaceResolver) - Method in class oracle.toplink.eis.EISDescriptor
Set the XML namespace resolver.
setNamespaceResolver(NamespaceResolver) - Method in class oracle.toplink.ox.record.XMLRecord
 
setNamespaceResolver(NamespaceResolver) - Method in class oracle.toplink.ox.XMLDescriptor
Set the NamespaceResolver to associate with this descriptor
setNamespaceResolver(NamespaceResolver) - Method in class oracle.toplink.ox.XMLField
Set the NamespaceResolver associated with this XMLField
setNamespaceURI(String) - Method in class oracle.toplink.ox.sequenced.Setting
Specify the namespace URI that qualifies the name of the Setting (if there is one).
setNamespaceURI(String) - Method in class oracle.toplink.ox.XMLRoot
 
setNamingServiceType(int) - Method in class oracle.toplink.remotecommand.jms.JMSTopicTransportManager
ADVANCED: This funcation is not supported for naming service other than JNDI or TransportManager.JNDI_NAMING_SERVICE.
setNamingServiceType(int) - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Set the type of naming service used to look up remote connections to other service instances.
setNodeClass(Class) - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Set the node class for this operator.
setNodeOrderingPolicy(NodeOrderingPolicy) - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
Sets the NodeOrderingPolicy to be used by this DocumentPreservationPolicy when adding new elements into a cached XML Document.
setNoNamespaceSchemaLocation(String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setNoNamespaceSchemaLocation(String) - Method in class oracle.toplink.ox.XMLMarshaller
Set the no namespace schema location on this XMLMarshaller
setNoNamespaceSchemaLocation(String) - Method in class oracle.toplink.ox.XMLRoot
 
setNonDeferredCreateTime(int) - Method in class oracle.toplink.descriptors.CMPPolicy
ADVANCED: This setting is only available for CMP beans that are not being deferred.
setNullPolicy(AbstractNullPolicy) - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullPolicy(AbstractNullPolicy) - Method in class oracle.toplink.ox.mappings.XMLDirectMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullRepresentedByEmptyNode(boolean) - Method in class oracle.toplink.ox.mappings.nullpolicy.AbstractNullPolicy
 
setNullRepresentedByXsiNil(boolean) - Method in class oracle.toplink.ox.mappings.nullpolicy.AbstractNullPolicy
 
setNullValue(Object) - Method in class oracle.toplink.mappings.foundation.AbstractDirectMapping
Allow for the value used for null to be specified.
setNumberOfInstancesEffected(long) - Method in class oracle.toplink.tools.profiler.Profile
 
setNumberOfReadConnections(int) - Method in interface oracle.toplink.threetier.Server
Deprecated. Replaced by getReadConnectionPool().setMaxNumberOfConnections(int) ConnectionPool.setMaxNumberOfConnections(int)
setObject(String) - Method in class oracle.toplink.libraries.asm.attrs.StackMapType
 
setObject(Object) - Method in class oracle.toplink.ox.sequenced.Setting
 
setObject(Object) - Method in class oracle.toplink.ox.XMLRoot
 
setObject(Object) - Method in class oracle.toplink.queryframework.DoesExistQuery
Set the object.
setObject(Object) - Method in class oracle.toplink.queryframework.ObjectLevelModifyQuery
(REQUIRED) Set the object required for modification.
setObjectChangePolicy(ObjectChangePolicy) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the ObjectChangePolicy for this descriptor.
setObjectClass(Class) - Method in class oracle.toplink.mappings.converters.TypeConversionConverter
Set the class type of the object value.
setObjects(Vector) - Method in class oracle.toplink.queryframework.DeleteAllQuery
PUBLIC (REQUIRED): Set the objects to be deleted.
setODBCDataSourceName(String) - Method in class oracle.toplink.sessions.DatabaseLogin
The data source name is required if connecting through ODBC (JDBC-ODBC, etc.).
setOnlyInstancesExpression(Expression) - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: Sets the expression used to select instance of the class only.
setOpcode(int) - Method in class oracle.toplink.libraries.asm.tree.FieldInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class oracle.toplink.libraries.asm.tree.InsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class oracle.toplink.libraries.asm.tree.IntInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class oracle.toplink.libraries.asm.tree.JumpInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class oracle.toplink.libraries.asm.tree.MethodInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class oracle.toplink.libraries.asm.tree.TypeInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class oracle.toplink.libraries.asm.tree.VarInsnNode
Sets the opcode of this instruction.
setOperationTimings(Hashtable) - Method in class oracle.toplink.tools.profiler.Profile
 
setOptimisticLockingPolicy(OptimisticLockingPolicy) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the OptimisticLockingPolicy.
setOutputArgumentNames(Vector) - Method in class oracle.toplink.eis.interactions.EISInteraction
Set the output argument names.
setOutputArguments(Vector) - Method in class oracle.toplink.eis.interactions.EISInteraction
The output arguments.
setOutputArguments(Vector) - Method in class oracle.toplink.eis.interactions.IndexedInteraction
The output arguments in order of occurance in the record.
setOutputFileName(String) - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Set the file name that the generate .java file will be output to.
setOutputFileName(String) - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Set the file name that the generate .java file will be output to.
setOutputPath(String) - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Set the path that the generate .java file will be output to.
setOutputPath(String) - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Set the path that the generate .java file will be output to.
setOutputResultPath(String) - Method in class oracle.toplink.eis.interactions.EISInteraction
The output result path defines the root key for the MappedRecord that the desired interaction result is nested into.
setOutputRootElementName(String) - Method in class oracle.toplink.eis.interactions.XMLInteraction
Set the root element name to use for the output DOM.
setOutputWriter(Writer) - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Set the writer the output to.
setOutputWriter(Writer) - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Set the writer the output to.
setPackageName(String) - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Set the package name of class to be generated.
setPackageName(String) - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Set the package name of class to be generated.
setPacketTimeToLive(int) - Method in class oracle.toplink.remotecommand.DiscoveryManager
Set the number of hops the data packets of the session annoucemnt will take before expiring.
setPageSize(int) - Method in class oracle.toplink.queryframework.CursorPolicy
Set the number of elements to be read into a cursored stream when more elements are needed from the database.
setParameters(Object[]) - Method in class oracle.toplink.logging.SessionLogEntry
Set the array of parameters to the message.
setParameters(Object[]) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the array of parameters to the message.
setParams(String) - Method in class oracle.toplink.expressions.spatial.SpatialParameters
Set the PARAMS (String) value.
setParent(Setting) - Method in class oracle.toplink.ox.sequenced.Setting
 
setParentClass(Class) - Method in class oracle.toplink.descriptors.InheritancePolicy
Set the parent class.
setParentClassName(String) - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
 
setParentClassName(String) - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
 
setParentInterfaceNames(Vector) - Method in class oracle.toplink.descriptors.InterfacePolicy
 
setParentInterfaces(Vector) - Method in class oracle.toplink.descriptors.InterfacePolicy
Set the Vector to store parent interfaces.
setParentRecord(UnmarshalRecord) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setPassword(String) - Method in class oracle.toplink.eis.EISLogin
Set the password.
setPassword(String) - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. Sets the Password if one is required to access the JNDI service
setPassword(String) - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Set the password used as the value to the SECURITY_CREDENTIALS key in the cached context properties.
setPassword(String) - Method in class oracle.toplink.sessions.DatasourceLogin
Set the password.
setPassword(String) - Method in interface oracle.toplink.sessions.Login
All logins must take a user name and password.
setPessimisticLockingPolicy(PessimisticLockingPolicy) - Method in class oracle.toplink.descriptors.CMPPolicy
Configure bean pessimistic locking
setPingSQL(String) - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink will attempt to test a connection if it encounters an exception on the connection when executing SQL.
setPolicy(int) - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
setPoolName(String) - Method in class oracle.toplink.threetier.ConnectionPolicy
Set the pool name or null if not part of a pool.
setPostBuildSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that has just been built from the database.
setPostCloneSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that has just been cloned into a unit of work.
setPostDeleteSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that has just been deleted from the database.
setPostInsertSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that has just been inserted into the database.
setPostMergeSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that has just been merge from a unit of work.
setPostRefreshSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that has just been refreshed from the database.
setPostUpdateSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that has just been updated into the database.
setPostWriteSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that has just been written to the database.
setPreallocationSize(int) - Method in class oracle.toplink.sequencing.Sequence
 
setPreDeleteSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that is going to be deleted from the database.
setPrefix(String) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
 
setPreInsertSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that is going to be inserted into the database.
setPrePersistSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object when that object has the create operation applied to it.
setPreRemoveSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object when that object has the remove operation applied to it.
setPreUpdateSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that is going to be updated into the database.
setPreWriteSelector(String) - Method in class oracle.toplink.descriptors.DescriptorEventManager
A method can be registered to be called on a object that is going to be written to the database.
setPrimaryKeyClass(Class) - Method in class oracle.toplink.ejb.EJBWrapperPolicy
The primary key class is the class that represents the bean's primary key.
setPrimaryKeyElementName(String) - Method in class oracle.toplink.xml.XMLDataCall
Deprecated. Set the name of the singular primary key element.
setPrimaryKeyElementName(String) - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Specify the primary key element for the descriptor.
setPrimaryKeyElementNames(String[]) - Method in class oracle.toplink.xml.XMLDataCall
Deprecated. Set the primary key element names.
setPrimaryKeyElementNames(Vector) - Method in class oracle.toplink.xml.XMLDataCall
Deprecated. Set the primary key element names.
setPrimaryKeyElementNames(String[]) - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Specify an array of all the primary key element names, if the primary key is composed of multiple elements.
setPrimaryKeyElementNames(Vector) - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Specify a vector of all the primary key element names, if the primary key is composed of multiple elements.
setPrimaryKeyFieldName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Specify the primary key field of the descriptors table.
setPrimaryKeyFieldNames(Vector) - Method in class oracle.toplink.descriptors.ClassDescriptor
User can specify a vector of all the primary key field names if primary key is composite.
setPrintCalendarIntoTimestampTZ(Boolean) - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
ADVANCED: Configure the passing of Calendar objects as a String into the creation of TIMESTAMPTZ instances (True) or pass the Calendar object directly into the TIMESTAMPTZ instance (False).
setProcedureName(String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
(REQUIRED) Set the name of the store procedure on the database.
setProcedures(Vector) - Method in class oracle.toplink.tools.schemaframework.PackageDefinition
Packages can contain sets of procedures.
setProduct(String) - Static method in class oracle.toplink.Version
 
setProfiler(SessionProfiler) - Method in class oracle.toplink.sessionbroker.SessionBroker
Set the profiler for the session.
setProfiler(SessionProfiler) - Method in interface oracle.toplink.sessions.Session
Set the profiler for the session.
setProfileTime(long) - Method in class oracle.toplink.tools.profiler.Profile
 
setProfileWeight(int) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to change DMS sensor weight.
setProfileWeight(int) - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
setProfilingType(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to select the type of profiling.
setprofilingType(String) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to select the type of profiling.
setProfilingType(String) - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to select the type of profiling.
setProfilingType(String) - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to select the type of profiling.
setProject(Project) - Method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Set the project to generate from.
setProperties(Map) - Method in class oracle.toplink.eis.interactions.EISInteraction
Set the adapter specific properties.
setProperties(Properties) - Method in class oracle.toplink.sessions.DatasourceLogin
The properties are additional, driver-specific, connection information to be passed to the JDBC driver.
setProperties(Properties) - Method in interface oracle.toplink.sessions.Login
The properties are additional, driver-specific, connection information to be passed to the JDBC driver.
setProperty(String, Object) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the user defined property.
setProperty(String, Object) - Method in class oracle.toplink.eis.interactions.EISInteraction
Set the adapter specific property.
setProperty(Object, Object) - Method in class oracle.toplink.mappings.DatabaseMapping
ADVANCED: Allow user defined properties.
setProperty(String, Object) - Method in class oracle.toplink.ox.jaxb.JAXBValidator
 
setProperty(String, Object) - Method in class oracle.toplink.sessions.DatasourceLogin
Some JDBC drivers require additional, driver-specific, properties.
setProperty(String, Object) - Method in interface oracle.toplink.sessions.Login
Some JDBC drivers require additional, driver-specific, properties.
setProperty(String, Object) - Method in interface oracle.toplink.sessions.Session
Allow for user defined properties.
setProperty(Object, Object) - Method in class oracle.toplink.threetier.ConnectionPolicy
Use this method to set custom properties on the Connection Policy.
setQualifier(String) - Method in class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
Most major databases support a creator name scope.
setQueries(Map) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
set the pre-defined queries for the descriptor.
setQuery(DatabaseQuery) - Method in exception oracle.toplink.exceptions.DatabaseException
This method set the databaseQuery.
setQueryArguments(AbstractRecord) - Method in exception oracle.toplink.exceptions.DatabaseException
Set the query argements used in the original query when exception is thrown
setQueryByExamplePolicy(QueryByExamplePolicy) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
The QueryByExamplePolicy, is a useful to customize the query when Query By Example is used.
setQueryClass(Class) - Method in class oracle.toplink.tools.profiler.Profile
 
setQueryManager(DescriptorQueryManager) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. This method should only be called by di when a descriptor has been read from the data store.
setQueryResultsCachePolicy(QueryResultsCachePolicy) - Method in class oracle.toplink.queryframework.ReadQuery
Set the QueryResultsCachePolicy.
setQueryRetryAttemptCount(int) - Method in class oracle.toplink.sessions.DatabaseLogin
Set the number of attempts TopLink should make to re-connect to a database and re-execute a query after a query has failed because of a communication issue.
setQueryString(String) - Method in class oracle.toplink.eis.interactions.QueryStringInteraction
Set the query string.
setQueryTimeout(int) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
Set the number of seconds that queries will wait for their Statement to execute.
setQueryTimeout(int) - Method in class oracle.toplink.queryframework.DatabaseQuery
Set the number of seconds the driver will wait for a Statement to execute to the given number of seconds.
setQueryType(SpatialParameters.QueryType) - Method in class oracle.toplink.expressions.spatial.SpatialParameters
Set the QUERY_TYPE parameter
setReadAllCall(Call) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read all call.
setReadAllCall(SDKCall) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Set the call to be used for standard read-all operations.
setReadAllQuery(ReadAllQuery) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read all query.
setReadAllSQLString(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read SQL string.
setReadAllSubclassesViewName(String) - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
setReadConnectionPool(ConnectionPool) - Method in interface oracle.toplink.threetier.Server
Sets the read connection pool directly.
setReader(Reader) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the stream.
setReaders(Enumeration) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the read streams.
setReadObjectCall(Call) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read object call.
setReadObjectCall(SDKCall) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Set the call to be used for standard read by primary key operations.
setReadObjectQuery(ReadObjectQuery) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read query.
setReadObjectSQLString(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read SQL string.
setReadOnly() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the descriptor to be read-only.
setRealAttributeValueInObject(Object, Object) - Method in interface oracle.toplink.sdk.SDKCollectionMapping
Deprecated. Set the attribute value for the specified object, wrapping it in a value holder if necessary.
setRecord(Record) - Method in class oracle.toplink.eis.EISDOMRecord
Set the JCA adapter record.
setRecord(Map) - Method in class oracle.toplink.eis.EISMappedRecord
Set the wrapped record.
setRecordConverter(RecordConverter) - Method in class oracle.toplink.eis.EISPlatform
Set the record converter.
setRecordFactory(RecordFactory) - Method in class oracle.toplink.eis.EISAccessor
Set the RecordFactory.
setRecordName(String) - Method in class oracle.toplink.eis.EISDOMRecord
Forward to the record.
setRecordName(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
setRecordShortDescription(String) - Method in class oracle.toplink.eis.EISDOMRecord
Forward to the record.
setRedirector(QueryRedirector) - Method in class oracle.toplink.queryframework.DatabaseQuery
Set the query redirector.
setReferenceClass(Class) - Method in class oracle.toplink.mappings.AggregateMapping
This is a reference class whose instances this mapping will store in the domain objects.
setReferenceClass(Class) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Set the referenced class.
setReferenceClass(Class) - Method in class oracle.toplink.objectrelational.ReferenceMapping
This is a reference class whose instances this mapping will store in the domain objects.
setReferenceClass(Class) - Method in class oracle.toplink.queryframework.ModifyAllQuery
Set the reference class this query.
setReferenceClass(Class) - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
REQUIRED: Set the reference class for the query.
setReferenceClass(Class) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
REQUIRED: Set the reference class for the query.
setReferenceClass(Class) - Method in class oracle.toplink.querykeys.ForeignReferenceQueryKey
Set the reference class of the relationship.
setReferenceClassName(String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
 
setReferenceClassName(String) - Method in class oracle.toplink.querykeys.ForeignReferenceQueryKey
Set the reference class name for this relationship This is used when projects are built without using classes
setReferenceDataTypeName(String) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Set the "data type" of the reference objects.
setReferenceKeyFieldName(String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the name of the reference key field.
setReferenceTableName(String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the reference table name.
setRegisteredObjects(Hashtable) - Method in class oracle.toplink.tools.schemaframework.PopulationManager
Set the registered objects.
setRelationshipPartnerAttributeName(String) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Use this method to specify the relationship partner attribute name of a bidirectional Mapping.
setRelationTable(DatabaseTable) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the relational table.
setRelationTableName(String) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the name of the relational table.
setRemoteContextProperties(Hashtable) - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Set the cached properties that will be used to create the initial context when doing remote JNDI lookups.
setRemoteIdentityMapClass(Class) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be used by this descriptor.
setRemoteIdentityMapSize(int) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the size of the identity map to be used by this descriptor.
setRemoteInterface(Class) - Method in class oracle.toplink.ejb.EJBWrapperPolicy
The remote interface defines a bean's public interface.
setReportItems(List) - Method in class oracle.toplink.queryframework.ConstructorReportItem
 
setRequiresAutoCommit(boolean) - Method in class oracle.toplink.eis.EISPlatform
Set if this platform requires auto commit of the local transaction for interactions outside of an interaction.
setResource(String) - Method in class oracle.toplink.ox.schema.XMLSchemaReference
 
setResourceName(String) - Method in exception oracle.toplink.exceptions.PersistenceUnitLoadingException
 
setResourceName(String) - Method in exception oracle.toplink.exceptions.StaticWeaveException
 
setResourceName(String) - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Set the resource name we are trying to load.
setResult(String) - Method in class oracle.toplink.queryframework.StoredFunctionCall
Define the field name to be substitute for the function return.
setResult(String, Class) - Method in class oracle.toplink.queryframework.StoredFunctionCall
Define the field name to be substitute for the function return.
setResultAlwaysXMLRoot(boolean) - Method in class oracle.toplink.ox.XMLUnmarshaller
 
setResultElementName(String) - Method in class oracle.toplink.xml.XMLDataReadCall
Deprecated. Set the name of the singular result element.
setResultElementNames(String[]) - Method in class oracle.toplink.xml.XMLDataReadCall
Deprecated. Set the result element names.
setResultElementNames(Vector) - Method in class oracle.toplink.xml.XMLDataReadCall
Deprecated. Set the result element names.
setResultSetConcurrency(int) - Method in class oracle.toplink.queryframework.ScrollableCursorPolicy
The ResultSetConcurrency specifies if the resultset is updatable.
setResultSetType(int) - Method in class oracle.toplink.queryframework.ScrollableCursorPolicy
The ResultSetType specifies if the resultset is sensitive to changes made by others.
setReturningPolicy(ReturningPolicy) - Method in class oracle.toplink.descriptors.ClassDescriptor
Sets the returning policy.
setReturnType(Class) - Method in class oracle.toplink.tools.schemaframework.StoredFunctionDefinition
Prints return for stored function
setRootElementName(String) - Method in class oracle.toplink.xml.XMLDataCall
Deprecated. Set the root element name.
setRootElementName(String) - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Specify the root element name for the class of objects the descriptor maps.
setRootElementName(String) - Method in class oracle.toplink.xml.XMLSequence
Deprecated. Specify the root element name for the sequence numbers.
setSchemaContext(String) - Method in class oracle.toplink.ox.schema.XMLSchemaReference
Set the path to the simple/complex type definition, element, or group to be referenced in the schema
setSchemaLocation(String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setSchemaLocation(String) - Method in class oracle.toplink.ox.XMLMarshaller
Set the schema location on this XMLMarshaller
setSchemaLocation(String) - Method in class oracle.toplink.ox.XMLRoot
 
setSchemaReference(XMLSchemaReference) - Method in class oracle.toplink.ox.XMLDescriptor
Set the SchemaReference to associate with this descriptor
setSchemaType(QName) - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Set the schema type to be used during conversion - if one is required.
setSchemaType(QName) - Method in class oracle.toplink.ox.XMLField
Sets the schematype associated with this XMLField This is an optional setting; when set the schema type will be used to format the XML appropriately
setSchemaType(QName) - Method in class oracle.toplink.ox.XMLRoot
 
setSchemaType(QName) - Method in class oracle.toplink.ox.XMLUnionField
Adds the new type value to the list of types
setSchemaTypes(ArrayList) - Method in class oracle.toplink.ox.XMLUnionField
Sets the schema types that this attribute can be mapped to Valid QName schema types can be found on oracle.toplink.ox.XMLConstants
setSelectClause(String) - Method in class oracle.toplink.tools.schemaframework.ViewDefinition
The select clause is the select statement that is mapped into the view.
setSelectIfOrderedBy(boolean) - Method in class oracle.toplink.expressions.Expression
Set whether this expression should be included in the SELECT clause of a query that uses it in the ORDER BY clause.
setSelectionCall(Call) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
This is a property on the mapping which will allow custom call to be substituted for reading a reference object.
setSelectionCall(SDKCall) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Set the custom call that will perform the read query to read all the related objects.
setSelectionCriteria(Expression) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Sets the selection criteria to be used as a where clause to read reference objects.
setSelectionCriteria(Expression) - Method in class oracle.toplink.queryframework.DatabaseQuery
To any user of this object.
setSelectionCriteria(Expression) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
setSelectionKey(Vector) - Method in class oracle.toplink.queryframework.ReadObjectQuery
The primary key can be specified if used instead of an expression or selection object.
setSelectionObject(Object) - Method in class oracle.toplink.queryframework.ReadObjectQuery
Used to set the where clause of the query.
setSelectionSQLString(String) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
This is a property on the mapping which will allow custom SQL to be substituted for reading a reference object.
setSelectQuery(ValueReadQuery) - Method in class oracle.toplink.sequencing.QuerySequence
setSelectSequenceNumberQuery(ValueReadQuery) - Method in class oracle.toplink.sessions.DatasourceLogin
Deprecated. use ((QuerySequence)getDefaultSequence()).setSelectQuery(ValueReadQuery) instead
setSelfRecord(boolean) - Method in class oracle.toplink.ox.record.UnmarshalRecord
Sets the flag which indicates if this UnmarshalRecord represents a 'self' record
setSequenceCounterElementName(String) - Method in class oracle.toplink.xml.XMLLogin
Deprecated. Set the name of the element in the TopLink sequence documents that holds the current value for a given sequence (e.g.
setSequenceCounterFieldName(String) - Method in class oracle.toplink.sdk.SDKPlatform
Deprecated. use ((SDKSequence)getDefaultSequence()).setCounterFieldName() instead
setSequenceCounterFieldName(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use ((TableSequence)getDefaultSequence()).setCounterFieldName(String) instead
setSequencedObject(boolean) - Method in class oracle.toplink.ox.XMLDescriptor
 
setSequenceNameElementName(String) - Method in class oracle.toplink.xml.XMLLogin
Deprecated. Set the name of the element in the TopLink sequence documents that holds the name for a given sequence (e.g.
setSequenceNameFieldName(String) - Method in class oracle.toplink.sdk.SDKPlatform
Deprecated. use ((SDKSequence)getDefaultSequence()).setNameFieldName() instead
setSequenceNameFieldName(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use ((TableSequence)getDefaultSequence()).setNameFieldName(String) instead
setSequenceNumberElementName(String) - Method in class oracle.toplink.xml.XMLDescriptor
Deprecated. Set the sequence number element name.
setSequenceNumberFieldName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the sequence number field name.
setSequenceNumberFieldName(String) - Method in class oracle.toplink.eis.EISDescriptor
Set the sequence number field name.
setSequenceNumberName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the sequence number name.
setSequencePreallocationSize(int) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method provide access for setting the sequence pre-allocation size
setSequencePreallocationSize(int) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method provide access for setting the sequence pre-allocation size
setSequencePreallocationSize(int) - Method in class oracle.toplink.sessions.DatasourceLogin
Deprecated. use getDefaultSequence().setPreallocationSize(int) instead
setSequenceRootElementName(String) - Method in class oracle.toplink.xml.XMLLogin
Deprecated. Set the name of the root element in the TopLink sequence documents.
setSequenceTableName(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use ((TableSequence)getDefaultSequence()).setTableName(String) instead
setServerName(String) - Method in class oracle.toplink.sessions.DatabaseLogin
The server name is the name of the database instance.
setServerPlatform(ServerPlatform) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
The ServerPlatform must be set manually when the RemoteCommandManager'CommandProcessor is not TopLink Session.
setServerPlatform(ServerPlatform) - Method in interface oracle.toplink.sessions.DatabaseSession
Set the server platform defining server-specific behaviour for the receiver (Oc4j, WLS, ... ).
setServiceId(ServiceId) - Method in class oracle.toplink.remotecommand.Command
ADVANCED: Set the service identifier of the service where the command originated
setSession(Session) - Method in class oracle.toplink.ejb.EJBDataStore
Set the session.
setSession(Session) - Method in class oracle.toplink.logging.AbstractSessionLog
Set the session.
setSession(Session) - Method in class oracle.toplink.logging.JavaLog
Set the session and session namespace.
setSession(Session) - Method in interface oracle.toplink.logging.SessionLog
Set the session that owns this SessionLog.
setSession(AbstractSession) - Method in class oracle.toplink.logging.SessionLogEntry
Set the session that generated the log entry.
setSession(AbstractSession) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setSession(Session) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Set the session that owns this SessionLog.
setSession(AbstractSession) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the session that generated the log entry.
setSession(Session) - Method in class oracle.toplink.tools.profiler.DMSPerformanceProfiler
 
setSession(Session) - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
setSession(DatabaseSessionImpl) - Method in class oracle.toplink.tools.schemaframework.SchemaManager
 
setSessionId(String) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: Set the Unique identifier for the session.
setSessionLog(SessionLog) - Method in class oracle.toplink.sessionbroker.SessionBroker
Set the session log.
setSessionLog(SessionLog) - Method in interface oracle.toplink.sessions.Session
Set the session log to which an accessor logs messages and SQL.
setSessionLog(SessionLog) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
setSessionName(String) - Method in class oracle.toplink.ejb.EJBDataStore
Set the session name.
setSessionName(String) - Method in class oracle.toplink.mappings.CollectionMapping
Set the name of the session to execute the mapping's queries under.
setSessionName(String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the name of the session to execute the mapping's queries under.
setSessionName(String) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the name of the session to execute the mapping's queries under.
setSessionName(String) - Method in class oracle.toplink.queryframework.DatabaseQuery
Set the name of the session that the query should be executed under.
setSessionName(String) - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Set the name of the Session in the sessions XML file desired to be loaded.
setSessionRemoteConnection(RemoteConnection) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. ADVANCED: Sets the remoteSession connection that this session will make available for synchronization.
setSessionRemoteController(Object) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. As of version 4.0
setSetMethodName(String) - Method in class oracle.toplink.mappings.DatabaseMapping
Set the methodName used to set the value for the mapping's attribute into the object.
setSetPerformedForAbsentNode(boolean) - Method in class oracle.toplink.ox.mappings.nullpolicy.NullPolicy
Set the isSetPerformedForAbsentNode flag
setShortestTime(long) - Method in class oracle.toplink.tools.profiler.Profile
 
setShouldAcquireValueAfterInsert(boolean) - Method in class oracle.toplink.sequencing.QuerySequence
setShouldAllowNull(boolean) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set whether the receiver should allow null values.
setShouldAlwaysConformResultsInUnitOfWork(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
set if the descriptor is defined to always conform the results in unit of work in read query.
setShouldAlwaysRefreshCache(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
When the shouldAlwaysRefreshCache argument passed into this method is true, this method configures a ClassDescriptor to always refresh the cache if data is received from the database by any query.
setShouldAlwaysRefreshCacheOnRemote(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
When the shouldAlwaysRefreshCacheOnRemote argument passed into this method is true, this method configures a ClassDescriptor to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
setShouldBeReadOnly(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
Define if the descriptor reference class is read-only
setShouldBindAllParameters(boolean) - Method in class oracle.toplink.queryframework.DatabaseQuery
Bind all arguments to any SQL statement.
setShouldBindAllParameters(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to control if All parameters should be bound
setShouldBindAllParameters(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is used to controll if All parameters should be bound
setShouldBindAllParameters(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
Set whether to bind all arguments to any SQL statement.
setShouldCacheAllStatements(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. Method used to set if statements should be cached.
setShouldCacheAllStatements(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Method used to set if statements should be cached.
setShouldCacheAllStatements(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
Set whether prepared statements should be cached.
setShouldCacheQueryResults(boolean) - Method in class oracle.toplink.queryframework.ReadQuery
Deprecated. since 10.1.3, replaced by setQueryResultsCachingPolicy(QueryResultsCachePolicy)
setShouldCacheStatement(boolean) - Method in class oracle.toplink.queryframework.DatabaseQuery
Cache the prepared statements, this requires full parameter binding as well.
setShouldCascadeOnDelete(boolean) - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
Enables delete cascading on the database.
setShouldCatchExceptions(boolean) - Method in class oracle.toplink.exceptions.IntegrityChecker
This method assigns the value to the variable (shouldCatchExceptions) that we should catch all Descriptor Exceptions or not.
setShouldCheckClassLoader(boolean) - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Set if the session will be refreshed from the file if the class loader requesting the load is different than the loaded session's class loader.
setShouldCheckDatabase(boolean) - Method in class oracle.toplink.exceptions.IntegrityChecker
This method assigns the value to the variable (shouldCheckDatabase) that we should check database or not.
setShouldCheckInstantiationPolicy(boolean) - Method in class oracle.toplink.exceptions.IntegrityChecker
This method assigns the value to the variable (shouldCheckInstantiationPolicy) that we should check InstantiationPolicy or not.
setShouldConvertDataToStrings(boolean) - Method in class oracle.toplink.eis.EISPlatform
Set if all data set into the adapter should be first converted to strings.
setShouldDeferExecutionInUOW(boolean) - Method in class oracle.toplink.queryframework.ModifyAllQuery
Set a flag indicating whether execution should be deferred in UOW until commit.
setShouldDisableCacheHits(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set if cache hits on primary key read object queries should be disabled.
setShouldDisableCacheHitsOnRemote(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set if the remote session cache hits on primary key read object queries is allowed or not.
setShouldEnableDistributedIndirectionGarbageCollection(boolean) - Method in class oracle.toplink.remote.RemoteSession
ADVANCED: Allow the server-side value holders to be cleaned-up when the client-side value holder finalize.
setShouldFilterDuplicates(boolean) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set if duplicate rows should be filter when using 1-m joining.
setShouldForceFieldNamesToUpperCase(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: This setting can be used if the application expects upper case but the database does not return consistent case (e.g. different databases).
setShouldHandleWrites(boolean) - Method in class oracle.toplink.history.HistoryPolicy
Sets if TopLink is responsible for writing history.
setShouldIgnoreCaseOnFieldComparisons(boolean) - Static method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Allow for case in field names to be ignored as some databases are not case sensitive.
setShouldInlineBinaryData(boolean) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
setShouldInlineBinaryData(boolean) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
setShouldLoadResultIntoSelectionObject(boolean) - Method in class oracle.toplink.queryframework.ReadObjectQuery
Allow for the selection object of the query to be refreshed or put into the TopLink cache.
setShouldLogDebug(boolean) - Method in class oracle.toplink.logging.AbstractSessionLog
Deprecated. replaced by level
setShouldLogDebug(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to set if debug messages should be logged
setShouldLogDebug(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated.  
setShouldLogDebug(boolean) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. replaced by level
setShouldLogExceptions(boolean) - Method in class oracle.toplink.logging.AbstractSessionLog
Deprecated. replaced by level
setShouldLogExceptions(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to set if Exception messages should be logged
setShouldLogExceptions(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated.  
setShouldLogExceptions(boolean) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. replaced by level
setShouldLogExceptionStackTrace(boolean) - Method in class oracle.toplink.logging.AbstractSessionLog
By default the stack is logged for FINER or less (finest).
setShouldLogExceptionStackTrace(boolean) - Method in interface oracle.toplink.logging.SessionLog
By default stack trace is logged for SEVERE all the time and at FINER level for WARNING or less.
setShouldLogExceptionStackTrace(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to set if Exception Stack Trace should be logged
setShouldLogExceptionStackTrace(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Stack trace is logged for SEVERE all the time and at FINER level for WARNING or less
setShouldLogExceptionStackTrace(boolean) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default stack trace is logged for SEVERE all the time and at FINER level for WARNING or less.
setShouldLogin(boolean) - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Set if the loaded session should be connected.
setShouldLogMessages(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to set if messages should be logged by the session
setShouldLogMessages(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated.  
setShouldLogMessages(boolean) - Method in class oracle.toplink.sessionbroker.SessionBroker
Deprecated.  
setShouldLogMessages(boolean) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
setShouldLogPerformanceProfiler(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to turn on Profile logging when using th Performance Profiler
setShouldLogPerformanceProfiler(Boolean) - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to turn on Profile logging when using the Performance Profiler
setShouldLogPerformanceProfiler(Boolean) - Method in interface oracle.toplink.services.oc4j.Oc4jRuntimeMXBean
This method answers true if DMS Performance Profiling is on.
setshouldLogPerformanceProfiler(Boolean) - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to turn on Profile logging when using th Performance Profiler
setShouldLogPerformanceProfiler(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to turn on Profile logging when using th Performance Profiler
setShouldLogProfile(boolean) - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
Set whether after each query execution the profile result should be logged.
setShouldMaintainCache(boolean) - Method in class oracle.toplink.queryframework.DatabaseQuery
Set if the identity map (cache) should be used or not.
setShouldNewObjectsBeCached(boolean) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: By default new objects are not cached until the exist on the database.
setShouldOnlyRefreshCacheIfNewerVersion(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
When the shouldOnlyRefreshCacheIfNewerVersion argument passed into this method is true, this method configures a ClassDescriptor to only refresh the cache if the data received from the database by a query is newer than the data in the cache (as determined by the optimistic locking field) and as long as one of the following is true: the ClassDescriptor was configured by calling ClassDescriptor.alwaysRefreshCache() or ClassDescriptor.alwaysRefreshCacheOnRemote(), the query was configured by calling ObjectLevelReadQuery.refreshIdentityMapResult(), or the query was a call to Session.refreshObject(java.lang.Object) However, if a query hits the cache, data is not refreshed regardless of how this setting is configured.
setShouldOptimizeDataConversion(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
Set whether driver level data conversion optimization is enabled.
setShouldOrderMappings(boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
This is set to turn off the ordering of mappings.
setShouldOuterJoinSubclasses(boolean) - Method in class oracle.toplink.descriptors.InheritancePolicy
Set if an outer join should be used to read subclasses.
setShouldOuterJoinSubclasses(boolean) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set if an outer join should be used to read subclasses.
setShouldPerformDeletesFirst(boolean) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: By default deletes are performed last in a unit of work.
setShouldPerformDTDValidation(boolean) - Static method in class oracle.toplink.tools.sessionmanagement.SessionManager
Deprecated. since OracleAS TopLink 10g (10.1.3). Replaced by SessionManager.setShouldUseSchemaValidation(boolean)
setShouldPrepare(boolean) - Method in class oracle.toplink.queryframework.DatabaseQuery
Set if the query should be prepared.
setShouldPreserveDocument(boolean) - Method in class oracle.toplink.ox.XMLDescriptor
Specifies that object built from this descriptor should retain any unmapped information from their original XML Document when being written back out.
setShouldPrintConnection(boolean) - Method in class oracle.toplink.logging.AbstractSessionLog
By default the connection is printed, this can be turned off.
setShouldPrintConnection(boolean) - Method in interface oracle.toplink.logging.SessionLog
By default the connection is always printed whenever available, this can be turned off.
setShouldPrintConnection(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to set if Exception Stack Trace should be logged
setShouldPrintConnection(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Connection is always printed whenever available
setShouldPrintConnection(boolean) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default the connection is always printed whenever available, this can be turned off.
setShouldPrintDate(boolean) - Method in class oracle.toplink.logging.AbstractSessionLog
By default the date is always printed, but can be turned off.
setShouldPrintDate(boolean) - Method in interface oracle.toplink.logging.SessionLog
By default date is printed, this can be turned off.
setShouldPrintDate(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to set if Exception Stack Trace should be logged
setShouldPrintDate(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Date is always printed
setShouldPrintDate(boolean) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default date is printed, this can be turned off.
setShouldPrintInternalException(boolean) - Static method in exception oracle.toplink.exceptions.TopLinkException
Allows overiding of TopLink's exception chaining detection.
setShouldPrintSession(boolean) - Method in class oracle.toplink.logging.AbstractSessionLog
By default the session (and its connection is available) are printed, this can be turned off.
setShouldPrintSession(boolean) - Method in interface oracle.toplink.logging.SessionLog
By default the Session is always printed whenever available, this can be turned off.
setShouldPrintSession(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to set if Exception Stack Trace should be logged
setShouldPrintSession(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Session is always printed whenever available
setShouldPrintSession(boolean) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default the Session is always printed whenever available, this can be turned off.
setShouldPrintThread(boolean) - Method in class oracle.toplink.logging.AbstractSessionLog
By default the thread is logged for FINE or less (finer,etc.).
setShouldPrintThread(boolean) - Method in interface oracle.toplink.logging.SessionLog
By default the thread is logged at FINE or less level, this can be turned off.
setShouldPrintThread(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to set if Exception Stack Trace should be logged
setShouldPrintThread(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Thread is logged at FINE or less level
setShouldPrintThread(boolean) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default the thread is logged at FINE or less level, this can be turned off.
setShouldProcessResultsInUnitOfWork(boolean) - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
ADVANCED: Used for CMP only.
setShouldProcessResultsInUnitOfWork(boolean) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: Used for CMP only.
setShouldProfilePerformance(boolean) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method is used to turn on Performance Profiling
setShouldProfilePerformance(boolean) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method is used to turn on Performance Profiling
setShouldPropagateAsynchronously(boolean) - Method in interface oracle.toplink.remotecommand.CommandManager
ADVANCED: Set whether this command manager should propagate commands synchronously or asynchronously.
setShouldPropagateAsynchronously(boolean) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
ADVANCED: Set whether this command manager should propagate commands synchronously or asynchronously.
setShouldPropagateChanges(boolean) - Method in interface oracle.toplink.sessions.DatabaseSession
ADVANCED: Set if cache changes should be propagated to other sessions or applications in a TopLink cluster through the Remote Command Manager mechanism.
setShouldReadSubclasses(boolean) - Method in class oracle.toplink.descriptors.InheritancePolicy
Set the descriptor to read instance of itself and its subclasses when queried.
setShouldReadWholeDocument(boolean) - Method in class oracle.toplink.xdb.DirectToXMLTypeMapping
setShouldRefresh(boolean) - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Set if the loaded session should be refreshed from the file.
setShouldRefreshIdentityMapResult(boolean) - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Set if the attributes of the object(s) resulting from the query should be refreshed.
setShouldRefreshIdentityMapResult(boolean) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set if the attributes of the object(s) resulting from the query should be refreshed.
setShouldRefreshInvalidObjectsInUnitOfWork(boolean) - Method in class oracle.toplink.descriptors.invalidation.CacheInvalidationPolicy
Set if expired object registered in the unit of work should be refreshed, default is true.
setShouldRefreshRemoteIdentityMapResult(boolean) - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Set if the attributes of the object(s) resulting from the query should be refreshed.
setShouldRefreshRemoteIdentityMapResult(boolean) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set if the attributes of the object(s) resulting from the query should be refreshed.
setShouldRemoveConnectionOnError(boolean) - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Allow whether connections to remote servers should be disconnected when an error occurs
setShouldRemoveConnectionOnError(boolean) - Method in interface oracle.toplink.remotecommand.CommandManager
Deprecated.  
setShouldRemoveConnectionOnError(boolean) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Deprecated.  
setShouldRemoveConnectionOnError(boolean) - Method in class oracle.toplink.remotecommand.TransportManager
Set whether connections to remote services should be disconnected when an error occurs.
setShouldRemoveConnectionOnError(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to modify the cache synchronization feature.
setShouldRemoveConnectionOnError(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is ued to modify the cache synchronization feature.
setShouldResetPrimaryKey(boolean) - Method in class oracle.toplink.sessions.ObjectCopyingPolicy
Set if the primary key should be reset to null.
setShouldRetrieveFirstPrimaryKey(boolean) - Method in class oracle.toplink.queryframework.ReportQuery
ADVANCED: Sets if the query results should contain the first primary key of each associated object.
setShouldRetrievePrimaryKeys(boolean) - Method in class oracle.toplink.queryframework.ReportQuery
Set if the query results should contain the primary keys or each associated object.
setShouldReturnSingleAttribute(boolean) - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning the attribute (as opposed to wrapping in a ReportQueryResult).
setShouldReturnSingleResult(boolean) - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning the first result.
setShouldReturnSingleValue(boolean) - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning a single value.
setShouldReturnWithoutReportQueryResult(boolean) - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by returning a nested list instead of the ReportQueryResult.
setShouldSelectBeforeUpdate(boolean) - Method in class oracle.toplink.sequencing.QuerySequence
setShouldSkipUpdate(boolean) - Method in class oracle.toplink.sequencing.QuerySequence
setShouldThrowConformExceptions(int) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Conforming queries can be set to provide different levels of detail about the exceptions they encounter There are two levels: DO_NOT_THROW_CONFORM_EXCEPTIONS = 0; THROW_ALL_CONFORM_EXCEPTIONS = 1;
setShouldTranslate(boolean) - Method in class oracle.toplink.logging.SessionLogEntry
Set if the message should be translated.
setShouldTranslate(boolean) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set if the message should be translated.
setShouldTrimStrings(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
By default CHAR field values have trailing blanks trimmed, this can be configured.
setShouldUpdateReadTimeOnUpdate(boolean) - Method in class oracle.toplink.descriptors.invalidation.CacheInvalidationPolicy
Set whether to update the stored time an object was read when an object is updated.
setShouldUseClassNameAsIndicator(boolean) - Method in class oracle.toplink.descriptors.InheritancePolicy
Set if the descriptor uses the classes fully qualified name as the indicator.
setShouldUseDatabaseTime(boolean) - Method in class oracle.toplink.history.HistoryPolicy
Sets if the Timestamp used in maintainaing history should be the current time according to the database.
setShouldUseDefaultFetchGroup(boolean) - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set false if the user does not want to use the default fetch group defined in the descriptor level.
setShouldUseEqualityForNulls(boolean) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Matches an included null attribute in the example object either to objects with that attribute also set to null or to any value other than null.
setShouldUseExclusiveConnection(boolean) - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
ADVANCED: If the user has isolated data and specified that the client session should use an exclusive connection then by setting this condition to true TopLink will ensure that the query is executed through the exclusive connection.
setShouldUseExclusiveConnection(boolean) - Method in class oracle.toplink.threetier.ConnectionPolicy
If set to true the acquired client session should acquire an exclusive connection for all database interaction.
setShouldUseIdentityIfPlatformSupports(boolean) - Method in class oracle.toplink.sequencing.NativeSequence
 
setShouldUseLocatorForLOBWrite(boolean) - Method in class oracle.toplink.platform.database.oracle.Oracle8Platform
Set if the locator is required for the LOB write.
setShouldUseLocatorForLOBWrite(boolean) - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
Set if the locator is required for the LOB write.
setShouldUseRownumFiltering(boolean) - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Set if Oracle ROWNUM pagination should be used for FirstResult and MaxRows settings.
setShouldUseSchemaValidation(boolean) - Static method in class oracle.toplink.tools.sessionmanagement.SessionManager
Set if schema validation will be used when parsing the 10g (10.1.3) sessions XML.
setShouldUseSchemaValidation(boolean) - Static method in class oracle.toplink.tools.workbench.XMLProjectReader
Set if schema validation will be used when parsing the deployment XML.
setShouldUseSeparateConnection(boolean) - Method in interface oracle.toplink.sequencing.SequencingControl
Set whether separate connection(s) for sequencing could be used (by default it couldn't).
setShouldUseTransaction(boolean) - Method in class oracle.toplink.sequencing.QuerySequence
setShouldUseWrapperPolicy(boolean) - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: The wrapper policy can be enable on a query.
setShouldVerifyDelete(boolean) - Method in class oracle.toplink.eis.mappings.EISOneToOneMapping
Verify delete is used during delete and update on private 1:1's outside of a unit of work only.
setShouldVerifyDelete(boolean) - Method in class oracle.toplink.mappings.OneToOneMapping
Verify delete is used during delete and update on private 1:1's outside of a unit of work only.
setSingletonSelectionKey(Object) - Method in class oracle.toplink.queryframework.ReadObjectQuery
The primary key can be specified if used instead of an expression or selection object.
setSize(int) - Method in class oracle.toplink.indirection.IndirectList
 
setSize(int) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set the size of the field, this is only required for some field types.
setSize(int) - Method in class oracle.toplink.tools.schemaframework.VarrayDefinition
Set the maximum size of the array.
setSizeQuery(ValueReadQuery) - Method in class oracle.toplink.queryframework.CursoredStreamPolicy
Set the query used to read the size.
setSourceDocument(Document) - Method in class oracle.toplink.transform.xml.XMLSource
Deprecated.  
setSourceFields(Vector) - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
setSourceFields(Vector<String>) - Method in class oracle.toplink.tools.schemaframework.UniqueKeyConstraint
setSourceForeignKeyFieldName(String) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Define the source foreign key relationship in the one-to-many mapping.
setSourceForeignKeyFieldNames(String[], String[]) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Define the source foreign key relationship in the one-to-many mapping.
setSourceKeyFieldNames(Vector) - Method in class oracle.toplink.mappings.AggregateCollectionMapping
Set the source key field names associated with the mapping.
setSourceKeyFieldNames(Vector) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the source key field names associated with the mapping.
setSourceRelationKeyFieldName(String) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the source key field in the relation table.
setSourceRelationKeyFieldNames(Vector) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the source relation key field names associated with the mapping.
setSourceToTargetQueryKeyFieldAssociations(Vector) - Method in class oracle.toplink.mappings.VariableOneToOneMapping
Set a collection of the source to target query key/field associations.
setSpecialOperations(Map) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
The special operations to use in place of equal.
setSQLResultSetMapping(SQLResultSetMapping) - Method in class oracle.toplink.queryframework.ResultSetMappingQuery
This will be the SQLResultSetMapping that is used by this query to process the database results
setSQLResultSetMappingName(String) - Method in class oracle.toplink.queryframework.ResultSetMappingQuery
This will be the SQLResultSetMapping that is used by this query to process the database results
setSQLStatement(SQLStatement) - Method in class oracle.toplink.queryframework.DatabaseQuery
To any user of this object.
setSQLString(String) - Method in class oracle.toplink.queryframework.DatabaseQuery
To any user of this object.
setSQLString(String) - Method in class oracle.toplink.queryframework.SQLCall
Set the SQL string.
setStartFieldType(Class) - Method in class oracle.toplink.history.HistoryPolicy
ADVANCED: Sets the type of all start fields.
setStatementCacheSize(int) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. Used to set the statement cache size.
setStatementCacheSize(int) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Used to set the statement cache size.
setStatementCacheSize(int) - Method in class oracle.toplink.sessions.DatabaseLogin
If prepared statement caching is used this configures the cache size.
setStatements(Vector) - Method in class oracle.toplink.tools.schemaframework.PackageDefinition
The statements are the SQL lines of code.
setStatements(Vector) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The statements are the SQL lines of code in procedure.
setStreamPolicy(XMLStreamPolicy) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the stream policy.
setStringBindingSize(int) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. Sets the size of strings after which they will be bound into the statement
setStringBindingSize(int) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. Sets the size of strings after which they will be bound into the statement
setStringBindingSize(int) - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
setStructureName(String) - Method in class oracle.toplink.objectrelational.ArrayMapping
Set the name of the structure.
setStructureName(String) - Method in class oracle.toplink.objectrelational.NestedTableMapping
Set the name of the structure.
setStructureName(String) - Method in class oracle.toplink.objectrelational.ObjectArrayMapping
Set the name of the structure.
setStructureName(String) - Method in class oracle.toplink.objectrelational.ObjectRelationalDescriptor
Set the name of the structure.
setSubSize(int) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set the sub-size of the field.
setSupportsForeignKeyConstraints(boolean) - Method in class oracle.toplink.platform.database.TimesTenPlatform
 
setSupportsIdentity(boolean) - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
ADVANCED: Oracle db doesn't support identity.
setSupportsLocalTransactions(boolean) - Method in class oracle.toplink.eis.EISPlatform
Set if this platform supports local transactions.
setSwaRef(boolean) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
setSwaRef(boolean) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
setTable(DatabaseTable) - Method in class oracle.toplink.sequencing.TableSequence
 
setTableCreator(TableCreator) - Method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Set the table creator to generate from.
setTableDefinitions(Vector) - Method in class oracle.toplink.tools.schemaframework.TableCreator
Set the tables.
setTableName(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Specify the table name for the class of objects the receiver describes.
setTableName(String) - Method in class oracle.toplink.descriptors.RelationalDescriptor
Specify the table name for the class of objects the receiver describes.
setTableName(String) - Method in class oracle.toplink.sequencing.TableSequence
 
setTableNames(Vector) - Method in class oracle.toplink.descriptors.ClassDescriptor
Specify the all table names for the class of objects the receiver describes.
setTableNames(Vector) - Method in class oracle.toplink.descriptors.RelationalDescriptor
Specify the all table names for the class of objects the receiver describes.
setTableQualifier(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the table Qualifier for this descriptor.
setTableQualifier(String) - Method in class oracle.toplink.descriptors.RelationalDescriptor
Set the table Qualifier for this descriptor.
setTableQualifier(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Set the default qualifier for all tables.
setTableQualifier(String) - Method in class oracle.toplink.sessions.DatasourceLogin
Set the default qualifier for all tables.
setTargetFields(Vector) - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
setTargetForeignKeyFieldName(String) - Method in class oracle.toplink.mappings.OneToManyMapping
Define the target foreign key relationship in the one-to-many mapping.
setTargetForeignKeyFieldName(String) - Method in class oracle.toplink.mappings.OneToOneMapping
Define the target foreign key relationship in the 1-1 mapping.
setTargetForeignKeyFieldNames(Vector) - Method in class oracle.toplink.mappings.AggregateCollectionMapping
Set the target foregin key field names associated with the mapping.
setTargetForeignKeyFieldNames(String[], String[]) - Method in class oracle.toplink.mappings.OneToManyMapping
Define the target foreign key relationship in the one-to-many mapping.
setTargetRelationKeyFieldName(String) - Method in class oracle.toplink.mappings.ManyToManyMapping
Set the target key field in the relation table.
setTargetTable(String) - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
setThread(Thread) - Method in class oracle.toplink.logging.SessionLogEntry
Set the thread that was active when the log entry was generated.
setThread(Thread) - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Set the thread that was active when the log entry was generated.
setTimestampQuery(ValueReadQuery) - Method in class oracle.toplink.sessions.DatasourceLogin
Override the default query for returning a timestamp from the server.
setTimeToLive(long) - Method in class oracle.toplink.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
Set the time-to-live specified by this policy
setTimeToLive(int) - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. Use this method to set the number of hops that the Data packet will make until expiring.
Setting - Class in oracle.toplink.ox.sequenced
Example 1 Setting piSetting = new Setting(null, "personal-info"); Setting fnSetting = new Setting(null, "first-name"); piSetting.addChild(fnSetting); Setting fnTextSetting = new Setting(null, "text()"); fnTextSetting.setValue("Jane"); fnSetting.addChild(fnTextSetting); Setting lnSetting = new Setting(null, "last-name"); piSetting.addChild(lnSetting); Setting lnTextSetting = new Setting(null, "text()"); lnTextSetting.setValue("Doe"); lnSetting.getSequence().add(lnTextSetting); <personal-info> <first-name>Jane</first-name> <last-name>Doe</last-name> </personal-info> Example 2 Setting fnpiSetting = new Setting(null, "personal-info"); Setting fnSetting = new Setting(null, "first-name"); fnpiSetting.addChild(fnSetting); Setting fnTextSetting = new Setting(null, "text()"); fnTextSetting.setValue("Jane"); fnSetting.addChild(fnTextSetting); Setting lnpiSetting = new Setting(null, "personal-info"); Setting lastNameSetting = new Setting(null, "last-name"); lnpiSetting.addChild(lnSetting); Setting lnTextSetting = new Setting(null, "text()"); lnTextSetting.setValue("Doe"); lnSetting.addChild(lnTextSetting); <personal-info> <first-name>Jane</first-name> </personal-info> <personal-info> <last-name>Doe</last-name> </personal-info>
Setting() - Constructor for class oracle.toplink.ox.sequenced.Setting
 
Setting(String, String) - Constructor for class oracle.toplink.ox.sequenced.Setting
 
setTopicConnectionFactoryName(String) - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. Use this method to set the Connection Factory Name for the JMS Topic connections
setTopicConnectionFactoryName(String) - Method in class oracle.toplink.remotecommand.jms.JMSTopicTransportManager
Configure the JMS Topic Connection Factory Name for the JMS Topic connections.
setTopicHostUrl(String) - Method in class oracle.toplink.remotecommand.jms.JMSTopicTransportManager
Configure the URL of the machine on the network that hosts the JMS Topic.
setTopicName(String) - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. sets the JMS Topic name for the Topic that this clustering service will be connecting to.
setTopicName(String) - Method in class oracle.toplink.remotecommand.broadcast.BroadcastTransportManager
Configure the Topic name for the Topic that this TransportManager will be connecting to.
setTopLinkAttributeName(String) - Method in interface oracle.toplink.descriptors.changetracking.CollectionChangeTracker
Set the Attribute name this collection is mapped under.
setTotalTime(long) - Method in class oracle.toplink.tools.profiler.Profile
 
setTransactionIsolation(int) - Method in class oracle.toplink.sessions.DatabaseLogin
Set the transaction isolation setting for the connection.
setTransactionManager(TransactionManager) - Method in class oracle.toplink.transaction.JTATransactionController
Set the transaction manager used to control the JTA transactions.
setTransformationRecord(DOMRecord) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setTransportManager(TransportManager) - Method in interface oracle.toplink.remotecommand.CommandManager
ADVANCED: Set a specific transport manager to manage sending and receiving of remote commands.
setTransportManager(TransportManager) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
setType(int) - Method in class oracle.toplink.expressions.ExpressionOperator
ADVANCED: Set the type of function.
setType(int) - Method in class oracle.toplink.ox.schema.XMLSchemaReference
Set to indicate if the schema reference references a simple type definition, complex type definition, element or group.
setType(Class) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set the type of the field.
setType(Class) - Method in class oracle.toplink.tools.schemaframework.NestedTableDefinition
Set the type of the field.
setType(Class) - Method in class oracle.toplink.tools.schemaframework.VarrayDefinition
Set the type of the field.
setTypeDefinition(String) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set the type definition of the field.
setTypeFieldName(String) - Method in class oracle.toplink.mappings.VariableOneToOneMapping
This method sets the name of the typeField of the mapping.
setTypeName(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
setTypeName(String) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set the type name of the field.
setTypeName(String) - Method in class oracle.toplink.tools.schemaframework.NestedTableDefinition
Set the type of the field.
setTypeName(String) - Method in class oracle.toplink.tools.schemaframework.TypeTableDefinition
The name of the type that this table is of.
setTypeName(String) - Method in class oracle.toplink.tools.schemaframework.VarrayDefinition
Set the type of the field.
setTypeQName(QName) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setTypeSize(int) - Method in class oracle.toplink.tools.schemaframework.NestedTableDefinition
Set the size of the element field, this is only required for some field types.
setTypeSize(int) - Method in class oracle.toplink.tools.schemaframework.VarrayDefinition
Set the size of the element field, this is only required for some field types.
setUnique(boolean) - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Set whether the receiver is a unique constraint field.
setUniqueKeys(Vector<UniqueKeyConstraint>) - Method in class oracle.toplink.tools.schemaframework.TableDefinition
setUnitOfWorkCacheIsolationLevel(int) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: This setting configures how the session cache will be used in a unit of work.
setUnits(SpatialParameters.Units) - Method in class oracle.toplink.expressions.spatial.SpatialParameters
Set the UNIT parameter
setUnmappedContentHandlerClass(Class) - Method in class oracle.toplink.ox.XMLUnmarshaller
Set the class that will be instantiated to handled unmapped content Class must implement the oracle.toplink.ox.unmapped.UnmappedContentHandler interface
setUnmarshaller(XMLUnmarshaller) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setUnmarshalListener(XMLUnmarshalListener) - Method in class oracle.toplink.ox.XMLUnmarshaller
 
setUnmarshalRecord(UnmarshalRecord) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
setUnmarshalRecord(UnmarshalRecord) - Method in interface oracle.toplink.ox.unmapped.UnmappedContentHandler
Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an XMLUnmarshaller and a Session.
setUpdateAllFields(boolean) - Method in class oracle.toplink.descriptors.CMPPolicy
ADVANCED: Configure whether TopLink should update all fields for an object of this type when an update occurs.
setUpdateCall(Call) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's update call.
setUpdateCall(SDKCall) - Method in class oracle.toplink.sdk.SDKDescriptor
Deprecated. Set the call to be used for update operations.
setUpdateCallCacheSize(int) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the size of the update call cache.
setUpdateQuery(UpdateObjectQuery) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's update query.
setUpdateQuery(DataModifyQuery) - Method in class oracle.toplink.sequencing.QuerySequence
setUpdateSequenceQuery(DataModifyQuery) - Method in class oracle.toplink.sessions.DatasourceLogin
Deprecated. use ((QuerySequence)getDefaultSequence()).setUpdateQuery(DataModifyQuery) instead
setUpdateSQLString(String) - Method in class oracle.toplink.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's update SQL string.
setupDocumentPreservationPolicy(DatabaseSession) - Method in class oracle.toplink.ox.XMLContext
 
setUriToPrefixMap(Map) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setURL(URL) - Method in class oracle.toplink.ox.schema.XMLSchemaURLReference
 
setUrl(String) - Method in interface oracle.toplink.remotecommand.CommandManager
ADVANCED: Set the URL for this command manager.
setUrl(String) - Method in class oracle.toplink.remotecommand.RemoteCommandManager
ADVANCED: Set the URL for this command manager.
setURLString(String) - Method in class oracle.toplink.ox.schema.XMLSchemaURLReference
 
setuseDMSProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to turn on DMS Performance Profiling
setuseDMSProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to turn on DMS Performance Profiling
setuseNoProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to turn off all Performance Profiling, DMS or TopLink.
setuseNoProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to turn off all Performance Profiling, DMS or TopLink.
setUseNoProfiling() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to turn off all Performance Profiling, DMS or TopLink.
setUseNoProfiling() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to turn off all Performance Profiling, DMS or TopLink.
setUserName(String) - Method in class oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. Sets the Username if one is required to access the JNDI service
setUserName(String) - Method in class oracle.toplink.remotecommand.TransportManager
ADVANCED: Set the user name used as the value to the SECURITY_PRINCIPAL key in the cached context properties.
setUserName(String) - Method in class oracle.toplink.sessions.DatasourceLogin
The user name is the database login name.
setUserName(String) - Method in interface oracle.toplink.sessions.Login
All logins must take a user name and password.
setUsesBatchReading(boolean) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indicates whether the referenced object should always be batch read on read all queries.
setUsesBatchReading(boolean) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. Currently, the TOPLink SDK does not support batch reading.
setUsesBatchWriting(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to turn on TopLink Batch Writing.
setUsesBatchWriting(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is used to turn on TopLink Batch Writing.
setUsesBatchWriting(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use batch writing.
setUsesBinding(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. replaced by setUsesByteArrayBinding(boolean)
setUsesByteArrayBinding(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method allows control of weither byte arrays should be bound into the statement or not.
setUsesByteArrayBinding(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method allows control of weither byte arrays should be bound into the statement or not.
setUsesByteArrayBinding(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use parameter binding for large binary data.
setUsesExternalConnectionPooling(boolean) - Method in class oracle.toplink.sessions.DatasourceLogin
Return whether TopLink uses some external connection pooling service such as a JDBC 2.0 driver.
setUsesExternalTransactionController(boolean) - Method in class oracle.toplink.sessions.DatasourceLogin
Return whether TopLink uses some external transaction service such as JTS.
setUsesIndirection(boolean) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indirection means that a ValueHolder will be put in-between the attribute and the real object.
setUsesJDBCBatchWriting(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to turn on JDBC Batch Writing.
setUsesJDBCBatchWriting(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is used to turn on JDBC Batch Writing.
setUsesJDBCBatchWriting(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
Calling this method with an argument of true indicates to TopLink that the JDBC driver supports batch writing.
setUsesJoining(boolean) - Method in class oracle.toplink.mappings.OneToOneMapping
Deprecated. since OracleAS TopLink 11g (11.1.1.0.0). This class is replaced by oracle.toplink.mappings.ForeignReferenceMapping.setJoinFetch(int)
setUsesNativeSequencing(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
Deprecated. use setDefaultSequence(Sequence) instead, sequence could be: sequence = new TableSequence(); sequence = new UnaryTableSequence(); sequence = new NativeSequence(); ...
setUsesNativeSQL(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method allows the client to set if Native SQL should be used.
setUsesNativeSQL(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method allows the client to set if Native SQL should be used.
setUsesNativeSQL(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use database specific sql grammar not JDBC specific.
setUsesServerTime(boolean) - Method in class oracle.toplink.descriptors.TimestampLockingPolicy
Set if policy uses server time.
setUsesSingleNode(boolean) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Sets whether the mapping uses a single node.
setUsesSingleNode(boolean) - Method in class oracle.toplink.ox.mappings.XMLCollectionReferenceMapping
 
setUsesSingleNode(boolean) - Method in class oracle.toplink.ox.XMLField
Sets whether the mapping uses a single node.
setUsesStreamsForBinding(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to set if streams should be used for binding.
setUsesStreamsForBinding(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is used to set if streams should be used for binding.
setUsesStreamsForBinding(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use streams to store large binary data.
setUsesStringBinding(boolean) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. Allows the client to set if String should be bound into the statement or not.
setUsesStringBinding(boolean) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. Allows the client to set if String should be bound into the statement or not.
setUsesStringBinding(boolean) - Method in class oracle.toplink.sessions.DatabaseLogin
Used to help bean introspection.
setuseTopLinkProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntime
This method is used to turn on TopLink Performance Profiling
setuseTopLinkProfiling() - Method in class oracle.toplink.services.oc4j.Oc4jRuntimeServices
Deprecated. This method is used to turn on TopLink Performance Profiling
setUseTopLinkProfiling() - Method in interface oracle.toplink.services.weblogic.MBeanWebLogicRuntimeServicesMBean
This method is used to turn on TopLink Performance Profiling
setUseTopLinkProfiling() - Method in class oracle.toplink.services.weblogic.WebLogicRuntimeServices
This method is used to turn on TopLink Performance Profiling
setUseXMLRoot(boolean) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
setUseXMLRoot(boolean) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
setValidationLevel(int) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
setValidationMode(int) - Method in class oracle.toplink.ox.XMLUnmarshaller
Set the validation mode.
setValidationMode(int) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
setValidationMode(int) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
setValidationMode(int) - Method in interface oracle.toplink.platform.xml.XMLParser
 
setValue(Object) - Method in class oracle.toplink.indirection.ValueHolder
Set the wrapped object.
setValue(Object) - Method in interface oracle.toplink.indirection.ValueHolderInterface
Set the value.
setValue(Object) - Method in class oracle.toplink.mappings.Association
Set the value.
setValue(Object) - Method in class oracle.toplink.mappings.transformers.ConstantTransformer
Set the value of the constant.
setValue(Object) - Method in class oracle.toplink.ox.sequenced.Setting
 
setValue(Object, boolean) - Method in class oracle.toplink.ox.sequenced.Setting
 
setValueClass(Class) - Method in class oracle.toplink.mappings.DirectMapMapping
This is a helper method to set the value converter to a TypeConversionConverter.
setValueConverter(Converter) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the converter on the mapping.
setValueConverter(Converter) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Set the converter on the mapping.
setValueConverter(Converter) - Method in class oracle.toplink.queryframework.DirectReadQuery
Set the converter on the query.
setValueConverterClassName(String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Set the converter class name on the mapping.
setValueHolder(ValueHolderInterface) - Method in interface oracle.toplink.indirection.IndirectContainer
Set the valueHolder.
setValueInRecord(String, Object, MappedRecord, EISAccessor) - Method in class oracle.toplink.eis.adapters.attunity.AttunityPlatform
Stores the field value into the record.
setValueInRecord(String, Object, MappedRecord, EISAccessor) - Method in class oracle.toplink.eis.EISPlatform
Stores the field value into the record.
setValuesToExclude(Map) - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Decides which attributes to ignore based on the values they are set to.
setValueType(Class) - Method in class oracle.toplink.mappings.TypedAssociation
Set the class of the value.
setVariables(Vector) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
The variables are the field defs of the declared variables used in the procedure.
setVersion(String) - Method in class oracle.toplink.ox.XMLRoot
 
setVersion(String) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
setVersion(String) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
setVersion(String) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
setWeight(Integer) - Method in class oracle.toplink.mappings.DatabaseMapping
ADVANCED: Set the weight of the mapping, used to sort mappings DirectToField Mappings have a default weight of 1 while all other Mappings have a default weight of MAXINT.
setWhitespacePreserving(boolean) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
setWhitespacePreserving(boolean) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
setWhitespacePreserving(boolean) - Method in interface oracle.toplink.platform.xml.XMLParser
 
setWithAllSubclassesExpression(Expression) - Method in class oracle.toplink.descriptors.InheritancePolicy
ADVANCED: Sets the expression to be used for querying for a class and all its subclasses.
setWorkingCopyMethodName(String) - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
Set the workingCopyClone method name.
setWrappedTranslator(FieldTranslator) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Set the wrapped field translator.
setWrapperPolicy(WrapperPolicy) - Method in class oracle.toplink.descriptors.ClassDescriptor
ADVANCED: Sets the WrapperPolicy for this descriptor.
setWriteLockField(DatabaseField) - Method in class oracle.toplink.descriptors.VersionLockingPolicy
ADVANCED: Set the write lock field.
setWriteLockFieldName(String) - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Set the write lock field name.
setWriter(Writer) - Method in class oracle.toplink.logging.AbstractSessionLog
Set the writer that will receive the formatted log entries.
setWriter(OutputStream) - Method in class oracle.toplink.logging.AbstractSessionLog
Set the writer that will receive the formatted log entries.
setWriter(String) - Method in class oracle.toplink.logging.DefaultSessionLog
Set the writer that will receive the formatted log entries for a file name.
setWriter(OutputStream) - Method in class oracle.toplink.logging.JavaLog
Set the output stream that will receive the formatted log entries.
setWriter(Writer) - Method in interface oracle.toplink.logging.SessionLog
Set the writer to which an accessor writes logged messages and SQL.
setWriter(Writer) - Method in class oracle.toplink.ox.record.WriterRecord
Set the Writer that the object will be marshalled to.
setWriter(String) - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Set the writer that will receive the formatted log entries for a file name.
setWriter(Writer) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Set the writer to which an accessor writes logged messages and SQL.
setWriter(Writer) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the stream.
setXmlAdapterClass(Class) - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Set the XmlAdapter class to be used with this converter.
setXmlAdapterClassName(String) - Method in class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
Set the XmlAdapter class to be used with this converter.
setXMLContext(XMLContext) - Method in class oracle.toplink.ox.XMLMarshaller
Set the XMLContext used by this instance of XMLMarshaller.
setXMLContext(XMLContext) - Method in class oracle.toplink.ox.XMLUnmarshaller
Set the XMLContext used by this instance of XMLUnmarshaller.
setXMLMarshalHandler(XMLMarshalListener) - Method in class oracle.toplink.ox.XMLMarshaller
 
setXMLParserJARFileNames(String[]) - Static method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Specify the names of the TopLink SDK XML Support JAR files.
setXMLPlatformClass(Class) - Method in class oracle.toplink.platform.xml.XMLPlatformFactory
Set the implementation of XMLPlatform.
setXMLReader(XMLReader) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
setXMLSchema(URL) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
setXMLSchema(URL) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
setXMLSchema(URL) - Method in interface oracle.toplink.platform.xml.XMLParser
 
setXMLSchemas(Object[]) - Method in class oracle.toplink.platform.xml.jaxp.JAXPParser
 
setXMLSchemas(Object[]) - Method in class oracle.toplink.platform.xml.xdk.XDKParser
 
setXMLSchemas(Object[]) - Method in interface oracle.toplink.platform.xml.XMLParser
 
setXMLSessionConfigLoader(XMLSessionConfigLoader) - Method in class oracle.toplink.ejb.EJBDataStore
Set the XMLSessionConfigLoader that will be used to load the session configuration information.
setXMLStreamDatabase(XMLStreamDatabase) - Method in class oracle.toplink.xml.stream.XMLStreamLogin
 
setXMLTranslator(XMLTranslator) - Method in interface oracle.toplink.xml.XMLAccessor
Deprecated. Set the default XML translator for all data store calls.
setXMLTranslator(XMLTranslator) - Method in class oracle.toplink.xml.XMLCall
Deprecated. Set the XML translator.
setXMLTranslator(XMLTranslator) - Method in class oracle.toplink.xml.XMLFileAccessor
Deprecated. Set the default XML translator for all data store calls.
setXPath(String) - Method in class oracle.toplink.eis.mappings.EISCompositeCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.eis.mappings.EISCompositeDirectCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.eis.mappings.EISCompositeObjectMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.eis.mappings.EISDirectMapping
Set the Mapping field name attribute to the given XPath String.
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLCompositeCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLCompositeDirectCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLDirectMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLFragmentCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class oracle.toplink.ox.mappings.XMLFragmentMapping
 
setXPath(String) - Method in class oracle.toplink.ox.XMLField
Set the xpath statment for this XMLField.
setXQueryString(String) - Method in class oracle.toplink.eis.interactions.XQueryInteraction
Set the XQuery string.
setZipFileNameExtension(String) - Method in class oracle.toplink.xml.zip.DefaultXMLZipFileAccessorFilePolicy
Deprecated. Set the standard file name extension that will be appended to the root element name to generate the complete ZIP file name.
severe(String) - Method in class oracle.toplink.logging.AbstractSessionLog
This method is called when a severe level message needs to be logged.
SEVERE - Static variable in interface oracle.toplink.logging.SessionLog
 
severe(String) - Method in interface oracle.toplink.logging.SessionLog
This method is called when a severe level message needs to be logged.
SEVERE - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
severe(String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when a severe level message needs to be logged.
SEVERE_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
shallowMergeClone(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Merge the attributes of the clone into the unit of work copy.
shallowRevertObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
Revert the object's attributes from the parent.
shallowUnregisterObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Unregister the object with the unit of work.
SHORT - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the short type.
SHORT - Static variable in class oracle.toplink.ox.XMLConstants
 
SHORT_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
SHORT_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The short type.
SHOULD_IGNORE_EXCEPTION_RETURN_CONFORMED - Static variable in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
If a non-instantiated indirection object is encountered the object is assumed to conform.
SHOULD_IGNORE_EXCEPTION_RETURN_NOT_CONFORMED - Static variable in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
If a non-instantiated indirection object is encountered the object is assumed to not conform.
SHOULD_THROW_INDIRECTION_EXCEPTION - Static variable in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
If a non-instantiated indirection object is encountered an exception is thrown.
SHOULD_TRIGGER_INDIRECTION - Static variable in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
If a non-instantiated indirection object is encountered an exception it is instantiated.
shouldAcquireValueAfterInsert() - Method in class oracle.toplink.sequencing.QuerySequence
shouldAcquireValueAfterInsert() - Method in class oracle.toplink.sequencing.StandardSequence
 
shouldAllowNull() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
Return whether the receiver should allow null values.
shouldAlwaysConformResultsInUnitOfWork() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return if the descriptor is defined to always conform the results in unit of work in read query.
shouldAlwaysRefreshCache() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method returns true if the ClassDescriptor is configured to always refresh the cache if data is received from the database by any query.
shouldAlwaysRefreshCacheOnRemote() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method returns true if the ClassDescriptor is configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
shouldAlwaysUseOuterJoin() - Method in class oracle.toplink.descriptors.InheritancePolicy
returns if the inheritance policy will always use an outerjoin when selecting class type
shouldAssumeExistenceForDoesExist() - Method in class oracle.toplink.queryframework.DoesExistQuery
Returns true if the does exist check should be based only on whether the primary key of the object is set
shouldAssumeNonExistenceForDoesExist() - Method in class oracle.toplink.queryframework.DoesExistQuery
Returns true if the does exist check should assume non existence.
shouldBeReadOnly() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return if the descriptor reference class is defined as read-only
shouldBindAllParameters() - Method in class oracle.toplink.queryframework.DatabaseQuery
Bind all arguments to any SQL statement.
shouldBindAllParameters() - Method in class oracle.toplink.sessions.DatabaseLogin
Bind all arguments to any SQL statement.
shouldCacheAllStatements() - Method in class oracle.toplink.sessions.DatabaseLogin
Cache all prepared statements, this requires full parameter binding as well.
shouldCacheQueryResults() - Method in class oracle.toplink.queryframework.ReadQuery
Return if the query should cache the results of the next execution or not.
shouldCacheStatement() - Method in class oracle.toplink.queryframework.DatabaseQuery
Cache the prepared statements, this requires full parameter binding as well.
shouldCascade() - Method in class oracle.toplink.sessions.ObjectCopyingPolicy
Return true if the policy has been configured to CASCADE_ALL_PARTS or CASCADE_PRIVATE_PARTS.
shouldCascadeAllParts() - Method in class oracle.toplink.queryframework.DatabaseQuery
Flag used to determine if all parts should be cascaded
shouldCascadeAllParts() - Method in class oracle.toplink.sessions.ObjectCopyingPolicy
Return true if the policy should CASCADE_ALL_PARTS
shouldCascadeByMapping() - Method in class oracle.toplink.queryframework.DatabaseQuery
Mappings should be checked to determined if the current operation should be cascaded to the objects referenced.
shouldCascadeOnDelete() - Method in class oracle.toplink.tools.schemaframework.ForeignKeyConstraint
 
shouldCascadeParts() - Method in class oracle.toplink.queryframework.DatabaseQuery
Flag used to determine if any parts should be cascaded
shouldCascadePrivateParts() - Method in class oracle.toplink.queryframework.DatabaseQuery
Flag used to determine if any private parts should be cascaded
shouldCascadePrivateParts() - Method in class oracle.toplink.sessions.ObjectCopyingPolicy
Return true if the policy should CASCADE_PRIVATE_PARTS
shouldCatchExceptions() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method is used to know that all the Descriptor Exceptions should be thrown or not.
shouldCheckCache() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Return if the cache should be checked.
shouldCheckCacheByExactPrimaryKey() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Return if cache should be checked.
shouldCheckCacheByPrimaryKey() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Return if cache should be checked.
shouldCheckCacheForDoesExist() - Method in class oracle.toplink.queryframework.DoesExistQuery
Returns true if the does exist check should be based only on a cache check.
shouldCheckCacheOnly() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return if cache should be checked.
shouldCheckCacheThenDatabase() - Method in class oracle.toplink.queryframework.ReadObjectQuery
Return if cache should be checked.
shouldCheckClassLoader() - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Return if the session will be refreshed from the file if the class loader requesting the load is different than the loaded session's class loader.
shouldCheckDatabase() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method is used to know that database tables and fields should be checked or not.
shouldCheckDatabaseForDoesExist() - Method in class oracle.toplink.queryframework.DoesExistQuery
Returns true if the does exist check should query the database.
shouldCheckDescriptorForCacheUsage() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return whether the descriptor's disableCacheHits setting should be checked prior to querying the cache.
shouldCheckInstantiationPolicy() - Method in class oracle.toplink.exceptions.IntegrityChecker
This method tells us that we should check InstantiationPolicy or not.
shouldConformResultsInUnitOfWork() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Should the results will be checked against the changes within the unit of work and object no longer matching or deleted will be remove, matching new objects will also be added..
shouldConvertDataToStrings() - Method in class oracle.toplink.eis.EISPlatform
Return if all data set into the adapter should be first converted to strings.
shouldDeferExecutionInUOW() - Method in class oracle.toplink.queryframework.ModifyAllQuery
Indicates whether execution should be deferred in UOW until commit.
shouldDisableCacheHits() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return if for cache hits on primary key read object queries to be disabled.
shouldDisableCacheHitsOnRemote() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return if the remote server session cache hits on primary key read object queries is aloowed or not.
shouldEnableDistributedIndirectionGarbageCollection() - Method in class oracle.toplink.remote.RemoteSession
ADVANCED: Allow the server-side value holders to be cleaned-up when the client-side value holder finalize.
shouldFilterDuplicates() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return if duplicate rows should be filter when using 1-m joining.
shouldForceFieldNamesToUpperCase() - Method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Can be used if the app expects upper case but the database is not return consistent case, i.e. different databases.
shouldHandleWrites() - Method in class oracle.toplink.history.HistoryPolicy
Answers if TopLink is responsible for writing history.
shouldIgnoreBindAllParameters() - Method in class oracle.toplink.queryframework.DatabaseQuery
Local shouldBindAllParameters() should be ignored, Session's shouldBindAllParameters() should be used.
shouldIgnoreCacheStatement() - Method in class oracle.toplink.queryframework.DatabaseQuery
Local shouldCacheStatement() should be ignored, Session's shouldCacheAllStatements() should be used.
shouldIgnoreCaseOnFieldComparisons() - Static method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Allow for case in field names to be ignored as some databases are not case sensitive.
shouldIgnoreException(SQLException) - Method in class oracle.toplink.platform.database.DB2Platform
Allow for the platform to ignore exceptions.
shouldIgnoreException(SQLException) - Method in class oracle.toplink.platform.database.DerbyPlatform
Allow for the platform to ignore exceptions.
shouldIgnoreIndirectionExceptionReturnConformed() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
shouldIgnoreIndirectionExceptionReturnNotConformed() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
shouldInlineBinaryData() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
shouldInlineBinaryData() - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
shouldLoadResultIntoSelectionObject() - Method in class oracle.toplink.queryframework.ReadObjectQuery
return true if the result should be loaded into the passed in selection Object
shouldLog(int) - Method in class oracle.toplink.logging.AbstractSessionLog
Check if a message of the given level would actually be logged.
shouldLog(int, String) - Method in class oracle.toplink.logging.AbstractSessionLog
Check if a message of the given level would actually be logged for the category name space. !
shouldLog(int, String) - Method in class oracle.toplink.logging.JavaLog
Check if a message of the given level would actually be logged by the logger with name space built from the given session and category.
shouldLog(int) - Method in interface oracle.toplink.logging.SessionLog
Check if a message of the given level would actually be logged.
shouldLog(int, String) - Method in interface oracle.toplink.logging.SessionLog
Check if a message of the given level would actually be logged.
shouldLog(int, String) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. Check if a message of the given level would actually be logged.
shouldLog(int, String) - Method in class oracle.toplink.sessions.DefaultSessionLog
Deprecated. Check if a message of the given level would actually be logged by the logger with name space built from the given session and category.
shouldLog(int, String) - Method in interface oracle.toplink.sessions.Session
Check if a message of the given level would actually be logged.
shouldLog(int) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Check if a message of the given level would actually be logged.
shouldLog(int, String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. Check if a message of the given level would actually be logged.
shouldLogDebug() - Method in class oracle.toplink.logging.AbstractSessionLog
Deprecated. replaced by level
shouldLogDebug() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. replaced by level
shouldLogDebugMessage() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
shouldLogExceptions() - Method in class oracle.toplink.logging.AbstractSessionLog
Deprecated. replaced by level
shouldLogExceptions() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. replaced by level
shouldLogExceptionStackTrace() - Method in class oracle.toplink.logging.AbstractSessionLog
By default the stack is logged for FINER or less (finest).
shouldLogExceptionStackTrace() - Method in interface oracle.toplink.logging.SessionLog
By default the stack trace is logged for SEVERE all the time and at FINER level for WARNING or less, this can be turned off.
shouldLogExceptionStackTrace() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default the stack trace is logged for SEVERE all the time and at FINER level for WARNING or less, this can be turned off.
shouldLogin() - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Return if the loaded session should be connected.
shouldLogMessages(int) - Method in interface oracle.toplink.remotecommand.CommandProcessor
Determine whether messages at the specified log level should be logged.
shouldLogMessages() - Method in interface oracle.toplink.sessions.Session
Return if logging is enabled (false if log level is OFF)
shouldLogProfile() - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
shouldLogWarningMessage() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
 
shouldMaintainCache() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if the identity map (cache) should be used or not.
shouldMonitor - Static variable in class oracle.toplink.tools.profiler.FetchGroupMonitor
 
shouldMonitor() - Static method in class oracle.toplink.tools.profiler.FetchGroupMonitor
 
shouldMonitor - Static variable in class oracle.toplink.tools.profiler.QueryMonitor
 
shouldMonitor() - Static method in class oracle.toplink.tools.profiler.QueryMonitor
 
shouldNewObjectsBeCached() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: By default new objects are not cached until the exist on the database.
shouldOnlyRefreshCacheIfNewerVersion() - Method in class oracle.toplink.descriptors.ClassDescriptor
This method returns true if the ClassDescriptor is configured to only refresh the cache if the data received from the database by a query is newer than the data in the cache (as determined by the optimistic locking field).
shouldOptimizeDataConversion() - Method in class oracle.toplink.sessions.DatabaseLogin
Return if our driver level data conversion optimization is enabled.
shouldOuterJoinSubclasses() - Method in class oracle.toplink.descriptors.InheritancePolicy
Return if an outer join should be used to read subclasses.
shouldOuterJoinSubclasses() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return if an outer join should be used to read subclasses.
shouldPerformDeletesFirst() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: By default all objects are inserted and updated in the database before any object is deleted.
shouldPerformDTDValidation() - Static method in class oracle.toplink.tools.sessionmanagement.SessionManager
Deprecated. since OracleAS TopLink 10g (10.1.3). Replaced by SessionManager.shouldUseSchemaValidation()
shouldPerformFullValidation() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
shouldPerformNoValidation() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
shouldPerformPartialValidation() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
shouldPrepare() - Method in class oracle.toplink.queryframework.DatabaseQuery
Return if the query should be prepared.
shouldPreserveDocument() - Method in class oracle.toplink.ox.documentpreservation.DocumentPreservationPolicy
 
shouldPreserveDocument() - Method in class oracle.toplink.ox.XMLDescriptor
Return if unmapped information from the XML document should be maintained for this descriptor By default unmapped data is not preserved.
shouldPrintConnection() - Method in class oracle.toplink.logging.AbstractSessionLog
By default the connection is printed, this can be turned off.
shouldPrintConnection() - Method in interface oracle.toplink.logging.SessionLog
By default the connection is always printed whenever available, this can be turned off.
shouldPrintConnection() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default the connection is always printed whenever available, this can be turned off.
shouldPrintConstraintNameAfter() - Method in class oracle.toplink.platform.database.InformixPlatform
Some Platforms want the constraint name after the constraint definition.
shouldPrintDate() - Method in class oracle.toplink.logging.AbstractSessionLog
By default the date is always printed, but can be turned off.
shouldPrintDate() - Method in interface oracle.toplink.logging.SessionLog
By default the date is always printed, this can be turned off.
shouldPrintDate() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default the date is always printed, this can be turned off.
shouldPrintInOutputTokenBeforeType() - Method in class oracle.toplink.platform.database.SQLServerPlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintInOutputTokenBeforeType() - Method in class oracle.toplink.platform.database.SybasePlatform
 
shouldPrintOuterJoinInWhereClause() - Method in class oracle.toplink.platform.database.InformixPlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
shouldPrintOuterJoinInWhereClause() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
shouldPrintOuterJoinInWhereClause() - Method in class oracle.toplink.platform.database.SQLAnyWherePlatform
SQL Anywhere does not support the Sybase outer join syntax.
shouldPrintOuterJoinInWhereClause() - Method in class oracle.toplink.platform.database.SQLServerPlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
shouldPrintOuterJoinInWhereClause() - Method in class oracle.toplink.platform.database.SybasePlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
shouldPrintOuterJoinInWhereClause() - Method in class oracle.toplink.platform.database.TimesTenPlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
shouldPrintOutputTokenAtStart() - Method in class oracle.toplink.platform.database.DB2Platform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenAtStart() - Method in class oracle.toplink.platform.database.DerbyPlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenAtStart() - Method in class oracle.toplink.platform.database.PostgreSQLPlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenBeforeType() - Method in class oracle.toplink.platform.database.SQLServerPlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenBeforeType() - Method in class oracle.toplink.platform.database.SybasePlatform
 
shouldPrintSession() - Method in class oracle.toplink.logging.AbstractSessionLog
By default the session (and its connection is available) are printed, this can be turned off.
shouldPrintSession() - Method in interface oracle.toplink.logging.SessionLog
By default the Session is always printed whenever available, this can be turned off.
shouldPrintSession() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default the Session is always printed whenever available, this can be turned off.
shouldPrintThread() - Method in class oracle.toplink.logging.AbstractSessionLog
By default the thread is logged for FINE or less (finer,etc.).
shouldPrintThread() - Method in interface oracle.toplink.logging.SessionLog
By default the thread is logged at FINE or less level, this can be turned off.
shouldPrintThread() - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. By default the thread is logged at FINE or less level, this can be turned off.
shouldProcessResultsInUnitOfWork() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
ADVANCED: Used for CMP only.
shouldProcessResultsInUnitOfWork() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: Used for CMP only.
shouldPropagateAsynchronously() - Method in interface oracle.toplink.remotecommand.CommandManager
Return whether this command manager should propagate commands synchronously or asynchronously.
shouldPropagateAsynchronously() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Return whether this command manager should propagate commands synchronously or asynchronously.
shouldPropagateChanges() - Method in interface oracle.toplink.sessions.DatabaseSession
ADVANCED: Return whether changes should be propagated to other sessions or applications in a TopLink cluster through the Remote Command Manager mechanism.
shouldReadSubclasses() - Method in class oracle.toplink.descriptors.InheritancePolicy
Return true if this descriptor should read instances of itself and subclasses on queries.
shouldReadWholeDocument() - Method in class oracle.toplink.xdb.DirectToXMLTypeMapping
shouldRefresh() - Method in class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
Return if the loaded session should be refreshed from the file.
shouldRefreshIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Set to a boolean.
shouldRefreshIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set to a boolean.
shouldRefreshInvalidObjectsInUnitOfWork() - Method in class oracle.toplink.descriptors.invalidation.CacheInvalidationPolicy
Return if expired object registered in the unit of work should be refreshed.
shouldRefreshRemoteIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
Set to a boolean.
shouldRefreshRemoteIdentityMapResult() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Set to a boolean.
shouldRemoveConnectionOnError() - Method in class oracle.toplink.remote.CacheSynchronizationManager
Deprecated. Return whether connections to remote servers should be disconnected when an error occurs
shouldRemoveConnectionOnError() - Method in interface oracle.toplink.remotecommand.CommandManager
Deprecated.  
shouldRemoveConnectionOnError() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Deprecated.  
shouldRemoveConnectionOnError() - Method in class oracle.toplink.remotecommand.TransportManager
Return whether connections to remote services should be disconnected when an error occurs.
shouldResetPrimaryKey() - Method in class oracle.toplink.sessions.ObjectCopyingPolicy
Return if the primary key should be reset to null.
shouldRetrieveFirstPrimaryKey() - Method in class oracle.toplink.queryframework.ReportQuery
Return if the query results should contain the first primary key of each associated object.
shouldRetrievePrimaryKeys() - Method in class oracle.toplink.queryframework.ReportQuery
Return if the query results should contain the primary keys or each associated object.
ShouldReturnSingleAttribute - Static variable in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning the single attribute(as opposed to wrapping in a ReportQueryResult).
shouldReturnSingleAttribute() - Method in class oracle.toplink.queryframework.ReportQuery
Answer if we are only returning the attribute (as opposed to wrapping in a ReportQueryResult).
ShouldReturnSingleResult - Static variable in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning the first result.
shouldReturnSingleResult() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning the first result.
ShouldReturnSingleValue - Static variable in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning one value.
shouldReturnSingleValue() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by only returning a single value.
ShouldReturnWithoutReportQueryResult - Static variable in class oracle.toplink.queryframework.ReportQuery
For EJB 3 support returns results without using the ReportQueryResult
shouldReturnWithoutReportQueryResult() - Method in class oracle.toplink.queryframework.ReportQuery
Simplifies the result by returning a nested list instead of the ReportQueryResult.
shouldSelectBeforeUpdate() - Method in class oracle.toplink.sequencing.QuerySequence
shouldSkipUpdate() - Method in class oracle.toplink.sequencing.QuerySequence
shouldThrowIndirectionException() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
shouldToStringInstantiate - Static variable in interface oracle.toplink.indirection.ValueHolderInterface
Can be used to have transparent indirection toString instantiate the objects.
shouldTranslate() - Method in class oracle.toplink.logging.SessionLogEntry
Return if the message should be translated.
shouldTranslate() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Return if the message should be translated.
shouldTriggerIndirection() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
shouldTrimStrings() - Method in class oracle.toplink.sessions.DatabaseLogin
By default CHAR field values have trailing blanks trimmed, this can be configured.
shouldUpdateReadTimeOnUpdate() - Method in class oracle.toplink.descriptors.invalidation.CacheInvalidationPolicy
Return whether objects affected by this CacheInvalidationPolicy should have the read time on their cache keys updated when an update occurs.
shouldUseBatchReading() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indicates whether the referenced object should always be batch read on read all queries.
shouldUseBatchWriting() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use batch writing.
shouldUseByteArrayBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use parameter binding for large binary data.
shouldUseCacheIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using CacheIdentityMap
shouldUseClassNameAsIndicator() - Method in class oracle.toplink.descriptors.InheritancePolicy
Return true if the descriptor use the classes full name as the indicator.
shouldUseDatabaseTime() - Method in class oracle.toplink.history.HistoryPolicy
Answers if the Timestamp used in maintaining history should be the current time according to the database.
shouldUseDefaultFetchGroup() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
Return false if the query does not use the default fetch group defined in the descriptor level.
shouldUseEqualityForNulls - Variable in class oracle.toplink.queryframework.QueryByExamplePolicy
 
shouldUseEqualityForNulls() - Method in class oracle.toplink.queryframework.QueryByExamplePolicy
Matches an included null attribute in the example object either to objects with that attribute also set to null or to any value other than null.
shouldUseExclusiveConnection() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
ADVANCED: If the user has isolated data and specified that the client session should use an exclusive connection then by setting this condition to true TopLink will ensure that the query is executed through the exclusive connection.
shouldUseExclusiveConnection() - Method in class oracle.toplink.threetier.ConnectionPolicy
Returns true if the acquired client session should acquire an exclusive connection for all database interaction.
shouldUseExternalConnectionPooling() - Method in class oracle.toplink.sessions.DatasourceLogin
Return whether TopLink uses some external connection pooling (e.g.
shouldUseExternalConnectionPooling() - Method in interface oracle.toplink.sessions.Login
Return whether TopLink uses some externally managed connection pooling.
shouldUseExternalTransactionController() - Method in class oracle.toplink.sessions.DatasourceLogin
Return whether TopLink uses some external transaction service such as JTS.
shouldUseExternalTransactionController() - Method in interface oracle.toplink.sessions.Login
Return whether TopLink uses some externally managed transaction service such as JTS.
shouldUseFullIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using FullIdentityMap
shouldUseHardCacheWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using HardCacheWeakIdentityMap.
shouldUseIdentityIfPlatformSupports() - Method in class oracle.toplink.sequencing.NativeSequence
 
shouldUseJDBCBatchWriting() - Method in class oracle.toplink.sessions.DatabaseLogin
Answers true if TopLink has JDBC batch writing enabled.
shouldUseJDBCOuterJoinSyntax() - Method in class oracle.toplink.platform.database.AccessPlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class oracle.toplink.platform.database.CloudscapePlatform
JDBC defines an outer join syntax which many drivers do not support.
shouldUseJDBCOuterJoinSyntax() - Method in class oracle.toplink.platform.database.DB2Platform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class oracle.toplink.platform.database.DBasePlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class oracle.toplink.platform.database.PostgreSQLPlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class oracle.toplink.platform.database.SQLServerPlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class oracle.toplink.platform.database.SybasePlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJoining() - Method in class oracle.toplink.mappings.OneToOneMapping
Deprecated. since OracleAS TopLink 11g (11.1.1.0.0). This class is replaced by oracle.toplink.mappings.ForeignReferenceMapping.getJoinFetch()
shouldUseLocalTime() - Method in class oracle.toplink.history.HistoryPolicy
Answers if the Timestamp used in maintaining history should be System.currentTimeMillis();
shouldUseLocatorForLOBWrite() - Method in class oracle.toplink.platform.database.oracle.Oracle8Platform
Return if the locator is required for the LOB write.
shouldUseLocatorForLOBWrite() - Method in class oracle.toplink.platform.database.oracle.Oracle9Platform
Return if the locator is required for the LOB write.
shouldUseNativeSequencing() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use a sequence table or native sequencing to generate unique object IDs.
shouldUseNativeSQL() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use database-specific SQL grammar, as opposed to the JDBC standard grammar.
shouldUseNoIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using NoIdentityMap
shouldUseRemoteCacheIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using CacheIdentityMap
shouldUseRemoteFullIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using FullIdentityMap
shouldUseRemoteHardCacheWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using HardCacheWeakIdentityMap
shouldUseRemoteNoIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using NoIdentityMap
shouldUseRemoteSoftCacheWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using SoftCacheWeakIdentityMap
shouldUseRemoteSoftIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using SoftIdentityMap
shouldUseRemoteWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using WeakIdentityMap
shouldUseRownumFiltering() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Return if Oracle ROWNUM pagination should be used for FirstResult and MaxRows settings.
shouldUseSchemaValidation() - Static method in class oracle.toplink.tools.sessionmanagement.SessionManager
Return if schema validation will be used when parsing the 10g (10.1.3) sessions XML.
shouldUseSchemaValidation() - Static method in class oracle.toplink.tools.workbench.XMLProjectReader
Return if schema validation will be used when parsing the deployment XML.
shouldUseSeparateConnection() - Method in interface oracle.toplink.sequencing.SequencingControl
Indicate whether separate connection(s) for sequencing could be used (by default it couldn't).
shouldUseSoftCacheWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using SoftCacheWeakIdentityMap.
shouldUseSoftIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using SoftIdentityMap
shouldUseStreamsForBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use streams to store large binary data.
shouldUseStringBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to bind large strings.
shouldUseTransaction() - Method in class oracle.toplink.sequencing.QuerySequence
shouldUseTransaction() - Method in class oracle.toplink.sequencing.StandardSequence
 
shouldUseWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if this descriptor is using WeakIdentityMap
shouldUseWrapperPolicy() - Method in class oracle.toplink.queryframework.DatabaseQuery
ADVANCED: The wrapper policy can be enabled on a query.
shouldVerifyDelete() - Method in class oracle.toplink.eis.mappings.EISOneToOneMapping
Verify delete is used during delete and update outside of a unit of work only.
shouldVerifyDelete() - Method in class oracle.toplink.mappings.OneToOneMapping
Verify delete is used during delete and update outside of a unit of work only.
shouldWrapObject(Object, String, String, String) - Method in class oracle.toplink.ox.XMLDescriptor
 
shouldWriteToDatabase() - Method in class oracle.toplink.tools.schemaframework.SchemaManager
Return true if this SchemaManager should write to the database directly
shutdown() - Method in interface oracle.toplink.remotecommand.CommandManager
Shut down the remote command manager.
shutdown() - Method in class oracle.toplink.remotecommand.RemoteCommandManager
Shut down the remote command manager.
sign(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Sign - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SIGNAL_ATTEMPTED_BEFORE_WAIT - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
signalAttemptedBeforeWait() - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
signature - Variable in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
signature - Variable in class oracle.toplink.libraries.asm.attrs.SignatureAttribute
 
SignatureAttribute - Class in oracle.toplink.libraries.asm.attrs
The Signature Attribute introduced in JSR-14 (Adding Generics to the Java Programming Language) and also defined in the Java Virtual Machine Specification, 3rd edition draft.
SignatureAttribute() - Constructor for class oracle.toplink.libraries.asm.attrs.SignatureAttribute
 
SignatureAttribute(String) - Constructor for class oracle.toplink.libraries.asm.attrs.SignatureAttribute
 
SIMPLE_TYPE - Static variable in interface oracle.toplink.platform.xml.XMLSchemaReference
 
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.AggregateCollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.CollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.DatabaseMapping
ADVANCED: This method is used to add an object to a collection once the changeSet is applied.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.DirectCollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.DirectMapMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.sdk.SDKAggregateCollectionMapping
Deprecated. ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.sdk.SDKCollectionMappingHelper
Deprecated. ADVANCED: This method is used to add an object to a collection once the changeSet is applied.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.sdk.SDKDirectCollectionMapping
Deprecated. ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
SimpleFieldTranslator - Class in oracle.toplink.sdk
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
SimpleFieldTranslator() - Constructor for class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Default constructor.
SimpleFieldTranslator(FieldTranslator) - Constructor for class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Constructor for wrapping another field translator.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.eis.mappings.EISOneToManyMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.AggregateCollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.CollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.DatabaseMapping
ADVANCED: This method is used to remove an object from a collection once the changeSet is applied.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.DirectCollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.DirectMapMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.sdk.SDKAggregateCollectionMapping
Deprecated. ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.sdk.SDKCollectionMappingHelper
Deprecated. ADVANCED: This method is used to remove an object from a collection once the changeSet is applied.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.sdk.SDKDirectCollectionMapping
Deprecated. ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class oracle.toplink.sdk.SDKObjectCollectionMapping
Deprecated. ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
SimpleVerifier - Class in oracle.toplink.libraries.asm.tree.analysis
An extended BasicVerifier that performs more precise verifications.
SimpleVerifier() - Constructor for class oracle.toplink.libraries.asm.tree.analysis.SimpleVerifier
 
sin(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Sin - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SINGLE_XML - Static variable in class oracle.toplink.libraries.asm.xml.Processor
 
sinh(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Sinh - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SIPUSH - Static variable in interface oracle.toplink.libraries.asm.Constants
 
size() - Method in class oracle.toplink.eis.EISMappedRecord
Forward the request to the record.
size(String) - Method in class oracle.toplink.expressions.Expression
A logical expression for the size of collection attributeName.
size() - Method in class oracle.toplink.indirection.IndirectList
 
size() - Method in class oracle.toplink.indirection.IndirectMap
 
size() - Method in class oracle.toplink.indirection.IndirectSet
 
size - Variable in class oracle.toplink.libraries.asm.tree.analysis.DataflowValue
The size of this value.
size() - Method in class oracle.toplink.ox.record.DOMRecord
Return the number of elements in the DOM.
size() - Method in class oracle.toplink.queryframework.Cursor
Retreive the size of the open cursor by executing a count on the same query as the cursor.
size() - Method in class oracle.toplink.queryframework.ReportQueryResult
Return the number of name/value pairs in the result.
size() - Method in class oracle.toplink.sessions.DatabaseRecord
Returns the number of field-value pairs in the database row.
SIZE_MISMATCH_OF_FIELD_TRANSLATIONS - Static variable in exception oracle.toplink.sdk.SDKDescriptorException
Deprecated.  
SIZE_MISMATCH_OF_FOREIGN_KEYS - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
SIZE_ONLY_SUPPORTED_ON_EXPRESSION_QUERIES - Static variable in exception oracle.toplink.exceptions.QueryException
 
sizeMismatchOfFieldTranslations() - Static method in exception oracle.toplink.sdk.SDKDescriptorException
Deprecated.  
sizeMismatchOfForeignKeys(ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
sizeOnlySupportedOnExpressionQueries(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
skippedEntity(String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
skippedEntity(String) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
skippedEntity(String) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
some(byte[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that is used with a comparison expression.
some(char[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(double[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(float[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(int[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(long[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(Object[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(short[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(boolean[]) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(Vector) - Method in class oracle.toplink.expressions.Expression
Return an expression that checks if the receivers value is contained in the collection.
some(Expression) - Method in class oracle.toplink.expressions.Expression
 
some(ReportQuery) - Method in class oracle.toplink.expressions.Expression
 
Some - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
Soundex - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SourceDebugExtensionAttribute - Class in oracle.toplink.libraries.asm.attrs
The SourceDebugExtension attribute is an optional attribute defined in JSR-045 in the attributes table of the ClassFile structure.
SourceDebugExtensionAttribute() - Constructor for class oracle.toplink.libraries.asm.attrs.SourceDebugExtensionAttribute
 
SourceDebugExtensionAttribute(String) - Constructor for class oracle.toplink.libraries.asm.attrs.SourceDebugExtensionAttribute
 
sourceFile - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The name of the source file from which this class was compiled.
SpatialExpressionFactory - Class in oracle.toplink.expressions.spatial
This class is used to construct expressions that use Oracle Spatial operators ExpressionBuilder builder = new ExpressionBuilder(); Expression withinDistance = SpatialExpressions.withinDistance(myJGeometry1, myJGeometry2, "DISTANCE=10"); session.readAllObjects(GeometryHolder.class, withinDistance);
SpatialExpressionFactory() - Constructor for class oracle.toplink.expressions.spatial.SpatialExpressionFactory
 
SpatialParameters - Class in oracle.toplink.expressions.spatial
A utility class used to set parameters on spatial operators within TopLink's expression framework.
SpatialParameters() - Constructor for class oracle.toplink.expressions.spatial.SpatialParameters
 
SpatialParameters(String) - Constructor for class oracle.toplink.expressions.spatial.SpatialParameters
 
SpatialParameters.Mask - Enum in oracle.toplink.expressions.spatial
 
SpatialParameters.QueryType - Enum in oracle.toplink.expressions.spatial
 
SpatialParameters.Units - Enum in oracle.toplink.expressions.spatial
 
specialOperations - Variable in class oracle.toplink.queryframework.QueryByExamplePolicy
 
SPECIFIED_PARTIAL_ATTRIBUTE_DOES_NOT_EXIST - Static variable in exception oracle.toplink.exceptions.QueryException
 
specifiedLockingFieldsNotFoundInDatabase(String) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
specifiedPartialAttributeDoesNotExist(DatabaseQuery, String, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
SQL - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
SQL_EXCEPTION - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
SQL_GENERATION - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
SQL_PREPARE - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
SQL_STATEMENT_NOT_SET_PROPERLY - Static variable in exception oracle.toplink.exceptions.QueryException
 
SQLAnyWherePlatform - Class in oracle.toplink.platform.database
Purpose: Provides SQL Anywhere specific behaviour.
SQLAnyWherePlatform() - Constructor for class oracle.toplink.platform.database.SQLAnyWherePlatform
 
SQLCall - Class in oracle.toplink.queryframework
Purpose: Used as an abstraction of an SQL call.
SQLCall() - Constructor for class oracle.toplink.queryframework.SQLCall
Create a new SQL call.
SQLCall(String) - Constructor for class oracle.toplink.queryframework.SQLCall
Create a new SQL call.
sqlException(SQLException) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
sqlException(SQLException, AbstractSession) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
sqlException(SQLException, Accessor, AbstractSession, boolean) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
sqlException(SQLException, Call, Accessor, AbstractSession, boolean) - Static method in exception oracle.toplink.exceptions.DatabaseException
 
SqlGeneration - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
SqlPrepare - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
SQLResult - Class in oracle.toplink.queryframework
Purpose: An abstract superclass that represents the comonalities between the main result types of the SQLResultSetMapping
SQLResult() - Constructor for class oracle.toplink.queryframework.SQLResult
 
SQLResultSetMapping - Class in oracle.toplink.queryframework
Purpose: Concrete class to represent the SQLResultSetMapping structure as defined by the EJB 3.0 Persistence specification.
SQLResultSetMapping(String) - Constructor for class oracle.toplink.queryframework.SQLResultSetMapping
 
SQLServerPlatform - Class in oracle.toplink.platform.database
Purpose: Provides SQL Server specific behaviour.
SQLServerPlatform() - Constructor for class oracle.toplink.platform.database.SQLServerPlatform
 
sqlStatementNotSetProperly(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
Sqrt - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
stack - Variable in class oracle.toplink.libraries.asm.attrs.StackMapFrame
 
StackMapAttribute - Class in oracle.toplink.libraries.asm.attrs
StackMapAttribute is used by CDLC preverifier and also by javac compiller starting from J2SE 1.5.
StackMapAttribute() - Constructor for class oracle.toplink.libraries.asm.attrs.StackMapAttribute
 
StackMapFrame - Class in oracle.toplink.libraries.asm.attrs
StackMapFrame is used by StackMapAttribute to hold state of the stack and local variables for a single execution branch.
StackMapFrame() - Constructor for class oracle.toplink.libraries.asm.attrs.StackMapFrame
 
StackMapType - Class in oracle.toplink.libraries.asm.attrs
Verification type info used by StackMapAttribute.
standardDeviation() - Method in class oracle.toplink.expressions.Expression
This represents the aggregate function StandardDeviation.
StandardDeviation - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
StandardSequence - Class in oracle.toplink.sequencing
Purpose: An abstract class providing default sequence behavior.
StandardSequence() - Constructor for class oracle.toplink.sequencing.StandardSequence
 
StandardSequence(String) - Constructor for class oracle.toplink.sequencing.StandardSequence
 
StandardSequence(String, int) - Constructor for class oracle.toplink.sequencing.StandardSequence
 
StandardSequence(String, int, int) - Constructor for class oracle.toplink.sequencing.StandardSequence
 
start - Variable in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
start - Variable in class oracle.toplink.libraries.asm.tree.LineNumberNode
The first instruction corresponding to this line number.
start - Variable in class oracle.toplink.libraries.asm.tree.LocalVariableNode
The first instruction corresponding to the scope of this local variable (inclusive).
start - Variable in class oracle.toplink.libraries.asm.tree.TryCatchBlockNode
Beginning of the exception handler's scope (inclusive).
START_INDEX_OUT_OF_RANGE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
startCDATA() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
startCursor() - Method in class oracle.toplink.sdk.SDKQueryMechanism
Deprecated. Start reading all the rows from the database for a cursored stream or scrollable cursor.
startDiscovery() - Method in class oracle.toplink.remotecommand.DiscoveryManager
ADVANCED: Announce the local service and join the cluster
startDocument() - Method in class oracle.toplink.ox.jaxb.JAXBUnmarshallerHandler
 
startDocument(String, String) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification that a document is being started.
startDocument() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
startDocument(XMLMapping) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
startDocument() - Method in class oracle.toplink.ox.record.XMLRootRecord
 
startDocument() - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
startDocument() - Method in class oracle.toplink.ox.XMLUnmarshallerHandler
 
startDocument() - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
startDTD(String, String, String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
startElement(String, String, String, Attributes) - Method in class oracle.toplink.libraries.asm.xml.ASMContentHandler
Process notification of the start of an XML element being reached.
startElement(String, String, String, Attributes) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
startElement(String, String, String, Attributes) - Method in class oracle.toplink.ox.record.XMLRootRecord
 
startElement(String, String, String, Attributes) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
startElement(String, String, String, Attributes) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
startEntity(String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
startIndexOutOfRange() - Static method in exception oracle.toplink.exceptions.ValidationException
 
startPrefixMapping(String, String) - Method in class oracle.toplink.ox.record.MarshalRecord
Receive notification that a namespace has been declared.
startPrefixMapping(String, String) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
startPrefixMapping(String, String) - Method in class oracle.toplink.ox.unmapped.DefaultUnmappedContentHandler
 
startPrefixMapping(String, String) - Method in class oracle.toplink.platform.xml.SAXDocumentBuilder
 
startPrefixMappings(NamespaceResolver) - Method in class oracle.toplink.ox.record.MarshalRecord
 
startUnmappedElement(String, String, String, Attributes) - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
STATEMENT_EXECUTE - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
STATEMENT_NOT_EXECUTED_IN_BATCH - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
StaticWeaveException - Exception in oracle.toplink.exceptions
 
STOP_INDEX_OUT_OF_RANGE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
stopDiscovery() - Method in class oracle.toplink.remotecommand.DiscoveryManager
ADVANCED: Stop accepting announcements from other services becoming available.
stopIndexOutOfRange() - Static method in exception oracle.toplink.exceptions.ValidationException
 
stopListening() - Method in class oracle.toplink.remote.AbstractClusteringService
Deprecated. ADVANCED: Uses to stop the Listener thread for a dropped session
stopListening() - Method in class oracle.toplink.remote.jms.JMSClusteringService
Deprecated. ADVANCED: Uses to stop the Listener thread for a dropped session
store(Object) - Method in class oracle.toplink.ejb.EJBDataStore
Update the bean into the database.
store(EntityBean) - Method in class oracle.toplink.ejb.EJBDataStore
Update the bean into the database.
StoredFunctionCall - Class in oracle.toplink.queryframework
Purpose: Used to define a platform independent function call.
StoredFunctionCall() - Constructor for class oracle.toplink.queryframework.StoredFunctionCall
 
StoredFunctionDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow a semi-generic way of creating store function.
StoredFunctionDefinition() - Constructor for class oracle.toplink.tools.schemaframework.StoredFunctionDefinition
 
StoredProcedureCall - Class in oracle.toplink.queryframework
Purpose: Used to define a platform independent procedure call.
StoredProcedureCall() - Constructor for class oracle.toplink.queryframework.StoredProcedureCall
 
StoredProcedureDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow a semi-generic way of creating store procedures.
StoredProcedureDefinition() - Constructor for class oracle.toplink.tools.schemaframework.StoredProcedureDefinition
 
StoredProcedureGenerator - Class in oracle.toplink.tools.schemaframework
Purpose: To generate StoredProcedures from TopLink Projects Description: This Class was designed to read in a project and produce StoredProcedures.
StoredProcedureGenerator(SchemaManager) - Constructor for class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
 
storeInCache() - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Configure the version lock value to be stored in the cache.
storeInObject() - Method in class oracle.toplink.descriptors.VersionLockingPolicy
Configure the version lock value to be stored in the object.
storeObjects(Project, Vector) - Method in class oracle.toplink.transform.xml.XMLResult
Deprecated.  
STRING - Static variable in class oracle.toplink.ox.XMLConstants
 
STRING_LOOKUP - Static variable in class oracle.toplink.jndi.JNDIConnector
 
STRING_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
stringAnnotations(List) - Static method in class oracle.toplink.libraries.asm.attrs.Annotation
Returns annotation values in the format described in JSR-175 for Java source code.
stringParameterAnnotations(List) - Static method in class oracle.toplink.libraries.asm.attrs.Annotation
Returns parameter annotation values in the format described in JSR-175 for Java source code.
STRUCT_CONVERTER_OF_SAME_NAME_AS_CONVERTER - Static variable in exception oracle.toplink.exceptions.ValidationException
 
StructConverter - Interface in oracle.toplink.platform.database.converters
A StuctConverter can be added to a DatabasePlatform It allows custom processing dealing java.sql.Struct types When added to the DatabasePlatform: 1. convertToObject(Struct) will be invoked when a Struct named by the value returned by getStructName() is returned from the database.
structConverterOfSameNameAsConverter(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
STRUCTURE_NAME_NOT_SET_IN_MAPPING - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
StructureMapping - Class in oracle.toplink.objectrelational
Purpose: A structure is an object-relational user-defined data-type or object-type.
StructureMapping() - Constructor for class oracle.toplink.objectrelational.StructureMapping
Default constructor.
structureNameNotSetInMapping(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
SUB_SESSION_NOT_DEFINED_FOR_BROKER - Static variable in exception oracle.toplink.exceptions.ValidationException
 
subList(int, int) - Method in class oracle.toplink.indirection.IndirectList
 
subQuery(ReportQuery) - Method in class oracle.toplink.expressions.Expression
Return a sub query expression.
subSessionsNotDefinedForBroker(String) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: The session class specified in the sessions.xml file for the session specified on the toplink_session_name environment variable can not be found.
substring(int, int) - Method in class oracle.toplink.expressions.Expression
Function, returns the substring from the souce string.
substring(Object, Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the substring from the souce string.
Substring - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
subtract(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
subtract(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Subtract - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
sum() - Method in class oracle.toplink.expressions.Expression
This represents the aggregate function Sum.
Sum - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
SunAS9ServerPlatform - Class in oracle.toplink.platform.server.sunas
This is the concrete subclass responsible for representing SunAS9-specific server behaviour.
SunAS9TransactionController - Class in oracle.toplink.transaction.sunas
Purpose: TransactionController implementation for OC4J JTA Description: Implements the required behaviour for controlling JTA transactions in SunAS9.
SunAS9TransactionController() - Constructor for class oracle.toplink.transaction.sunas.SunAS9TransactionController
 
SunCORBATransportManager - Class in oracle.toplink.remotecommand.corba.sun
 
SunCORBATransportManager(RemoteCommandManager) - Constructor for class oracle.toplink.remotecommand.corba.sun.SunCORBATransportManager
 
superName - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The internal of name of the super class (see getInternalName).
supportsForeignKeyConstraints() - Method in class oracle.toplink.platform.database.AttunityPlatform
Attunity Connect does not support creating foreign key constraints with the ALTER TABLE syntax.
supportsForeignKeyConstraints() - Method in class oracle.toplink.platform.database.DBasePlatform
 
supportsForeignKeyConstraints() - Method in class oracle.toplink.platform.database.HSQLPlatform
HSQL 1.6.1 does not support the ALTER TABLE method of create foreign key constraints
supportsForeignKeyConstraints() - Method in class oracle.toplink.platform.database.TimesTenPlatform
 
supportsLocalTransactions() - Method in class oracle.toplink.eis.EISPlatform
Return if this platform supports local transactions.
supportsPrimaryKeyConstraint() - Method in class oracle.toplink.platform.database.AttunityPlatform
Attunity Connect does not support specifying the primary key in the create table syntax.
supportsPrimaryKeyConstraint() - Method in class oracle.toplink.platform.database.DBasePlatform
 
supportsSelectForUpdateNoWait() - Method in class oracle.toplink.platform.database.oracle.OraclePlatform
Returns true if the database supports SQL syntax not to wait on a SELECT..FOR UPADTE (i.e.
SWA_REF - Static variable in class oracle.toplink.ox.XMLConstants
 
SWA_REF_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
SWAP - Static variable in interface oracle.toplink.libraries.asm.Constants
 
SybasePlatform - Class in oracle.toplink.platform.database
Purpose: Provides Sybase specific behaviour.
SybasePlatform() - Constructor for class oracle.toplink.platform.database.SybasePlatform
 
SynchronizationException - Exception in oracle.toplink.exceptions
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RemoteCommandManagerException
SynchronizationException() - Constructor for exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
SynchronizationException(String) - Constructor for exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
SynchronizationListenerFactory - Interface in oracle.toplink.transaction
Purpose: Generate synchronization listener objects of the appropriate type.
SYNCHRONIZED_READ_ON_WRITE - Static variable in class oracle.toplink.sessions.DatasourceLogin
Reads and unit of work merges will be serialized.
SYNCHRONIZED_UNITOFWORK_DOES_NOT_SUPPORT_COMMITANDRESUME - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
SYNCHRONIZED_WRITE - Static variable in class oracle.toplink.sessions.DatasourceLogin
Reads can occur concurrently but unit of work merges will be serialized.
synchronizedUnitOfWorkDoesNotSupportCommitAndResume() - Static method in exception oracle.toplink.exceptions.DatabaseException
 
SYNCRONIZED_OBJECT_LEVEL_READ_WRITE - Static variable in class oracle.toplink.sessions.DatasourceLogin
Writes to the cache (merge, object build/refresh will be synchronized as will cache access (cloning) based on when access is required.
SYNCRONIZED_OBJECT_LEVEL_READ_WRITE_DATABASE - Static variable in class oracle.toplink.sessions.DatasourceLogin
Writes to the cache (merge, object build/refresh will be synchronized as will cache access (cloning) based on database transaction.
syntaxError - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
syntaxError(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
syntaxError - Static variable in exception oracle.toplink.exceptions.JPQLException
 
syntaxError(String, Exception) - Static method in exception oracle.toplink.exceptions.JPQLException
 
syntaxErrorAt - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
syntaxErrorAt(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
syntaxErrorAt - Static variable in exception oracle.toplink.exceptions.JPQLException
 
syntaxErrorAt(String, int, int, String, Exception) - Static method in exception oracle.toplink.exceptions.JPQLException
 

T

T_BOOLEAN - Static variable in interface oracle.toplink.libraries.asm.Constants
 
T_BYTE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
T_CHAR - Static variable in interface oracle.toplink.libraries.asm.Constants
 
T_DOUBLE - Static variable in interface oracle.toplink.libraries.asm.Constants
 
T_FLOAT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
T_INT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
T_LONG - Static variable in interface oracle.toplink.libraries.asm.Constants
 
T_SHORT - Static variable in interface oracle.toplink.libraries.asm.Constants
 
TABLE_GENERATOR_RESERVED_NAME - Static variable in exception oracle.toplink.exceptions.ValidationException
 
TABLE_IS_NOT_PRESENT_IN_DATABASE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TABLE_NOT_PRESENT - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TABLE_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TABLE_PER_CLASS_INHERITANCE_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
TableCreator - Class in oracle.toplink.tools.schemaframework
Purpose: This class is reponsible for creating the tables defined in the project.
TableCreator() - Constructor for class oracle.toplink.tools.schemaframework.TableCreator
 
TableCreator(Vector) - Constructor for class oracle.toplink.tools.schemaframework.TableCreator
 
TableCreatorClassGenerator - Class in oracle.toplink.tools.workbench
Purpose: Allow for a class storing a TopLink table creator's tables (meta-data) to be generated.
TableCreatorClassGenerator() - Constructor for class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Create a new generator.
TableCreatorClassGenerator(TableCreator) - Constructor for class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Create a new generator to output the table creator.
TableCreatorClassGenerator(TableCreator, String, Writer) - Constructor for class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Create a new generator to output the table creator.
TableCreatorClassGenerator(TableCreator, String, String) - Constructor for class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Create a new generator to output the table creator.
TableDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow a generic way of creating tables on the different platforms.
TableDefinition() - Constructor for class oracle.toplink.tools.schemaframework.TableDefinition
 
tableGeneratorUsingAReservedName(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
tableIsNotPresentInDatabase(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
tableNotPresent(String, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
tableNotSpecified(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
tablePerClassInheritanceNotSupported(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
TableSequence - Class in oracle.toplink.sequencing
Purpose: Defines sequencing through using a SEQUENCE table.
TableSequence() - Constructor for class oracle.toplink.sequencing.TableSequence
 
TableSequence(String) - Constructor for class oracle.toplink.sequencing.TableSequence
Create a new sequence with the name.
TableSequence(String, int) - Constructor for class oracle.toplink.sequencing.TableSequence
Create a new sequence with the name and sequence pre-allocation size.
TableSequence(String, int, int) - Constructor for class oracle.toplink.sequencing.TableSequence
 
TableSequence(String, String) - Constructor for class oracle.toplink.sequencing.TableSequence
Create a new sequence with the name, and the sequence table name.
TableSequence(String, String, String, String) - Constructor for class oracle.toplink.sequencing.TableSequence
Create a new sequence with the name, and the sequence table information.
TableSequence(String, int, String) - Constructor for class oracle.toplink.sequencing.TableSequence
 
TableSequence(String, int, String, String, String) - Constructor for class oracle.toplink.sequencing.TableSequence
 
TableSequenceDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.
TABLESWITCH - Static variable in interface oracle.toplink.libraries.asm.Constants
 
TableSwitchInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a TABLESWITCH instruction.
TableSwitchInsnNode(int, int, Label, Label[]) - Constructor for class oracle.toplink.libraries.asm.tree.TableSwitchInsnNode
Constructs a new TableSwitchInsnNode.
tan(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Tan - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
tanh(Expression) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Tanh - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
TARGET_FOREIGN_KEYS_SIZE_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_CLONING - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_EVENT_EXECUTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_INVOKING_ROW_EXTRACTION_METHOD - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_METHOD_INSTANTIATION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_METHOD_INSTANTIATION_OF_FACTORY - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_SETTING_VALUE_THRU_METHOD_ACESSOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
TARGET_NAMESPACE_PREFIX - Static variable in class oracle.toplink.ox.XMLConstants
 
targetForeignKeysSizeMismatch(ForeignReferenceMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileCloning(Object, String, ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileEventExecution(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileInvokingRowExtractionMethod(AbstractRecord, Method, ClassDescriptor, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileMethodInstantiation(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileMethodInstantiationOfFactory(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
targetInvocationWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
TEMP_TABLES_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.QueryException
 
tempTablesNotSupported(DatabaseQuery, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicVerifier
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with three arguments.
throwIndirectionException() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
throwing(Throwable) - Method in class oracle.toplink.logging.AbstractSessionLog
Log a throwable at FINER level.
throwing(Throwable) - Method in class oracle.toplink.logging.JavaLog
Log a throwable.
throwing(Throwable) - Method in interface oracle.toplink.logging.SessionLog
This method is called when a throwable at finer level needs to be logged.
throwing(Throwable) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when a throwable at finer level needs to be logged.
TIME - Static variable in class oracle.toplink.ox.XMLConstants
 
TIME_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
TIMEOUT - Static variable in class oracle.toplink.eis.adapters.jms.JMSPlatform
 
TIMEOUT - Static variable in exception oracle.toplink.eis.EISException
 
timeoutOccurred() - Static method in exception oracle.toplink.eis.EISException
 
TimestampLockingPolicy - Class in oracle.toplink.descriptors
Purpose: Used to allow a single version timestamp to be used for optimistic locking.
TimestampLockingPolicy() - Constructor for class oracle.toplink.descriptors.TimestampLockingPolicy
Create a new TimestampLockingPolicy.
TimestampLockingPolicy(String) - Constructor for class oracle.toplink.descriptors.TimestampLockingPolicy
Create a new TimestampLockingPolicy.
TimesTen7Platform - Class in oracle.toplink.platform.database
Purpose: Provides TimesTen 7 specific behaviour.
TimesTen7Platform() - Constructor for class oracle.toplink.platform.database.TimesTen7Platform
 
TimesTenPlatform - Class in oracle.toplink.platform.database
 
TimesTenPlatform() - Constructor for class oracle.toplink.platform.database.TimesTenPlatform
 
TimeToLiveCacheInvalidationPolicy - Class in oracle.toplink.descriptors.invalidation
A CacheInvalidationPolicy which allows objects to live for a specific amount of time after they are read.
TimeToLiveCacheInvalidationPolicy(long) - Constructor for class oracle.toplink.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
Construct a TimeToLiveCacheInvalidationPolicy
TlConnects - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
tlCreateImpl() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
This method calls the internal TopLink inplementation to create a persistent object.
TlDisconnects - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
toArray() - Method in class oracle.toplink.indirection.IndirectList
 
toArray(Object[]) - Method in class oracle.toplink.indirection.IndirectList
 
toArray() - Method in class oracle.toplink.indirection.IndirectSet
 
toArray(Object[]) - Method in class oracle.toplink.indirection.IndirectSet
 
toByteArray() - Method in class oracle.toplink.libraries.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
toByteArray() - Method in class oracle.toplink.libraries.asm.xml.ASMContentHandler
Returns the bytecode of the class that was build with underneath class writer.
toChar() - Method in class oracle.toplink.expressions.Expression
Return an expression that represents the receiver value converted to a character string.
toChar(String) - Method in class oracle.toplink.expressions.Expression
Return an expression that represents the receiver value converted to a character string, with the database formating options (i.e.
ToChar - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
toCharacter() - Method in class oracle.toplink.expressions.Expression
Function, returns the single character string with the ascii or character set value.
ToCharWithFormat - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
toCompositeData(CompositeType) - Method in class oracle.toplink.services.oc4j.ClassSummaryDetail
Convert an instance of this model specific type to a CompositeData.
toCompositeData(CompositeType) - Method in class oracle.toplink.services.weblogic.ClassSummaryDetail
Convert an instance of this model specific type to a CompositeData.
toCompositeType() - Static method in class oracle.toplink.services.oc4j.ClassSummaryDetail
Returns the CompositeType that describes this model specific class
toCompositeType() - Static method in class oracle.toplink.services.weblogic.ClassSummaryDetail
Returns the CompositeType that describes this model specific class
toDate() - Method in class oracle.toplink.expressions.Expression
Function, returns date from the string using the default format.
ToDate - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
Today - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
toLowerCase() - Method in class oracle.toplink.expressions.Expression
Return an expression that represents the receiver value converted to lower case.
ToLowerCase - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
toNumber() - Method in class oracle.toplink.expressions.Expression
Function, returns the number converted from the string.
ToNumber - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
TOPLINK_LOG_ID - Static variable in class oracle.toplink.platform.server.wls.WlsLog
 
TOPLINK_NAMESPACE - Static variable in class oracle.toplink.logging.JavaLog
Stores the default session name in case there is the session name is missing.
TOPLINK_SESSION_NAME - Variable in class oracle.toplink.remote.jms.mdb.ClusteringMDB
This value is the env-entry-name element of the Message Driven Beand configured in the ejb-jar.xml.
TopLinkException - Exception in oracle.toplink.exceptions
Purpose: Any exception raised by TopLink should be a subclass of this exception class.
TopLinkProperties - Class in oracle.toplink.config
The class defines TopLink properties' names.
TopLinkProperties() - Constructor for class oracle.toplink.config.TopLinkProperties
 
TopLinkRootNoun - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
TopLinkSimpleFormatter - Class in oracle.toplink.logging
Print a brief summary of a TopLink LogRecord in a human readable format.
TopLinkSimpleFormatter() - Constructor for class oracle.toplink.logging.TopLinkSimpleFormatter
 
TopLinkXMLFormatter - Class in oracle.toplink.logging
Format a TopLink LogRecord into a standard XML format.
TopLinkXMLFormatter() - Constructor for class oracle.toplink.logging.TopLinkXMLFormatter
 
toString() - Method in class oracle.toplink.descriptors.ClassDescriptor
Returns a brief string representation of the receiver.
toString() - Method in class oracle.toplink.descriptors.copying.CloneCopyPolicy
 
toString() - Method in class oracle.toplink.descriptors.copying.InstantiationCopyPolicy
 
toString() - Method in class oracle.toplink.eis.EISConnectionSpec
Print data source info.
toString() - Method in class oracle.toplink.eis.EISMappedRecord
Print all of the record keys and values.
toString() - Method in class oracle.toplink.eis.interactions.EISInteraction
 
toString() - Method in exception oracle.toplink.exceptions.SessionLoaderException
 
toString() - Method in class oracle.toplink.expressions.Expression
Print a debug form of the expression tree.
toString() - Method in class oracle.toplink.expressions.ExpressionOperator
Print a debug representation of this operator.
toString() - Method in class oracle.toplink.history.AsOfClause
 
toString() - Method in class oracle.toplink.indirection.IndirectList
Use the java.util.Vector#toString(); but wrap it with braces to indicate there is a bit of indirection.
toString() - Method in class oracle.toplink.indirection.IndirectMap
Use the Hashtable.toString(); but wrap it with braces to indicate there is a bit of indirection.
toString() - Method in class oracle.toplink.indirection.IndirectSet
Use the delegate's #toString(); but wrap it with braces to indicate there is a bit of indirection.
toString() - Method in class oracle.toplink.jndi.JNDIConnector
Print data source info.
toString() - Method in class oracle.toplink.libraries.asm.attrs.Annotation.EnumConstValue
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.Annotation
Returns value in the format described in JSR-175 for Java source code.
toString() - Method in class oracle.toplink.libraries.asm.attrs.AnnotationDefaultAttribute
Returns value in the format described in JSR-175 for Java source code.
toString() - Method in class oracle.toplink.libraries.asm.attrs.EnclosingMethodAttribute
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.LocalVariableType
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.LocalVariableTypeTableAttribute
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.RuntimeInvisibleAnnotations
Returns value in the format described in JSR-175 for Java source code.
toString() - Method in class oracle.toplink.libraries.asm.attrs.RuntimeInvisibleParameterAnnotations
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.RuntimeVisibleAnnotations
Returns value in the format described in JSR-175 for Java source code.
toString() - Method in class oracle.toplink.libraries.asm.attrs.RuntimeVisibleParameterAnnotations
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.SignatureAttribute
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.SourceDebugExtensionAttribute
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.StackMapAttribute
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.StackMapFrame
 
toString() - Method in class oracle.toplink.libraries.asm.attrs.StackMapType
 
toString() - Method in class oracle.toplink.libraries.asm.Label
Returns a string representation of this label.
toString() - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
toString() - Method in class oracle.toplink.libraries.asm.tree.analysis.Frame
Returns a string representation of this frame.
toString() - Method in class oracle.toplink.libraries.asm.Type
Returns a string representation of this type.
toString() - Method in class oracle.toplink.logging.SessionLogEntry
Print message.
toString() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
toString() - Method in class oracle.toplink.ox.XMLLogin
Return a String representation of the object.
toString() - Method in class oracle.toplink.queryframework.ConstructorReportItem
 
toString() - Method in class oracle.toplink.queryframework.DatabaseQuery
 
toString() - Method in class oracle.toplink.queryframework.ObjectBuildingQuery
 
toString() - Method in class oracle.toplink.queryframework.ObjectLevelModifyQuery
 
toString() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
toString() - Method in class oracle.toplink.queryframework.ReportQueryResult
 
toString() - Method in class oracle.toplink.queryframework.StoredProcedureCall
 
toString() - Method in class oracle.toplink.remote.DistributedSession
Avoid printing the accessor and platform.
toString() - Method in class oracle.toplink.remotecommand.ServiceId
 
toString() - Method in class oracle.toplink.sdk.AbstractSDKCall
Deprecated. Call #toString(PrintWriter), to allow subclasses to insert additional information.
toString() - Method in class oracle.toplink.sdk.SDKAccessor
Deprecated. Call #toString(PrintWriter), to allow subclasses to insert additional information.
toString() - Method in class oracle.toplink.sdk.SDKFieldValue
Deprecated.  
toString() - Method in class oracle.toplink.sdk.SDKLogin
Deprecated. Return a String representation of the object.
toString() - Method in class oracle.toplink.sessions.DatabaseLogin
Print all of the connection information.
toString() - Method in class oracle.toplink.sessions.DatasourceLogin
Print all of the connection information.
toString() - Method in class oracle.toplink.sessions.DefaultConnector
Print connection string.
toString() - Method in class oracle.toplink.sessions.SessionLogEntry
Deprecated. Print message.
toString() - Method in class oracle.toplink.tools.profiler.Profile
 
toString() - Method in class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
 
toString() - Method in class oracle.toplink.tools.schemaframework.FieldDefinition
 
toString() - Method in class oracle.toplink.xml.DatabaseRowToXMLTranslator
Deprecated.  
toString() - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated. Call #toString(PrintWriter), to allow subclasses to insert additional information.
toString() - Method in class oracle.toplink.xml.xerces.XMLToDatabaseRowTranslator
Deprecated.  
toString() - Method in class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated.  
toString() - Method in class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated.  
toString() - Method in class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated.  
toUpperCase() - Method in class oracle.toplink.expressions.Expression
Return an expression that represents the receiver value converted to upper case.
ToUpperCase - Static variable in class oracle.toplink.expressions.ExpressionOperator
Function operators
toUppercaseCasedWords() - Method in class oracle.toplink.expressions.Expression
Function, returns the string with the first letter of each word capitalized.
TraceClassVisitor - Class in oracle.toplink.libraries.asm.util
A PrintClassVisitor that prints a disassembled view of the classes it visits.
TraceClassVisitor(ClassVisitor, PrintWriter) - Constructor for class oracle.toplink.libraries.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor object.
TraceCodeVisitor - Class in oracle.toplink.libraries.asm.util
A PrintCodeVisitor that prints a disassembled view of the code it visits.
TraceCodeVisitor(CodeVisitor) - Constructor for class oracle.toplink.libraries.asm.util.TraceCodeVisitor
Constructs a new TraceCodeVisitor object.
transactedSessionTestError() - Static method in exception oracle.toplink.eis.EISException
 
TRANSACTION - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
TRANSACTION - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
TRANSACTION_MANAGER_NOT_SET_FOR_JTS_DRIVER - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
TRANSACTION_NONE - Static variable in class oracle.toplink.sessions.DatabaseLogin
Transactions are not supported.
TRANSACTION_READ_COMMITTED - Static variable in class oracle.toplink.sessions.DatabaseLogin
Dirty reads are prevented; non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED - Static variable in class oracle.toplink.sessions.DatabaseLogin
Dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ - Static variable in class oracle.toplink.sessions.DatabaseLogin
Dirty reads and non-repeatable reads are prevented; phantom reads can occur.
TRANSACTION_SERIALIZABLE - Static variable in class oracle.toplink.sessions.DatabaseLogin
Dirty reads, non-repeatable reads and phantom reads are prevented.
TransactionException - Exception in oracle.toplink.exceptions
 
TransactionException(String) - Constructor for exception oracle.toplink.exceptions.TransactionException
 
TransactionException(String, Exception) - Constructor for exception oracle.toplink.exceptions.TransactionException
 
transactionIsActive() - Static method in exception oracle.toplink.exceptions.TransactionException
 
transactionManagerNotSetForJTSDriver() - Static method in exception oracle.toplink.exceptions.DatabaseException
 
transactionNotActive() - Static method in exception oracle.toplink.exceptions.TransactionException
 
TransactionNounType - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
transform(Node, OutputStream) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
transform(Node, ContentHandler) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
transform(Node, Result) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
transform(Node, Writer) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
transform(Source, Result) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
transform(Document, Node, URL) - Method in class oracle.toplink.platform.xml.jaxp.JAXPTransformer
 
transform(Node, OutputStream) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
transform(Node, ContentHandler) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
transform(Node, Result) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
transform(Node, Writer) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
transform(Source, Result) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
transform(Document, Node, URL) - Method in class oracle.toplink.platform.xml.xdk.XDKTransformer
 
transform(Node, OutputStream) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
transform(Node, ContentHandler) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
transform(Node, Result) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
transform(Node, Writer) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
transform(Source, Result) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
transform(Document, Node, URL) - Method in interface oracle.toplink.platform.xml.XMLTransformer
 
TransformationMapping - Class in oracle.toplink.mappings
Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.
TransformationMapping() - Constructor for class oracle.toplink.mappings.TransformationMapping
Default constructor.
TransformationMappingChangeRecord - Interface in oracle.toplink.changesets
Purpose: To Provide API to the TransformationMappingChangeRecord.
transformFromXML(String) - Method in class oracle.toplink.ox.record.DOMRecord
Set the XML from an XML string.
transformFromXML(Reader) - Method in class oracle.toplink.ox.record.DOMRecord
Set the XML from an XML reader.
transformToWriter(Writer) - Method in class oracle.toplink.ox.record.DOMRecord
Write the XML string representation of the DOM.
transformToXML() - Method in class oracle.toplink.ox.record.DOMRecord
Return the XML string representation of the DOM.
transformToXML() - Method in class oracle.toplink.ox.record.MarshalRecord
 
transformToXML() - Method in class oracle.toplink.ox.record.NodeRecord
 
transformToXML() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
transformToXML() - Method in class oracle.toplink.ox.record.XMLRecord
Return the XML string representation of the DOM.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class oracle.toplink.eis.interactions.EISInteraction
Arguments to the interaction can be passed two ways.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class oracle.toplink.eis.interactions.QueryStringInteraction
Allow the call to translate the query arguments.
translate(Object, Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string with each char from the from string converted to the char in the to string.
Translate - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
translate(PLSQLargument, AbstractRecord, AbstractRecord, Vector, Vector, Vector) - Method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
 
translate(PLSQLargument, AbstractRecord, AbstractRecord, Vector, Vector, Vector) - Method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
 
translate(PLSQLargument, AbstractRecord, AbstractRecord, Vector, Vector, Vector) - Method in class oracle.toplink.platform.database.oracle.PLSQLrecord
 
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
translateForRead(Record) - Method in class oracle.toplink.sdk.DefaultFieldTranslator
Deprecated. Translate and return the specified database row that was read from the data store.
translateForRead(Record) - Method in interface oracle.toplink.sdk.FieldTranslator
Deprecated. Translate and return the specified database row that was read from the data store.
translateForRead(Record) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Translate and return the specified database row that was read from the data store.
translateForWrite(Record) - Method in class oracle.toplink.sdk.DefaultFieldTranslator
Deprecated. Translate and return the specified database row that will be written to the data store.
translateForWrite(Record) - Method in interface oracle.toplink.sdk.FieldTranslator
Deprecated. Translate and return the specified database row that will be written to the data store.
translateForWrite(Record) - Method in class oracle.toplink.sdk.SimpleFieldTranslator
Deprecated. Translate and return the specified database row that will be written to the data store.
TRANSPORT_TYPE - Static variable in class oracle.toplink.eis.adapters.mqseries.MQConnectionSpec
 
TransportManager - Class in oracle.toplink.remotecommand
Purpose: Provide an abstract class that offers a common API to handling remote command connections.
TransportManager() - Constructor for class oracle.toplink.remotecommand.TransportManager
 
TreeClassAdapter - Class in oracle.toplink.libraries.asm.tree
A ClassAdapter that constructs a tree representation of the classes it vists.
TreeClassAdapter(ClassVisitor) - Constructor for class oracle.toplink.libraries.asm.tree.TreeClassAdapter
Constructs a new TreeClassAdapter object.
TreeCodeAdapter - Class in oracle.toplink.libraries.asm.tree
A CodeAdapter that constructs a tree representation of the methods it vists.
TreeCodeAdapter(MethodNode) - Constructor for class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
Constructs a new TreeCodeAdapter object.
triggerIndirection() - Method in class oracle.toplink.queryframework.InMemoryQueryIndirectionPolicy
 
trim() - Method in class oracle.toplink.expressions.Expression
Function, returns the string trimmed for white space.
trim(Object) - Method in class oracle.toplink.expressions.Expression
Function, returns the string right and left trimmed for the substring.
Trim - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
Trim2 - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
trimToSize() - Method in class oracle.toplink.indirection.IndirectList
 
trunc(Expression, int) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
trunc(Expression, Object) - Static method in class oracle.toplink.expressions.ExpressionMath
Return a new expression that applies the function to the given expression.
Trunc - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
truncateDate(String) - Method in class oracle.toplink.expressions.Expression
return the date truncated to the indicated datePart.
TruncateDate - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
TryCatchBlockNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a try catch block.
TryCatchBlockNode(Label, Label, Label, String) - Constructor for class oracle.toplink.libraries.asm.tree.TryCatchBlockNode
Constructs a new TryCatchBlockNode object.
tryCatchBlocks - Variable in class oracle.toplink.libraries.asm.tree.MethodNode
The try catch blocks of this method.
TWO_STRUCT_CONVERTERS_ADDED_FOR_SAME_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
twoStructConvertersAddedForSameClass(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
TX_SESSION_TEST_ERROR - Static variable in exception oracle.toplink.eis.EISException
 
type - Variable in class oracle.toplink.libraries.asm.Attribute
The type of this attribute.
type - Variable in class oracle.toplink.libraries.asm.attrs.Annotation
A fully qualified class name in internal form (see Type).
type - Variable in class oracle.toplink.libraries.asm.tree.TryCatchBlockNode
Internal name of the type of exceptions handled by the handler.
Type - Class in oracle.toplink.libraries.asm
A Java type.
TYPE_CANNOT_BE_OPEN_AND_DATATYPE - Static variable in exception oracle.toplink.exceptions.SDOException
 
TYPE_FORWARD_ONLY - Static variable in class oracle.toplink.queryframework.ScrollableCursorPolicy
JDBC 2.0 The type for a ResultSet object whose cursor may move only forward.
TYPE_MISMATCH_BETWEEN_ATTRIBUTE_AND_CONSTANT_ON_EXPRESSION - Static variable in exception oracle.toplink.exceptions.QueryException
 
TYPE_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.SDOException
 
TYPE_NOT_FOUND_FOR_INTERFACE - Static variable in exception oracle.toplink.exceptions.SDOException
 
TYPE_PROPERTY_MUST_BE_A_TYPE - Static variable in exception oracle.toplink.exceptions.SDOException
 
TYPE_REFERENCED_BUT_NEVER_DEFINED - Static variable in exception oracle.toplink.exceptions.SDOException
 
TYPE_SCROLL_INSENSITIVE - Static variable in class oracle.toplink.queryframework.ScrollableCursorPolicy
JDBC 2.0 The type for a ResultSet object that is scrollable but generally not sensitive to changes made by others.
TYPE_SCROLL_SENSITIVE - Static variable in class oracle.toplink.queryframework.ScrollableCursorPolicy
JDBC 2.0 The type for a ResultSet object that is scrollable and generally sensitive to changes made by others.
TypeConversionConverter - Class in oracle.toplink.mappings.converters
Purpose: Type conversion converters are used to explicitly map a database type to a Java type.
TypeConversionConverter() - Constructor for class oracle.toplink.mappings.converters.TypeConversionConverter
Default constructor.
TypeConversionConverter(DatabaseMapping) - Constructor for class oracle.toplink.mappings.converters.TypeConversionConverter
Default constructor.
TypeConversionMapping - Class in oracle.toplink.mappings
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by TypeConversionConverter
TypeConversionMapping() - Constructor for class oracle.toplink.mappings.TypeConversionMapping
Deprecated. Default constructor.
TypedAssociation - Class in oracle.toplink.mappings
Purpose: Generic association object.
TypedAssociation() - Constructor for class oracle.toplink.mappings.TypedAssociation
Default constructor.
TypedAssociation(Object, Object) - Constructor for class oracle.toplink.mappings.TypedAssociation
Create an association.
TypeDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow for Oracle 8 object-relational user defined type to be created.
TypeDefinition() - Constructor for class oracle.toplink.tools.schemaframework.TypeDefinition
 
TypeInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a type instruction.
TypeInsnNode(int, String) - Constructor for class oracle.toplink.libraries.asm.tree.TypeInsnNode
Constructs a new TypeInsnNode object.
typeMismatchBetweenAttributeAndConstantOnExpression(Class, Class) - Static method in exception oracle.toplink.exceptions.QueryException
 
typeName - Variable in class oracle.toplink.libraries.asm.attrs.Annotation.EnumConstValue
 
typeReferencedButNotDefined(String, String) - Static method in exception oracle.toplink.exceptions.SDOException
 
TypeTableDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow for tabels of Oracle 8 object-relational user defined type to be created.
TypeTableDefinition() - Constructor for class oracle.toplink.tools.schemaframework.TypeTableDefinition
 

U

UCPPlatform - Class in oracle.toplink.platform.server.ucp
This is the concrete subclass responsible for representing an application that uses a Universal Connection Pool outside of Oc4j 11.1.1.x.
UN_EXPECTED_VALUE_OF_TAG - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
UNABLE_TO_ACQUIRE_CONNECTION_FROM_DRIVER - Static variable in exception oracle.toplink.exceptions.DatabaseException
 
UNABLE_TO_CLOSE_READ_STREAM - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
UNABLE_TO_CLOSE_WRITE_STREAM - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
UNABLE_TO_CONNECT - Static variable in exception oracle.toplink.exceptions.CommunicationException
 
UNABLE_TO_CREATE_WRITE_STREAM - Static variable in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
UNABLE_TO_DETERMINE_CLASS_FOR_FIELD - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNABLE_TO_DETERMINE_CLASS_FOR_PROPERTY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNABLE_TO_DETERMINE_TARGET_ENTITY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNABLE_TO_LOAD_CLASS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNABLE_TO_LOAD_PROJECT_CLASS - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
UNABLE_TO_PARSE_XML - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
UNABLE_TO_PROCESS_TAG - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
UNABLE_TO_PROPAGATE_CHANGES - Static variable in exception oracle.toplink.exceptions.CacheSynchCommunicationException
Deprecated.  
UNABLE_TO_PROPAGATE_CHANGES - Static variable in exception oracle.toplink.exceptions.CommunicationException
 
UNABLE_TO_PROPAGATE_CHANGES - Static variable in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
unableToAcquireConnectionFromDriverException(String, String, String) - Static method in exception oracle.toplink.exceptions.DatabaseException
The connection returned from this driver was null, the driver may be missing(using the default) or the wrong one for the database.
unableToAcquireConnectionFromDriverException(SQLException, String, String, String) - Static method in exception oracle.toplink.exceptions.DatabaseException
The connection returned from this driver was null, the driver may be missing(using the default) or the wrong one for the database.
unableToCloseReadStream(Object, IOException) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
unableToCloseWriteStream(XMLCall, IOException) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
unableToConnect(String, Exception) - Static method in exception oracle.toplink.exceptions.CommunicationException
 
unableToCreateWriteStream(File, IOException) - Static method in exception oracle.toplink.xml.XMLDataStoreException
Deprecated.  
unableToDetermineClassForField(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: An field name has been encountered that does not exist on the associated entity.
unableToDetermineClassForProperty(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: An property name has been encountered that does not exist on the associated entity.
unableToDetermineTargetEntity(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
Possible cause: the type of the attribute is Map, Set, List or Collection, and no target-entity is defined.
unableToLoadClass(String, Exception) - Static method in exception oracle.toplink.exceptions.ValidationException
 
unableToPropagateChanges(String, Exception) - Static method in exception oracle.toplink.exceptions.CacheSynchCommunicationException
Deprecated.  
unableToPropagateChanges(String, Exception) - Static method in exception oracle.toplink.exceptions.CommunicationException
 
unableToPropagateChanges(String, Exception) - Static method in exception oracle.toplink.exceptions.SynchronizationException
Deprecated.  
unableToPropagateCommand(String, Throwable) - Static method in exception oracle.toplink.exceptions.RemoteCommandManagerException
 
unaryOperation(AbstractInsnNode, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicInterpreter
 
unaryOperation(AbstractInsnNode, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.BasicVerifier
 
unaryOperation(AbstractInsnNode, Value) - Method in class oracle.toplink.libraries.asm.tree.analysis.DataflowInterpreter
 
unaryOperation(AbstractInsnNode, Value) - Method in interface oracle.toplink.libraries.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with a single argument.
UnaryTableSequence - Class in oracle.toplink.sequencing
Purpose: Defines sequencing through using a singleton sequence table.
UnaryTableSequence() - Constructor for class oracle.toplink.sequencing.UnaryTableSequence
 
UnaryTableSequence(String) - Constructor for class oracle.toplink.sequencing.UnaryTableSequence
Create a new sequence with the name.
UnaryTableSequence(String, int) - Constructor for class oracle.toplink.sequencing.UnaryTableSequence
Create a new sequence with the name and sequence pre-allocation size.
UnaryTableSequence(String, String) - Constructor for class oracle.toplink.sequencing.UnaryTableSequence
 
UnaryTableSequence(String, int, String) - Constructor for class oracle.toplink.sequencing.UnaryTableSequence
 
UnaryTableSequenceDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Creates / drops an unary sequence table: the name of the table is sequence name; its only field is named unarySequenceCounterFieldName
UNCOMPUTED_DISTINCT - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
UNDEFINED - Static variable in class oracle.toplink.descriptors.CMPPolicy
undefined if it is non-deferred issue sql at create
UNDEFINED_ISOLATATION - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
UNDEFINED_OBJECT_CHANGE_BEHAVIOR - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
UNEXPECTED_INVOCATION - Static variable in exception oracle.toplink.exceptions.QueryException
 
unexpectedChar - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
unexpectedChar(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
unexpectedChar - Static variable in exception oracle.toplink.exceptions.JPQLException
 
unexpectedChar(String, int, int, String, Exception) - Static method in exception oracle.toplink.exceptions.JPQLException
 
unexpectedEOF - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
unexpectedEOF(String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
unexpectedEOF - Static variable in exception oracle.toplink.exceptions.JPQLException
 
unexpectedEOF(String, int, int, Exception) - Static method in exception oracle.toplink.exceptions.JPQLException
 
unexpectedInvocation(String) - Static method in exception oracle.toplink.exceptions.QueryException
 
unexpectedToken - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
unexpectedToken(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
unexpectedToken - Static variable in exception oracle.toplink.exceptions.JPQLException
 
unexpectedToken(String, int, int, String, Exception) - Static method in exception oracle.toplink.exceptions.JPQLException
 
unexpectedValueOfTag(String, String) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
UNFETCHED_ATTRIBUTE_NOT_EDITABLE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
unfetchedAttributeNotEditable(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
UNI_DIRECTIONAL_ONE_TO_MANY_HAS_JOINCOLUMN_ANNOTATIONS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNI_DIRECTIONAL_ONE_TO_MANY_HAS_JOINCOLUMN_ELEMENTS - Static variable in exception oracle.toplink.exceptions.ValidationException
 
uniDirectionalOneToManyHasJoinColumnAnnotations(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
uniDirectionalOneToManyHasJoinColumnElements(String, Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
UNINITIALIZED_VALUE - Static variable in class oracle.toplink.libraries.asm.tree.analysis.BasicValue
 
UniqueKeyConstraint - Class in oracle.toplink.tools.schemaframework
Purpose: Define a unique key constraint for a table.
UniqueKeyConstraint() - Constructor for class oracle.toplink.tools.schemaframework.UniqueKeyConstraint
 
UniqueKeyConstraint(String, String) - Constructor for class oracle.toplink.tools.schemaframework.UniqueKeyConstraint
 
UniqueKeyConstraint(String, String[]) - Constructor for class oracle.toplink.tools.schemaframework.UniqueKeyConstraint
 
UNIT_OF_WORK_AFTER_WRITE_CHANGES_FAILED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNIT_OF_WORK_IN_TRANSACTION_COMMIT_PENDING - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNIT_OF_WORK_ISOLATED_OBJECTS_ACCESSED_IN_SESSION - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
UnitOfWork - Interface in oracle.toplink.sessions
Purpose: To allow object level transactions.
unitOfWorkAfterWriteChangesFailed(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
UnitOfWorkChangeSet - Interface in oracle.toplink.changesets
Purpose: To Provide API to the UnitOfWorkChangeSet.
unitOfWorkInTransactionCommitPending(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
unitOfWorkInTransactionCommitPending() - Static method in exception oracle.toplink.exceptions.ValidationException
 
unitOfWorkIsolatedObjectsAccessedInSession(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
UnitOfWorkRegister - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
UNKNOWN_ATTRIBUTE_OF_TAG - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
UNKNOWN_INTERACTION_SPEC_TYPE - Static variable in exception oracle.toplink.eis.EISException
 
UNKNOWN_TAG - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
unknownAbstractSchemaType - Static variable in exception oracle.toplink.exceptions.JPQLException
 
unknownAbstractSchemaType(String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
unknownAbstractSchemaType2 - Static variable in exception oracle.toplink.exceptions.JPQLException
 
unknownAbstractSchemaType2(String, int, int, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
unknownAttribute - Static variable in exception oracle.toplink.exceptions.EJBQLException
 
unknownAttribute(String, String) - Static method in exception oracle.toplink.exceptions.EJBQLException
 
unknownAttribute - Static variable in exception oracle.toplink.exceptions.JPQLException
 
unknownAttribute(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
unknownAttributeOfTag(String) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
unknownInteractionSpecType() - Static method in exception oracle.toplink.eis.EISException
 
unkownTagAtNode(String, String, Throwable) - Static method in exception oracle.toplink.exceptions.SessionLoaderException
 
UNMAPPED_CONTENTHANDLER_DOESNT_IMPLEMENT - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
unmappedContent() - Method in class oracle.toplink.ox.record.UnmarshalRecord
 
UnmappedContentHandler - Interface in oracle.toplink.ox.unmapped
Purpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.
unmappedContentHandlerDoesntImplement(Exception, String) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
unmarshal(Node) - Method in class oracle.toplink.ox.XMLBinder
This method will unmarshal the provided node into mapped java objects.
unmarshal(Node, Class) - Method in class oracle.toplink.ox.XMLBinder
 
unmarshal(File) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the file and map the XML data into an object.
unmarshal(File, Class) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the file and map the XML data into an object.
unmarshal(InputStream) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the inputStream and map the XML data into an object.
unmarshal(InputStream, Class) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the inputStream and map the XML data into an object.
unmarshal(Reader) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the reader and map the XML data into an object.
unmarshal(Reader, Class) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the reader and map the XML data into an object.
unmarshal(URL) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the url and map the XML data into an object.
unmarshal(URL, Class) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the url and map the XML data into an object.
unmarshal(InputSource) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the inputSource and map the XML data into an object.
unmarshal(InputSource, Class) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the inputSource and map the XML data into an object.
unmarshal(Node) - Method in class oracle.toplink.ox.XMLUnmarshaller
Map the XML node into an object.
unmarshal(Node, Class) - Method in class oracle.toplink.ox.XMLUnmarshaller
Map the XML node into an object.
unmarshal(Source) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the source and map the XML data into an object.
unmarshal(Source, Class) - Method in class oracle.toplink.ox.XMLUnmarshaller
Read and parse the XML document from the source and map the XML data into an object.
UNMARSHAL_EXCEPTION - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
unmarshalException() - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
unmarshalException(Exception) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
UnmarshalKeepAsElementPolicy - Enum in oracle.toplink.ox.mappings
 
UnmarshalRecord - Class in oracle.toplink.ox.record
Purpose:Provide an implementation of ContentHandler that is used by TopLink OXM to build mapped Java Objects from SAX events.
UnmarshalRecord(TreeObjectBuilder) - Constructor for class oracle.toplink.ox.record.UnmarshalRecord
 
UNNAMED_ARG_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.QueryException
 
UNNAMED_QUERY_ON_SESSION_BROKER - Static variable in exception oracle.toplink.exceptions.QueryException
 
unnamedArgumentsNotSupported() - Static method in exception oracle.toplink.exceptions.QueryException
 
unnamedQueryOnSessionBroker(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
unregisterObject(Object) - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Unregister the object with the unit of work.
unsetEntityContext() - Method in class oracle.toplink.ejb.bmp.BMPEntityBase
This method is called by the container when a bean instance is being removed from the pool
UNSIGNED_BYTE - Static variable in class oracle.toplink.ox.XMLConstants
 
UNSIGNED_BYTE_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
UNSIGNED_INT - Static variable in class oracle.toplink.ox.XMLConstants
 
UNSIGNED_INT_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
UNSIGNED_SHORT - Static variable in class oracle.toplink.ox.XMLConstants
 
UNSIGNED_SHORT_QNAME - Static variable in class oracle.toplink.ox.XMLConstants
 
UNSPECIFIED_COMPOSITE_PK_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
unspecifiedCompositePKNotSupported(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
UNSUPPORTED - Static variable in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
unsupported(String) - Static method in exception oracle.toplink.sdk.SDKDataStoreException
Deprecated.  
UNSUPPORTED - Static variable in exception oracle.toplink.sdk.SDKDescriptorException
Deprecated.  
unsupported(String, DatabaseMapping) - Static method in exception oracle.toplink.sdk.SDKDescriptorException
Deprecated.  
UNSUPPORTED_CASCADE_LOCKING_DESCRIPTOR - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNSUPPORTED_CASCADE_LOCKING_MAPPING - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNSUPPORTED_CASCADE_LOCKING_MAPPING_WITH_CUSTOM_QUERY - Static variable in exception oracle.toplink.exceptions.ValidationException
 
UNSUPPORTED_MAPPING_FOR_OBJECT_COMPARISON - Static variable in exception oracle.toplink.exceptions.QueryException
 
UNSUPPORTED_TYPE_FOR_BIDIRECTIONAL_RELATIONSHIP_MAINTENANCE - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
unsupportedCascadeLockingDescriptor(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.ValidationException
 
unsupportedCascadeLockingMapping(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.ValidationException
 
unsupportedCascadeLockingMappingWithCustomQuery(DatabaseMapping) - Static method in exception oracle.toplink.exceptions.ValidationException
 
unsupportedMappingForObjectComparison(DatabaseMapping, Expression) - Static method in exception oracle.toplink.exceptions.QueryException
 
unsupportedMessageInInputRecord() - Static method in exception oracle.toplink.eis.EISException
 
unsupportedMessageInOutputRecord() - Static method in exception oracle.toplink.eis.EISException
 
unsupportedTypeForBidirectionalRelationshipMaintenance(DatabaseMapping, ContainerPolicy) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
unsupportJoinArgument - Static variable in exception oracle.toplink.exceptions.JPQLException
 
unsupportJoinArgument(String, int, int, String, String) - Static method in exception oracle.toplink.exceptions.JPQLException
 
unwrapConnection(Connection) - Method in class oracle.toplink.platform.server.was.WebSpherePlatform
 
unwrapObject(Object, AbstractSession) - Method in interface oracle.toplink.descriptors.WrapperPolicy
Required: Unwrap the object to return the implementation that is meant to be used by TopLink.
unwrapObject(Object, AbstractSession) - Method in class oracle.toplink.ejb.EJBWrapperPolicy
Unwrap the object to return the implementation that is meant to be used by TopLink.
UNWRAPPING_OBJECT_DELETED_SINCE_LAST_READ - Static variable in exception oracle.toplink.exceptions.OptimisticLockException
 
unwrappingObjectDeletedSinceLastRead(Vector, String) - Static method in exception oracle.toplink.exceptions.OptimisticLockException
 
UowCommit - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
UowCreated - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
UowRollbacks - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
update(Object) - Method in class oracle.toplink.libraries.asm.xml.Processor
 
update(String, Object) - Method in class oracle.toplink.tools.profiler.PerformanceProfiler
 
UPDATE_ALL_FIELDS_NOT_SET - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
UPDATE_ALL_QUERY_ADD_UPDATE_DEFINES_WRONG_FIELD - Static variable in exception oracle.toplink.exceptions.QueryException
 
UPDATE_ALL_QUERY_ADD_UPDATE_DOES_NOT_DEFINE_FIELD - Static variable in exception oracle.toplink.exceptions.QueryException
 
UPDATE_ALL_QUERY_ADD_UPDATE_FIELD_IS_NULL - Static variable in exception oracle.toplink.exceptions.QueryException
 
UPDATE_MODIFICATIONS - Static variable in class oracle.toplink.descriptors.CMPPolicy
defer updates
UPDATE_STATEMENTS_NOT_SPECIFIED - Static variable in exception oracle.toplink.exceptions.QueryException
 
updateAllFieldsNotSet(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
UpdateAllQuery - Class in oracle.toplink.queryframework
A Query Class used to perform a bulk update using TopLink's expression framework.
UpdateAllQuery() - Constructor for class oracle.toplink.queryframework.UpdateAllQuery
Constructs a default update all query.
UpdateAllQuery(Class) - Constructor for class oracle.toplink.queryframework.UpdateAllQuery
Constructs an update all query for the Class type specified.
UpdateAllQuery(Class, Expression) - Constructor for class oracle.toplink.queryframework.UpdateAllQuery
Constructs an update all query for the specified Class type and selection criteria.
UpdateAllQuery(Class, ExpressionBuilder) - Constructor for class oracle.toplink.queryframework.UpdateAllQuery
Constructs an update all query for the Class type specified and the given ExpressionBuilder.
updateAllQueryAddUpdateDefinesWrongField(ClassDescriptor, DatabaseQuery, String, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
updateAllQueryAddUpdateDoesNotDefineField(ClassDescriptor, DatabaseQuery, String) - Static method in exception oracle.toplink.exceptions.QueryException
 
updateAllQueryAddUpdateFieldIsNull(DatabaseQuery) - Static method in exception oracle.toplink.exceptions.QueryException
 
updateAttributeAddObjectToCollection(String, Object, Object) - Method in class oracle.toplink.descriptors.DescriptorEvent
ADVANCED: Use this method when updating object attribute values, with unmapped objects Integer, String or others. in events to ensure that all required objects are updated.
updateAttributeRemoveObjectFromCollection(String, Object, Object) - Method in class oracle.toplink.descriptors.DescriptorEvent
ADVANCED: Use this method when updating object attribute values, with unmapped objects Integer, String or others. in events to ensure that all required objects are updated.
updateAttributeWithObject(String, Object) - Method in class oracle.toplink.descriptors.DescriptorEvent
ADVANCED: Use this method when updating object attribute values, with unmapped objects Integer, String or others. in events to ensure that all required objects are updated.
updateCacheSize(String, int) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method is used to update the cache size of a particular Identity Map
updateCacheSize(String, int) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method is used to update the cache size of a particular Identity Map If ClassNotFoundException is thrown then the IdenityMap for that class name could not be found
updateObject(Node) - Method in class oracle.toplink.ox.XMLBinder
Updates the object associated with the provided node to reflect any changed made to that node.
updateObject(Object) - Method in interface oracle.toplink.sessions.DatabaseSession
Update the object and all of its privately owned parts in the database.
UpdateObjectQuery - Class in oracle.toplink.queryframework
Purpose: Used for updating existing objects into the database.
UpdateObjectQuery() - Constructor for class oracle.toplink.queryframework.UpdateObjectQuery
Default constructor.
UpdateObjectQuery(Object) - Constructor for class oracle.toplink.queryframework.UpdateObjectQuery
Create an update query with the object being updated.
UpdateObjectQuery(Call) - Constructor for class oracle.toplink.queryframework.UpdateObjectQuery
Create an update query with the custom call.
updatePoolSize(String, int, int) - Method in interface oracle.toplink.services.mbean.MBeanRuntimeServicesMBean
Deprecated. This method allows the client to set the pool size for a particular pool, based on the pool name
updatePoolSize(String, int, int) - Method in class oracle.toplink.services.RuntimeServices
Deprecated. This method allows the client to set the pool size for a particular pool, based on the pool name
updateStatementsNotSpecified() - Static method in exception oracle.toplink.exceptions.QueryException
 
updateSynchronizationDiscoveryMulticastGroup(String, int) - Method in class oracle.toplink.services.DevelopmentServices
Deprecated. This method will be used to update the multicast group of the Synchronization Service.
updateSynchronizationDiscoveryMulticastGroup(String, int) - Method in interface oracle.toplink.services.mbean.MBeanDevelopmentServicesMBean
Deprecated. This method will be used to update the multicast group of the Synchronization Service.
updateWriteLockValue(Object, Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Updates the write lock value in the identity map for cache key of the primary key the given Object.
updateWriteLockValue(Vector, Class, Object) - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: Updates the write lock value in the cache for the Object with same primary key as the given Object.
updateWriteLockValue(Object, Object) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
updateWriteLockValue(Vector, Class, Object) - Method in interface oracle.toplink.sessions.Session
Deprecated.  
updateXML(Object) - Method in class oracle.toplink.ox.XMLBinder
This method will update the cached XML node for the provided object.
updateXML(Object, Node) - Method in class oracle.toplink.ox.XMLBinder
 
URL - Static variable in class oracle.toplink.eis.adapters.aq.AQEISConnectionSpec
Connection spec properties.
USE_DISTINCT - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
USE_SESSION_CACHE_AFTER_TRANSACTION - Static variable in class oracle.toplink.descriptors.ClassDescriptor
 
useAccess() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be Access.
useAllFieldsLocking() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the locking policy an all fields locking policy.
useBasicIndirection() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indirection means that a ValueHolder will be put in-between the attribute and the real object.
useBasicIndirection() - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Indirection means that a ValueHolder will be put in-between the attribute and the real object.
useBatchReading() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indicates whether the referenced object should always be batch read on read all queries.
useBatchWriting() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use batch writing.
useByteArrayBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use parameter binding for large binary data.
useCacheIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the cache identity map.
useCacheIdentityMap() - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use the cache identity map.
useCacheIdentityMap(int) - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use the cache identity map the size.
useChangedFieldsLocking() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the locking policy a changed fields locking policy.
useClassNameAsIndicator() - Method in class oracle.toplink.descriptors.InheritancePolicy
Set the descriptor to use the classes full name as the indicator.
useCloneCopyPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Specifies that the creation of clones within a unit of work is done by sending the #clone() method to the original object.
useCloneCopyPolicy(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Specifies that the creation of clones within a unit of work is done by sending the cloneMethodName method to the original object.
useCloudscape() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be Cloudscape.
useCloudscapeDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Cloudscape JDBC driver.
useCollectionClass(Class) - Method in class oracle.toplink.mappings.CollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in interface oracle.toplink.mappings.ContainerMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class oracle.toplink.mappings.DirectCollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Configure the mapping to use an instance of the specified container class to hold the nested objects.
useCollectionClass(Class) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
useCollectionClass(Class) - Method in class oracle.toplink.ox.mappings.XMLCollectionReferenceMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class oracle.toplink.queryframework.DataReadQuery
Configure the query to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class oracle.toplink.queryframework.ReadAllQuery
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClassName(String) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
 
useCollectionClassName(String) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
useCollectionClassName(String) - Method in class oracle.toplink.ox.mappings.XMLCollectionReferenceMapping
 
useCollectionClassName(String) - Method in class oracle.toplink.ox.mappings.XMLCompositeDirectCollectionMapping
 
useContainerIndirection(Class) - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indirection means that a IndirectContainer (wrapping a ValueHolder) will be put in-between the attribute and the real object.
useContainerIndirection(Class) - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Indirection means that a IndirectContainer (wrapping a ValueHolder) will be put in-between the attribute and the real object.
useCursoredStream() - Method in class oracle.toplink.queryframework.DataReadQuery
Use a CursoredStream as the result collection.
useCursoredStream(int, int) - Method in class oracle.toplink.queryframework.DataReadQuery
Use a CursoredStream as the result collection.
useCursoredStream(int, int, ValueReadQuery) - Method in class oracle.toplink.queryframework.DataReadQuery
Use a CursoredStream as the result collection.
useCursoredStream() - Method in class oracle.toplink.queryframework.ReadAllQuery
Use a CursoredStream as the result collection.
useCursoredStream(int, int) - Method in class oracle.toplink.queryframework.ReadAllQuery
Use a CursoredStream as the result collection.
useCursoredStream(int, int, ValueReadQuery) - Method in class oracle.toplink.queryframework.ReadAllQuery
Use a CursoredStream as the result collection.
useCustomSQLCursorOutputAsResultSet(String) - Method in class oracle.toplink.queryframework.SQLCall
This method should only be used with custom SQL: Used for Oracle result sets through procedures.
useDatabaseTime() - Method in class oracle.toplink.history.HistoryPolicy
Answers if the Timestamp used in maintaining history should be the current time according to the database.
useDataSource(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Specify the J2EE DataSource name to connect to.
useDB2() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be DB2.
useDB2JDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the IBM DB2 native client interface.
useDB2NetJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the IBM DB2 thin JDBC driver.
useDBase() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be DBase.
useDefaultConstructorInstantiationPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Use the default constructor to create new instances of objects built from the database.
useDefaultDriverConnect() - Method in class oracle.toplink.sessions.DatabaseLogin
Connect to the JDBC driver via DriverManager.
useDefaultDriverConnect(String, String, String) - Method in class oracle.toplink.sessions.DatabaseLogin
Connect to the JDBC driver via DriverManager.
useDerby() - Method in class oracle.toplink.sessions.DatabaseLogin
 
UseDescriptorSetting - Static variable in class oracle.toplink.queryframework.ObjectLevelReadQuery
 
useDirectDriverConnect() - Method in class oracle.toplink.sessions.DatabaseLogin
Some JDBC drivers don't support connecting correctly (via DriverManager), but do support connecting incorrectly (e.g.
useDirectDriverConnect(String, String, String) - Method in class oracle.toplink.sessions.DatabaseLogin
Some JDBC drivers don't support connecting correctly (via DriverManager), but do support connecting incorrectly (e.g.
useDistinct() - Method in class oracle.toplink.queryframework.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
useExclusiveReadConnectionPool(int, int) - Method in interface oracle.toplink.threetier.Server
Sets the read connection pool to be a standard ConnectionPool.
useExternalConnectionPooling() - Method in class oracle.toplink.sessions.DatabaseLogin
Use external connection pooling, such as WebLogic's JTS driver.
useExternalConnectionPooling() - Method in class oracle.toplink.sessions.DatasourceLogin
Use external connection pooling.
useExternalReadConnectionPool() - Method in interface oracle.toplink.threetier.Server
Sets the read connection pool to be an ExternalConnectionPool.
useExternalTransactionController() - Method in class oracle.toplink.sessions.DatabaseLogin
Use an external transaction controller such as a JTS service
useExternalTransactionController() - Method in class oracle.toplink.sessions.DatasourceLogin
Use an external transaction controller such as a JTS service
useFactoryInstantiationPolicy(Class, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Use an object factory to create new instances of objects built from the database.
useFactoryInstantiationPolicy(Class, String, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Use an object factory to create new instances of objects built from the database.
useFactoryInstantiationPolicy(Object, String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Use an object factory to create new instances of objects built from the database.
useFullIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the full identity map.
useFullIdentityMap() - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use the full identity map.
useFullIdentityMap(int) - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use the full identity map with initial cache size.
useHardCacheWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the hard cache weak identity map.
useHSQL() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the HSQL JDBC driver.
useHSQLDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the HSQL JDBC driver.
useIndexedRecordFormat() - Method in class oracle.toplink.eis.EISDescriptor
Configure the data format to use indexed records.
useIndirection() - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Indirection means that a ValueHolder will be put in-between the attribute and the real object.
useINetSQLServerDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the i-net SQL Server JDBC driver.
useInformix() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be Informix.
useInnerJoinFetch() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Specify this relationship to always be join fetched using an INNER join.
useInstantiationCopyPolicy() - Method in class oracle.toplink.descriptors.ClassDescriptor
Specifies that the creation of clones within a unit of work is done by building a new instance using the technique indicated by the descriptor's instantiation policy (which by default is to use the the default constructor).
useIntersolvSequeLinkDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Intersolv/Merant SequeLink JDBC driver.
useJConnect50Driver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Sybase JConnect JDBC driver.
useJConnectDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Sybase JConnect JDBC driver.
useJDBC() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be JDBC.
useJDBCBatchWriting() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink support batch writing in both JDK 1.1 abd JDK 1.2.
useJDBCConnectDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Borland JDBCConnect JDBC driver.
useJDBCConnectRemoteDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Borland JDBCConnect JDBC driver.
useJDBCODBCBridge() - Method in class oracle.toplink.sessions.DatabaseLogin
User the Sun/Merant JDBC-ODBC bridge driver.
useJDK13() - Static method in class oracle.toplink.Version
 
useJDK14() - Static method in class oracle.toplink.Version
 
useJDK15() - Static method in class oracle.toplink.Version
 
useJoining() - Method in class oracle.toplink.mappings.OneToOneMapping
Deprecated. since OracleAS TopLink 11g (11.1.1.0.0). This class is replaced by oracle.toplink.mappings.ForeignReferenceMapping.setJoinFetch(int)
useJTADataSource(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Specify the J2EE JTA enabled DataSource name to connect to.
useLazyConnection() - Method in class oracle.toplink.threetier.ConnectionPolicy
A lazy connection only acquires a physical connection when a transaction is started and releases the connection when the transaction completes.
useListClassName(String) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
 
useLocalTime() - Method in class oracle.toplink.descriptors.TimestampLockingPolicy
set this policy to get the time from the local machine.
useLocalTime() - Method in class oracle.toplink.history.HistoryPolicy
Answers if the Timestamp used in maintaining history should be System.currentTimeMillis();
useMapClass(Class, String) - Method in class oracle.toplink.mappings.CollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class) - Method in class oracle.toplink.mappings.CollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in interface oracle.toplink.mappings.ContainerMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in class oracle.toplink.mappings.DirectCollectionMapping
It is illegal to use a Map as the container of a DirectCollectionMapping.
useMapClass(Class) - Method in class oracle.toplink.mappings.DirectMapMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Mapping does not support Map containers.
useMapClass(Class) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
useMapClass(Class, String) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
useMapClass(Class, String) - Method in class oracle.toplink.ox.mappings.XMLCollectionReferenceMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in class oracle.toplink.queryframework.ReadAllQuery
Configure the query to use an instance of the specified container class to hold the result objects.
useMapClassName(String, String) - Method in class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
 
useMappedRecordFormat() - Method in class oracle.toplink.eis.EISDescriptor
Configure the data format to use mapped records.
useMethodInstantiationPolicy(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Use the specified static method to create new instances of objects built from the database.
useMySQL() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be MySQL.
useNamedCursorOutputAsResultSet(String) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
useNamedCursorOutputAsResultSet(String, DatabaseType) - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
Add a named OUT cursor argument to the stored procedure.
useNamedCursorOutputAsResultSet(String) - Method in class oracle.toplink.queryframework.StoredProcedureCall
Used for Oracle result sets through procedures.
useNativeSequencing() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use a sequence table or native sequencing to generate unique object IDs.
useNativeSQL() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use database-specific SQL grammar, as opposed to the JDBC standard grammar.
useNoIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the no identity map.
useNoIdentityMap() - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use no identity map.
useOracle() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be Oracle.
useOracle7JDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Oracle 7.x native OCI JDBC driver.
useOracleJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Oracle 8.x native OCI JDBC driver.
useOracleServerJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Oracle server JDBC driver.
useOracleThinJDBCDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the Oracle thin JDBC driver.
useOuterJoinFetch() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Specify this relationship to always be join fetched using an OUTER join.
usePlatform(DatabasePlatform) - Method in class oracle.toplink.sessions.DatabaseLogin
ADVANCED: Set the database platform to be custom platform.
usePlatform(Platform) - Method in class oracle.toplink.sessions.DatasourceLogin
ADVANCED: Set the database platform to be custom platform.
usePointBase() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be PointBase.
usePointBaseDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the PointBase JDBC driver.
useProxyIndirection() - Method in class oracle.toplink.mappings.ObjectReferenceMapping
Set this mapping to use Proxy Indirection.
useProxyIndirection(Class[]) - Method in class oracle.toplink.mappings.ObjectReferenceMapping
Set this mapping to use Proxy Indirection.
useProxyIndirection(Class) - Method in class oracle.toplink.mappings.ObjectReferenceMapping
Set this mapping to use Proxy Indirection.
USER - Static variable in class oracle.toplink.eis.EISConnectionSpec
 
useReadConnectionPool(int, int) - Method in interface oracle.toplink.threetier.Server
Sets the read connection pool to be a ReadConnectionPool.
useRemoteCacheIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the cache identity map.
useRemoteFullIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the full identity map.
useRemoteHardCacheWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the hard cache weak identity map.
useRemoteNoIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the no identity map.
useRemoteSoftCacheWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the soft cache weak identity map.
useRemoteSoftIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the soft identity map.
useRemoteWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the weak identity map.
useScrollableCursor() - Method in class oracle.toplink.queryframework.DataReadQuery
Use a ScrollableCursor as the result collection.
useScrollableCursor(int) - Method in class oracle.toplink.queryframework.DataReadQuery
Use a ScrollableCursor as the result collection.
useScrollableCursor(ScrollableCursorPolicy) - Method in class oracle.toplink.queryframework.DataReadQuery
Use a ScrollableCursor as the result collection.
useScrollableCursor() - Method in class oracle.toplink.queryframework.ReadAllQuery
Use a ScrollableCursor as the result collection.
useScrollableCursor(int) - Method in class oracle.toplink.queryframework.ReadAllQuery
Use a ScrollableCursor as the result collection.
useScrollableCursor(ScrollableCursorPolicy) - Method in class oracle.toplink.queryframework.ReadAllQuery
Use a ScrollableCursor as the result collection.
useSelectedFieldsLocking(Vector) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the locking policy a selected fields locking policy.
useServerTime() - Method in class oracle.toplink.descriptors.TimestampLockingPolicy
set this policy to get the time from the server.
usesExternalTransactionController() - Method in interface oracle.toplink.sessions.Session
Deprecated. replaced by #hasExternalTransactionController()
usesIndirection() - Method in class oracle.toplink.mappings.ForeignReferenceMapping
Indirection means that some sort of indirection object will be put in-between the attribute and the real object.
usesIndirection() - Method in class oracle.toplink.mappings.foundation.AbstractTransformationMapping
Indirection meansthat a ValueHolder will be put in-between the attribute and the real object.
usesLocalTime() - Method in class oracle.toplink.descriptors.TimestampLockingPolicy
Return true if policy uses local time.
useSoftCacheWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the soft cache weak identity map.
useSoftCacheWeakIdentityMap() - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use the soft cache weak identity map.
useSoftCacheWeakIdentityMap(int) - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use the soft cache weak identity map with soft cache size.
useSoftIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the soft identity map.
usesOptimisticLocking() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if the receiver uses write (optimistic) locking.
useSortedSetClass(Class, Comparator) - Method in class oracle.toplink.mappings.CollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useSQLServer() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be SQL Server.
usesSequenceNumbers() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if the receiver uses sequence numbers.
usesServerTime() - Method in class oracle.toplink.descriptors.TimestampLockingPolicy
Return true if policy uses server time.
usesSingleNode() - Method in class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping
Checks whether the mapping uses a single node.
usesSingleNode() - Method in class oracle.toplink.ox.XMLField
Checks whether the mapping uses a single node.
useStreamsForBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
TopLink can be configured to use streams to store large binary data.
useStringBinding() - Method in class oracle.toplink.sessions.DatabaseLogin
Bind strings larger than 255 characters.
useStringBinding(int) - Method in class oracle.toplink.sessions.DatabaseLogin
Bind strings that are larger than the specified size.
usesVersionLocking() - Method in class oracle.toplink.descriptors.ClassDescriptor
Return true if the receiver uses version optimistic locking.
usesXMLRoot() - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
usesXMLRoot() - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
useSybase() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the database platform to be Sybase.
useTimestampLocking(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Use the Timestamps locking policy and storing the value in the cache key #see useVersionLocking(String)
useTimestampLocking(String, boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the locking policy to use timestamp version locking.
useTransparentCollection() - Method in class oracle.toplink.mappings.CollectionMapping
If transparent indirection is used, a special collection will be placed in the source object's attribute.
useTransparentList() - Method in class oracle.toplink.mappings.CollectionMapping
If transparent indirection is used, a special collection will be placed in the source object's attribute.
useTransparentMap(String) - Method in class oracle.toplink.mappings.CollectionMapping
If transparent indirection is used, a special map will be placed in the source object's attribute.
useTransparentMap() - Method in class oracle.toplink.mappings.DirectMapMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useTransparentSet() - Method in class oracle.toplink.mappings.CollectionMapping
If transparent indirection is used, a special collection will be placed in the source object's attribute.
useUnnamedCursorOutputAsResultSet() - Method in class oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall
 
useUnnamedCursorOutputAsResultSet() - Method in class oracle.toplink.queryframework.StoredProcedureCall
Used for Oracle result sets through procedures.
useVersionLocking(String) - Method in class oracle.toplink.descriptors.ClassDescriptor
Default to use the version locking policy and storing the value in the cache key #see useVersionLocking(String)
useVersionLocking(String, boolean) - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the locking policy to use numeric version locking.
useWeakIdentityMap() - Method in class oracle.toplink.descriptors.ClassDescriptor
Set the class of identity map to be the weak identity map.
useWeakIdentityMap() - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use the weak identity map.
useWeakIdentityMap(int) - Method in class oracle.toplink.sessions.Project
Switch all descriptors to use the weak identity map.
useWebLogicDriverCursoredOutputCode() - Method in class oracle.toplink.sessions.DatabaseLogin
Set the prepare cursor code to what the WebLogic Oracle OCI JDBC driver expects.
useWebLogicJDBCConnectionPool(String) - Method in class oracle.toplink.sessions.DatabaseLogin
Set a WebLogic JDBC connection pool (a pool must be defined for the entity beans that are to be deployed)
useWebLogicOracleOCIDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the WebLogic Oracle OCI JDBC driver.
useWebLogicSQLServerDBLibDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the WebLogic SQL Server dblib JDBC driver.
useWebLogicSQLServerDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the WebLogic SQL Server JDBC driver.
useWebLogicSybaseDBLibDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the WebLogic Sybase dblib JDBC driver.
useWebLogicThinClientDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the WebLogic thin client JDBC driver.
useWebLogicThinDriver() - Method in class oracle.toplink.sessions.DatabaseLogin
Use the WebLogic thin JDBC driver.
useXMLRecordFormat() - Method in class oracle.toplink.eis.EISDescriptor
Configure the data format to use xml records.

V

V1_1 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
V1_2 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
V1_3 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
V1_4 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
V1_5 - Static variable in interface oracle.toplink.libraries.asm.Constants
 
validate(Object) - Method in class oracle.toplink.ox.jaxb.JAXBValidator
Validate a non-root object against a schema.
validate(Object) - Method in class oracle.toplink.ox.XMLValidator
Validate the given object.
validate(Element, XMLDescriptor, ErrorHandler) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
validate(Element, XMLDescriptor, ErrorHandler) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
Validates a document fragment against a complex type or element in the XML schema
validate(Element, XMLDescriptor, ErrorHandler) - Method in interface oracle.toplink.platform.xml.XMLPlatform
Validates a document fragment against a complex type or element in the XML schema
VALIDATE_EXCEPTION - Static variable in exception oracle.toplink.exceptions.XMLMarshalException
 
validateCache() - Method in interface oracle.toplink.sessions.IdentityMapAccessor
ADVANCED: This can be used to help debugging an Object identity problem.
validateCache() - Method in interface oracle.toplink.sessions.Session
ADVANCED: This can be used to help debugging an object identity problem.
validateConfiguration() - Method in class oracle.toplink.xml.DefaultXMLFileAccessorFilePolicy
Deprecated.  
validateConfiguration() - Method in interface oracle.toplink.xml.XMLFileAccessorFilePolicy
Deprecated. The accessor is connecting; if necessary, validate the policy's settings.
validateDocument(Document, URL, ErrorHandler) - Method in class oracle.toplink.platform.xml.jaxp.JAXPPlatform
 
validateDocument(Document, URL, ErrorHandler) - Method in class oracle.toplink.platform.xml.xdk.XDKPlatform
Validates a document against an XML schema
validateDocument(Document, URL, ErrorHandler) - Method in interface oracle.toplink.platform.xml.XMLPlatform
Validate the document against the XML Schema
validateException(Exception) - Static method in exception oracle.toplink.exceptions.XMLMarshalException
 
validateObjectSpace() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: This can be used to help debugging an object-space corruption.
validateRoot(Object) - Method in class oracle.toplink.ox.jaxb.JAXBValidator
Validate a root object against a schema.
validateRoot(Object) - Method in class oracle.toplink.ox.XMLValidator
Validate the given root object.
ValidationException - Exception in oracle.toplink.exceptions
Purpose: This exception is used if incorrect state or method arguments are detected in a general TopLink object.
value() - Method in class oracle.toplink.expressions.Expression
Function, this represents the value function, used in nestedtable
value(byte) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
value(char) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
value(double) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
value(float) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
value(int) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
value(long) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
value(Object) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
value(short) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
value(boolean) - Method in class oracle.toplink.expressions.Expression
Return an expression on the constant.
Value - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
Value - Interface in oracle.toplink.libraries.asm.tree.analysis
An immutable symbolic value for semantic interpretation of bytecode.
value - Variable in class oracle.toplink.libraries.asm.tree.FieldNode
The field's initial value.
VALUE_HOLDER_INSTANTIATION_MISMATCH - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
VALUE_NOT_FOUND_IN_CLASS_INDICATOR_MAPPING - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLCompositeCollectionMapping
 
valueFromRow(Object, XMLRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLFragmentMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class oracle.toplink.xdb.DirectToXMLTypeMapping
 
ValueHolder - Class in oracle.toplink.indirection
Purpose: Act as a place holder for a variable that required a value holder interface.
ValueHolder() - Constructor for class oracle.toplink.indirection.ValueHolder
Initialize the holder.
ValueHolder(Object) - Constructor for class oracle.toplink.indirection.ValueHolder
Initialize the holder with an object.
valueHolderInstantiationMismatch(Object, DatabaseMapping) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
ValueHolderInterface - Interface in oracle.toplink.indirection
Purpose: Interface to allow lazy loading of an object's relationships from the database.
valueNotFoundInClassIndicatorMapping(ClassDescriptor, ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
valueOf(String) - Static method in enum oracle.toplink.expressions.spatial.SpatialParameters.Mask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.toplink.expressions.spatial.SpatialParameters.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.toplink.expressions.spatial.SpatialParameters.Units
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.toplink.ox.mappings.nullpolicy.XMLNullRepresentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.toplink.ox.mappings.UnmarshalKeepAsElementPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
Returns the enum constant of this type with the specified name.
ValueReadQuery - Class in oracle.toplink.queryframework
Purpose: Concrete class to perform a read of a single data value.
ValueReadQuery() - Constructor for class oracle.toplink.queryframework.ValueReadQuery
Initialize the state of the query.
ValueReadQuery(String) - Constructor for class oracle.toplink.queryframework.ValueReadQuery
Initialize the query to use the specified SQL string.
ValueReadQuery(Call) - Constructor for class oracle.toplink.queryframework.ValueReadQuery
Initialize the query to use the specified call.
values() - Method in class oracle.toplink.eis.EISMappedRecord
Forward the request to the record.
values() - Static method in enum oracle.toplink.expressions.spatial.SpatialParameters.Mask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.toplink.expressions.spatial.SpatialParameters.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.toplink.expressions.spatial.SpatialParameters.Units
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.toplink.indirection.IndirectMap
 
values() - Static method in enum oracle.toplink.ox.mappings.nullpolicy.XMLNullRepresentationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.toplink.ox.mappings.UnmarshalKeepAsElementPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.toplink.ox.record.DOMRecord
Return the collection of element values from the DOM.
values() - Static method in enum oracle.toplink.platform.database.jdbc.JDBCTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.toplink.platform.database.oracle.OraclePLSQLTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.toplink.queryframework.ReportQueryResult
Returns an collection of the values.
values() - Method in class oracle.toplink.sessions.DatabaseRecord
Returns a collection of the values held in the database row.
valuesToExclude - Variable in class oracle.toplink.queryframework.QueryByExamplePolicy
 
var - Variable in class oracle.toplink.libraries.asm.tree.IincInsnNode
Index of the local variable to be incremented.
var - Variable in class oracle.toplink.libraries.asm.tree.VarInsnNode
The operand of this instruction.
VARIABLE_ONE_TO_ONE_MAPPING_IS_NOT_DEFINED - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
VariableOneToOneMapping - Class in oracle.toplink.mappings
Purpose: Variable one to one mappings are used to represent a pointer references between a java object and an implementer of an interface.
VariableOneToOneMapping() - Constructor for class oracle.toplink.mappings.VariableOneToOneMapping
Default constructor.
variableOneToOneMappingIsNotDefinedProperly(DatabaseMapping, ClassDescriptor, String) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
variance() - Method in class oracle.toplink.expressions.Expression
Function, this represents the aggregate function Variance.
Variance - Static variable in class oracle.toplink.expressions.ExpressionOperator
 
VarInsnNode - Class in oracle.toplink.libraries.asm.tree
A node that represents a local variable instruction.
VarInsnNode(int, int) - Constructor for class oracle.toplink.libraries.asm.tree.VarInsnNode
Visits a local variable instruction.
VarrayDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow for creation of varray type.
VarrayDefinition() - Constructor for class oracle.toplink.tools.schemaframework.VarrayDefinition
 
version - Variable in class oracle.toplink.libraries.asm.tree.ClassNode
The class version.
Version - Class in oracle.toplink
This class stores variables for the version and build numbers that are used in printouts and exceptions.
Version() - Constructor for class oracle.toplink.Version
 
VersionLockingPolicy - Class in oracle.toplink.descriptors
Purpose: Used to allow a single version number to be used for optimistic locking.
VersionLockingPolicy() - Constructor for class oracle.toplink.descriptors.VersionLockingPolicy
Create a new VersionLockingPolicy.
VersionLockingPolicy(String) - Constructor for class oracle.toplink.descriptors.VersionLockingPolicy
Create a new VersionLockingPolicy.
VersionLockingPolicy(DatabaseField) - Constructor for class oracle.toplink.descriptors.VersionLockingPolicy
Create a new VersionLockingPolicy.
versionString - Static variable in class oracle.toplink.sessions.DatasourceLogin
 
ViewDefinition - Class in oracle.toplink.tools.schemaframework
Purpose: Allow for creation of views.
ViewDefinition() - Constructor for class oracle.toplink.tools.schemaframework.ViewDefinition
 
visit(int, int, String, String, String[], String) - Method in class oracle.toplink.libraries.asm.ClassAdapter
 
visit(int, int, String, String, String[], String) - Method in interface oracle.toplink.libraries.asm.ClassVisitor
Visits the header of the class.
visit(int, int, String, String, String[], String) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
visit(int, int, String, String, String[], String) - Method in class oracle.toplink.libraries.asm.tree.TreeClassAdapter
 
visit(int, int, String, String, String[], String) - Method in class oracle.toplink.libraries.asm.util.ASMifierClassVisitor
 
visit(int, int, String, String, String[], String) - Method in class oracle.toplink.libraries.asm.util.CheckClassAdapter
 
visit(int, int, String, String, String[], String) - Method in class oracle.toplink.libraries.asm.util.TraceClassVisitor
 
visit(int, int, String, String, String[], String) - Method in class oracle.toplink.libraries.asm.xml.SAXClassAdapter
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.ClassAdapter
 
visitAttribute(Attribute) - Method in interface oracle.toplink.libraries.asm.ClassVisitor
Visits a non standard attribute of the class.
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitAttribute(Attribute) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a non standard attribute of the code.
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.tree.TreeClassAdapter
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.util.ASMifierClassVisitor
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.util.CheckClassAdapter
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.util.TraceClassVisitor
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.xml.SAXClassAdapter
 
visitAttribute(Attribute) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitEnd() - Method in class oracle.toplink.libraries.asm.ClassAdapter
 
visitEnd() - Method in interface oracle.toplink.libraries.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class oracle.toplink.libraries.asm.ClassWriter
 
visitEnd() - Method in class oracle.toplink.libraries.asm.tree.TreeClassAdapter
 
visitEnd() - Method in class oracle.toplink.libraries.asm.util.ASMifierClassVisitor
 
visitEnd() - Method in class oracle.toplink.libraries.asm.util.CheckClassAdapter
 
visitEnd() - Method in class oracle.toplink.libraries.asm.util.PrintClassVisitor
 
visitEnd() - Method in class oracle.toplink.libraries.asm.util.TraceClassVisitor
 
visitEnd() - Method in class oracle.toplink.libraries.asm.xml.SAXClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in class oracle.toplink.libraries.asm.ClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in interface oracle.toplink.libraries.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, Object, Attribute) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
visitField(int, String, String, Object, Attribute) - Method in class oracle.toplink.libraries.asm.tree.TreeClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in class oracle.toplink.libraries.asm.util.ASMifierClassVisitor
 
visitField(int, String, String, Object, Attribute) - Method in class oracle.toplink.libraries.asm.util.CheckClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in class oracle.toplink.libraries.asm.util.TraceClassVisitor
 
visitField(int, String, String, Object, Attribute) - Method in class oracle.toplink.libraries.asm.xml.SAXClassAdapter
 
visitFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a field instruction.
visitFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitFieldInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitIincInsn(int, int) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitIincInsn(int, int) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitInnerClass(String, String, String, int) - Method in class oracle.toplink.libraries.asm.ClassAdapter
 
visitInnerClass(String, String, String, int) - Method in interface oracle.toplink.libraries.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
visitInnerClass(String, String, String, int) - Method in class oracle.toplink.libraries.asm.tree.TreeClassAdapter
 
visitInnerClass(String, String, String, int) - Method in class oracle.toplink.libraries.asm.util.ASMifierClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class oracle.toplink.libraries.asm.util.CheckClassAdapter
 
visitInnerClass(String, String, String, int) - Method in class oracle.toplink.libraries.asm.util.TraceClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class oracle.toplink.libraries.asm.xml.SAXClassAdapter
 
visitInsn(int) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitInsn(int) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a zero operand instruction.
visitInsn(int) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitInsn(int) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitInsn(int) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitInsn(int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitInsn(int) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitIntInsn(int, int) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits an instruction with a single int operand.
visitIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitIntInsn(int, int) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitJumpInsn(int, Label) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitJumpInsn(int, Label) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitLabel(Label) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitLabel(Label) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a label.
visitLabel(Label) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitLabel(Label) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitLabel(Label) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitLabel(Label) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitLabel(Label) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitLdcInsn(Object) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitLdcInsn(Object) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitLineNumber(int, Label) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitLineNumber(int, Label) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a local variable declaration.
visitLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitLocalVariable(String, String, Label, Label, int) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a LOOKUPSWITCH instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitMaxs(int, int) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitMaxs(int, int) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMaxs(int, int) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitMaxs(int, int) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitMaxs(int, int) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitMaxs(int, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitMaxs(int, int) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in class oracle.toplink.libraries.asm.ClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in interface oracle.toplink.libraries.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String[], Attribute) - Method in class oracle.toplink.libraries.asm.ClassWriter
 
visitMethod(int, String, String, String[], Attribute) - Method in class oracle.toplink.libraries.asm.tree.TreeClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in class oracle.toplink.libraries.asm.util.ASMifierClassVisitor
 
visitMethod(int, String, String, String[], Attribute) - Method in class oracle.toplink.libraries.asm.util.CheckClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in class oracle.toplink.libraries.asm.util.TraceClassVisitor
 
visitMethod(int, String, String, String[], Attribute) - Method in class oracle.toplink.libraries.asm.xml.SAXClassAdapter
 
visitMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitMethodInsn(int, String, String, String) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a TABLESWITCH instruction.
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a try catch block.
visitTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitTypeInsn(int, String) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a type instruction.
visitTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitTypeInsn(int, String) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
visitVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.CodeAdapter
 
visitVarInsn(int, int) - Method in interface oracle.toplink.libraries.asm.CodeVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.CodeWriter
 
visitVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.tree.TreeCodeAdapter
 
visitVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.CheckCodeAdapter
 
visitVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.util.PrintCodeVisitor
 
visitVarInsn(int, int) - Method in class oracle.toplink.libraries.asm.xml.SAXCodeAdapter
 
VOID - Static variable in class oracle.toplink.libraries.asm.Type
The sort of the void type.
VOID_TYPE - Static variable in class oracle.toplink.libraries.asm.Type
The void type.

W

WAIT_FAILURE_CLIENT - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
WAIT_FAILURE_SEQ_DATABASE_SESSION - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
WAIT_FAILURE_SERVER - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
WAIT_WAS_INTERRUPTED - Static variable in exception oracle.toplink.exceptions.ConcurrencyException
 
waitFailureOnClientSession(InterruptedException) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
waitFailureOnSequencingForDatabaseSession(InterruptedException) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
waitFailureOnServerSession(InterruptedException) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
waitWasInterrupted(String) - Static method in exception oracle.toplink.exceptions.ConcurrencyException
 
warning(String) - Method in class oracle.toplink.logging.AbstractSessionLog
This method is called when a warning level message needs to be logged.
WARNING - Static variable in interface oracle.toplink.logging.SessionLog
 
warning(String) - Method in interface oracle.toplink.logging.SessionLog
This method is called when a warning level message needs to be logged.
warning(SAXParseException) - Method in class oracle.toplink.ox.jaxb.JAXBErrorHandler
 
WARNING - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
warning(String) - Method in interface oracle.toplink.sessions.SessionLog
Deprecated. This method is called when a warning level message needs to be logged.
WARNING_LABEL - Static variable in interface oracle.toplink.logging.SessionLog
 
WASXMLSessionConfigLoader - Class in oracle.toplink.tools.sessionconfiguration
Provide a mechanism for loading configuration XML files, as classpath resources, and processing them via TopLink O-X.
WASXMLSessionConfigLoader() - Constructor for class oracle.toplink.tools.sessionconfiguration.WASXMLSessionConfigLoader
This constructor is used when the file resource named 'toplink-ejb-jar.xml' will be parsed for configuration.
WASXMLSessionConfigLoader(String) - Constructor for class oracle.toplink.tools.sessionconfiguration.WASXMLSessionConfigLoader
This constructor is used when passing in the resource name of the configuration file that should be parsed
WEAVER - Static variable in interface oracle.toplink.sessions.SessionLog
Deprecated.  
WebLogic_10_Platform - Class in oracle.toplink.platform.server.wls
This is the concrete subclass responsible for representing WebLogic10 specific behaviour. 11/12/2008-11.1.1.1.0 Michael O'Brien - 7562061: Add WebLogic 10.3 specific JMX MBean attributes and functions see http://wiki.eclipse.org/EclipseLink/DesignDocs/248748
WebLogic_9_Platform - Class in oracle.toplink.platform.server.wls
This is the concrete subclass responsible for representing WebLogic9 specific behaviour.
WEBLOGIC_APPLICATIONNAME_PROPERTY - Static variable in class oracle.toplink.platform.server.wls.WebLogic_10_Platform
This persistence.xml or sessions.xml property is used to override the applicationName
WEBLOGIC_MODULENAME_PROPERTY - Static variable in class oracle.toplink.platform.server.wls.WebLogic_10_Platform
This persistence.xml or sessions.xml property is used to override the moduleName
WebLogicPlatform - Class in oracle.toplink.platform.server.wls
This is the concrete subclass responsible for representing WebLogic-specific server behaviour.
WebLogicRuntimeServices - Class in oracle.toplink.services.weblogic
Purpose: Provide a dynamic interface into the TopLink Session.
WebLogicRuntimeServices() - Constructor for class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Default Constructor
WebLogicRuntimeServices(AbstractSession) - Constructor for class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Create an instance of WebLogicRuntimeServices to be associated with the provided session
WebLogicRuntimeServices(Locale) - Constructor for class oracle.toplink.services.weblogic.WebLogicRuntimeServices
Create an instance of WebLogicRuntimeServices to be associated with the provided locale The user must call setSession(Session) afterwards to define the session.
WebLogicTransactionController - Class in oracle.toplink.transaction.wls
Purpose: TransactionController implementation for WLS JTA Description: Implements the required behaviour for controlling JTA 1.0 transactions in WLS.
WebLogicTransactionController() - Constructor for class oracle.toplink.transaction.wls.WebLogicTransactionController
 
WebSphere_6_1_Platform - Class in oracle.toplink.platform.server.was
This is the concrete subclass responsible for representing WebSphere 6.1-specific server behaviour.
WebSpherePlatform - Class in oracle.toplink.platform.server.was
This is the concrete subclass responsible for representing WebSphere-specific server behaviour.
WebSphereTransactionController - Class in oracle.toplink.transaction.was
Purpose: TransactionController implementation for WebSphere Description: Implements the required behaviour for controlling transactions in WebSphere
WebSphereTransactionController() - Constructor for class oracle.toplink.transaction.was.WebSphereTransactionController
 
withinDistance(Expression, Object, SpatialParameters) - Static method in class oracle.toplink.expressions.spatial.SpatialExpressionFactory
Return an Expression for the MDSYS.SDO_WITHIN_DISTANCE Spatial Operator on the Oracle Database Use of this expression requires the Java spatial classes SpatialParameters parameters = new SpatialParameters(); parameters.setDistance(10d); Expression selectCriteria = SpatialExpressions.withinDistance(jGeometry1, jGeometry2, parameters);
WLS_CMP_DESCRIPTOR_FILE_NOT_FOUND - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
WLS_MULTIPLE_JARS_WITH_INPUT_ORION_NOT_SUPPORTED - Static variable in exception oracle.toplink.exceptions.MigrationUtilityException
 
WLSClusteringService - Class in oracle.toplink.remote.rmi.wls
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by RMITransportManager
WLSClusteringService(Session) - Constructor for class oracle.toplink.remote.rmi.wls.WLSClusteringService
Deprecated. Creates a WLSClusteringService
wlsCmpDescriptorFileNotFound(String, String, Exception) - Static method in exception oracle.toplink.exceptions.MigrationUtilityException
 
WlsLog - Class in oracle.toplink.platform.server.wls
Logging class that integrates with the application server log.
WlsLog() - Constructor for class oracle.toplink.platform.server.wls.WlsLog
 
WORKSPACE - Static variable in class oracle.toplink.eis.adapters.attunity.AttunityConnectionSpec
 
wrapObject(Object, AbstractSession) - Method in interface oracle.toplink.descriptors.WrapperPolicy
Required: Wrap the object to return the implementation that the application requires.
wrapObject(Object, AbstractSession) - Method in class oracle.toplink.ejb.bmp.BMPWrapperPolicy
Wrap the bean with its remote.
wrapObjectInXMLRoot(Object, String, String, String, String, String, boolean) - Method in class oracle.toplink.ox.XMLDescriptor
 
WrapperPolicy - Interface in oracle.toplink.descriptors
Purpose: The wrapper policy can be used to wrap all objects read from the database in another object.
Wrapping - Static variable in interface oracle.toplink.sessions.SessionProfiler
 
write(ByteVector, ClassWriter) - Method in class oracle.toplink.libraries.asm.attrs.Annotation
Writes annotation data structures.
write(ClassWriter, int, int, ByteVector) - Method in class oracle.toplink.libraries.asm.attrs.StackMapFrame
 
write(Writer, PerformanceProfiler) - Method in class oracle.toplink.tools.profiler.Profile
 
write(Project, String, Writer) - Static method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Generate the source code to a project class to the project's descriptor into the writer.
write(Project, String, String) - Static method in class oracle.toplink.tools.workbench.ProjectClassGenerator
Generate the source code to a project class to the project's descriptor into the file.
write(TableCreator, String, Writer) - Static method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Generate the source code to a table creator class to the table creator's tables into the writer.
write(TableCreator, String, String) - Static method in class oracle.toplink.tools.workbench.TableCreatorClassGenerator
Generate the source code to a table creator class to the table creator's tables into the file.
write(Project, String) - Static method in class oracle.toplink.tools.workbench.XMLProjectWriter
Given the file name (including path), and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.
write(Project, Writer) - Static method in class oracle.toplink.tools.workbench.XMLProjectWriter
Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.
write(Writer, AbstractRecord) - Method in class oracle.toplink.xml.xerces.DatabaseRowToXMLTranslator
Deprecated. Convert the specified database row to an XML document and write it to the specified stream.
write(Writer, Record) - Method in class oracle.toplink.xml.xerces.DefaultXMLTranslator
Deprecated. Convert the specified database row to an XML document and write it to the specified stream.
write(Writer, Record) - Method in interface oracle.toplink.xml.XMLTranslator
Deprecated. Write an XML document representing the specified database row on the specified stream.
WRITE_LOCK_FIELD_IN_CHILD_DESCRIPTOR - Static variable in exception oracle.toplink.exceptions.DescriptorException
 
WRITE_OBJECT_NOT_ALLOWED_IN_UNIT_OF_WORK - Static variable in exception oracle.toplink.exceptions.ValidationException
 
writeAllObjects(Collection) - Method in interface oracle.toplink.sessions.DatabaseSession
Write all of the objects and all of their privately owned parts in the database.
writeAllObjects(Vector) - Method in interface oracle.toplink.sessions.DatabaseSession
Write all of the objects and all of their privately owned parts in the database.
writeAnnotations(ByteVector, List, ClassWriter) - Static method in class oracle.toplink.libraries.asm.attrs.Annotation
Utility method to write List of annotations.
writeChanges() - Method in interface oracle.toplink.sessions.UnitOfWork
ADVANCED: Writes all changes now before commit().
writeChangesOnNestedUnitOfWork() - Static method in exception oracle.toplink.exceptions.ValidationException
 
writeDefinition(StoredProcedureDefinition) - Method in class oracle.toplink.tools.schemaframework.StoredProcedureGenerator
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
writeLockFieldInChildDescriptor(ClassDescriptor) - Static method in exception oracle.toplink.exceptions.DescriptorException
 
writeObject(Object) - Method in interface oracle.toplink.sessions.DatabaseSession
Write the object and all of its privately owned parts in the database.
writeObjectNotAllowedInUnitOfWork() - Static method in exception oracle.toplink.exceptions.ValidationException
 
WriteObjectQuery - Class in oracle.toplink.queryframework
Purpose: Used for inserting or updating objects WriteObjectQuery determines whether to perform a insert or an update on the database.
WriteObjectQuery() - Constructor for class oracle.toplink.queryframework.WriteObjectQuery
 
WriteObjectQuery(Object) - Constructor for class oracle.toplink.queryframework.WriteObjectQuery
 
WriteObjectQuery(Call) - Constructor for class oracle.toplink.queryframework.WriteObjectQuery
 
writeParameterMarker(Writer, ParameterExpression) - Method in class oracle.toplink.platform.database.DB2Platform
 
writeParametersAnnotations(ByteVector, List, ClassWriter) - Static method in class oracle.toplink.libraries.asm.attrs.Annotation
Utility method to write List of parameters annotations.
WriterRecord - Class in oracle.toplink.ox.record
Use this type of MarshalRecord when the marshal target is a Writer and the XML should be not be formatted with carriage returns and indenting.
WriterRecord() - Constructor for class oracle.toplink.ox.record.WriterRecord
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLCollectionReferenceMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLCompositeCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLCompositeDirectCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLDirectMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLFragmentCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLFragmentMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLObjectReferenceMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class oracle.toplink.ox.mappings.XMLTransformationMapping
 
WRONG_CHANGE_EVENT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
WRONG_COLLECTION_CHANGE_EVENT_TYPE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
WRONG_OBJECT_REGISTERED - Static variable in exception oracle.toplink.exceptions.ValidationException
 
WRONG_PROPERTY_NAME_IN_CHANGE_EVENT - Static variable in exception oracle.toplink.exceptions.ValidationException
 
WRONG_PROPERTY_VALUE_TYPE - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
WRONG_SEQUENCE_TYPE - Static variable in exception oracle.toplink.exceptions.ValidationException
 
WRONG_SESSION_TYPE_EXCEPTION - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
WRONG_USAGE_OF_SET_CUSTOM_SQL_ARGUMENT_TYPE_METOD - Static variable in exception oracle.toplink.exceptions.ValidationException
 
WRONG_VALUE_FOR_PROPERTY - Static variable in exception oracle.toplink.exceptions.SDOException
 
WRONG_WEAVING_PROPERTY_VALUE - Static variable in exception oracle.toplink.exceptions.EntityManagerSetupException
 
wrongChangeEvent(Class) - Static method in exception oracle.toplink.exceptions.ValidationException
 
wrongCollectionChangeEventType(int) - Static method in exception oracle.toplink.exceptions.ValidationException
 
wrongObjectRegistered(Object, Object) - Static method in exception oracle.toplink.exceptions.ValidationException
 
wrongPropertyNameInChangeEvent(Class, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
wrongPropertyValueType(String, String, String) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
wrongSequenceType(String, String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
wrongSessionTypeException(String, String, Exception) - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 
wrongUsageOfSetCustomArgumentTypeMethod(String) - Static method in exception oracle.toplink.exceptions.ValidationException
 
wrongWeavingPropertyValue() - Static method in exception oracle.toplink.exceptions.EntityManagerSetupException
 

X

XDK_PLATFORM_CLASS_NAME - Static variable in class oracle.toplink.platform.xml.XMLPlatformFactory
 
XDKNamespaceResolver - Class in oracle.toplink.platform.xml.xdk
Purpose: Wrap a oracle.toplink.platform.xml.XMLNamespaceResolver and expose it as a oracle.xml.parser.v2.NSResolver.
XDKNamespaceResolver(XMLNamespaceResolver) - Constructor for class oracle.toplink.platform.xml.xdk.XDKNamespaceResolver
 
XDKParser - Class in oracle.toplink.platform.xml.xdk
Purpose: An implementation of XMLParser using Oracle XDK APIs.
XDKParser() - Constructor for class oracle.toplink.platform.xml.xdk.XDKParser
 
XDKPlatform - Class in oracle.toplink.platform.xml.xdk
Purpose: An implementation of XMLPlatform using Oracle XDK APIs.
XDKPlatform() - Constructor for class oracle.toplink.platform.xml.xdk.XDKPlatform
 
XDKTransformer - Class in oracle.toplink.platform.xml.xdk
Purpose: An implementation of XMLTransformer using Oracle XDK APIs.
XDKTransformer() - Constructor for class oracle.toplink.platform.xml.xdk.XDKTransformer
 
XML - Static variable in class oracle.toplink.eis.EISDescriptor
 
XML_NAMESPACE_PREFIX - Static variable in class oracle.toplink.ox.XMLConstants
 
XML_NAMESPACE_URL - Static variable in class oracle.toplink.ox.XMLConstants
 
XML_PLATFORM_CLASS_NOT_FOUND - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_COULD_NOT_CREATE_DOCUMENT - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_COULD_NOT_INSTANTIATE - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_INVALID_TYPE - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_INVALID_XPATH - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_PARSE_EXCEPTION - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_PARSER_ERROR_RESOLVING_XML_SCHEMA - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_PARSER_FILE_NOT_FOUND_EXCEPTION - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_PARSER_SAX_PARSE_EXCEPTION - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_PROPERTY - Static variable in class oracle.toplink.platform.xml.XMLPlatformFactory
 
XML_PLATFORM_TRANSFORM_EXCEPTION - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_PLATFORM_VALIDATION_EXCEPTION - Static variable in exception oracle.toplink.platform.xml.XMLPlatformException
 
XML_SCHEMA_PARSING_ERROR - Static variable in exception oracle.toplink.exceptions.SessionLoaderException
 
XMLAccessor - Interface in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLAccessorStreamPolicy - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLAccessorStreamPolicy() - Constructor for class oracle.toplink.xml.XMLAccessorStreamPolicy
Deprecated. Default constructor.
XMLAnyAttributeMapping - Class in oracle.toplink.ox.mappings
 
XMLAnyAttributeMapping() - Constructor for class oracle.toplink.ox.mappings.XMLAnyAttributeMapping
 
XMLAnyCollectionMapping - Class in oracle.toplink.ox.mappings
Any collection XML mappings map an attribute that contains a heterogenous collection of objects to multiple XML elements.
XMLAnyCollectionMapping() - Constructor for class oracle.toplink.ox.mappings.XMLAnyCollectionMapping
 
XMLAnyObjectMapping - Class in oracle.toplink.ox.mappings
Any object XML mappings map an attribute that contains a single object to an XML element.
XMLAnyObjectMapping() - Constructor for class oracle.toplink.ox.mappings.XMLAnyObjectMapping
 
XMLAttachmentMarshaller - Interface in oracle.toplink.ox.attachment
 
XMLAttachmentUnmarshaller - Interface in oracle.toplink.ox.attachment
 
XMLBinaryDataCollectionMapping - Class in oracle.toplink.ox.mappings
Purpose:Provide a mapping for a collection of binary data values that can be treated as either inline binary values or as an attachment.
XMLBinaryDataCollectionMapping() - Constructor for class oracle.toplink.ox.mappings.XMLBinaryDataCollectionMapping
 
XMLBinaryDataMapping - Class in oracle.toplink.ox.mappings
Purpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.
XMLBinaryDataMapping() - Constructor for class oracle.toplink.ox.mappings.XMLBinaryDataMapping
 
XMLBinder - Class in oracle.toplink.ox
Purpose:Provide a runtime public interface for preserving unmapped content from an XML Document.
XMLBinder(XMLContext) - Constructor for class oracle.toplink.ox.XMLBinder
 
XMLCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLChoiceCollectionMapping - Class in oracle.toplink.ox.mappings
Purpose:Provide a mapping that can map a single attribute to a number of different elements in an XML Document.
XMLChoiceCollectionMapping() - Constructor for class oracle.toplink.ox.mappings.XMLChoiceCollectionMapping
 
XMLChoiceObjectMapping - Class in oracle.toplink.ox.mappings
Purpose:Provide a mapping that can map a single attribute to a number of different elements in an XML Document.
XMLChoiceObjectMapping() - Constructor for class oracle.toplink.ox.mappings.XMLChoiceObjectMapping
 
XMLCollectionReferenceMapping - Class in oracle.toplink.ox.mappings
TopLink OXM version of a 1-M mapping.
XMLCollectionReferenceMapping() - Constructor for class oracle.toplink.ox.mappings.XMLCollectionReferenceMapping
The default constructor initializes the sourceToTargetKeyFieldAssociations and sourceToTargetKeys data structures.
XMLCommandConverter - Class in oracle.toplink.remotecommand
Deprecated. since OracleAS TopLink 10g (10.1.3). There is no direct replacement API.
XMLCommandConverter() - Constructor for class oracle.toplink.remotecommand.XMLCommandConverter
Deprecated.  
XMLComparer - Class in oracle.toplink.platform.xml
This class is used to compare if two DOM nodes are equal.
XMLComparer() - Constructor for class oracle.toplink.platform.xml.XMLComparer
 
XMLCompositeCollectionMapping - Class in oracle.toplink.ox.mappings
Composite collection XML mappings map an attribute that contains a homogeneous collection of objects to multiple XML elements.
XMLCompositeCollectionMapping() - Constructor for class oracle.toplink.ox.mappings.XMLCompositeCollectionMapping
 
XMLCompositeDirectCollectionMapping - Class in oracle.toplink.ox.mappings
Composite direct collection XML mappings map a collection of simple types (String, Number, Date, etc.) to and from a sequence of composite XML nodes.
XMLCompositeDirectCollectionMapping() - Constructor for class oracle.toplink.ox.mappings.XMLCompositeDirectCollectionMapping
 
XMLCompositeObjectMapping - Class in oracle.toplink.ox.mappings
Composite object XML mappings represent a relationship between two classes.
XMLCompositeObjectMapping() - Constructor for class oracle.toplink.ox.mappings.XMLCompositeObjectMapping
 
XMLConstants - Class in oracle.toplink.ox
XMLConstants maintains a list of useful XMLConstants.
XMLConstants() - Constructor for class oracle.toplink.ox.XMLConstants
 
XMLContext - Class in oracle.toplink.ox
An XMLContext is created based on TopLink sessions or projects and can then used to create instances of XMLMarshaller, XMLUnmarshaller and XMLValidator.
XMLContext(String) - Constructor for class oracle.toplink.ox.XMLContext
Create a new XMLContext based on the specified session name or list of session names
XMLContext(String, ClassLoader) - Constructor for class oracle.toplink.ox.XMLContext
Create a new XMLContext based on the specified session name or list of session names
XMLContext(String, String) - Constructor for class oracle.toplink.ox.XMLContext
Create a new XMLContext based on passed in session names and session meta XML.
XMLContext(String, ClassLoader, String) - Constructor for class oracle.toplink.ox.XMLContext
Create a new XMLContext based on passed in session names, classloader and session meta XML.
XMLContext(Project) - Constructor for class oracle.toplink.ox.XMLContext
Create a new XMLContext based on the specified project
XMLConversionException - Exception in oracle.toplink.exceptions
Purpose: XML conversion exceptions are raised for any problem when converting Java types to/from XML.
XMLConversionException(String) - Constructor for exception oracle.toplink.exceptions.XMLConversionException
 
XMLConverter - Interface in oracle.toplink.ox.mappings.converters
 
XMLConverterAdapter - Class in oracle.toplink.ox.mappings.converters
 
XMLConverterAdapter() - Constructor for class oracle.toplink.ox.mappings.converters.XMLConverterAdapter
 
XMLDataCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDataCall() - Constructor for class oracle.toplink.xml.XMLDataCall
Deprecated. Default constructor.
XMLDataDeleteCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDataDeleteCall() - Constructor for class oracle.toplink.xml.XMLDataDeleteCall
Deprecated. Default constructor.
XMLDataInsertCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDataInsertCall() - Constructor for class oracle.toplink.xml.XMLDataInsertCall
Deprecated. Default constructor.
XMLDataReadCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDataReadCall() - Constructor for class oracle.toplink.xml.XMLDataReadCall
Deprecated. Default constructor.
XMLDataStoreException - Exception in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDataUpdateCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDataUpdateCall() - Constructor for class oracle.toplink.xml.XMLDataUpdateCall
Deprecated. Default constructor.
XMLDataWriteCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDataWriteCall() - Constructor for class oracle.toplink.xml.XMLDataWriteCall
Deprecated. Default constructor.
XMLDeleteCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDeleteCall() - Constructor for class oracle.toplink.xml.XMLDeleteCall
Deprecated. Default constructor.
XMLDescriptor - Class in oracle.toplink.ox
Use an XML project for nontransactional, nonpersistent (in-memory) conversions between Java objects and XML documents.
XMLDescriptor() - Constructor for class oracle.toplink.ox.XMLDescriptor
Return a new XMLDescriptor.
XMLDescriptor - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDescriptor() - Constructor for class oracle.toplink.xml.XMLDescriptor
Deprecated. Default constructor.
XMLDirectMapping - Class in oracle.toplink.ox.mappings
XML Direct Mappings map a Java attribute directly to XML attribute or text node.
XMLDirectMapping() - Constructor for class oracle.toplink.ox.mappings.XMLDirectMapping
 
XMLDoesExistCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLDoesExistCall() - Constructor for class oracle.toplink.xml.XMLDoesExistCall
Deprecated. Default constructor.
XMLField - Class in oracle.toplink.ox
TopLink XML mappings make use of XMLFields based on XPath statements to find the relevant data in an XML document.
XMLField() - Constructor for class oracle.toplink.ox.XMLField
Default constructor, create a new XMLField
XMLField(String) - Constructor for class oracle.toplink.ox.XMLField
Default constructor, create a new XMLField based on the specified xPath
XMLFileAccessor - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLFileAccessor() - Constructor for class oracle.toplink.xml.XMLFileAccessor
Deprecated. Default constructor.
XMLFileAccessorFilePolicy - Interface in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLFileEISConnectionSpec - Class in oracle.toplink.eis.adapters.xmlfile
Provides the behavoir of instantiating a XML file adapter ConnectionSpec.
XMLFileEISConnectionSpec() - Constructor for class oracle.toplink.eis.adapters.xmlfile.XMLFileEISConnectionSpec
Default constructor.
XMLFileLogin - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLFileLogin() - Constructor for class oracle.toplink.xml.XMLFileLogin
Deprecated. Default constructor.
XMLFileLogin(String) - Constructor for class oracle.toplink.xml.XMLFileLogin
Deprecated. Constructor.
XMLFileLogin(DatabasePlatform) - Constructor for class oracle.toplink.xml.XMLFileLogin
Deprecated. Constructor.
XMLFilePlatform - Class in oracle.toplink.eis.adapters.xmlfile
Platform for XML file emulated JCA adapter.
XMLFilePlatform() - Constructor for class oracle.toplink.eis.adapters.xmlfile.XMLFilePlatform
Default constructor.
XMLFileSequence - Class in oracle.toplink.eis.adapters.xmlfile
Provides sequence support for EISPlatform
XMLFileSequence() - Constructor for class oracle.toplink.eis.adapters.xmlfile.XMLFileSequence
Default constructor.
XMLFileSequence(String) - Constructor for class oracle.toplink.eis.adapters.xmlfile.XMLFileSequence
 
XMLFileSequence(String, int) - Constructor for class oracle.toplink.eis.adapters.xmlfile.XMLFileSequence
 
XMLFileStreamPolicy - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLFileStreamPolicy(File) - Constructor for class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Construct a policy for the specified file.
XMLFileStreamPolicy(String) - Constructor for class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Construct a policy for the specified file.
XMLFileStreamPolicy(Enumeration) - Constructor for class oracle.toplink.xml.XMLFileStreamPolicy
Deprecated. Construct a policy for the specified files.
XMLFragmentCollectionMapping - Class in oracle.toplink.ox.mappings
 
XMLFragmentCollectionMapping() - Constructor for class oracle.toplink.ox.mappings.XMLFragmentCollectionMapping
 
XMLFragmentMapping - Class in oracle.toplink.ox.mappings
Purpose:This mapping provides a means to keep a part of an XML tree as a Node.
XMLFragmentMapping() - Constructor for class oracle.toplink.ox.mappings.XMLFragmentMapping
 
XMLInsertCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLInsertCall() - Constructor for class oracle.toplink.xml.XMLInsertCall
Deprecated. Default constructor.
XMLInteraction - Class in oracle.toplink.eis.interactions
Defines the specification for a call to a JCA interaction that uses XML.
XMLInteraction() - Constructor for class oracle.toplink.eis.interactions.XMLInteraction
Default constructor.
XMLJavaTypeConverter - Class in oracle.toplink.ox.mappings.converters
Converter that wraps an XmlAdapter.
XMLJavaTypeConverter() - Constructor for class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
The default constructor.
XMLJavaTypeConverter(Class) - Constructor for class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
This constructor takes the XmlAdapter class to be used with this converter.
XMLJavaTypeConverter(String) - Constructor for class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
This constructor takes an adapter class name.
XMLJavaTypeConverter(Class, QName) - Constructor for class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
This constructor takes the XmlAdapter class to be used with this converter, as well as a schema type to be used during the conversion operation.
XMLJavaTypeConverter(String, QName) - Constructor for class oracle.toplink.ox.mappings.converters.XMLJavaTypeConverter
This constructor takes the XmlAdapter class name to be used with this converter (loaded during initialization), as well as a schema type to be used during the conversion operation.
XMLLoader - Class in oracle.toplink.tools.sessionconfiguration
Deprecated. As of version 10.1.3. Replaced by XMLSessionConfigLoader
XMLLoader() - Constructor for class oracle.toplink.tools.sessionconfiguration.XMLLoader
Deprecated. This constructor is used when the file resource named 'sessions.xml' will be parsed for configuration.
XMLLoader(String) - Constructor for class oracle.toplink.tools.sessionconfiguration.XMLLoader
Deprecated. This constructor is used when passing in the resource name of the configuration file that should be parsed
XMLLogin - Class in oracle.toplink.ox
In OX, the platform determines which parsing method will be used, DOM vs SAX.
XMLLogin() - Constructor for class oracle.toplink.ox.XMLLogin
Default constructor.
XMLLogin(Platform) - Constructor for class oracle.toplink.ox.XMLLogin
Constructor, create a new XMLLogin based on the given platform.
XMLLogin - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLLogin() - Constructor for class oracle.toplink.xml.XMLLogin
Deprecated. Default constructor.
XMLLogin(Platform) - Constructor for class oracle.toplink.xml.XMLLogin
Deprecated. Construct a login for the specifed platform
XMLMARSHAL_EXCEPTION_OCCURRED - Static variable in exception oracle.toplink.exceptions.SDOException
 
XMLMarshalException - Exception in oracle.toplink.exceptions
 
XMLMarshaller - Class in oracle.toplink.ox
Class used to marshal object to XML.
XMLMarshaller(XMLContext) - Constructor for class oracle.toplink.ox.XMLMarshaller
Create a new XMLMarshaller based on the specified session
XMLMarshalListener - Interface in oracle.toplink.ox
 
XMLNamespaceResolver - Interface in oracle.toplink.platform.xml
 
XMLNodeList - Class in oracle.toplink.platform.xml
Implementation of the org.w3c.dom.NodeList interface
XMLNodeList() - Constructor for class oracle.toplink.platform.xml.XMLNodeList
 
XMLNodeList(int) - Constructor for class oracle.toplink.platform.xml.XMLNodeList
 
XMLNS - Static variable in class oracle.toplink.ox.XMLConstants
 
XMLNS_URL - Static variable in class oracle.toplink.ox.XMLConstants
 
XMLNullRepresentationType - Enum in oracle.toplink.ox.mappings.nullpolicy
Description: An enum that is used within a Node Null Policy to determine what to marshal for a null node.
XMLObjectReferenceMapping - Class in oracle.toplink.ox.mappings
TopLink OXM version of a 1-1 mapping.
XMLObjectReferenceMapping() - Constructor for class oracle.toplink.ox.mappings.XMLObjectReferenceMapping
The default constructor initializes the sourceToTargetKeyFieldAssociations and sourceToTargetKeys data structures.
XMLParseException - Exception in oracle.toplink.exceptions
 
XMLParser - Interface in oracle.toplink.platform.xml
 
xmlParserJARFileNames - Static variable in class oracle.toplink.sessions.DatabaseLogin
The names of the TopLink SDK XML Support JAR files
XMLPlatform - Class in oracle.toplink.ox.platform
 
XMLPlatform() - Constructor for class oracle.toplink.ox.platform.XMLPlatform
 
XMLPlatform - Interface in oracle.toplink.platform.xml
 
XMLPlatform - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLPlatform() - Constructor for class oracle.toplink.xml.XMLPlatform
Deprecated. Default constructor.
xmlPlatformClassNotFound(String, Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformCouldNotCreateDocument(Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformCouldNotInstantiate(String, Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformErrorResolvingXMLSchema(URL, Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformErrorResolvingXMLSchemas(Object[], Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
XMLPlatformException - Exception in oracle.toplink.platform.xml
 
XMLPlatformFactory - Class in oracle.toplink.platform.xml
 
xmlPlatformFileNotFoundException(File, IOException) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformInvalidTypeException(int) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
Handles an invalid type setting in a schema reference.
xmlPlatformInvalidXPath(Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformParseException(Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformSAXParseException(SAXParseException) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformTransformException(Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformValidationException(Exception) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
 
xmlPlatformValidationException(String) - Static method in exception oracle.toplink.platform.xml.XMLPlatformException
Takes an error messsage string
XMLProjectReader - Class in oracle.toplink.tools.workbench
Purpose: Allow for a TopLink Mapping Workbench generated deployment XML project file to be read.
XMLProjectReader() - Constructor for class oracle.toplink.tools.workbench.XMLProjectReader
 
XMLProjectWriter - Class in oracle.toplink.tools.workbench
Purpose: Write the deployment XML (object persistence meta-data) for the TopLink project instance to a file.
XMLProjectWriter() - Constructor for class oracle.toplink.tools.workbench.XMLProjectWriter
Default constructor.
XMLReadAllCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLReadAllCall() - Constructor for class oracle.toplink.xml.XMLReadAllCall
Deprecated. Default constructor.
XMLReadAllCall(SDKObjectCollectionMapping) - Constructor for class oracle.toplink.xml.XMLReadAllCall
Deprecated. Constructor.
XMLReadCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLReadCall() - Constructor for class oracle.toplink.xml.XMLReadCall
Deprecated. Default constructor.
XMLReadCall(OneToOneMapping) - Constructor for class oracle.toplink.xml.XMLReadCall
Deprecated. Constructor.
XMLRecord - Class in oracle.toplink.ox.record
Provides a Record/Map API on an XML DOM element.
XMLRecord() - Constructor for class oracle.toplink.ox.record.XMLRecord
 
XMLResult - Class in oracle.toplink.transform.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). There is no direct replacement API.
XMLResult() - Constructor for class oracle.toplink.transform.xml.XMLResult
Deprecated.  
XMLRoot - Class in oracle.toplink.ox
 
XMLRoot() - Constructor for class oracle.toplink.ox.XMLRoot
 
XMLRootRecord - Class in oracle.toplink.ox.record
Record for handling simple root elements that have a single text child node, and are being unmarshalled to a primitive wrapper object.
XMLRootRecord(Class) - Constructor for class oracle.toplink.ox.record.XMLRootRecord
Default constructor.
XMLSchemaClassPathReference - Class in oracle.toplink.ox.schema
A schema reference for accessing an XML Schema from the class path.
XMLSchemaClassPathReference() - Constructor for class oracle.toplink.ox.schema.XMLSchemaClassPathReference
 
XMLSchemaClassPathReference(String) - Constructor for class oracle.toplink.ox.schema.XMLSchemaClassPathReference
 
XMLSchemaFileReference - Class in oracle.toplink.ox.schema
A schema reference for accessing an XML Schema from a file.
XMLSchemaFileReference() - Constructor for class oracle.toplink.ox.schema.XMLSchemaFileReference
 
XMLSchemaFileReference(File) - Constructor for class oracle.toplink.ox.schema.XMLSchemaFileReference
 
XMLSchemaFileReference(String) - Constructor for class oracle.toplink.ox.schema.XMLSchemaFileReference
 
XMLSchemaManager - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLSchemaManager(DatabaseSessionImpl) - Constructor for class oracle.toplink.xml.XMLSchemaManager
Deprecated. Construct a schema manager for the specified session.
XMLSchemaManager(DatabaseSession) - Constructor for class oracle.toplink.xml.XMLSchemaManager
Deprecated. Construct a schema manager for the specified session.
XMLSchemaReference - Class in oracle.toplink.ox.schema
Provides a way for a descriptor's reference to its schema to be specified.
XMLSchemaReference - Interface in oracle.toplink.platform.xml
A schema reference is used to access a schema in order to validate a document.
XMLSchemaURLReference - Class in oracle.toplink.ox.schema
 
XMLSchemaURLReference() - Constructor for class oracle.toplink.ox.schema.XMLSchemaURLReference
 
XMLSchemaURLReference(URL) - Constructor for class oracle.toplink.ox.schema.XMLSchemaURLReference
 
XMLSchemaURLReference(String) - Constructor for class oracle.toplink.ox.schema.XMLSchemaURLReference
 
XMLSequence - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLSequence() - Constructor for class oracle.toplink.xml.XMLSequence
Deprecated.  
XMLSequence(String) - Constructor for class oracle.toplink.xml.XMLSequence
Deprecated.  
XMLSequence(String, int) - Constructor for class oracle.toplink.xml.XMLSequence
Deprecated.  
XMLSequence(String, String, String, String) - Constructor for class oracle.toplink.xml.XMLSequence
Deprecated.  
XMLSequence(String, int, String, String, String) - Constructor for class oracle.toplink.xml.XMLSequence
Deprecated.  
XMLSequenceDefinition - Class in oracle.toplink.xml
 
XMLSequenceDefinition(XMLSequence) - Constructor for class oracle.toplink.xml.XMLSequenceDefinition
 
XMLSequenceDefinition(String, XMLSequence) - Constructor for class oracle.toplink.xml.XMLSequenceDefinition
 
XMLSessionConfigLoader - Class in oracle.toplink.tools.sessionconfiguration
Provide a mechanism for loading Session configuration XML files.
XMLSessionConfigLoader() - Constructor for class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
This constructor is used when the file resource named 'sessions.xml' will be parsed for configuration.
XMLSessionConfigLoader(String) - Constructor for class oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader
This constructor is used when passing in the resource name of the configuration file that should be parsed
XMLSource - Class in oracle.toplink.transform.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). There is no direct replacement API.
XMLSource() - Constructor for class oracle.toplink.transform.xml.XMLSource
Deprecated.  
XMLStreamLogin - Class in oracle.toplink.xml.stream
 
XMLStreamLogin() - Constructor for class oracle.toplink.xml.stream.XMLStreamLogin
 
XMLStreamPolicy - Interface in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLStreamStreamPolicy - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLStreamStreamPolicy(Reader) - Constructor for class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Construct a policy for the specified read stream.
XMLStreamStreamPolicy(Writer) - Constructor for class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Construct a policy for the specified write stream.
XMLStreamStreamPolicy(Enumeration) - Constructor for class oracle.toplink.xml.XMLStreamStreamPolicy
Deprecated. Construct a policy for the specified read streams.
XMLToDatabaseRowTranslator - Class in oracle.toplink.xml.xerces
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLToDatabaseRowTranslator() - Constructor for class oracle.toplink.xml.xerces.XMLToDatabaseRowTranslator
Deprecated. Default constructor.
XMLTransformationMapping - Class in oracle.toplink.ox.mappings
Transformation XML mappings are used to create a custom mapping where one or more XML nodes can be used to create the object to be stored in a Java class's attribute.
XMLTransformationMapping() - Constructor for class oracle.toplink.ox.mappings.XMLTransformationMapping
 
XMLTransformer - Interface in oracle.toplink.platform.xml
 
XMLTranslator - Interface in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLTYPE - Static variable in class oracle.toplink.platform.database.oracle.Oracle9Platform
 
XMLUnionField - Class in oracle.toplink.ox
Subclass of XMLField for fields that are mapped to unions.
XMLUnionField() - Constructor for class oracle.toplink.ox.XMLUnionField
Constructs an XMLUnionField
XMLUnionField(String) - Constructor for class oracle.toplink.ox.XMLUnionField
Constructs an XMLUnionField with the xpath set to the specified xPath
XMLUnmarshaller - Class in oracle.toplink.ox
Class used to unmarshal XML to objects.
XMLUnmarshallerHandler - Class in oracle.toplink.ox
Class used to unmarshal SAX events to objects.
XMLUnmarshalListener - Interface in oracle.toplink.ox
 
XMLUpdateCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLUpdateCall() - Constructor for class oracle.toplink.xml.XMLUpdateCall
Deprecated. Default constructor.
XMLValidator - Class in oracle.toplink.ox
Class used to validate XML.
XMLWriteCall - Class in oracle.toplink.xml
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLWriteCall() - Constructor for class oracle.toplink.xml.XMLWriteCall
Deprecated. Default constructor.
XMLZipFileAccessor - Class in oracle.toplink.xml.zip
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLZipFileAccessor() - Constructor for class oracle.toplink.xml.zip.XMLZipFileAccessor
Deprecated. Default constructor.
XMLZipFileStreamPolicy - Class in oracle.toplink.xml.zip
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
XMLZipFileStreamPolicy(File, String) - Constructor for class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. Construct a policy for the specified ZIP file and entry.
XMLZipFileStreamPolicy(String, String) - Constructor for class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. Construct a policy for the specified ZIP file and entry.
XMLZipFileStreamPolicy(File, Enumeration) - Constructor for class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. Construct a policy for the specified ZIP file and entry.
XMLZipFileStreamPolicy(String, Enumeration) - Constructor for class oracle.toplink.xml.zip.XMLZipFileStreamPolicy
Deprecated. Construct a policy for the specified ZIP file and entries.
XOP_PREFIX - Static variable in class oracle.toplink.ox.XMLConstants
 
XOP_URL - Static variable in class oracle.toplink.ox.XMLConstants
 
XPATH - Static variable in class oracle.toplink.eis.adapters.xmlfile.XMLFilePlatform
 
xPathNode(XPathNode, NullCapableValue) - Method in class oracle.toplink.ox.mappings.nullpolicy.IsSetNullPolicy
 
xPathNode(XPathNode, NullCapableValue) - Method in class oracle.toplink.ox.mappings.nullpolicy.NullPolicy
 
XQUERY - Static variable in class oracle.toplink.eis.adapters.xmlfile.XMLFilePlatform
 
XQueryInteraction - Class in oracle.toplink.eis.interactions
Defines the specification for a call to a JCA interaction that uses XQuery.
XQueryInteraction() - Constructor for class oracle.toplink.eis.interactions.XQueryInteraction
Default constructor.
XQueryInteraction(String) - Constructor for class oracle.toplink.eis.interactions.XQueryInteraction
Construct the interaction with the XQuery string.

_

_persistence_getFetchGroup() - Method in interface oracle.toplink.queryframework.FetchGroupTracker
Return the fetch group being tracked
_persistence_getPropertyChangeListener() - Method in interface oracle.toplink.descriptors.changetracking.ChangeTracker
Return the PropertyChangeListener for the object.
_persistence_getPropertyChangeListener() - Method in class oracle.toplink.indirection.IndirectMap
Return the property change listener for change tracking.
_persistence_getSession() - Method in interface oracle.toplink.queryframework.FetchGroupTracker
Return the session for the object.
_persistence_isAttributeFetched(String) - Method in interface oracle.toplink.queryframework.FetchGroupTracker
Return true if the attribute is in the fetch group being tracked.
_persistence_resetFetchGroup() - Method in interface oracle.toplink.queryframework.FetchGroupTracker
Reset all attributes of the tracked object to the unfetched state with initial default values.
_persistence_setFetchGroup(FetchGroup) - Method in interface oracle.toplink.queryframework.FetchGroupTracker
Set a fetch group to be tracked.
_persistence_setPropertyChangeListener(PropertyChangeListener) - Method in interface oracle.toplink.descriptors.changetracking.ChangeTracker
Set the PropertyChangeListener for the object.
_persistence_setSession(Session) - Method in interface oracle.toplink.queryframework.FetchGroupTracker
Set true if the fecth group attributes should be refreshed
_persistence_setShouldRefreshFetchGroup(boolean) - Method in interface oracle.toplink.queryframework.FetchGroupTracker
Set true if the fecth group attributes should be refreshed.
_persistence_shouldRefreshFetchGroup() - Method in interface oracle.toplink.queryframework.FetchGroupTracker
Return true if the fecth group attributes should be refreshed.

A B C D E F G H I J K L M N O P Q R S T U V W X _
Copyright © 1998, 2010, Oracle. All Rights Reserved.