| Package | Description |
|---|---|
| org.springframework.data.jpa.repository.query |
Query implementation to exectue queries against JPA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartTreeJpaQuery
A
AbstractJpaQuery implementation based on a PartTree. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
JpaQueryExecution.doExecute(AbstractJpaQuery query,
Object[] values)
Method to implement
AbstractStringBasedJpaQuery executions by single enum values. |
Object |
JpaQueryExecution.execute(AbstractJpaQuery query,
Object[] values)
Executes the given
AbstractStringBasedJpaQuery with the given ParameterBinder. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.