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
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAfterAdd(io.quarkus.gizmo.BytecodeCreator methodCreator, io.quarkus.gizmo.ResultHandle entity)voidonAfterDelete(io.quarkus.gizmo.BytecodeCreator methodCreator, io.quarkus.gizmo.ResultHandle id)voidonAfterUpdate(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
-
-
-
-
Constructor Detail
-
HibernateORMResourceMethodListenerImplementor
public HibernateORMResourceMethodListenerImplementor(io.quarkus.gizmo.ClassCreator cc, List<org.jboss.jandex.ClassInfo> resourceMethodListeners)
-
-
Method Detail
-
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)
-
-