public class CannotBecomeEntityGraphException extends HibernateException
Graph
become
an EntityGraph
via Graph.makeRootGraph(String, boolean)
.
Generally this happens because the Graph describes an embeddable, whereas an EntityGraph
by definition is only valid for an entity.Constructor and Description |
---|
CannotBecomeEntityGraphException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotBecomeEntityGraphException(String message)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.