Package org.hibernate.boot.model
Class NamedGraphCreatorJpa
java.lang.Object
org.hibernate.boot.model.NamedGraphCreatorJpa
- All Implemented Interfaces:
NamedGraphCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> RootGraphImplementor<T>
createEntityGraph
(Function<Class<T>, EntityDomainType<?>> entityDomainClassResolver, Function<String, EntityDomainType<?>> entityDomainNameResolver)
-
Constructor Details
-
NamedGraphCreatorJpa
-
-
Method Details
-
createEntityGraph
public <T> RootGraphImplementor<T> createEntityGraph(Function<Class<T>, EntityDomainType<?>> entityDomainClassResolver, Function<String, EntityDomainType<?>> entityDomainNameResolver) - Specified by:
createEntityGraph
in interfaceNamedGraphCreator
-