Class WithSessionOnDemandInterceptor

java.lang.Object
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractUniInterceptor
io.quarkus.hibernate.reactive.panache.common.runtime.WithSessionOnDemandInterceptor

@Interceptor @Priority(200) public class WithSessionOnDemandInterceptor extends AbstractUniInterceptor
  • Constructor Details

    • WithSessionOnDemandInterceptor

      public WithSessionOnDemandInterceptor()
  • Method Details

    • intercept

      public Object intercept(jakarta.interceptor.InvocationContext context) throws Exception
      Throws:
      Exception