public class EJB3EntityFacadeLogicImpl extends EJB3EntityFacadeLogic
EJB3EntityFacade,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
DISCRIMINATORTYPE_CHAR
Value for char based discriminator type
|
static String |
DISCRIMINATORTYPE_INTEGER
Value for integer based discriminator type
|
static String |
DISCRIMINATORTYPE_STRING
Value for string based discriminator type
|
static String |
ENTITY_DEFAULT_CASCADE
The default entity association cascade property
|
static String |
ENTITY_DEFAULT_VIEW_TYPE
The default view type accessibility for an entity POJO bean
|
static String |
ENTITY_EMBEDDABLE_NAME_PATTERN
The property that stores the pattern defining the entity
embeddable super class name.
|
static String |
ENTITY_IMPLEMENTATION_NAME_PATTERN
The property which stores the pattern defining the entity
implementation name.
|
static String |
ENTITY_LISTENER_NAME_PATTERN
The property that stores the pattern defining the entity
listener class name.
|
static String |
ENTITY_NAME_PATTERN
The property which stores the pattern defining the entity name.
|
metaObjectcontextRoot| Constructor and Description |
|---|
EJB3EntityFacadeLogicImpl(Object metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OperationFacade> |
getBusinessOperations()
All business operations of the entity, these include any operations that aren't queries.
|
Collection<ModelElementFacade> |
getIdentifiers(boolean follow)
This overrides the default implementation in EntityLogicImpl.java.
|
protected String |
getJndiNamePrefix()
Gets the
jndiNamePrefix for this EJB. |
String |
getTableName()
Override the default table name definition to lookup the tagged value first.
|
protected Collection |
handleGetAllEntityRelations() |
protected List |
handleGetAllInstanceAttributes() |
protected Collection<DependencyFacade> |
handleGetAllValueObjectReferences()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetAttributesAsList(Collection attributes,
boolean includeTypes,
boolean includeNames,
boolean includeAutoIdentifiers)
Method to be implemented in descendants
Create a comma separated list of attributes.
|
protected String |
handleGetCacheType() |
protected Collection |
handleGetConstants(boolean follow)
Method to be implemented in descendants
Gets all constants for this entity.
|
protected Collection |
handleGetCreateMethods(boolean follow)
Method to be implemented in descendants
Gets create methods for the entity.
|
protected String |
handleGetDaoBaseName() |
protected Collection<OperationFacade> |
handleGetDaoBusinessOperations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetDaoDefaultExceptionName() |
protected String |
handleGetDaoImplementationName() |
protected String |
handleGetDaoName() |
protected String |
handleGetDaoNoTransformationConstantName() |
protected String |
handleGetDefaultCascadeType() |
protected String |
handleGetDefaultPersistenceContextUnitName() |
protected String |
handleGetDiscriminatorColumn() |
protected String |
handleGetDiscriminatorColumnDefinition() |
protected int |
handleGetDiscriminatorLength() |
protected String |
handleGetDiscriminatorType() |
protected String |
handleGetDiscriminatorValue() |
protected String |
handleGetEntityCompositePrimaryKeyName() |
protected String |
handleGetEntityEmbeddableName() |
protected String |
handleGetEntityImplementationName() |
protected String |
handleGetEntityListenerName() |
protected String |
handleGetEntityName() |
protected Collection |
handleGetEntityRelations() |
protected Collection |
handleGetEnvironmentEntries(boolean follow)
Method to be implemented in descendants
Gets all env-entries for the specified entity EJB.
|
protected String |
handleGetFullyQualifiedDaoBaseName() |
protected String |
handleGetFullyQualifiedDaoDefaultExceptionName() |
protected String |
handleGetFullyQualifiedDaoImplementationName() |
protected String |
handleGetFullyQualifiedDaoName() |
protected String |
handleGetFullyQualifiedEntityCompositePrimaryKeyName() |
protected String |
handleGetFullyQualifiedEntityEmbeddableName() |
protected String |
handleGetFullyQualifiedEntityImplementationName() |
protected String |
handleGetFullyQualifiedEntityListenerName() |
protected String |
handleGetFullyQualifiedEntityName() |
protected String |
handleGetHomeInterfaceName() |
protected ModelElementFacade |
handleGetIdentifier()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
Collection |
handleGetIdentifiers()
This was meant to overrides the default implementation in EntityLogicImpl.java.
|
protected String |
handleGetInheritanceStrategy() |
protected List |
handleGetInheritedInstanceAttributes() |
protected String |
handleGetInstanceAttributeNameList(boolean follow,
boolean withIdentifiers)
Method to be implemented in descendants
Gets a comma separated list of instance attribute names.
|
protected Collection<AttributeFacade> |
handleGetInstanceAttributes(boolean follow,
boolean withIdentifiers)
Method to be implemented in descendants
Gets all instance attributes of the entity, and optionally retieves the super entities
instance attributes as well as excludes the entity's identifiers if 'withIdentifiers' is set
to false.
|
protected String |
handleGetInstanceAttributeTypeList(boolean follow,
boolean withIdentifiers)
Method to be implemented in descendants
Gets a comma separated list of instance attribute types.
|
protected String |
handleGetJndiName() |
protected AttributeFacade |
handleGetManageableDisplayAttribute()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
handleGetNonRunAsRoles()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetRolesAllowed() |
protected Object |
handleGetRoot()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetSeamComponentName() |
protected String |
handleGetSeamComponentScopeType() |
protected String |
handleGetSecurityRealm() |
protected Collection<OperationFacade> |
handleGetSelectMethods(boolean follow)
Method to be implemented in descendants
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).
|
protected String |
handleGetSqlType()
Method to be implemented in descendants
Gets the SQL Mappings from the SQLMappings URI
|
protected Collection |
handleGetValueDependencies() |
protected Collection<DependencyFacade> |
handleGetValueObjectReferences()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<DependencyFacade> |
handleGetValueObjectReferences(boolean follow)
Method to be implemented in descendants
Retrieves the values object references for this entity.
|
protected String |
handleGetViewType() |
protected boolean |
handleIsAttributePresent(String att)
Method to be implemented in descendants
If the attribute att is present
|
protected boolean |
handleIsCacheEnabled() |
protected boolean |
handleIsCompositePrimaryKeyPresent() |
protected boolean |
handleIsDaoBusinessOperationsPresent() |
protected boolean |
handleIsDaoImplementationRequired() |
protected boolean |
handleIsEmbeddableSuperclass() |
protected boolean |
handleIsEmbeddableSuperclassGeneralizationExists() |
protected boolean |
handleIsEntityImplementationRequired() |
protected boolean |
handleIsFinderFindAllExists() |
protected boolean |
handleIsFinderFindByPrimaryKeyExists() |
protected boolean |
handleIsGenericFinders() |
protected boolean |
handleIsIdentifierPresent(String id)
Method to be implemented in descendants
If the identifier id is present
|
protected boolean |
handleIsInheritanceJoined() |
protected boolean |
handleIsInheritanceSingleTable() |
protected boolean |
handleIsInheritanceTablePerClass() |
protected boolean |
handleIsListenerEnabled() |
protected boolean |
handleIsManageable() |
protected boolean |
handleIsOperationPresent(String op)
Method to be implemented in descendants
If the operation op is present
|
protected boolean |
handleIsRequiresGeneralizationMapping() |
protected boolean |
handleIsRequiresSpecializationMapping() |
protected boolean |
handleIsSeamComponent() |
protected boolean |
handleIsSecurityEnabled() |
protected boolean |
handleIsSyntheticCreateMethodAllowed() |
protected boolean |
handleIsUseDefaultCacheRegion() |
protected boolean |
handleIsUseQueryCache() |
copyTaggedValues, findAttribute, findTaggedValue, findTaggedValue, findTaggedValues, getAbstractions, getAllAssociatedClasses, getAllEntityReferences, getAllEntityRelations, getAllGeneralizations, getAllInstanceAttributes, getAllProperties, getAllRequiredConstructorParameters, getAllSpecializations, getAllValueObjectReferences, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributeNameList, getAttributeNameList, getAttributes, getAttributes, getAttributes, getAttributes, getAttributesAsList, getAttributeTypeList, getBindedFullyQualifiedName, getCacheType, getChildEnds, getConstants, getConstraints, getConstraints, getCreateMethods, getDaoBaseName, getDaoBusinessOperations, getDaoDefaultExceptionName, getDaoImplementationName, getDaoName, getDaoNoTransformationConstantName, getDefaultCascadeType, getDefaultPersistenceContextUnitName, getDiscriminatorColumn, getDiscriminatorColumnDefinition, getDiscriminatorLength, getDiscriminatorType, getDiscriminatorValue, getDocumentation, getDocumentation, getDocumentation, getEmbeddedValues, getEntityCompositePrimaryKeyName, getEntityEmbeddableName, getEntityImplementationName, getEntityListenerName, getEntityName, getEntityReferences, getEntityRelations, getEnvironmentEntries, getFullyQualifiedArrayName, getFullyQualifiedDaoBaseName, getFullyQualifiedDaoDefaultExceptionName, getFullyQualifiedDaoImplementationName, getFullyQualifiedDaoName, getFullyQualifiedEntityCompositePrimaryKeyName, getFullyQualifiedEntityEmbeddableName, getFullyQualifiedEntityImplementationName, getFullyQualifiedEntityListenerName, getFullyQualifiedEntityName, getFullyQualifiedIdentifierTypeName, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getHomeInterfaceName, getId, getIdentifier, getIdentifierAssociationEnds, getIdentifierGetterName, getIdentifierName, getIdentifiers, getIdentifierSetterName, getIdentifierTypeName, getImplementationOperations, getImplementedInterfaceList, getInheritanceStrategy, getInheritedInstanceAttributes, getInstanceAttributeNameList, getInstanceAttributes, getInstanceAttributes, getInstanceAttributeTypeList, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getJndiName, getKeywords, getLabel, getLanguageMappings, getManageableDisplayAttribute, getMaxSqlNameLength, getModel, getName, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getNonRunAsRoles, getOperationCallFromAttributes, getOperationCallFromAttributes, getOperationCallFromAttributes, getOperations, getPackage, getPackageName, getPackageName, getPackagePath, getParentEnd, getProperties, getProperties, getProperties, getQualifiedName, getQueryOperations, getQueryOperations, getRequiredAttributeNameList, getRequiredAttributes, getRequiredAttributeTypeList, getRequiredConstructorParameters, getRequiredProperties, getRequiredPropertyNameList, getRequiredPropertyTypeList, getRolesAllowed, getRoot, getRootPackage, getSchema, getSeamComponentName, getSeamComponentScopeType, getSecurityRealm, getSelectMethods, getSerialVersionUID, getSourceDependencies, getSpecializations, getSqlType, getStateMachineContext, getStaticAttributes, getStaticOperations, getStereotypeNames, getStereotypes, getSuperClass, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getValueDependencies, getValueObjectReferences, getValueObjectReferences, getViewType, getVisibility, getWrapperName, hasExactStereotype, hasKeyword, hasStereotype, initialize, isAbstract, isArrayType, isAssociationClass, isAttributePresent, isBindingDependenciesPresent, isBlobType, isBooleanType, isCacheEnabled, isCharacterType, isChild, isClassifierFacadeMetaType, isClobType, isCollectionType, isCompositeIdentifier, isCompositePrimaryKeyPresent, isConstraintsPresent, isDaoBusinessOperationsPresent, isDaoImplementationRequired, isDataType, isDateType, isDocumentationPresent, isDoubleType, isDynamicIdentifiersPresent, isEJB3EntityFacadeMetaType, isEmbeddableSuperclass, isEmbeddableSuperclassGeneralizationExists, isEmbeddedValue, isEntityImplementationRequired, isEntityMetaType, isEnumeration, isFileType, isFinderFindAllExists, isFinderFindByPrimaryKeyExists, isFloatType, isGeneralizableElementFacadeMetaType, isGenericFinders, isIdentifierPresent, isIdentifiersPresent, isInheritanceJoined, isInheritanceSingleTable, isInheritanceTablePerClass, isIntegerType, isInterface, isLeaf, isListenerEnabled, isListType, isLongType, isManageable, isMapType, isModelElementFacadeMetaType, isOperationPresent, isPrimitive, isRequiresGeneralizationMapping, isRequiresSpecializationMapping, isReservedWord, isSeamComponent, isSecurityEnabled, isSetType, isStringType, isSyntheticCreateMethodAllowed, isTemplateParametersPresent, isTimeType, isUseDefaultCacheRegion, isUseQueryCache, isUsingAssignedIdentifier, isUsingForeignIdentifier, isValidIdentifierName, isWrappedPrimitive, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariantscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validatepublic static final String ENTITY_DEFAULT_CASCADE
public static final String ENTITY_DEFAULT_VIEW_TYPE
public static final String DISCRIMINATORTYPE_STRING
public static final String DISCRIMINATORTYPE_CHAR
public static final String DISCRIMINATORTYPE_INTEGER
public static final String ENTITY_NAME_PATTERN
public static final String ENTITY_IMPLEMENTATION_NAME_PATTERN
public static final String ENTITY_LISTENER_NAME_PATTERN
public static final String ENTITY_EMBEDDABLE_NAME_PATTERN
public EJB3EntityFacadeLogicImpl(Object metaObject, String context)
metaObject - context - public Collection handleGetIdentifiers()
Entity.getIdentifiers()public Collection<ModelElementFacade> getIdentifiers(boolean follow)
getIdentifiers in interface EntitygetIdentifiers in class EJB3EntityFacadeLogicfollow - a flag indicating whether or not the inheritance hierarchy
should be followedEntity.getIdentifiers(boolean follow)protected boolean handleIsSyntheticCreateMethodAllowed()
handleIsSyntheticCreateMethodAllowed in class EJB3EntityFacadeLogicEJB3EntityFacade.isSyntheticCreateMethodAllowed()protected Collection handleGetAllEntityRelations()
handleGetAllEntityRelations in class EJB3EntityFacadeLogicEJB3EntityFacade.getAllEntityRelations()protected String handleGetJndiName()
handleGetJndiName in class EJB3EntityFacadeLogicEJB3EntityFacade.getJndiName()protected String getJndiNamePrefix()
jndiNamePrefix for this EJB.protected String handleGetViewType()
handleGetViewType in class EJB3EntityFacadeLogicEJB3EntityFacade.getViewType()protected List handleGetAllInstanceAttributes()
handleGetAllInstanceAttributes in class EJB3EntityFacadeLogicEJB3EntityFacade.getAllInstanceAttributes()protected List handleGetInheritedInstanceAttributes()
handleGetInheritedInstanceAttributes in class EJB3EntityFacadeLogicEJB3EntityFacade.getInheritedInstanceAttributes()protected String handleGetHomeInterfaceName()
handleGetHomeInterfaceName in class EJB3EntityFacadeLogicEJB3EntityFacade.getHomeInterfaceName()protected Collection handleGetValueDependencies()
handleGetValueDependencies in class EJB3EntityFacadeLogicNOTE: This is not required since ValueObject no longer exist and replaced with POJOsprotected Collection handleGetEntityRelations()
handleGetEntityRelations in class EJB3EntityFacadeLogicEJB3EntityFacade.getEntityRelations()protected Collection handleGetCreateMethods(boolean follow)
EJB3EntityFacadeLogichandleGetCreateMethods in class EJB3EntityFacadeLogicfollow - EJB3EntityFacade.getCreateMethods(boolean)protected Collection<OperationFacade> handleGetSelectMethods(boolean follow)
EJB3EntityFacadeLogichandleGetSelectMethods in class EJB3EntityFacadeLogicfollow - EJB3EntityFacade.getSelectMethods(boolean)protected Collection handleGetEnvironmentEntries(boolean follow)
EJB3EntityFacadeLogichandleGetEnvironmentEntries in class EJB3EntityFacadeLogicfollow - EJB3EntityFacade.getEnvironmentEntries(boolean)protected Collection handleGetConstants(boolean follow)
EJB3EntityFacadeLogichandleGetConstants in class EJB3EntityFacadeLogicfollow - EJB3EntityFacade.getConstants(boolean)protected boolean handleIsOperationPresent(String op)
EJB3EntityFacadeLogichandleIsOperationPresent in class EJB3EntityFacadeLogicEJB3EntityFacade.isOperationPresent(String)protected boolean handleIsAttributePresent(String att)
EJB3EntityFacadeLogichandleIsAttributePresent in class EJB3EntityFacadeLogicEJB3EntityFacade.isAttributePresent(String)protected boolean handleIsIdentifierPresent(String id)
EJB3EntityFacadeLogichandleIsIdentifierPresent in class EJB3EntityFacadeLogicEJB3EntityFacade.isIdentifierPresent(String)protected String handleGetSqlType()
EJB3EntityFacadeLogichandleGetSqlType in class EJB3EntityFacadeLogicEJB3EntityFacade.getSqlType()public Collection<OperationFacade> getBusinessOperations()
EJB3EntityFacadeLogicgetBusinessOperations in interface EntitygetBusinessOperations in class EJB3EntityFacadeLogicEntity.getBusinessOperations()protected String handleGetEntityCompositePrimaryKeyName()
handleGetEntityCompositePrimaryKeyName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetEntityCompositePrimaryKeyName()protected String handleGetEntityListenerName()
handleGetEntityListenerName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetEntityListenerName()protected String handleGetEntityEmbeddableName()
handleGetEntityEmbeddableName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetEntityEmbeddableName()protected String handleGetEntityName()
handleGetEntityName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetEntityName()protected String handleGetFullyQualifiedEntityCompositePrimaryKeyName()
handleGetFullyQualifiedEntityCompositePrimaryKeyName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedEntityCompositePrimaryKeyName()protected String handleGetEntityImplementationName()
handleGetEntityImplementationName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetEntityImplementationName()protected String handleGetFullyQualifiedEntityListenerName()
handleGetFullyQualifiedEntityListenerName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedEntityListenerName()protected String handleGetFullyQualifiedEntityEmbeddableName()
handleGetFullyQualifiedEntityEmbeddableName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedEntityEmbeddableName()protected String handleGetFullyQualifiedEntityName()
handleGetFullyQualifiedEntityName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedEntityName()protected String handleGetFullyQualifiedEntityImplementationName()
handleGetFullyQualifiedEntityImplementationName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedEntityImplementationName()public String getTableName()
getTableName in interface EntitygetTableName in class EJB3EntityFacadeLogicEntity.getTableName()protected String handleGetDefaultCascadeType()
handleGetDefaultCascadeType in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDefaultCascadeType()protected String handleGetDiscriminatorColumn()
handleGetDiscriminatorColumn in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDiscriminatorColumn()protected String handleGetDiscriminatorColumnDefinition()
handleGetDiscriminatorColumnDefinition in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDiscriminatorColumnDefinition()protected int handleGetDiscriminatorLength()
handleGetDiscriminatorLength in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDiscriminatorLength()protected String handleGetDiscriminatorType()
handleGetDiscriminatorType in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDiscriminatorType()protected String handleGetDiscriminatorValue()
handleGetDiscriminatorValue in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDiscriminatorValue()protected boolean handleIsInheritanceSingleTable()
handleIsInheritanceSingleTable in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsInheritanceSingleTable()protected String handleGetInheritanceStrategy()
handleGetInheritanceStrategy in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetInheritanceStrategy()protected boolean handleIsInheritanceTablePerClass()
handleIsInheritanceTablePerClass in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsInheritanceTablePerClass()protected boolean handleIsInheritanceJoined()
handleIsInheritanceJoined in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsInheritanceJoined()protected boolean handleIsRequiresSpecializationMapping()
handleIsRequiresSpecializationMapping in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsRequiresSpecializationMapping()protected boolean handleIsRequiresGeneralizationMapping()
handleIsRequiresGeneralizationMapping in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsRequiresGeneralizationMapping()protected boolean handleIsEmbeddableSuperclass()
handleIsEmbeddableSuperclass in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsEmbeddableSuperclass()protected boolean handleIsEmbeddableSuperclassGeneralizationExists()
handleIsEmbeddableSuperclassGeneralizationExists in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsEmbeddableSuperclassGeneralizationExists()protected String handleGetAttributesAsList(Collection attributes, boolean includeTypes, boolean includeNames, boolean includeAutoIdentifiers)
EJB3EntityFacadeLogichandleGetAttributesAsList in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetAttributesAsList(Collection, boolean, boolean, boolean)protected boolean handleIsGenericFinders()
handleIsGenericFinders in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsGenericFinders()protected boolean handleIsCompositePrimaryKeyPresent()
handleIsCompositePrimaryKeyPresent in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsCompositePrimaryKeyPresent()protected boolean handleIsListenerEnabled()
handleIsListenerEnabled in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsListenerEnabled()protected boolean handleIsFinderFindAllExists()
handleIsFinderFindAllExists in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsFinderFindAllExists()protected boolean handleIsFinderFindByPrimaryKeyExists()
handleIsFinderFindByPrimaryKeyExists in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsFinderFindByPrimaryKeyExists()protected boolean handleIsManageable()
handleIsManageable in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsManageable()protected AttributeFacade handleGetManageableDisplayAttribute()
EJB3EntityFacadeLogichandleGetManageableDisplayAttribute in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetManageableDisplayAttribute()protected ModelElementFacade handleGetIdentifier()
EJB3EntityFacadeLogichandleGetIdentifier in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetIdentifier()protected String handleGetCacheType()
handleGetCacheType in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetCacheType()protected boolean handleIsCacheEnabled()
handleIsCacheEnabled in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsCacheEnabled()protected boolean handleIsUseDefaultCacheRegion()
handleIsUseDefaultCacheRegion in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsUseDefaultCacheRegion()protected String handleGetDaoName()
handleGetDaoName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDaoName()protected String handleGetFullyQualifiedDaoName()
handleGetFullyQualifiedDaoName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedDaoName()protected String handleGetDaoImplementationName()
handleGetDaoImplementationName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDaoImplementationName()protected String handleGetFullyQualifiedDaoImplementationName()
handleGetFullyQualifiedDaoImplementationName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedDaoImplementationName()protected String handleGetDaoBaseName()
handleGetDaoBaseName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDaoBaseName()protected String handleGetFullyQualifiedDaoBaseName()
handleGetFullyQualifiedDaoBaseName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedDaoBaseName()protected boolean handleIsDaoBusinessOperationsPresent()
handleIsDaoBusinessOperationsPresent in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsDaoBusinessOperationsPresent()protected Collection<OperationFacade> handleGetDaoBusinessOperations()
EJB3EntityFacadeLogichandleGetDaoBusinessOperations in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDaoBusinessOperations()protected Collection<DependencyFacade> handleGetValueObjectReferences()
EJB3EntityFacadeLogichandleGetValueObjectReferences in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetValueObjectReferences()protected Collection<DependencyFacade> handleGetAllValueObjectReferences()
EJB3EntityFacadeLogichandleGetAllValueObjectReferences in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetAllValueObjectReferences()protected boolean handleIsDaoImplementationRequired()
handleIsDaoImplementationRequired in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsDaoImplementationRequired()protected String handleGetDaoNoTransformationConstantName()
handleGetDaoNoTransformationConstantName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDaoNoTransformationConstantName()protected Collection<DependencyFacade> handleGetValueObjectReferences(boolean follow)
EJB3EntityFacadeLogicfollow is true, then
all value object references (including those that were inherited) will be retrieved.handleGetValueObjectReferences in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetValueObjectReferences(boolean)protected Object handleGetRoot()
EJB3EntityFacadeLogichandleGetRoot in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetRoot()protected String handleGetDefaultPersistenceContextUnitName()
handleGetDefaultPersistenceContextUnitName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDefaultPersistenceContextUnitName()protected String handleGetDaoDefaultExceptionName()
handleGetDaoDefaultExceptionName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetDaoDefaultExceptionName()protected String handleGetFullyQualifiedDaoDefaultExceptionName()
handleGetFullyQualifiedDaoDefaultExceptionName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetFullyQualifiedDaoDefaultExceptionName()protected boolean handleIsEntityImplementationRequired()
handleIsEntityImplementationRequired in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsEntityImplementationRequired()protected Collection<AttributeFacade> handleGetInstanceAttributes(boolean follow, boolean withIdentifiers)
EJB3EntityFacadeLogichandleGetInstanceAttributes in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetInstanceAttributes(boolean, boolean)protected String handleGetInstanceAttributeNameList(boolean follow, boolean withIdentifiers)
EJB3EntityFacadeLogichandleGetInstanceAttributeNameList in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetInstanceAttributeNameList(boolean, boolean)protected String handleGetInstanceAttributeTypeList(boolean follow, boolean withIdentifiers)
EJB3EntityFacadeLogichandleGetInstanceAttributeTypeList in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetInstanceAttributeTypeList(boolean, boolean)protected boolean handleIsSecurityEnabled()
handleIsSecurityEnabled in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsSecurityEnabled()protected String handleGetRolesAllowed()
handleGetRolesAllowed in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetRolesAllowed()protected String handleGetSecurityRealm()
handleGetSecurityRealm in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetSecurityRealm()protected Collection handleGetNonRunAsRoles()
EJB3EntityFacadeLogichandleGetNonRunAsRoles in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetNonRunAsRoles()protected boolean handleIsUseQueryCache()
handleIsUseQueryCache in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsUseQueryCache()protected boolean handleIsSeamComponent()
handleIsSeamComponent in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleIsSeamComponent()protected String handleGetSeamComponentScopeType()
handleGetSeamComponentScopeType in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetSeamComponentScopeType()protected String handleGetSeamComponentName()
handleGetSeamComponentName in class EJB3EntityFacadeLogicEJB3EntityFacadeLogic.handleGetSeamComponentName()Copyright © 2006–2014 AndroMDA.org. All rights reserved.