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 javax.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> 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 ows org.hibernate.HibernateException; 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.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 nate.HibernateException; protected java.util.List<E> list(org.hibernate.Criteria) throws org.hiber nate.HibernateException;
protected java.util.List<E> list(javax.persistence.criteria.CriteriaQuery <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.io.Serializable);
protected E persist(E) throws org.hibernate.HibernateException; protected E persist(E) throws org.hibernate.HibernateException;
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 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/