Generated by
JDiff

Interface org.springframework.orm.hibernate5.HibernateOperations

Changed Methods
int bulkUpdate(String, Object[]) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
void closeIterator(Iterator<?>) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
List<?> find(String, Object[]) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
List<?> findByNamedQuery(String, Object[]) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
List<?> findByNamedQueryAndValueBean(String, Object) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
List<?> findByValueBean(String, Object) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
Iterator<?> iterate(String, Object[]) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
List<?> findByNamedParam(String, String, Object) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
List<?> findByNamedParam(String, String[], Object[]) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
List<?> findByNamedQueryAndNamedParam(String, String, Object) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method
List<?> findByNamedQueryAndNamedParam(String, String[], Object[]) Now deprecated.
as of 5.0.4, in favor of a custom {@link HibernateCallback} lambda code block passed to the general {@link #execute} method