public interface MaterializationListener
Modifier and Type | Method and Description |
---|---|
void |
afterMaterialization(IndirectionHandler handler,
java.lang.Object materializedObject)
this callback is invoked after an Object is materialized
within an IndirectionHandler.
|
void |
beforeMaterialization(IndirectionHandler handler,
Identity oid)
this callback is invoked before an Object is materialized
within an IndirectionHandler.
|
void beforeMaterialization(IndirectionHandler handler, Identity oid)
handler
- the invoking handleroid
- the identity of the object to be materializedvoid afterMaterialization(IndirectionHandler handler, java.lang.Object materializedObject)
handler
- the invoking handlermaterializedObject
- the materialized Object(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30