| AbstractDAO | AbstractDAO | |||
|---|---|---|---|---|
| Compiled from "AbstractDAO.java" | Compiled from "AbstractDAO.java" | |||
| public class io.dropwizard.hibernate.AbstractDAO<E> { | public class io.dropwizard.hibernate.AbstractDAO<E> { | |||
| public io.dropwizard.hibernate.AbstractDAO(org.hibernate.SessionFactory); | public io.dropwizard.hibernate.AbstractDAO(org.hibernate.SessionFactory); | |||
| protected org.hibernate.Session currentSession(); | protected org.hibernate.Session currentSession(); | |||
| protected org.hibernate.Criteria criteria(); | protected jakarta.persistence.criteria.CriteriaQuery<E> criteriaQuery(); | |||
| protected javax.persistence.criteria.CriteriaQuery<E> criteriaQuery(); | ||||
| protected org.hibernate.query.Query<?> namedQuery(java.lang.String) throw s org.hibernate.HibernateException; | protected org.hibernate.query.Query<?> namedQuery(java.lang.String) throw s org.hibernate.HibernateException; | |||
| protected org.hibernate.query.Query<E> namedTypedQuery(java.lang.String) throws org.hibernate.HibernateException; | protected org.hibernate.query.Query<E> namedTypedQuery(java.lang.String) throws org.hibernate.HibernateException; | |||
| protected org.hibernate.query.Query<E> query(java.lang.String); | protected org.hibernate.query.Query<E> query(java.lang.String); | |||
| public java.lang.Class<E> getEntityClass(); | public java.lang.Class<E> getEntityClass(); | |||
| protected E uniqueResult(javax.persistence.criteria.CriteriaQuery<E>) thr | protected E uniqueResult(jakarta.persistence.criteria.CriteriaQuery<E>) t | |||
| ows org.hibernate.HibernateException; | hrows org.hibernate.HibernateException; | |||
| protected E uniqueResult(org.hibernate.Criteria) throws org.hibernate.Hib | ||||
| ernateException; | ||||
| protected E uniqueResult(org.hibernate.query.Query<E>) throws org.hiberna te.HibernateException; | protected E uniqueResult(org.hibernate.query.Query<E>) throws org.hiberna te.HibernateException; | |||
| protected java.util.List<E> list(org.hibernate.Criteria) throws org.hiber | protected java.util.List<E> list(jakarta.persistence.criteria.CriteriaQue | |||
| nate.HibernateException; | ry<E>) throws org.hibernate.HibernateException; | |||
| protected java.util.List<E> list(javax.persistence.criteria.CriteriaQuery | ||||
| <E>) throws org.hibernate.HibernateException; | ||||
| protected java.util.List<E> list(org.hibernate.query.Query<E>) throws org .hibernate.HibernateException; | protected java.util.List<E> list(org.hibernate.query.Query<E>) throws org .hibernate.HibernateException; | |||
| protected E get(java.io.Serializable); | protected E get(java.lang.Object); | |||
| protected E persist(E) throws org.hibernate.HibernateException; | protected E persist(E) throws org.hibernate.HibernateException; | |||
| protected <T> T initialize(T) throws org.hibernate.HibernateException; | protected <T> T initialize(T) throws org.hibernate.HibernateException; | |||
| } | } | |||
| End of changes. 4 change blocks. | ||||
| 11 lines changed or deleted | 6 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/  | ||||