java.lang.Object
com.blazebit.persistence.spring.data.base.repository.EntityGraphFactory
public abstract class EntityGraphFactory
extends Object
Factory class to create an EntityGraph from a collection of property paths.
- Since:
- 2.6
- Author:
- Jens Schauder, Petr Strnad, Greg Turnquist
-
-
Constructor Summary
Constructors
-
Method Summary
static <T> jakarta.persistence.EntityGraph<T>
create(jakarta.persistence.EntityManager entityManager,
Class<T> domainType,
Set<String> properties)
Create an EntityGraph from a collection of properties.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
HINT
public static final String HINT
- See Also:
-
-
Constructor Details
-
EntityGraphFactory
public EntityGraphFactory()
-
Method Details
-
create
public static <T>
jakarta.persistence.EntityGraph<T> create(jakarta.persistence.EntityManager entityManager,
Class<T> domainType,
Set<String> properties)
Create an EntityGraph from a collection of properties.
- Parameters:
domainType -
properties -