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

Uses of Class net.sf.hibernate.UnresolvableObjectException (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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)