Class ExpressionCriteriaFactoryImpl

  • All Implemented Interfaces:
    CriteriaFactory<String>

    public class ExpressionCriteriaFactoryImpl
    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