|
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
TransportManagerAbstractCompositeDirectCollectionMapping consolidates the behavior of mappings that map collections of "native" data objects (e.g.AbstractTransactionControllerTransportManageroracle.toplink.eisAbstractSynchronizationListenerDescriptorEventManager.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.oxCORBAConnection interface.SunCORBATransportManagerRemoteCommandManagerExceptionRemoteCommandManagerExceptionCommandManagerConnection 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 Recordoracle.toplink.oxoracle.toplink.oxDatabaseSession, and oracle.toplink.internal.sessions.DatabaseSessionImploracle.toplink.eisoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxClassDescriptor, and RelationalDescriptorDescriptorEventDescriptorEventListenerDescriptorEventManagerDescriptorQueryManagerCommandManagerClassDescriptor.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.eisoracle.toplink.oxnull 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.InheritancePolicyvalue is a system change number or an expression evaluating to one.attributeName being empty.oracle.toplink.oxJMSTopicTransportManagerJMSTopicTransportManagerJMSTopicTransportManagerJTATransactionControllerWebSphereTransactionController_4_0WebSphereTransactionController_5_0WebSphereTransactionController_5_1JTASynchronizationListenerWebSphereTransactionController_4_0str 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.NCharacterNClobNStringIt 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.JTATransactionControllerJTASynchronizationListenerObjectTypeConverterOracle8PlatformOracle9PlatformOc4jTransactionControllerOc4jTransactionControllerClassDescriptor.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.RMITransportManagerRMIConnectionRMITransportManagerRMITransportManagerRMIRemoteSessionControllerRMIRemoteSessionControllerDispatcherRecordConverter 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.oxoracle.toplink.oxoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisoracle.toplink.eisSerializedObjectConverterSession, and oracle.toplink.internal.sessions.AbstractSessionSessionAccessor instead.SessionLogoracle.toplink.eisRemoteCommandManagerExceptionDatabaseSession.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.UnitOfWorkImplConnectionPool.ExternalConnectionPool.ReadConnectionPool.RMITransportManagerWebLogicTransactionControllerWebLogicTransactionControlleroracle.toplink.transaction.wasoracle.toplink.transaction.wasoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxoracle.toplink.oxA 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 | |||||||||