Class WithSessionInterceptor

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

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

    • WithSessionInterceptor

      public WithSessionInterceptor()
  • Method Details

    • intercept

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