Java org.springframework.orm.hibernate5 HibernateOperations fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.orm.hibernate5 HibernateOperations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.orm.hibernate5 HibernateOperations.

The text is from its open source code.

Implementation

org.springframework.orm.hibernate5.HibernateOperations has the following implementations.
Click this link to see all its implementation.

Method

booleancontains(Object entity)
Check whether the given object is in the Session cache.
voidsaveOrUpdate(Object entity)
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).