Class QuerySpecifications
- java.lang.Object
-
- org.n52.sensorweb.server.db.query.QuerySpecifications
-
- Direct Known Subclasses:
DataQuerySpecifications,DatasetQuerySpecifications,ParameterQuerySpecifications
public abstract class QuerySpecifications extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DbQuerydbQueryprotected javax.persistence.EntityManagerentityManager
-
Constructor Summary
Constructors Modifier Constructor Description protectedQuerySpecifications(DbQuery dbQuery, javax.persistence.EntityManager entityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.persistence.criteria.PredicategetIdPredicate(javax.persistence.criteria.Join<?,?> join, Collection<String> ids)protected DategetTimespanEnd()protected DategetTimespanStart()
-
-
-
Field Detail
-
dbQuery
protected final DbQuery dbQuery
-
entityManager
protected final javax.persistence.EntityManager entityManager
-
-
Constructor Detail
-
QuerySpecifications
protected QuerySpecifications(DbQuery dbQuery, javax.persistence.EntityManager entityManager)
-
-
Method Detail
-
getTimespanStart
protected Date getTimespanStart()
-
getTimespanEnd
protected Date getTimespanEnd()
-
getIdPredicate
protected javax.persistence.criteria.Predicate getIdPredicate(javax.persistence.criteria.Join<?,?> join, Collection<String> ids)
-
-