Uses of Interface
org.hibernate.graph.spi.AppliedGraph
-
Packages that use AppliedGraph Package Description org.hibernate.engine.jdbc.mutation.internal 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.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return AppliedGraph Modifier and Type Method Description AppliedGraph
MutationQueryOptions. getAppliedGraph()
-
Uses of AppliedGraph in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement AppliedGraph Modifier and Type Class Description class
EntityGraphQueryHint
Deprecated.useAppliedGraph
insteadConstructors 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 class
EffectiveEntityGraph
Think 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 AppliedGraph
LoaderSqlAstCreationState. getAppliedGraph()
-
Uses of AppliedGraph in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement AppliedGraph Modifier and Type Class Description class
QueryOptionsImpl
Methods in org.hibernate.query.internal that return AppliedGraph Modifier and Type Method Description AppliedGraph
QueryOptionsImpl. getAppliedGraph()
-
Uses of AppliedGraph in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return AppliedGraph Modifier and Type Method Description AppliedGraph
DelegatingQueryOptions. getAppliedGraph()
AppliedGraph
QueryOptions. getAppliedGraph()
JPAEntityGraph
explicitly applied to the query.AppliedGraph
QueryOptionsAdapter. getAppliedGraph()
-