public interface EJBEntityFacade extends Entity
Modifier and Type | Method and Description |
---|---|
Collection |
getAllEntityRelations()
Find all associations that define relations to other entities.
|
List |
getAllInstanceAttributes()
All instanceAttributes for this entity.
|
Collection |
getConstants(boolean follow)
Gets all constants for this entity.
|
Collection |
getCreateMethods(boolean follow)
Gets create methods for the entity.
|
Collection |
getEntityRelations()
TODO: Model Documentation for
org.andromda.cartridges.ejb.metafacades.EJBEntityFacade.entityRelations
|
Collection |
getEnvironmentEntries(boolean follow)
Gets all env-entries for the specified entity EJB.
|
String |
getHomeInterfaceName()
A String representing the name of a home interface for this entity EJB.
|
List |
getInheritedInstanceAttributes()
All inherited instanceAttributes this class.
|
String |
getJndiName()
TODO: Model Documentation for
org.andromda.cartridges.ejb.metafacades.EJBEntityFacade.jndiName
|
Collection |
getSelectMethods(boolean follow)
Gets select methods for the entity, if all is set to 'true' then ALL select methods will be
retrieved (including those inherited from any superclasses).
|
String |
getSqlType()
TODO: Model Documentation for
org.andromda.cartridges.ejb.metafacades.EJBEntityFacade.getSqlType
|
String |
getTransactionType()
Gets the transaction type for this entity (i.e.
|
Collection |
getValueDependencies()
TODO: Model Documentation for
org.andromda.cartridges.ejb.metafacades.EJBEntityFacade.valueDependencies
|
String |
getViewType()
A string indicating whether the Bean is a local or remotely accessable bean.
|
boolean |
isAttributePresent(String att)
TODO: Model Documentation for
org.andromda.cartridges.ejb.metafacades.EJBEntityFacade.isAttributePresent
|
boolean |
isEJBEntityFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isIdentifierPresent(String id)
TODO: Model Documentation for
org.andromda.cartridges.ejb.metafacades.EJBEntityFacade.isIdentifierPresent
|
boolean |
isOperationPresent(String op)
TODO: Model Documentation for
org.andromda.cartridges.ejb.metafacades.EJBEntityFacade.isOperationPresent
|
boolean |
isSyntheticCreateMethodAllowed()
Whether or not to allow a synthetic (auto generated) create method.
|
getAllEntityReferences, getAttributeNameList, getAttributeNameList, getAttributes, getAttributes, getAttributeTypeList, getBusinessOperations, getChildEnds, getEmbeddedValues, getEntityReferences, getFullyQualifiedIdentifierTypeName, getIdentifierAssociationEnds, getIdentifierGetterName, getIdentifierName, getIdentifiers, getIdentifiers, getIdentifierSetterName, getIdentifierTypeName, getMaxSqlNameLength, getOperationCallFromAttributes, getOperationCallFromAttributes, getParentEnd, getProperties, getQueryOperations, getQueryOperations, getRequiredAttributeNameList, getRequiredAttributes, getRequiredAttributeTypeList, getRequiredProperties, getRequiredPropertyNameList, getRequiredPropertyTypeList, getSchema, getTableName, isChild, isCompositeIdentifier, isDynamicIdentifiersPresent, isEntityMetaType, isIdentifiersPresent, isUsingAssignedIdentifier, isUsingForeignIdentifier
findAttribute, getAbstractions, getAllAssociatedClasses, getAllProperties, getAllRequiredConstructorParameters, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getFullyQualifiedArrayName, getImplementationOperations, getImplementedInterfaceList, getInstanceAttributes, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getOperationCallFromAttributes, getOperations, getProperties, getProperties, getRequiredConstructorParameters, getSerialVersionUID, getStaticAttributes, getStaticOperations, getSuperClass, getWrapperName, isAbstract, isArrayType, isAssociationClass, isBlobType, isBooleanType, isCharacterType, isClassifierFacadeMetaType, isClobType, isCollectionType, isDataType, isDateType, isDoubleType, isEmbeddedValue, isEnumeration, isFileType, isFloatType, isIntegerType, isInterface, isLeaf, isListType, isLongType, isMapType, isPrimitive, isSetType, isStringType, isTimeType, isWrappedPrimitive
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType
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 isEJBEntityFacadeMetaType()
true
Collection getAllEntityRelations()
List getAllInstanceAttributes()
Collection getConstants(boolean follow)
follow
- booleanCollection getCreateMethods(boolean follow)
follow
- booleanCollection getEntityRelations()
Collection getEnvironmentEntries(boolean follow)
follow
- booleanString getHomeInterfaceName()
List getInheritedInstanceAttributes()
String getJndiName()
Collection getSelectMethods(boolean follow)
follow
- booleanString getSqlType()
String getTransactionType()
Collection getValueDependencies()
String getViewType()
boolean isAttributePresent(String att)
att
- Stringboolean isIdentifierPresent(String id)
id
- Stringboolean isOperationPresent(String op)
op
- Stringboolean isSyntheticCreateMethodAllowed()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.