Uses of Class
org.hibernate.UnresolvableObjectException
-
Packages that use UnresolvableObjectException Package Description org.hibernate -
-
Uses of UnresolvableObjectException in org.hibernate
Subclasses of UnresolvableObjectException in org.hibernate Modifier and Type Class Description 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).Methods in org.hibernate that throw UnresolvableObjectException Modifier and Type Method Description static voidUnresolvableObjectException. throwIfNull(java.lang.Object entity, java.io.Serializable identifier, java.lang.String entityName)Factory method for building and throwing an UnresolvableObjectException if the entity is null.
-