站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Class org.hibernate.UnresolvableObjectException (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


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)