Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.jpa.spi |
Modifier and Type | Class and Description |
---|---|
class |
StaleObjectStateException
A specialized StaleStateException that carries information about the particular entity
instance that was the source of the failure.
|
Modifier and Type | Method and Description |
---|---|
PersistenceException |
HibernateEntityManagerImplementor.wrapStaleStateException(StaleStateException e) |
PersistenceException |
AbstractEntityManagerImpl.wrapStaleStateException(StaleStateException e) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.