Defaults
Use to specify the default identity map, existence checking, and field access method for the TopLink Mappings descriptors. You can override these defaults on each descriptor's Descriptor Info page.
- Identity Map
- Use the Type drop-down list to select the default identity map and its Size for descriptors in this project (see "Working with Identity Maps" for more information).
- Existence Checking
- Specify the type of existence checking to use (see "Specifying Identity Mapping" for more information).
- Field Accessing
- Specify whether the descriptors use Method or Direct field accessing (see "Specifying Direct Access and Method Access" for more information).
- Named Queries
- Specify if TopLink Caches All Statements or Binds All Parameters for named queries. See "Specifying Queries" for more information.
- Deployment Descriptor Generation
- Specify if TopLink should Qualify Table Names with Schema Names in the deployment descriptor.
Note: If the project mappings reference multiple schemas, the deployment descriptor will always qualify table names with schema names.
- See "Generating TopLink Deployment Descriptors" for more information.
Related Topics
Specifying Default Properties
Working with Database Connections
Working with Descriptor Properties
Copyright © 1997, 2004, Oracle.
All rights reserved.