Uses of Class
org.hibernate.UnresolvableObjectException
Packages that use UnresolvableObjectException
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.-
Uses of UnresolvableObjectException in org.hibernate
Subclasses of UnresolvableObjectException in org.hibernateModifier and TypeClassDescriptionclass
Thrown when the user tries to do something illegal with a deleted object.class
Thrown whenSession.find(Class, Object)
fails to select a row with the given primary key (identifier value).Methods in org.hibernate that throw UnresolvableObjectExceptionModifier and TypeMethodDescriptionstatic void
UnresolvableObjectException.throwIfNull
(Object entity, Object identifier, String entityName) Factory method for building and throwing anUnresolvableObjectException
if the entity is null.