public interface SpringCriteriaAttribute extends AttributeFacade
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Returns the name of the attribute to be used in the criteria query.
|
String |
getComparator()
Returns the comparator for the attribute.
|
String |
getComparatorConstant()
The comparator as a constant expression usable in the template.
|
String |
getMatchMode()
Returns the hibernate matchmode constant to use for matching Strings.
|
String |
getMatchModeConstant()
Returns the matchmode constant for usage in templates.
|
String |
getOrderDirection()
Returns the order direction if it has been set.
|
int |
getOrderRelevance()
Returns the relevance of the ordering setting.
|
boolean |
isComparatorPresent()
Indicates whether or not the attribute has a tagged value for the comparator.
|
boolean |
isMatchModePresent()
Returns
true if a matchmode has ben set. |
boolean |
isNullable()
Defines whether the underlying attribute on the queried entity may be NULL and should
therefore be included in the search.
|
boolean |
isOrderable()
Returns true if the attribute is used to order the result set.
|
boolean |
isSpringCriteriaAttributeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
findTaggedValue, getDefaultValue, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getGetterName, getGetterSetterTypeName, getLower, getOwner, getSetterName, getType, getUpper, isAddOnly, isAttributeFacadeMetaType, isChangeable, isDefaultValuePresent, isDerived, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isLeaf, isMany, isOrdered, isReadOnly, isRequired, 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 isSpringCriteriaAttributeMetaType()
trueString getAttributeName()
String getComparator()
String getComparatorConstant()
String getMatchMode()
String getMatchModeConstant()
String getOrderDirection()
int getOrderRelevance()
boolean isComparatorPresent()
boolean isMatchModePresent()
true if a matchmode has ben set.boolean isNullable()
boolean isOrderable()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.