Class DetachedObjectException

All Implemented Interfaces:
Serializable

@Incubating public class DetachedObjectException extends HibernateException
Thrown if a detached instance of an entity class is passed to a Session method that expects a managed instance.
Since:
7.0
See Also:
  • Constructor Details

    • DetachedObjectException

      public DetachedObjectException(String message)