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,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory)
Creates a
JpaQueryMethod. |
JpaQueryMethod build(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
JpaQueryMethod.method - must not be nullmetadata - must not be nullfactory - must not be nullCopyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.