public interface JpaQueryMethodFactory
JpaQueryMethodFactory instances. This may be implemented by extensions to
Spring Data JPA in order create instances of custom subclasses.| Modifier and Type | Method and Description |
|---|---|
JpaQueryMethod |
build(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory)
Creates a
JpaQueryMethod. |
JpaQueryMethod build(Method method, RepositoryMetadata metadata, ProjectionFactory factory)
JpaQueryMethod.method - must not be nullmetadata - must not be nullfactory - must not be nullCopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.