Uses of Interface
net.binis.codegen.spring.query.QueryExecute
Packages that use QueryExecute
-
Uses of QueryExecute in net.binis.codegen.spring.query
Subinterfaces of QueryExecute in net.binis.codegen.spring.queryModifier and TypeInterfaceDescriptioninterfaceinterfaceQueryCondition<S,O, R> interfaceQueryFilter<R>interfaceQueryOrderOperation<S,R> interfaceQueryParam<R>interfaceQuerySelectOperation<S,O, R> Methods in net.binis.codegen.spring.query that return QueryExecuteModifier and TypeMethodDescriptionQueryExecute.flush(javax.persistence.FlushModeType type) QueryExecute.lock(javax.persistence.LockModeType type) <V> QueryExecute<V>QueryExecute.projection(Class<V> projection) -
Uses of QueryExecute in net.binis.codegen.spring.query.executor
Classes in net.binis.codegen.spring.query.executor that implement QueryExecuteMethods in net.binis.codegen.spring.query.executor that return QueryExecuteModifier and TypeMethodDescriptionQueryExecutor.flush(javax.persistence.FlushModeType type) QueryOrderer.flush(javax.persistence.FlushModeType type) QueryExecutor.lock(javax.persistence.LockModeType type) QueryOrderer.lock(javax.persistence.LockModeType type) <V> QueryExecute<V>QueryExecutor.projection(Class<V> projection) <V> QueryExecute<V>QueryOrderer.projection(Class<V> projection)