Uses of Interface
org.hibernate.graph.spi.RootGraphImplementor
-
Packages that use RootGraphImplementor Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.graph.spi org.hibernate.metamodel.spi -
-
Uses of RootGraphImplementor in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return RootGraphImplementor Modifier and Type Method Description RootGraphImplementor<?>EntityGraphQueryHint. getGraph()Constructors in org.hibernate.engine.query.spi with parameters of type RootGraphImplementor Constructor Description EntityGraphQueryHint(RootGraphImplementor<?> graph, GraphSemantic semantic) -
Uses of RootGraphImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return RootGraphImplementor Modifier and Type Method Description <T> RootGraphImplementor<T>SessionDelegatorBaseImpl. createEntityGraph(java.lang.Class<T> rootType)RootGraphImplementor<?>SessionDelegatorBaseImpl. createEntityGraph(java.lang.String graphName)<T> RootGraphImplementor<T>SessionImplementor. createEntityGraph(java.lang.Class<T> rootType)RootGraphImplementor<?>SessionImplementor. createEntityGraph(java.lang.String graphName)RootGraphImplementorSessionFactoryDelegatingImpl. findEntityGraphByName(java.lang.String name)RootGraphImplementor<?>SessionFactoryImplementor. findEntityGraphByName(java.lang.String name)RootGraphImplementor<?>SessionDelegatorBaseImpl. getEntityGraph(java.lang.String graphName)RootGraphImplementor<?>SessionImplementor. getEntityGraph(java.lang.String graphName)RootGraphImplementor<?>EffectiveEntityGraph. getGraph()Methods in org.hibernate.engine.spi that return types with arguments of type RootGraphImplementor Modifier and Type Method Description <T> java.util.List<RootGraphImplementor<? super T>>SessionFactoryDelegatingImpl. findEntityGraphsByJavaType(java.lang.Class<T> entityClass)<T> java.util.List<RootGraphImplementor<? super T>>SessionFactoryImplementor. findEntityGraphsByJavaType(java.lang.Class<T> entityClass)Methods in org.hibernate.engine.spi with parameters of type RootGraphImplementor Modifier and Type Method Description voidEffectiveEntityGraph. applyGraph(RootGraphImplementor<?> graph, GraphSemantic semantic)Apply the graph and semantic. -
Uses of RootGraphImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return RootGraphImplementor Modifier and Type Method Description RootGraphImplementor<?>AppliedGraph. getGraph()The applied graphdefault RootGraphImplementor<J>RootGraphImplementor. makeImmutableCopy(java.lang.String name)Make an immutable copy of this entity graph, using the given name.RootGraphImplementor<J>GraphImplementor. makeRootGraph(java.lang.String name, boolean mutable)RootGraphImplementor<J>RootGraphImplementor. makeRootGraph(java.lang.String name, boolean mutable)RootGraphImplementor<J>SubGraphImplementor. makeRootGraph(java.lang.String name, boolean mutable) -
Uses of RootGraphImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return RootGraphImplementor Modifier and Type Method Description <T> RootGraphImplementor<T>MetamodelImplementor. findEntityGraphByName(java.lang.String name)Methods in org.hibernate.metamodel.spi that return types with arguments of type RootGraphImplementor Modifier and Type Method Description <T> java.util.List<RootGraphImplementor<? super T>>MetamodelImplementor. findEntityGraphsByJavaType(java.lang.Class<T> entityClass)Methods in org.hibernate.metamodel.spi with parameters of type RootGraphImplementor Modifier and Type Method Description <T> voidMetamodelImplementor. addNamedEntityGraph(java.lang.String graphName, RootGraphImplementor<T> entityGraph)
-