| 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 extends Serializable>
Default implementation of the
CrudRepository interface. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.