Class ExpressionQueryFactoryImpl

java.lang.Object
org.refcodes.criteria.ExpressionQueryFactoryImpl
All Implemented Interfaces:
QueryFactory<String>

public class ExpressionQueryFactoryImpl
extends Object
implements QueryFactory<String>
The ExpressionCriteriaFactoryImpl is capable of creating query String instances from Criteria instances; the query String instances which can be used as parts of SQL statements.
Version:
$Id: $Id
Author:
steiner
  • Constructor Details

    • ExpressionQueryFactoryImpl

      public ExpressionQueryFactoryImpl()
  • Method Details