Class HibernateReactiveEnabled

java.lang.Object
io.quarkus.hibernate.reactive.deployment.HibernateReactiveEnabled
All Implemented Interfaces:
BooleanSupplier

public class HibernateReactiveEnabled extends Object implements BooleanSupplier
Supplier that can be used to only run build steps if the Hibernate ORM extension is enabled.
  • Constructor Details

    • HibernateReactiveEnabled

      HibernateReactiveEnabled(io.quarkus.hibernate.orm.deployment.HibernateOrmConfig config)
  • Method Details