Working with Serialized Object Mappings

Serialized object mappings are used to store large data objects, such as multimedia files and BLOBs, in the database. Serialization transforms these large objects as a stream of bits.

As with direct-to-field mappings, serialized object mappings require you to specify an attribute and field, as shown in the following illustration.

Figure 5-13 Serialized Object Mappings

This figure shows a serialized object mapping between a Java class and a relational database.


Related Topics

About TopLink Mapping Types
Working with Direct Mappings

 

Creating Serialized Object Mappings for Java Objects
Creating Serialized Object Mappings for CMP EJBs

 

Copyright © 1997, 2004, Oracle. All rights reserved.