Direct Collection Mapping - General
Use to store collections of Java objects.
- Read Only
- Specify if this mapping is "read only." See "Specifying Read Only Settings" for more information.
- Use Method Accessing
- Specify if this mapping uses specific get and set methods. See "Specifying Direct Access and Method Access" for more information.
- Use Batch Reading
- Specify if this mapping batches queries (for query optimization). See "Optimizing for Queries" for more information.
- Use Indirection
- Specify if this mapping uses ValueHolder or Transparent indirection. See "Working with Indirection" for more information.
- Direct Collection Specifics
- Specify the Target Table and its Direct Field for this mapping.
Related Topics
Working with Direct Collection Mappings
Direct Collection Mapping - Collection Options
Direct Collection Mapping - Table Reference
Specifying Read Only Settings
Specifying Direct Access and Method Access
Working with Indirection
Working with Relationship Mappings
Copyright © 1997, 2004, Oracle.
All rights reserved.