Package wt.fc
Class EvolvableHelper
java.lang.Object
wt.fc.EvolvableHelper
Facilitates special operations needed by objects that evolve during deserialization.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic final voidInvoking this method will tell the PDS that the blobbed or smallblobbed object being deserialized in the current method context needs to be written back into the database in its current class schema prior to being returned to the caller.
-
Method Details
-
requestRewriteOfEvolvedBlobbedObject
public static final void requestRewriteOfEvolvedBlobbedObject()Invoking this method will tell the PDS that the blobbed or smallblobbed object being deserialized in the current method context needs to be written back into the database in its current class schema prior to being returned to the caller. This rewrite will only occur if the db.properties propertywt.pom.blobRewrite.enabledis set totrue.This method should be called from the read old version methods of serializable classes, but only after successful deserialization and only if the object was deserialized from a PDSObjectInput.
Supported API: true
Extendable: false
-