Class QuerySpecifications
java.lang.Object
org.n52.sensorweb.server.db.query.QuerySpecifications
- Direct Known Subclasses:
DataQuerySpecifications,ParameterQuerySpecifications
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DbQueryprotected final javax.persistence.EntityManager -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQuerySpecifications(DbQuery dbQuery, javax.persistence.EntityManager entityManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.persistence.criteria.PredicategetIdPredicate(javax.persistence.criteria.Join<?, ?> join, Collection<String> ids) protected Dateprotected Date
-
Field Details
-
dbQuery
-
entityManager
protected final javax.persistence.EntityManager entityManager
-
-
Constructor Details
-
QuerySpecifications
-
-
Method Details
-
getTimespanStart
-
getTimespanEnd
-
getIdPredicate
protected javax.persistence.criteria.Predicate getIdPredicate(javax.persistence.criteria.Join<?, ?> join, Collection<String> ids)
-