nl.knowledgeplaza.util.jpa
Interface EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener

All Known Implementing Classes:
AbstractBeanEclipselink
Enclosing class:
EclipselinkDescriptorEventListenerRouter

public static interface EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener


Method Summary
 void aboutToDelete()
          the SQL is about to be executed
 void aboutToInsert()
          the SQL is about to be executed
 void aboutToUpdate()
          the SQL is about to be executed
 boolean isOverriddenEvent(Vector arg1)
           
 void postBuild()
           
 void postClone()
           
 void postDelete()
           
 void postInsert()
           
 void postMerge()
           
 void postRefresh()
           
 void postUpdate()
           
 void postWrite()
           
 void preDelete()
           
 void preInsert()
           
 void prePersist()
           
 void preRemove()
           
 void preUpdate()
          called on almost every entity
 void preUpdateWithChanges()
          called only if there are changes and an update will be done
 void preWrite()
           
 

Method Detail

isOverriddenEvent

boolean isOverriddenEvent(Vector arg1)

postBuild

void postBuild()

postClone

void postClone()

postRefresh

void postRefresh()

preInsert

void preInsert()

aboutToInsert

void aboutToInsert()
the SQL is about to be executed


postInsert

void postInsert()

prePersist

void prePersist()

preUpdate

void preUpdate()
called on almost every entity


preUpdateWithChanges

void preUpdateWithChanges()
called only if there are changes and an update will be done


aboutToUpdate

void aboutToUpdate()
the SQL is about to be executed


postUpdate

void postUpdate()

preWrite

void preWrite()

postWrite

void postWrite()

postMerge

void postMerge()

preDelete

void preDelete()

aboutToDelete

void aboutToDelete()
the SQL is about to be executed


postDelete

void postDelete()

preRemove

void preRemove()


Copyright © 2011 KnowledgePlaza. All Rights Reserved.