ch.elca.el4j.services.persistence.jpa.criteria
Interface Expression

All Known Implementing Classes:
QueryBuilder, QueryBuilder.ConditionList

public interface Expression

The interface for the query builder. The one implements the expression gives ability to append sub expression into itself.

Author:
Huy Hung Nguyen (HUN)
File-location:
Expression
Last check-in date:
2010-12-21 11:08:04 +0100 (Di, 21. Dez 2010) by swismer for revision 4253

Method Summary
 void append(String query)
          Appends sub query into the builder.
 

Method Detail

append

void append(String query)
Appends sub query into the builder.

Parameters:
query - the query to append


Copyright © 2005-2011 ELCA. All Rights Reserved.