Uses of Interface
org.hibernate.graph.spi.AppliedGraph
-
Packages that use AppliedGraph Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.loader.ast.internal org.hibernate.query.internal org.hibernate.query.spi -
-
Uses of AppliedGraph in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement AppliedGraph Modifier and Type Class Description classEntityGraphQueryHintDeprecated.useAppliedGraphinsteadConstructors in org.hibernate.engine.query.spi with parameters of type AppliedGraph Constructor Description EntityGraphQueryHint(AppliedGraph delegate)Deprecated. -
Uses of AppliedGraph in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement AppliedGraph Modifier and Type Class Description classEffectiveEntityGraphThink of this as the composite modeling of a graph and the semantic. -
Uses of AppliedGraph in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return AppliedGraph Modifier and Type Method Description AppliedGraphLoaderSqlAstCreationState. getAppliedGraph() -
Uses of AppliedGraph in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement AppliedGraph Modifier and Type Class Description classQueryOptionsImplMethods in org.hibernate.query.internal that return AppliedGraph Modifier and Type Method Description AppliedGraphQueryOptionsImpl. getAppliedGraph() -
Uses of AppliedGraph in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return AppliedGraph Modifier and Type Method Description AppliedGraphDelegatingQueryOptions. getAppliedGraph()AppliedGraphQueryOptions. getAppliedGraph()JPAEntityGraphexplicitly applied to the query.AppliedGraphQueryOptionsAdapter. getAppliedGraph()
-