| Package | Description |
|---|---|
| org.springframework.data.jpa.repository.support |
JPA repository implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuerydslJpaRepository<T,ID extends Serializable>
QueryDsl specific extension of
SimpleJpaRepository which adds implementation for
QuerydslPredicateExecutor. |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleJpaRepository<?,?> |
JpaRepositoryFactory.getTargetRepository(RepositoryInformation information,
javax.persistence.EntityManager entityManager)
Callback to create a
JpaRepository instance with the given EntityManager |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.