|
Oracle Application Server TopLink API Reference 10g (9.0.4.3) B10491-02 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AbstractSDKCall provides a base implementation of SDKCall.Expression.equal to be used for comparisons.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.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).Connection to a JDBC database.ContainerPolicy.Connection.DatabaseRow to an XML document.FieldTranslator interface.XMLTranslator interface.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.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.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).DatabaseRow from those defined in the data store to those expected by the appropriate Descriptor(s) and vice versa.XMLFileAccessorFilePolicy to "normalize" file names; i.e. convert invalid characters into something acceptable to the current O/S.null or an excluded value like 0 or false.equal.ClassLoader abstract class.QueryRedirector without implementing QueryRedirector.mark and reset methods.VARRAYs except internally they store their information in a separate table from their parent structure's table.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.