Chapter 25 Project Configuration for Backing Store : Engine TRA File Reference for Backing Store Settings

Engine TRA File Reference for Backing Store Settings
This table explains all the engine properties used to configure backing store functionality. In addition see Table 27, Cache Cluster Properties (Sheet 1 of 3) for properties that define whether a backing store is used, and if a limited cache is used.
 
Specifies the path from the project root to the JDBC Connection resource that defines the connection to the backing store. For example:
Minimum and maximum number of JDBC connections in the JDBC connection pool used for the backing store.
Set this property to true if you want the other be.oracle.dburi.pool properties to be enforced.
By default the be.oracle.dburi.pool properties are ignored.
Optional. Dumps Oracle database reads and writes to the console and log file. log file. Set to true or false (Optional setting).
all: All objects are loaded.
none: No objects are loaded.
include: The only objects loaded are those specified by their generated class names, in properties of the following format :
be.engine.cluster.entityClassName.preload=true
exclude: No objects are loaded except those specified in properties of the following format:
be.engine.cluster.entityClassName.preload=false
The function Coherence.C_ClassName() returns the generated class, given the project path to the entity (that is, the path to the entity in the design-time project).
be.engine.cluster.EntityClassName.preload