public interface EJB3FinderMethodFacade extends EntityQueryOperation
| Modifier and Type | Method and Description |
|---|---|
String |
getQuery()
The query string for this EJB entity finder.
|
String |
getQuery(EJB3EntityFacade entity)
Gets the query; taking the entity of which should be included in the query (not counting
queries that are explicitly modeled in OCL).
|
String |
getTransactionType()
Gets the transaction type for this finder (i.e.
|
boolean |
isEJB3FinderMethodFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isNamedQuery()
Returns true if query is specified using OCL or created by AndroMDA itself.
|
boolean |
isUseNamedParameters()
Indicates whether or not the query parameters used for the body of the finder should be named
':someParam' or unnamed '?'.
|
boolean |
isUseQueryCache()
Returns true if this query has the andromda_ejb_query_useCache tagged value true or the
application wide namespace property hibernateUseQueryCache is enabled.
|
getQuery, isEntityQueryOperationMetaTypefindParameter, 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, isUniquecopyTaggedValues, 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, validateInvariantsboolean isEJB3FinderMethodFacadeMetaType()
trueString getQuery(EJB3EntityFacade entity)
entity - EJB3EntityFacadeString getTransactionType()
boolean isNamedQuery()
boolean isUseNamedParameters()
boolean isUseQueryCache()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.