Class NamedQueryExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.namedquery.validator.NamedQueryExistsPredicate
All Implemented Interfaces:
Predicate<String>

public class NamedQueryExistsPredicate extends Object implements Predicate<String>
Predicate to test if a given query name maps to an existing named query.

Returns TRUE if the named query exists; FALSE otherwise.

  • Constructor Details

    • NamedQueryExistsPredicate

      public NamedQueryExistsPredicate()
  • Method Details