Uses of Class
io.clonecloudstore.common.database.utils.DbQuery
Packages that use DbQuery
Package
Description
-
Uses of DbQuery in io.clonecloudstore.common.database.mongo
Methods in io.clonecloudstore.common.database.mongo with parameters of type DbQueryModifier and TypeMethodDescriptionlong
long
io.clonecloudstore.common.standard.stream.ClosingIterator
<F> ExtendedPanacheMongoRepositoryBase.findIterator
(DbQuery query) io.clonecloudstore.common.standard.stream.ClosingIterator
<E> MongoStreamHelper.findIterator
(RepositoryBaseInterface<E> repositoryBase, DbQuery query) ExtendedPanacheMongoRepositoryBase.findStream
(DbQuery query) MongoStreamHelper.findStream
(RepositoryBaseInterface<E> repositoryBase, DbQuery query) static String
Usable in Panache find, delete... as condition with getSqlParamsAsArray()long
-
Uses of DbQuery in io.clonecloudstore.common.database.postgre
Methods in io.clonecloudstore.common.database.postgre with parameters of type DbQueryModifier and TypeMethodDescriptionlong
static String
For Native Query only with additional parameters using getSqlParamsAsArray()long
static String
For Native Query only with additional parameters using getSqlParamsAsArray()io.clonecloudstore.common.standard.stream.ClosingIterator
<F> ExtendedPanacheRepositoryBase.findIterator
(DbQuery query) io.clonecloudstore.common.standard.stream.ClosingIterator
<E> PostgreStreamHelper.findIterator
(RepositoryBaseInterface<E> repositoryBase, DbQuery query) org.hibernate.query.Query
<E> Build the SELECT Hibernate Query from the DbQueryExtendedPanacheRepositoryBase.findStream
(DbQuery query) PostgreStreamHelper.findStream
(RepositoryBaseInterface<E> repositoryBase, DbQuery query) org.hibernate.query.Query
<E> ExtendedPanacheRepositoryBase.getSelectQuery
(DbQuery dbQuery) Build the SELECT Hibernate Query from the DbQuerystatic Object[]
PostgreSqlHelper.getUpdateParamsAsArray
(DbUpdate update, DbQuery query) static String
Usable in Panache find, delete... as condition with getSqlParamsAsArray()static String
For Native Query only with additional parameters using getSqlParamsAsArray()long
static String
Usable in Panache update with getUpdateParamsAsArray() -
Uses of DbQuery in io.clonecloudstore.common.database.utils
Methods in io.clonecloudstore.common.database.utils that return DbQueryModifier and TypeMethodDescriptionstatic DbQuery
DbQuery.fromRestQuery
(RestQuery restQuery) Build a DbQuery from RestQuerystatic DbQuery
Helper to request on IDMethods in io.clonecloudstore.common.database.utils with parameters of type DbQueryModifier and TypeMethodDescriptionlong
long
io.clonecloudstore.common.standard.stream.ClosingIterator
<E> RepositoryBaseInterface.findIterator
(DbQuery query) io.clonecloudstore.common.standard.stream.ClosingIterator
<E> StreamHelperInterface.findIterator
(RepositoryBaseInterface<E> repositoryBase, DbQuery query) RepositoryBaseInterface.findStream
(DbQuery query) StreamHelperInterface.findStream
(RepositoryBaseInterface<E> repositoryBase, DbQuery query) long
Constructors in io.clonecloudstore.common.database.utils with parameters of type DbQueryModifierConstructorDescriptionDbQuery
(RestQuery.CONJUNCTION conjunction, DbQuery... queries) Query conjunction using parametersConstructor parameters in io.clonecloudstore.common.database.utils with type arguments of type DbQueryModifierConstructorDescriptionDbQuery
(RestQuery.CONJUNCTION conjunction, Collection<DbQuery> queries) Query conjunction using parameters