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 SummaryConstructorsConstructorDescriptionNosqlQueryMethod(org.springframework.context.ApplicationContext applicationContext, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.data.repository.core.EntityMetadata<?>booleanReturns whether the method has an annotated query.Methods inherited from class org.springframework.data.repository.query.QueryMethodcreateParameters, getDomainClass, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toString
- 
Constructor Details- 
NosqlQueryMethodpublic NosqlQueryMethod(org.springframework.context.ApplicationContext applicationContext, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory) 
 
- 
- 
Method Details- 
getEntityInformationpublic org.springframework.data.repository.core.EntityMetadata<?> getEntityInformation()- Overrides:
- getEntityInformationin class- org.springframework.data.repository.query.QueryMethod
 
- 
hasAnnotatedQuerypublic boolean hasAnnotatedQuery()Returns whether the method has an annotated query.
 
-