@Deprecated public class JdbcQueryMethod extends QueryMethod
QueryMethod implementation that implements a method by executing the query from a Query annotation on
that method. Binds method arguments to named parameters in the SQL statement.| Constructor and Description |
|---|
JdbcQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isModifyingQuery()
Deprecated.
Returns whether the query method is a modifying one.
|
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toStringpublic JdbcQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory)
public boolean isModifyingQuery()
isModifyingQuery in class QueryMethodtrue.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.