|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JpaRepository | |
|---|---|
| org.springframework.data.jpa.repository.support | JPA repository implementations. |
| Uses of JpaRepository in org.springframework.data.jpa.repository.support |
|---|
| Classes in org.springframework.data.jpa.repository.support that implement JpaRepository | |
|---|---|
class |
QueryDslJpaRepository<T,ID extends Serializable>
QueryDsl specific extension of SimpleJpaRepository which adds implementation for
QueryDslPredicateExecutor. |
class |
SimpleJpaRepository<T,ID extends Serializable>
Default implementation of the CrudRepository interface. |
| Methods in org.springframework.data.jpa.repository.support that return JpaRepository | ||
|---|---|---|
protected
|
JpaRepositoryFactory.getTargetRepository(RepositoryMetadata metadata,
javax.persistence.EntityManager entityManager)
Callback to create a JpaRepository instance with the given EntityManager |
|
|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||