public class EJB3AssociationEndFacadeLogicImpl extends EJB3AssociationEndFacadeLogic
EJB3AssociationEndFacade,
Serialized FormmetaObjectcontextRoot, logger| Constructor and Description |
|---|
EJB3AssociationEndFacadeLogicImpl(Object metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGetterSetterTypeName()
The name of the type that is returned on the accessor and mutator operations, determined in
part by the multiplicity.
|
protected String |
handleGetAggregationCascadeType() |
protected String |
handleGetCacheType() |
protected String |
handleGetCascadeType() |
protected String |
handleGetCollectionIndexName() |
protected String |
handleGetCollectionIndexType() |
protected String |
handleGetCollectionType() |
protected String |
handleGetCollectionTypeImplemenationClass() |
protected String |
handleGetCollectionTypeImplementation() |
protected String |
handleGetCollectionTypeImplementation(String arg)
Method to be implemented in descendants
The actual implementation of the collection type.
|
protected String |
handleGetColumnDefinition() |
protected String |
handleGetCompositionCascadeType() |
protected String |
handleGetDefaultCollectionInterface() |
protected String |
handleGetFetchType() |
protected String |
handleGetForeignKeyConstraintName(String suffix)
Method to be implemented in descendants
Returns the name of the foreign key constraint to use for name property of
org.hibernate.annotations.ForeignKey annotation used for Many-To-One,
One-To-One and Many-To-Many relationships.
|
protected String |
handleGetForeignKeyName(String suffix)
Method to be implemented in descendants
Returns the name of the foreign key to use for name property of JoinColumn/InverseJoinColumn
used in JoinTable for One-To-Many and Many-To-Many relationships.
|
protected String |
handleGetGetterLabelName() |
protected String |
handleGetHibernateCascadeType() |
protected String |
handleGetLabelName() |
protected String |
handleGetOrderByClause() |
protected String |
handleGetSetterLabelName() |
protected boolean |
handleHasTaggedValue(String name)
Returns true if the tagged name exists for this association end.
|
protected boolean |
handleIsAssociationCacheEnabled() |
protected boolean |
handleIsCollection() |
protected boolean |
handleIsCollectionInterfaceSortedSet() |
protected boolean |
handleIsColumnNullable() |
protected boolean |
handleIsEager() |
protected boolean |
handleIsForeignKeyConstraintDefined() |
protected boolean |
handleIsHibernateCascadeExists() |
protected boolean |
handleIsLazy() |
protected boolean |
handleIsList() |
protected boolean |
handleIsMap() |
protected boolean |
handleIsOptional() |
protected boolean |
handleIsOwning() |
protected boolean |
handleIsSet() |
boolean |
isRequired()
Overridden to provide handling of inheritance.
|
copyTaggedValues, findTaggedValue, findTaggedValues, getAdderName, getAggregationCascadeType, getAggregationKind, getAssociation, getBindedFullyQualifiedName, getCacheType, getCascadeType, getCollectionIndexName, getCollectionIndexType, getCollectionType, getCollectionTypeImplemenationClass, getCollectionTypeImplementation, getCollectionTypeImplementation, getColumnDefinition, getColumnIndex, getColumnName, getCompositionCascadeType, getConstraints, getConstraints, getDefault, getDefaultCollectionInterface, getDocumentation, getDocumentation, getDocumentation, getFetchType, getForeignKeyConstraintName, getForeignKeyConstraintName, getForeignKeyName, getForeignKeySuffix, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getGetterLabelName, getGetterName, getHibernateCascadeType, getId, getKeywords, getLabel, getLabelName, getLanguageMappings, getLower, getModel, getName, getOrderByClause, getOtherEnd, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRemoverName, getRootPackage, getSetterLabelName, getSetterName, getSourceDependencies, getSqlType, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getType, getUniqueGroup, getUpper, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, hasTaggedValue, initialize, isAggregation, isAssociationCacheEnabled, isAssociationEndFacadeMetaType, isBidirectional, isBindingDependenciesPresent, isChild, isCollection, isCollectionInterfaceSortedSet, isColumnNullable, isComposition, isConstraintsPresent, isDerived, isDocumentationPresent, isEager, isEJB3AssociationEndFacadeMetaType, isEntityAssociationEndMetaType, isForeignIdentifier, isForeignKeyConstraintDefined, isHibernateCascadeExists, isIdentifier, isIdentifiersPresent, isLazy, isLeaf, isList, isMany, isMany2Many, isMany2One, isMap, isModelElementFacadeMetaType, isNavigable, isOne2Many, isOne2One, isOptional, isOrdered, isOwning, isReadOnly, isReservedWord, isSet, isStatic, isTemplateParametersPresent, isTransient, isUnique, isValidIdentifierName, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariantscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validatepublic EJB3AssociationEndFacadeLogicImpl(Object metaObject, String context)
metaObject - context - public String getGetterSetterTypeName()
EJB3AssociationEndFacadeLogicgetGetterSetterTypeName in interface AssociationEndFacadegetGetterSetterTypeName in class EJB3AssociationEndFacadeLogicAssociationEndFacade.getGetterSetterTypeName()public boolean isRequired()
isRequired in interface AssociationEndFacadeisRequired in class EJB3AssociationEndFacadeLogicAssociationEndFacade.isRequired()protected String handleGetFetchType()
handleGetFetchType in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacade.getFetchType()protected boolean handleIsEager()
handleIsEager in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsEager()protected boolean handleIsLazy()
handleIsLazy in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsLazy()protected boolean handleIsOwning()
handleIsOwning in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsOwning()protected boolean handleIsOptional()
handleIsOptional in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsOptional()protected String handleGetOrderByClause()
handleGetOrderByClause in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetOrderByClause()protected String handleGetColumnDefinition()
handleGetColumnDefinition in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetColumnDefinition()protected boolean handleHasTaggedValue(String name)
handleHasTaggedValue in class EJB3AssociationEndFacadeLogicname - The tagged name to lookup.EJB3AssociationEndFacadeLogic.handleHasTaggedValue(String)protected String handleGetCascadeType()
handleGetCascadeType in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCascadeType()protected String handleGetCompositionCascadeType()
handleGetCompositionCascadeType in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCompositionCascadeType()protected String handleGetAggregationCascadeType()
handleGetAggregationCascadeType in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetAggregationCascadeType()protected String handleGetCollectionType()
handleGetCollectionType in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCollectionType()protected String handleGetCollectionTypeImplemenationClass()
handleGetCollectionTypeImplemenationClass in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCollectionTypeImplemenationClass()protected String handleGetCollectionTypeImplementation()
handleGetCollectionTypeImplementation in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCollectionTypeImplementation()protected String handleGetCollectionTypeImplementation(String arg)
EJB3AssociationEndFacadeLogichandleGetCollectionTypeImplementation in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCollectionTypeImplementation(String)protected String handleGetCollectionIndexType()
handleGetCollectionIndexType in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCollectionIndexType()protected String handleGetCollectionIndexName()
handleGetCollectionIndexName in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCollectionIndexName()protected boolean handleIsMap()
handleIsMap in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsMap()protected boolean handleIsList()
handleIsList in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsList()protected boolean handleIsSet()
handleIsSet in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsSet()protected boolean handleIsCollection()
handleIsCollection in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsCollection()protected String handleGetLabelName()
handleGetLabelName in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetLabelName()protected String handleGetGetterLabelName()
handleGetGetterLabelName in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetGetterLabelName()protected String handleGetSetterLabelName()
handleGetSetterLabelName in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetSetterLabelName()protected String handleGetCacheType()
handleGetCacheType in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetCacheType()protected boolean handleIsAssociationCacheEnabled()
handleIsAssociationCacheEnabled in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsAssociationCacheEnabled()protected boolean handleIsForeignKeyConstraintDefined()
handleIsForeignKeyConstraintDefined in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsForeignKeyConstraintDefined()protected String handleGetForeignKeyConstraintName(String suffix)
EJB3AssociationEndFacadeLogichandleGetForeignKeyConstraintName in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetForeignKeyConstraintName(String)protected String handleGetForeignKeyName(String suffix)
EJB3AssociationEndFacadeLogichandleGetForeignKeyName in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetForeignKeyName(String)protected String handleGetDefaultCollectionInterface()
handleGetDefaultCollectionInterface in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetDefaultCollectionInterface()protected boolean handleIsCollectionInterfaceSortedSet()
handleIsCollectionInterfaceSortedSet in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsCollectionInterfaceSortedSet()protected String handleGetHibernateCascadeType()
handleGetHibernateCascadeType in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleGetHibernateCascadeType()protected boolean handleIsHibernateCascadeExists()
handleIsHibernateCascadeExists in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsHibernateCascadeExists()protected boolean handleIsColumnNullable()
handleIsColumnNullable in class EJB3AssociationEndFacadeLogicEJB3AssociationEndFacadeLogic.handleIsColumnNullable()Copyright © 2006–2014 AndroMDA.org. All rights reserved.