public abstract class JpaQueryExecution extends Object
QueryMethod a AbstractStringBasedJpaQuery can be executed
in various flavors.| Constructor and Description |
|---|
JpaQueryExecution() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
doExecute(AbstractJpaQuery query,
JpaParametersParameterAccessor accessor)
Method to implement
AbstractStringBasedJpaQuery executions by single enum values. |
Object |
execute(AbstractJpaQuery query,
JpaParametersParameterAccessor accessor)
Executes the given
AbstractStringBasedJpaQuery with the given ParameterBinder. |
@Nullable public Object execute(AbstractJpaQuery query, JpaParametersParameterAccessor accessor)
AbstractStringBasedJpaQuery with the given ParameterBinder.query - must not be null.accessor - must not be null.@Nullable protected abstract Object doExecute(AbstractJpaQuery query, JpaParametersParameterAccessor accessor)
AbstractStringBasedJpaQuery executions by single enum values.query - accessor - Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.