| 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 org.hibernate.Criteria criteria(); | |||
| protected org.hibernate.Query namedQuery(java.lang.String) throws org.hib | protected org.hibernate.query.Query namedQuery(java.lang.String) throws o | |||
| ernate.HibernateException; | rg.hibernate.HibernateException; | |||
| 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 ows org.hibernate.HibernateException; | ||||
| protected E uniqueResult(org.hibernate.Criteria) throws org.hibernate.Hib ernateException; | protected E uniqueResult(org.hibernate.Criteria) throws org.hibernate.Hib ernateException; | |||
| protected E uniqueResult(org.hibernate.Query) throws org.hibernate.Hibern ateException; | 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 nate.HibernateException; | protected java.util.List<E> list(org.hibernate.Criteria) throws org.hiber nate.HibernateException; | |||
| protected java.util.List<E> list(org.hibernate.Query) throws org.hibernat | protected java.util.List<E> list(javax.persistence.criteria.CriteriaQuery | |||
| e.HibernateException; | <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.io.Serializable); | |||
| 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. | ||||
| 5 lines changed or deleted | 9 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/  | ||||