|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
A B C D E F G H I J K L M N O P Q R S T U V W X
TransportManager
AbstractCompositeDirectCollectionMapping
consolidates the behavior of mappings that map collections of "native" data objects (e.g.AbstractTransactionController
TransportManager
oracle.toplink.eis
AbstractSynchronizationListener
DescriptorEventManager.addListener(DescriptorEventListener)
Expression.equal
to be used for comparisons.RelationalDescriptor.addTableName(java.lang.String)
attributeName
holding true for criteria
.ClassDescriptor.setShouldAlwaysRefreshCache(boolean)
with an argument of true
: it configures a Descriptor
to always refresh the cache if data is received from the database by any query.Descriptor.setShouldAlwaysRefreshCache(boolean)
with an argument of true
: it configures a Descriptor
to always refresh the cache if data is received from the database by any query.ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean)
with an argument of true
: it configures a Descriptor
to always remotely refresh the cache if data is received from the database by any query in a RemoteSession
.Descriptor.setShouldAlwaysRefreshCacheOnRemote(boolean)
with an argument of true
: it configures a Descriptor
to always remotely refresh the cache if data is received from the database by any query in a RemoteSession
.Expression.prefixSQL(java.lang.String)
, Expression.postfixSQL(java.lang.String)
.oracle.toplink.ox
CORBAConnection
interface.SunCORBATransportManager
RemoteCommandManagerException
RemoteCommandManagerException
CommandManager
Connection
to a JDBC database.ContainerPolicy
.Connection
.EntityManager
associated with the current transactional context.EntityManagerFactory
.EntityManagerFactory
.DOMRecord
is an extension of the JCA Record interface that provides support for XML data.DatabaseRecord
and Record
oracle.toplink.ox
oracle.toplink.ox
DatabaseSession
, and oracle.toplink.internal.sessions.DatabaseSessionImpl
oracle.toplink.eis
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
ClassDescriptor
, and RelationalDescriptor
DescriptorEvent
DescriptorEventListener
DescriptorEventManager
DescriptorQueryManager
CommandManager
ClassDescriptor.setShouldAlwaysRefreshCache(boolean)
with an argument of false
: it ensures that a Descriptor
is not configured to always refresh the cache if data is received from the database by any query.Descriptor.setShouldAlwaysRefreshCache(boolean)
with an argument of false
: it ensures that a Descriptor
is not configured to always refresh the cache if data is received from the database by any query.ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean)
with an argument of false
: it ensures that a Descriptor
is not configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession
.Descriptor.setShouldAlwaysRefreshCacheOnRemote(boolean)
with an argument of false
: it ensures that a Descriptor
is not configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession
.ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean)
with an argument of false
: it ensures that a Descriptor
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).Descriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean)
with an argument of false
: it ensures that a Descriptor
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).EISAccessor
is an implementation of the Accessor
interface.EISConnectionSpec
specifies how the javax.resource.cci.Connection
is accessed.EISDOMRecord
is a wrapper for a DOM tree.EISDescriptor
defines the mapping from a JCA data structure to a Java object.EISException
when any problem is detected while interacting with an EIS datasourceEISLogin
defines connection information and datasource properties.EISMappedRecord
acts as a DatabaseRow
wrapper.EISPlatform
defines any EIS adapter specific behavoir.EISSequence
class allows access to sequence resources using custom read (ValueReadQuery) and update (DataModifyQuery) queries and a user specified preallocation size.Persistence.createEntityManagerFactory(java.util.Map)
will create a new EntityManagerFactoryProvider of the type specified in the "javax.persistence.provider" setting.oracle.toplink.eis
oracle.toplink.ox
null
or an excluded value like 0
or false
.DatabaseSession.getCommandManager()
SessionAccessor.getCurrentUnitOfWorkFor(javax.ejb.EntityContext)
instead.Project.getClassDescriptor(Class)
Session.getClassDescriptor(Class)
Session.getClassDescriptor(Object)
Project.getClassDescriptorForAlias(String)
Session.getClassDescriptorForAlias(String)
DatabaseException.getQueryArgumentsRecord()
QueryException.getQueryArgumentsRecord()
TransformationMappingChangeRecord.getRecord()
DescriptorEvent.getRecord()
SessionManager.getSession(XMLSessionConfigLoader, String, ClassLoader)
SessionManager.getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean)
SessionAccessor.getSessionFor(String)
instead.SessionAccessor.getSessionFor(javax.ejb.EntityContext)
instead.equal
.RelationalDescriptor.getTableName()
RelationalDescriptor.getTableNames()
this
is to be queried as of a past time.InheritancePolicy
value
is a system change number or an expression evaluating to one.attributeName
being empty.oracle.toplink.ox
JMSTopicTransportManager
JMSTopicTransportManager
JMSTopicTransportManager
JTATransactionController
WebSphereTransactionController_4_0
WebSphereTransactionController_5_0
WebSphereTransactionController_5_1
JTASynchronizationListener
WebSphereTransactionController_4_0
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.str
in this
, starting the search at fromIndex
.str
in this
, starting the search at fromIndex
.QueryRedirector
without implementing QueryRedirector
.mark
and reset
methods.NCharacter
NClob
NString
It is common for an XML document to include one or more namespaces.
VARRAYs
except internally they store their information in a separate table from their parent structure's table.CORBAConnection
.attributeName
holding true for criteria
.attributeName
not being empty.JTATransactionController
JTASynchronizationListener
ObjectTypeConverter
Oracle8Platform
Oracle9Platform
Oc4jTransactionController
Oc4jTransactionController
ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean)
with an argument of true
: it configures a Descriptor
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 Descriptor
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.Descriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean)
with an argument of true
: it configures a Descriptor
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 Descriptor
was configured by calling Descriptor.alwaysRefreshCache()
or Descriptor.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.Persistence.createEntityManagerFactory(java.util.Map)
methods to look up the implementation to load.EntityManagerFactory
, from which EntityManager
references can be obtained.RMITransportManager
RMIConnection
RMITransportManager
RMITransportManager
RMIRemoteSessionController
RMIRemoteSessionControllerDispatcher
RecordConverter
interface allows conversion of an adapter specific record.SessionAccessor.registerOrMergeAttribute(Object, String, javax.ejb.EntityContext)
instead.SessionAccessor.registerOrMergeObject(Object, javax.ejb.EntityContext)
instead.DescriptorEventManager.removeListener(DescriptorEventListener)
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
oracle.toplink.eis
SerializedObjectConverter
Session
, and oracle.toplink.internal.sessions.AbstractSession
SessionAccessor
instead.SessionLog
oracle.toplink.eis
RemoteCommandManagerException
DatabaseSession.setCommandManager(CommandManager)
DatabaseLogin.setODBCDataSourceName(String)
RelationalDescriptor.setDefaultTableName(java.lang.String)
shouldAlwaysRefreshCache
argument passed into this method is true
, this method configures a Descriptor
to always refresh the cache if data is received from the database by any query.shouldAlwaysRefreshCache
argument passed into this method is true
, this method configures a Descriptor
to always refresh the cache if data is received from the database by any query.shouldAlwaysRefreshCacheOnRemote
argument passed into this method is true
, this method configures a Descriptor
to always remotely refresh the cache if data is received from the database by any query in a RemoteSession
.shouldAlwaysRefreshCacheOnRemote
argument passed into this method is true
, this method configures a Descriptor
to always remotely refresh the cache if data is received from the database by any query in a RemoteSession
.shouldOnlyRefreshCacheIfNewerVersion
argument passed into this method is true
, this method configures a Descriptor
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 Descriptor
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.shouldOnlyRefreshCacheIfNewerVersion
argument passed into this method is true
, this method configures a Descriptor
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 Descriptor
was configured by calling Descriptor.alwaysRefreshCache()
or Descriptor.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.SessionManager.setShouldUseSchemaValidation(boolean)
null
attribute in the example object either to objects with that attribute also set to null
or to any value other than null
.equal
.RelationalDescriptor.setTableName(java.lang.String)
RelationalDescriptor.setTableNames(java.util.Vector)
RelationalDescriptor.setTableQualifier(java.lang.String)
true
if the Descriptor
is configured to always refresh the cache if data is received from the database by any query.true
if the Descriptor
is configured to always refresh the cache if data is received from the database by any query.true
if the Descriptor
is configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession
.true
if the Descriptor
is configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession
.true
if the Descriptor
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).true
if the Descriptor
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).SessionManager.shouldUseSchemaValidation()
null
attribute in the example object either to objects with that attribute also set to null
or to any value other than null
.attributeName
.TypeConversionConverter
#toString(PrintWriter)
, to allow subclasses to insert additional information.#toString(PrintWriter)
, to allow subclasses to insert additional information.#toString(PrintWriter)
, to allow subclasses to insert additional information.UnitOfWork
, and oracle.toplink.internal.sessions.UnitOfWorkImpl
ConnectionPool
.ExternalConnectionPool
.ReadConnectionPool
.RMITransportManager
WebLogicTransactionController
WebLogicTransactionController
oracle.toplink.transaction.was
oracle.toplink.transaction.was
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
oracle.toplink.ox
A B C D E F G H I J K L M N O P Q R S T U V W X
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |