Generated by
JDiff

Class org.springframework.orm.hibernate3.HibernateTemplate

Removed Methods
List<Object> findByExample(Object)  
List<Object> findByExample(Object, int, int)  
List<Object> findByExample(String, Object)  
List<Object> findByExample(String, Object, int, int)  
 

Added Methods
List<T> findByExample(T)  
List<T> findByExample(T, int, int)  
List<T> findByExample(String, T)  
List<T> findByExample(String, T, int, int)  
 

Changed Methods
List<?> executeFind(HibernateCallback<?>) Change in return type from List<Object> to List<?>.
 
List<?> findByNamedQueryAndValueBean(String, Object) Change in return type from List<Object> to List<?>.
 
List<?> findByValueBean(String, Object) Change in return type from List<Object> to List<?>.
 
List<?> find(String) Change in return type from List<Object> to List<?>.
 
List<?> find(String, Object) Change in return type from List<Object> to List<?>.
 
List<?> find(String, Object[]) Change in return type from List<Object> to List<?>.
 
List<?> findByCriteria(DetachedCriteria) Change in return type from List<Object> to List<?>.
 
List<?> findByCriteria(DetachedCriteria, int, int) Change in return type from List<Object> to List<?>.
 
List<?> findByNamedParam(String, String, Object) Change in return type from List<Object> to List<?>.
 
List<?> findByNamedParam(String, String[], Object[]) Change in return type from List<Object> to List<?>.
 
List<?> findByNamedQuery(String) Change in return type from List<Object> to List<?>.
 
List<?> findByNamedQuery(String, Object) Change in return type from List<Object> to List<?>.
 
List<?> findByNamedQuery(String, Object[]) Change in return type from List<Object> to List<?>.
 
List<?> findByNamedQueryAndNamedParam(String, String, Object) Change in return type from List<Object> to List<?>.
 
List<?> findByNamedQueryAndNamedParam(String, String[], Object[]) Change in return type from List<Object> to List<?>.
 
Iterator<?> iterate(String) Change in return type from Iterator<Object> to Iterator<?>.
 
Iterator<?> iterate(String, Object) Change in return type from Iterator<Object> to Iterator<?>.
 
Iterator<?> iterate(String, Object[]) Change in return type from Iterator<Object> to Iterator<?>.