类 CannotBecomeEntityGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.graph.CannotBecomeEntityGraphException
-
- 所有已实现的接口:
Serializable
public class CannotBecomeEntityGraphException extends HibernateException
Indicates an illegal attempt to make aGraphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean). Generally this happens because the Graph describes an embeddable, whereas an EntityGraph by definition is only valid for an entity.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CannotBecomeEntityGraphException(String message)
-
方法概要
-
-
-
构造器详细资料
-
CannotBecomeEntityGraphException
public CannotBecomeEntityGraphException(String message)
-
-