Package org.cyclos.impl.sql.postgresql
Interface NativeQuery.SQLQueryAction<T>
-
- Enclosing class:
- NativeQuery<Q extends QueryParameters,E extends SimpleEntity,P>
protected static interface NativeQuery.SQLQueryAction<T>Action executed with an initialized query
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute(com.querydsl.sql.SQLQuery<?> query)
-
-
-
Method Detail
-
execute
T execute(com.querydsl.sql.SQLQuery<?> query)
-
-