Uses of Class
org.n52.sensorweb.server.db.old.dao.DbQuery
-
Packages that use DbQuery Package Description org.n52.sensorweb.server.db.old.dao org.n52.sensorweb.server.db.query -
-
Uses of DbQuery in org.n52.sensorweb.server.db.old.dao
Methods in org.n52.sensorweb.server.db.old.dao that return DbQuery Modifier and Type Method Description DbQueryDbQueryFactory. createFrom(org.n52.io.request.IoParameters parameters)DbQueryDefaultDbQueryFactory. createFrom(org.n52.io.request.IoParameters parameters)DbQueryDbQuery. removeAllOf(String... parameterNames)Creates a new instance and removes all given parameters.DbQueryDbQuery. removeSpatialFilter()Creates a new instance and removes spatial filter parameters.DbQueryDbQuery. replaceWith(String parameter, String... values)Create a new instance and replaces given parameter values.DbQueryDbQuery. replaceWith(String parameter, Collection<String> values)DbQueryDbQuery. setIncludeHierarchy(boolean includeHierarchy)DbQueryDbQuery. withoutFieldsFilter()DbQueryDbQuery. withoutSelectFilter()DbQueryDbQuery. withSubSelectFilter(String selection) -
Uses of DbQuery in org.n52.sensorweb.server.db.query
Fields in org.n52.sensorweb.server.db.query declared as DbQuery Modifier and Type Field Description protected DbQueryQuerySpecifications. dbQueryMethods in org.n52.sensorweb.server.db.query with parameters of type DbQuery Modifier and Type Method Description static CategoryQuerySpecificationsCategoryQuerySpecifications. of(DbQuery dbQuery)static <E> DataQuerySpecificationsDataQuerySpecifications. of(DbQuery query)static DatasetQuerySpecificationsDatasetQuerySpecifications. of(DbQuery dbQuery, javax.persistence.EntityManager entityManager)static FeatureQuerySpecificationsFeatureQuerySpecifications. of(DbQuery dbQuery, javax.persistence.EntityManager entityManager)static OfferingQuerySpecificationsOfferingQuerySpecifications. of(DbQuery dbQuery)static ParameterQuerySpecificationsParameterQuerySpecifications. of(DbQuery dbQuery, javax.persistence.EntityManager entityManager)static PhenomenonQuerySpecificationsPhenomenonQuerySpecifications. of(DbQuery dbQuery)static PlatformQuerySpecificationsPlatformQuerySpecifications. of(DbQuery dbQuery)static ProcedureQuerySpecificationsProcedureQuerySpecifications. of(DbQuery dbQuery)static ServiceQuerySpecificationsServiceQuerySpecifications. of(DbQuery dbQuery)static TagQuerySpecificationsTagQuerySpecifications. of(DbQuery dbQuery)Constructors in org.n52.sensorweb.server.db.query with parameters of type DbQuery Constructor Description ParameterQuerySpecifications(DbQuery dbQuery, javax.persistence.EntityManager entityManager)QuerySpecifications(DbQuery dbQuery, javax.persistence.EntityManager entityManager)
-