com.solarmetric.kodo.impl.jdbc.ormapping
Class ExplicitBlobMapping
java.lang.Object
|
+--com.solarmetric.kodo.impl.jdbc.ormapping.Mapping
|
+--com.solarmetric.kodo.impl.jdbc.ormapping.FieldMapping
|
+--com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping
|
+--com.solarmetric.kodo.impl.jdbc.ormapping.BlobMapping
|
+--com.solarmetric.kodo.impl.jdbc.ormapping.ExplicitBlobMapping
- All Implemented Interfaces:
- LoadSecondary, PrimaryTable, StorePrimary, StoreSecondary
- public class ExplicitBlobMapping
- extends BlobMapping
Represents the mapping of a field explicitly marked a BLOB by its
metadata. The normal BLOB mapping is used as a catch-all; this one is
tested first in case the user wants to use a BLOB for a field that could i
normally be persisted in another manner.
|
Field Summary |
static String |
BLOB
Metadata extension key used to mark whether a field should
be serialized as a blob. |
| Methods inherited from class com.solarmetric.kodo.impl.jdbc.ormapping.LobMapping |
delete, delete, getColumns, getLoadResultSet, getPKColumns, insert, insert, install, load, setPKColumns, update, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.solarmetric.kodo.impl.jdbc.ormapping.LoadSecondary |
load |
BLOB
public static final String BLOB
- Metadata extension key used to mark whether a field should
be serialized as a blob.
ExplicitBlobMapping
public ExplicitBlobMapping()
canMap
protected boolean canMap(FieldMetaData fmd,
ClassResolver resolver)
- Overrides:
canMap in class BlobMapping
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.