Package com.atlassian.bamboo.jpa
Class JpaUtils.CriteriaQuery<E,R>
- java.lang.Object
-
- com.atlassian.bamboo.jpa.JpaUtils.CriteriaQuery<E,R>
-
-
Constructor Summary
Constructors Constructor Description CriteriaQuery(org.hibernate.SessionFactory sessionFactory, Class<? extends E> entity, Class<R> result)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
apply()
List<R>
getResultList()
List<R>
getResultList(int firstResult, int maxResults)
R
getSingleResult()
R
uniqueResult()
-