Uses of Interface
org.hibernate.graph.spi.GraphImplementor
-
Packages that use GraphImplementor Package Description org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.spi -
-
Uses of GraphImplementor in org.hibernate.graph
Methods in org.hibernate.graph with parameters of type GraphImplementor Modifier and Type Method Description static <T> EntityGraph<T>
EntityGraphs. merge(SessionImplementor session, java.lang.Class<T> rootType, GraphImplementor<T>... graphs)
-
Uses of GraphImplementor in org.hibernate.graph.spi
Subinterfaces of GraphImplementor in org.hibernate.graph.spi Modifier and Type Interface Description interface
RootGraphImplementor<J>
Integration version of the RootGraph contractinterface
SubGraphImplementor<J>
Integration version of the SubGraph contractMethods in org.hibernate.graph.spi that return GraphImplementor Modifier and Type Method Description GraphImplementor<J>
GraphImplementor. makeCopy(boolean mutable)
Methods in org.hibernate.graph.spi with parameters of type GraphImplementor Modifier and Type Method Description void
GraphImplementor. merge(GraphImplementor<J>... others)
-