程序包 org.hibernate.graph
Hibernate's (extended) support for JPA's entity graphs
-
接口概要 接口 说明 AttributeNode<J> Hibernate extension to the JPA entity-graph AttributeNode contract.Graph<J> A container forAttributeNodes.GraphNode<J> Commonality betweenAttributeNodeandGraph.RootGraph<J> Hibernate extension to the JPAEntityGraphcontract.SubGraph<J> Hibernate extension to the JPA entity-graph Subgraph contract. -
类概要 类 说明 EntityGraphs A collection ofEntityGraphutilities.GraphParser -
枚举概要 枚举 说明 GraphSemantic JPA defines 2 distinct semantics for applying an EntityGraph. -
异常错误概要 异常错误 说明 CannotBecomeEntityGraphException Indicates an illegal attempt to make aGraphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean).CannotContainSubGraphException Indicates an attempt was made to add a (key)?InvalidGraphException Thrown byGraphParserto indicate textual entity graph representation parsing errors.