public interface SpringEntityOperation extends OperationFacade
Modifier and Type | Method and Description |
---|---|
String |
getImplementationCall()
The method call for the implementation operation.
|
String |
getImplementationName()
The name of the operation used within the entity implementation.
|
String |
getImplementationSignature()
The signature for the implementation operation.
|
boolean |
isPostPersist()
Returns true if the associated operation has the <
|
boolean |
isPostRemove()
Returns true if the associated operation has the <
|
boolean |
isPostUpdate()
Returns true if the associated operation has the <
|
boolean |
isPrePersist()
Returns true if the associated operation has the <
|
boolean |
isPreRemove()
Returns true if the associated operation has the <
|
boolean |
isPreUpdate()
Returns true if the associated operation has the <
|
boolean |
isSpringEntityOperationMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
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 isSpringEntityOperationMetaType()
true
String getImplementationCall()
String getImplementationName()
String getImplementationSignature()
boolean isPostPersist()
boolean isPostRemove()
boolean isPostUpdate()
boolean isPrePersist()
boolean isPreRemove()
boolean isPreUpdate()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.