Class HibernateSpatialAvailable
java.lang.Object
io.quarkus.hibernate.orm.deployment.spatial.HibernateSpatialAvailable
- All Implemented Interfaces:
BooleanSupplier
Supplier that can be used to only run build steps
if Hibernate Spatial is available in the classpath.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final boolean(package private) static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HIBERNATE_SPATIAL_SERVICE_CLASS
- See Also:
-
HIBERNATE_SPATIAL_AVAILABLE
static final boolean HIBERNATE_SPATIAL_AVAILABLE
-
-
Constructor Details
-
HibernateSpatialAvailable
public HibernateSpatialAvailable()
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-