Class PanacheJpaEntityOperationsEnhancer

java.lang.Object
io.quarkus.panache.common.deployment.PanacheEntityEnhancer
io.quarkus.panache.common.deployment.PanacheJpaEntityOperationsEnhancer
All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>

public class PanacheJpaEntityOperationsEnhancer extends PanacheEntityEnhancer
  • Constructor Details

    • PanacheJpaEntityOperationsEnhancer

      public PanacheJpaEntityOperationsEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers, TypeBundle typeBundle)
  • Method Details

    • apply

      public org.objectweb.asm.ClassVisitor apply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)
      Specified by:
      apply in interface BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
      Specified by:
      apply in class PanacheEntityEnhancer