Package | Description |
---|---|
org.springframework.orm.hibernate5 |
Package providing integration of
Hibernate 5.x
with Spring concepts.
|
org.springframework.orm.jpa |
Package providing integration of JPA (Java Persistence API) with Spring concepts.
|
Class and Description |
---|
ObjectOptimisticLockingFailureException
Exception thrown on an optimistic locking violation for a mapped object.
|
ObjectRetrievalFailureException
Exception thrown if a mapped object could not be retrieved via its identifier.
|
Class and Description |
---|
ObjectOptimisticLockingFailureException
Exception thrown on an optimistic locking violation for a mapped object.
|
ObjectRetrievalFailureException
Exception thrown if a mapped object could not be retrieved via its identifier.
|