Uses of Class
org.hibernate.UnmanagedObjectException
Packages that use UnmanagedObjectException
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 UnmanagedObjectException in org.hibernate
Subclasses of UnmanagedObjectException in org.hibernateModifier and TypeClassDescriptionclassThrown if a detached instance of an entity class is passed to aSessionmethod that expects a managed instance.classThrown if a transient instance of an entity class is passed to aSessionmethod that expects a persistent instance, or if the state of an entity instance cannot be made persistent because the instance holds a reference to a transient entity.classThrown when the state of an entity cannot be made persistent because the entity holds a reference to a transient entity.