public interface SpringQueryOperation extends EntityQueryOperation
Modifier and Type | Method and Description |
---|---|
ParameterFacade |
getCriteriaArgument()
Returns the argument that will contain the criteria search parameters.
|
String |
getQuery()
The actual query returned for the body of the finder.
|
String |
getQuery(SpringEntity entity)
Gets the query; taking the entity of which should be included in the query (not counting
queries that are explicitly modeled in OCL).
|
boolean |
isCriteriaFinder()
Returns
true if the operation is a criteria finder. |
boolean |
isSpringQueryOperationMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isUseNamedParameters()
Indicates whether or not the query parameters used for the body of the finder should be named
':someParam' or unnamed '?'.
|
getQuery, isEntityQueryOperationMetaType
findParameter, findTaggedValue, getArgumentNames, getArguments, getArgumentTypeNames, getCall, getConcurrency, getExceptionList, getExceptionList, getExceptions, getGetterSetterReturnTypeName, getLower, getMethodBody, getOverriddenOperation, getOwner, getParameters, getPostconditionName, getPostconditions, getPreconditionCall, getPreconditionName, getPreconditions, getPreconditionSignature, getReturnParameter, getReturnType, getSignature, getSignature, getSignature, getTypedArgumentList, getTypedArgumentList, getUpper, isAbstract, isExceptionsPresent, isLeaf, isMany, isOperationFacadeMetaType, isOrdered, isOverriding, isPostconditionsPresent, isPreconditionsPresent, isQuery, isReturnTypePresent, isStatic, isUnique
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isSpringQueryOperationMetaType()
true
ParameterFacade getCriteriaArgument()
String getQuery(SpringEntity entity)
entity
- SpringEntityboolean isCriteriaFinder()
true
if the operation is a criteria finder.boolean isUseNamedParameters()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.