Uses of Class
io.ebeaninternal.server.query.CQuery
Packages that use CQuery
Package
Description
Core implementation objects
-
Uses of CQuery in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return CQueryModifier and TypeMethodDescription<T> CQuery<T> SpiEbeanServer.compileQuery(SpiQuery.Type type, SpiQuery<T> query, Transaction transaction) Compile a query. -
Uses of CQuery in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return CQueryModifier and TypeMethodDescription<T> CQuery<T> DefaultServer.compileQuery(SpiQuery.Type type, SpiQuery<T> query, Transaction transaction) Compile a query. -
Uses of CQuery in io.ebeaninternal.server.query
Methods in io.ebeaninternal.server.query that return CQueryModifier and TypeMethodDescription<T> CQuery<T> CQueryEngine.buildQuery(OrmQueryRequest<T> request)