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 AppliedGraphMutationQueryOptions. 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 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()
-