Package | Description |
---|---|
javax.persistence |
Java Persistence is the API for the management for persistence and object/relational mapping.
|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
org.hibernate.engine.spi | |
org.hibernate.graph.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa | |
org.hibernate.jpa.graph.internal | |
org.hibernate.metamodel.internal | |
org.hibernate.metamodel.spi |
Modifier and Type | Method and Description |
---|---|
<T> EntityGraph<T> |
EntityManager.createEntityGraph(Class<T> rootType)
Return a mutable EntityGraph that can be used to dynamically create an
EntityGraph.
|
EntityGraph<?> |
EntityManager.createEntityGraph(String graphName)
Return a mutable copy of the named EntityGraph.
|
EntityGraph<?> |
EntityManager.getEntityGraph(String graphName)
Return a named EntityGraph.
|
Modifier and Type | Method and Description |
---|---|
<T> List<EntityGraph<? super T>> |
EntityManager.getEntityGraphs(Class<T> entityClass)
Return all named EntityGraphs that have been defined for the provided
class type.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
EntityManagerFactory.addNamedEntityGraph(String graphName,
EntityGraph<T> entityGraph)
Add a named copy of the EntityGraph to the
EntityManagerFactory.
|
Modifier and Type | Method and Description |
---|---|
EntityGraph<?> |
EntityGraphQueryHint.getOriginEntityGraph() |
Constructor and Description |
---|
EntityGraphQueryHint(String hintName,
EntityGraph<?> originEntityGraph) |
Modifier and Type | Method and Description |
---|---|
<T> EntityGraph<T> |
SessionDelegatorBaseImpl.createEntityGraph(Class<T> rootType) |
EntityGraph<?> |
SessionDelegatorBaseImpl.createEntityGraph(String graphName) |
EntityGraph |
SessionFactoryImplementor.findEntityGraphByName(String name) |
EntityGraph |
SessionFactoryDelegatingImpl.findEntityGraphByName(String name) |
EntityGraph<?> |
SessionDelegatorBaseImpl.getEntityGraph(String graphName) |
EntityGraph |
LoadQueryInfluencers.getFetchGraph() |
EntityGraph |
LoadQueryInfluencers.getLoadGraph() |
Modifier and Type | Method and Description |
---|---|
<T> List<EntityGraph<? super T>> |
SessionFactoryDelegatingImpl.findEntityGraphsByType(Class<T> entityClass) |
<T> List<EntityGraph<? super T>> |
SessionDelegatorBaseImpl.getEntityGraphs(Class<T> entityClass) |
Modifier and Type | Method and Description |
---|---|
<T> void |
SessionFactoryDelegatingImpl.addNamedEntityGraph(String graphName,
EntityGraph<T> entityGraph) |
void |
LoadQueryInfluencers.setFetchGraph(EntityGraph fetchGraph) |
void |
LoadQueryInfluencers.setLoadGraph(EntityGraph loadGraph) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityGraphImplementor<T> |
Modifier and Type | Method and Description |
---|---|
<T> EntityGraph<T> |
SessionImpl.createEntityGraph(Class<T> rootType) |
EntityGraph<?> |
SessionImpl.createEntityGraph(String graphName) |
EntityGraph |
SessionFactoryImpl.findEntityGraphByName(String name) |
EntityGraph<?> |
SessionImpl.getEntityGraph(String graphName) |
Modifier and Type | Method and Description |
---|---|
<T> List<EntityGraph<? super T>> |
SessionFactoryImpl.findEntityGraphsByType(Class<T> entityClass) |
<T> List<EntityGraph<? super T>> |
SessionImpl.getEntityGraphs(Class<T> entityClass) |
Modifier and Type | Method and Description |
---|---|
<T> void |
SessionFactoryImpl.addNamedEntityGraph(String graphName,
EntityGraph<T> entityGraph) |
Modifier and Type | Method and Description |
---|---|
<T> List<EntityGraph<? super T>> |
HibernateEntityManagerFactory.findEntityGraphsByType(Class<T> entityClass)
Deprecated.
Find all
EntityGraph s associated with a given entity type. |
Modifier and Type | Class and Description |
---|---|
class |
EntityGraphImpl<T>
The Hibernate implementation of the JPA EntityGraph contract.
|
Modifier and Type | Method and Description |
---|---|
<T> EntityGraph<T> |
MetamodelImpl.findEntityGraphByName(String name) |
Modifier and Type | Method and Description |
---|---|
<T> List<EntityGraph<? super T>> |
MetamodelImpl.findEntityGraphsByType(Class<T> entityClass) |
Modifier and Type | Method and Description |
---|---|
<T> void |
MetamodelImpl.addNamedEntityGraph(String graphName,
EntityGraph<T> entityGraph) |
Modifier and Type | Method and Description |
---|---|
<T> EntityGraph<T> |
MetamodelImplementor.findEntityGraphByName(String name) |
Modifier and Type | Method and Description |
---|---|
<T> List<EntityGraph<? super T>> |
MetamodelImplementor.findEntityGraphsByType(Class<T> entityClass) |
Modifier and Type | Method and Description |
---|---|
<T> void |
MetamodelImplementor.addNamedEntityGraph(String graphName,
EntityGraph<T> entityGraph) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.