Class HibernateReactiveEnabled
java.lang.Object
io.quarkus.hibernate.reactive.deployment.HibernateReactiveEnabled
- All Implemented Interfaces:
BooleanSupplier
Supplier that can be used to only run build steps
if the Hibernate ORM extension is enabled.
-
Constructor Summary
ConstructorsConstructorDescriptionHibernateReactiveEnabled(io.quarkus.hibernate.orm.deployment.HibernateOrmConfig config) -
Method Summary
-
Constructor Details
-
HibernateReactiveEnabled
HibernateReactiveEnabled(io.quarkus.hibernate.orm.deployment.HibernateOrmConfig config)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-