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 ResourceMethodListenerImplementor
  • 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)