Serialized Object Mapping - General
U se to store large data objects, such as multimedia files and BLOBs, in the database. Serialization transforms these large objects as a stream of bits.
- Database Field
- Choose the database field to map to the attribute.
- 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.
Related Topics
Working with Serialized Object Mappings
Specifying Read Only Settings
Specifying Direct Access and Method Access
Working with Direct Mappings
Copyright © 1997, 2004, Oracle.
All rights reserved.