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 An SPI for dealing with parameters of native queries.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.loader.ast.internal org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters. -
-
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()
-