Class HibernateORMResourceMethodListenerImplementor

java.lang.Object
io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
io.quarkus.hibernate.orm.rest.data.panache.deployment.HibernateORMResourceMethodListenerImplementor

public class HibernateORMResourceMethodListenerImplementor extends io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
  • Field Summary

    Fields inherited from class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor

    listenerFields, ON_AFTER, ON_AFTER_ADD_METHOD_NAME, ON_AFTER_DELETE_METHOD_NAME, ON_AFTER_UPDATE_METHOD_NAME, ON_BEFORE_ADD_METHOD_NAME, ON_BEFORE_DELETE_METHOD_NAME, ON_BEFORE_UPDATE_METHOD_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    HibernateORMResourceMethodListenerImplementor(io.quarkus.gizmo.ClassCreator cc, List<org.jboss.jandex.ClassInfo> resourceMethodListeners)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAfterAdd(io.quarkus.gizmo.BytecodeCreator methodCreator, io.quarkus.gizmo.ResultHandle entity)
     
    void
    onAfterDelete(io.quarkus.gizmo.BytecodeCreator methodCreator, io.quarkus.gizmo.ResultHandle id)
     
    void
    onAfterUpdate(io.quarkus.gizmo.BytecodeCreator methodCreator, io.quarkus.gizmo.ResultHandle entity)
     

    Methods inherited from class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor

    findMethodByName, invokeMethodUsingEntity, invokeMethodUsingId, onBeforeAdd, onBeforeDelete, onBeforeUpdate, processEventListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HibernateORMResourceMethodListenerImplementor

      public HibernateORMResourceMethodListenerImplementor(io.quarkus.gizmo.ClassCreator cc, List<org.jboss.jandex.ClassInfo> resourceMethodListeners)
  • Method Details

    • onAfterAdd

      public void onAfterAdd(io.quarkus.gizmo.BytecodeCreator methodCreator, io.quarkus.gizmo.ResultHandle entity)
    • onAfterUpdate

      public void onAfterUpdate(io.quarkus.gizmo.BytecodeCreator methodCreator, io.quarkus.gizmo.ResultHandle entity)
    • onAfterDelete

      public void onAfterDelete(io.quarkus.gizmo.BytecodeCreator methodCreator, io.quarkus.gizmo.ResultHandle id)