Class 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 Detail

      • HsqldbPredicate

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

      • apply

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