Class NosqlQueryMethod
java.lang.Object
org.springframework.data.repository.query.QueryMethod
com.oracle.nosql.spring.data.repository.query.NosqlQueryMethod
public class NosqlQueryMethod
extends org.springframework.data.repository.query.QueryMethod
-
Constructor Summary
ConstructorsConstructorDescriptionNosqlQueryMethod
(org.springframework.context.ApplicationContext applicationContext, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.repository.core.EntityMetadata
<?> boolean
Returns whether the method has an annotated query.Methods inherited from class org.springframework.data.repository.query.QueryMethod
createParameters, createParameters, getDomainClass, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isScrollQuery, isSliceQuery, isStreamQuery, toString
-
Constructor Details
-
NosqlQueryMethod
public NosqlQueryMethod(org.springframework.context.ApplicationContext applicationContext, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
-
-
Method Details
-
getEntityInformation
public org.springframework.data.repository.core.EntityMetadata<?> getEntityInformation()- Overrides:
getEntityInformation
in classorg.springframework.data.repository.query.QueryMethod
-
hasAnnotatedQuery
public boolean hasAnnotatedQuery()Returns whether the method has an annotated query.
-