Uses of Class
net.sf.hibernate.UnresolvableObjectException

Packages that use UnresolvableObjectException
net.sf.hibernate   
 

Uses of UnresolvableObjectException in net.sf.hibernate
 

Subclasses of UnresolvableObjectException in net.sf.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 net.sf.hibernate that throw UnresolvableObjectException
static void UnresolvableObjectException.throwIfNull(Object o, Serializable id, Class clazz)