@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,
NamedQueries namedQueries)
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, toString
public JdbcQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory, NamedQueries namedQueries)
public boolean isModifyingQuery()
isModifyingQuery
in class QueryMethod
true
.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.