Class HsqldbPredicate

java.lang.Object
com.atlassian.confluence.core.persistence.HsqldbPredicate
All Implemented Interfaces:
com.google.common.base.Predicate, Predicate

public class HsqldbPredicate extends Object implements com.google.common.base.Predicate
Predicate to tell whether we're running in HSQLDB or not.
Since:
5.6
  • Constructor Details

    • HsqldbPredicate

      public HsqldbPredicate(com.atlassian.config.db.HibernateConfig hibernateConfig)
  • Method Details

    • apply

      public boolean apply(@Nullable Object input)
      Specified by:
      apply in interface com.google.common.base.Predicate