类的使用
org.hibernate.UnresolvableObjectException
-
使用UnresolvableObjectException的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs. -
-
org.hibernate中UnresolvableObjectException的使用
org.hibernate中UnresolvableObjectException的子类 修饰符和类型 类 说明 classObjectDeletedExceptionThrown when the user tries to do something illegal with a deleted object.classObjectNotFoundExceptionThrown when Session.load() fails to select a row with the given primary key (identifier value).抛出UnresolvableObjectException的org.hibernate中的方法 修饰符和类型 方法 说明 static voidUnresolvableObjectException. throwIfNull(Object entity, Serializable identifier, String entityName)Factory method for building and throwing an UnresolvableObjectException if the entity is null.
-