Class ExpressionCriteriaFactory

java.lang.Object
org.refcodes.criteria.ExpressionCriteriaFactory
All Implemented Interfaces:
CriteriaFactory<String>

public class ExpressionCriteriaFactory extends Object implements CriteriaFactory<String>
Implements a CriteriaFactory which is capable of parsing an expression such as the following one: ( ( ( City = 'Berlin' ) OR ( City = 'Munich' ) ) AND ( Surname = 'Miller' ) ).
Version:
$Id: $Id
Author:
steiner
  • Constructor Details

    • ExpressionCriteriaFactory

      public ExpressionCriteriaFactory()
  • Method Details