Uses of Class
org.hibernate.UnresolvableObjectException

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

Uses of UnresolvableObjectException in org.hibernate
 

Subclasses of UnresolvableObjectException in org.hibernate
 class ObjectDeletedException
          Thrown when the user tries to do something illegal with a deleted object.
 class ObjectNotFoundException
          Thrown when Session.load() fails to select a row with the given primary key (identifier value).
 

Methods in org.hibernate that throw UnresolvableObjectException
static void UnresolvableObjectException.throwIfNull(Object o, Serializable id, String clazz)
           
 



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