| 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. |
class |
SimpleJpaRepository<T,ID>
Default implementation of the
CrudRepository interface. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.