Class HibernateSpatialAvailable

java.lang.Object
io.quarkus.hibernate.orm.deployment.spatial.HibernateSpatialAvailable
All Implemented Interfaces:
BooleanSupplier

public class HibernateSpatialAvailable extends Object implements BooleanSupplier
Supplier that can be used to only run build steps if Hibernate Spatial is available in the classpath.
  • Field Details

    • HIBERNATE_SPATIAL_SERVICE_CLASS

      static final String HIBERNATE_SPATIAL_SERVICE_CLASS
      See Also:
    • HIBERNATE_SPATIAL_AVAILABLE

      static final boolean HIBERNATE_SPATIAL_AVAILABLE
  • Constructor Details

    • HibernateSpatialAvailable

      public HibernateSpatialAvailable()
  • Method Details