Uses of Class
org.hibernate.StaleStateException

Packages that use StaleStateException
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.ejb   
 

Uses of StaleStateException in org.hibernate
 

Subclasses of StaleStateException in org.hibernate
 class StaleObjectStateException
          A StaleStateException that carries information about a particular entity instance that was the source of the failure.
 

Uses of StaleStateException in org.hibernate.ejb
 

Methods in org.hibernate.ejb with parameters of type StaleStateException
 PersistenceException HibernateEntityManagerImplementor.wrapStaleStateException(StaleStateException e)
           
 PersistenceException AbstractEntityManagerImpl.wrapStaleStateException(StaleStateException e)
          
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.