Uses of Interface
com.objectsql.query.IQuery
Packages that use IQuery
Package
Description
-
Uses of IQuery in com.objectsql
Methods in com.objectsql with parameters of type IQueryModifier and TypeMethodDescription<S> List<S> <S> List<S> <S> List<S> voidBaseService.query(IQuery query, ResultSetProcessHandler<T> resultSetHandler) <S> List<S> <S> List<S> <S> List<S> voidBaseServiceImpl.query(IQuery query, ResultSetProcessHandler resultSetHandler) intBaseService.queryCount(IQuery query) intBaseServiceImpl.queryCount(IQuery q) <S> Pageable<S> <S> Pageable<S> -
Uses of IQuery in com.objectsql.listener
Methods in com.objectsql.listener with parameters of type IQueryModifier and TypeMethodDescriptionvoidQueryListener.handle(SQLService service, Class<?> clazz, IQuery query) -
Uses of IQuery in com.objectsql.option
Methods in com.objectsql.option with parameters of type IQueryModifier and TypeMethodDescriptionAbstractOptions.doQueryCount(IQuery query) AbstractOptions.groupCountSelect(IQuery query) AbstractOptions.selectColumns(IQuery query, String alias, Map<String, String> asNames, List<Pair> values) -
Uses of IQuery in com.objectsql.query
Subinterfaces of IQuery in com.objectsql.queryClasses in com.objectsql.query that implement IQueryMethods in com.objectsql.query with parameters of type IQueryModifier and TypeMethodDescription -
Uses of IQuery in com.objectsql.support
Methods in com.objectsql.support that return IQueryMethods in com.objectsql.support with parameters of type IQueryConstructors in com.objectsql.support with parameters of type IQuery