public class HibernateEntityAttributeLogicImpl extends HibernateEntityAttributeLogic
HibernateEntityAttribute
,
Serialized FormmetaObject
contextRoot, logger
Constructor and Description |
---|
HibernateEntityAttributeLogicImpl(Object metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Override to provide java specific handling of the default value.
|
protected String |
handleConcatColumnName(String prefix,
String name)
Method to be implemented in descendants
TODO: Model Documentation for
org.andromda.cartridges.hibernate.metafacades.HibernateEntityAttribute.concatColumnName
|
protected String |
handleGetFormula() |
protected String |
handleGetFullyQualifiedHibernateType() |
protected String |
handleGetXmlTagName() |
protected boolean |
handleIsContainsEmbeddedObject() |
protected boolean |
handleIsInsertEnabled() |
protected boolean |
handleIsLazy() |
protected boolean |
handleIsUpdateEnabled() |
boolean |
isRequired()
Overridden to provide handling of inheritance.
|
concatColumnName, copyTaggedValues, findTaggedValue, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getColumnIndex, getColumnLength, getColumnName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getFormula, getFullyQualifiedHibernateType, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getGetterName, getGetterSetterTypeName, getId, getJdbcMappings, getJdbcType, getKeywords, getLabel, getLanguageMappings, getLower, getModel, getName, getOwner, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSetterName, getSourceDependencies, getSqlMappings, getSqlType, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getType, getUniqueGroup, getUpper, getValidationName, getValidationOwner, getVisibility, getXmlTagName, hasExactStereotype, hasKeyword, hasStereotype, initialize, isAddOnly, isAttributeFacadeMetaType, isBindingDependenciesPresent, isChangeable, isConstraintsPresent, isContainsEmbeddedObject, isDefaultValuePresent, isDerived, isDocumentationPresent, isEntityAttributeMetaType, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isHibernateEntityAttributeMetaType, isIdentifier, isInsertEnabled, isLazy, isLeaf, isMany, isModelElementFacadeMetaType, isOrdered, isReadOnly, isReservedWord, isStatic, isTemplateParametersPresent, isTransient, isUnique, isUpdateEnabled, isValidIdentifierName, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariants
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
public HibernateEntityAttributeLogicImpl(Object metaObject, String context)
metaObject
- context
- public boolean isRequired()
isRequired
in interface AttributeFacade
isRequired
in class HibernateEntityAttributeLogic
AttributeFacade.isRequired()
public String getDefaultValue()
getDefaultValue
in interface AttributeFacade
getDefaultValue
in class HibernateEntityAttributeLogic
AttributeFacade.getDefaultValue()
protected boolean handleIsContainsEmbeddedObject()
handleIsContainsEmbeddedObject
in class HibernateEntityAttributeLogic
HibernateEntityAttribute.isContainsEmbeddedObject()
protected String handleConcatColumnName(String prefix, String name)
HibernateEntityAttributeLogic
handleConcatColumnName
in class HibernateEntityAttributeLogic
prefix
- name
- HibernateEntityAttribute.concatColumnName(String, String)
protected boolean handleIsLazy()
handleIsLazy
in class HibernateEntityAttributeLogic
HibernateEntityAttribute.isLazy()
protected String handleGetFormula()
handleGetFormula
in class HibernateEntityAttributeLogic
HibernateEntityAttribute.getFormula()
protected boolean handleIsInsertEnabled()
handleIsInsertEnabled
in class HibernateEntityAttributeLogic
HibernateEntityAttribute.isInsertEnabled()
protected boolean handleIsUpdateEnabled()
handleIsUpdateEnabled
in class HibernateEntityAttributeLogic
HibernateEntityAttribute.isUpdateEnabled()
protected String handleGetXmlTagName()
handleGetXmlTagName
in class HibernateEntityAttributeLogic
HibernateEntityAttributeLogic.handleGetXmlTagName()
protected String handleGetFullyQualifiedHibernateType()
handleGetFullyQualifiedHibernateType
in class HibernateEntityAttributeLogic
HibernateEntityAttributeLogic.handleGetFullyQualifiedHibernateType()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.