Uses of Interface
org.hibernate.graph.Graph
-
Packages that use Graph Package Description org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.internal org.hibernate.graph.spi This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph. -
-
Uses of Graph in org.hibernate.graph
Subinterfaces of Graph in org.hibernate.graph Modifier and Type Interface Description interfaceRootGraph<J>Extends the JPA-definedEntityGraphwith additional operations.interfaceSubGraph<J>Extends the JPA-definedSubgraphwith additional operations.Methods in org.hibernate.graph that return Graph Modifier and Type Method Description Graph<J>Graph. makeCopy(boolean mutable)Methods in org.hibernate.graph with parameters of type Graph Modifier and Type Method Description static <T> EntityGraph<T>EntityGraphs. merge(Session session, Class<T> rootType, Graph<T>... graphs)static <T> voidGraphParser. parseInto(Graph<T> graph, CharSequence graphText, EntityManager entityManager)Parses the textual graph representation into the specified graph.static <T> voidGraphParser. parseInto(Graph<T> graph, CharSequence graphText, EntityManagerFactory entityManagerFactory)Parses the textual graph representation into the specified graph. -
Uses of Graph in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement Graph Modifier and Type Class Description classAbstractGraph<J>classRootGraphImpl<J>Implementation of the JPA-definedEntityGraphinterface.classSubGraphImpl<J>Implementation of the JPA-definedSubgraphinterface. -
Uses of Graph in org.hibernate.graph.spi
Subinterfaces of Graph in org.hibernate.graph.spi Modifier and Type Interface Description interfaceGraphImplementor<J>Integration version of theGraphcontractinterfaceRootGraphImplementor<J>Integration version of theRootGraphcontract.interfaceSubGraphImplementor<J>Integration version of theSubGraphcontract.Methods in org.hibernate.graph.spi with parameters of type Graph Modifier and Type Method Description static booleanGraphHelper. appliesTo(Graph<?> graph, ManagedDomainType<?> managedType)
-