public class MyjpaQueryMethod
extends org.springframework.data.jpa.repository.query.JpaQueryMethod
QueryMethod.| 构造器和说明 |
|---|
MyjpaQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory,
org.springframework.data.jpa.provider.QueryExtractor extractor)
Creates a
MyjpaQueryMethod. |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getNamedQueryName() |
createParameters, getEntityInformation, getParameters, isCollectionQuery, isModifyingQuery, isProcedureQuerypublic MyjpaQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, org.springframework.data.jpa.provider.QueryExtractor extractor)
MyjpaQueryMethod.method - must not be nullmetadata - must not be nullfactory - must not be nullextractor - must not be nullpublic String getNamedQueryName()
getNamedQueryName 在类中 org.springframework.data.jpa.repository.query.JpaQueryMethodCopyright © 2020. All rights reserved.