gov.nih.nci.caarray.services.util.ojb
Class PBLifeCycleListenerOntologyEntryResolver
java.lang.Object
gov.nih.nci.caarray.services.util.ojb.PBLifeCycleAdapter
gov.nih.nci.caarray.services.util.ojb.PBLifeCycleListenerOntologyEntryResolver
- All Implemented Interfaces:
- org.apache.ojb.broker.PBLifeCycleListener, org.apache.ojb.broker.PBListener
public class PBLifeCycleListenerOntologyEntryResolver
- extends PBLifeCycleAdapter
- Author:
- TranP
Method Summary |
void |
afterInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
|
void |
afterUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
|
void |
beforeInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
|
void |
beforeUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PBLifeCycleListenerOntologyEntryResolver
public PBLifeCycleListenerOntologyEntryResolver()
beforeInsert
public void beforeInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
throws org.apache.ojb.broker.PersistenceBrokerException
- Specified by:
beforeInsert
in interface org.apache.ojb.broker.PBLifeCycleListener
- Overrides:
beforeInsert
in class PBLifeCycleAdapter
- Throws:
org.apache.ojb.broker.PersistenceBrokerException
afterInsert
public void afterInsert(org.apache.ojb.broker.PBLifeCycleEvent event)
throws org.apache.ojb.broker.PersistenceBrokerException
- Specified by:
afterInsert
in interface org.apache.ojb.broker.PBLifeCycleListener
- Overrides:
afterInsert
in class PBLifeCycleAdapter
- Throws:
org.apache.ojb.broker.PersistenceBrokerException
beforeUpdate
public void beforeUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
throws org.apache.ojb.broker.PersistenceBrokerException
- Specified by:
beforeUpdate
in interface org.apache.ojb.broker.PBLifeCycleListener
- Overrides:
beforeUpdate
in class PBLifeCycleAdapter
- Throws:
org.apache.ojb.broker.PersistenceBrokerException
afterUpdate
public void afterUpdate(org.apache.ojb.broker.PBLifeCycleEvent event)
throws org.apache.ojb.broker.PersistenceBrokerException
- Specified by:
afterUpdate
in interface org.apache.ojb.broker.PBLifeCycleListener
- Overrides:
afterUpdate
in class PBLifeCycleAdapter
- Throws:
org.apache.ojb.broker.PersistenceBrokerException