com.mysema.query
Interface QueryFactory<Q extends Query<?>,SQ extends Detachable>

Type Parameters:
Q -
SQ -

public interface QueryFactory<Q extends Query<?>,SQ extends Detachable>

Common interface for QueryFactory implementations

Author:
tiwe

Method Summary
 Q query()
          Create a new Query
 SQ subQuery()
          Create a new Sub query
 

Method Detail

query

Q query()
Create a new Query

Returns:

subQuery

SQ subQuery()
Create a new Sub query

Returns:


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.