Package com.querydsl.core
Interface QueryFactory<Q extends Query<?>>
- Type Parameters:
Q- Query type
public interface QueryFactory<Q extends Query<?>>
Common interface for QueryFactory implementations
- Author:
- tiwe
-
Method Summary
-
Method Details
-
query
Q query()Create a new Query- Returns:
- new query
-