Package | Description |
---|---|
org.andromda.cartridges.spring.metafacades |
Modifier and Type | Interface and Description |
---|---|
interface |
SpringManageableEntity
TODO: Model Documentation for org.andromda.cartridges.spring.metafacades.SpringManageableEntity
Metafacade interface to be used by AndroMDA cartridges.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringEntityLogic
Represents a Spring persistent entity
MetafacadeLogic for SpringEntity
|
class |
SpringEntityLogicImpl
MetafacadeLogic implementation for org.andromda.cartridges.spring.metafacades.SpringEntity.
|
class |
SpringManageableEntityLogic
TODO: Model Documentation for org.andromda.cartridges.spring.metafacades.SpringManageableEntity
MetafacadeLogic for SpringManageableEntity
|
class |
SpringManageableEntityLogicImpl
MetafacadeLogic implementation for org.andromda.cartridges.spring.metafacades.SpringManageableEntity.
|
Modifier and Type | Method and Description |
---|---|
SpringEntity |
SpringManageableEntityLogic.getRoot()
Travels up the inheritance hierarchy and retrieves the root of this entity.
|
SpringEntity |
SpringEntityLogic.getRoot()
Represents a Spring persistent entity
|
SpringEntity |
SpringEntity.getRoot()
Travels up the inheritance hierarchy and retrieves the root of this entity.
|
protected SpringEntity |
SpringManageableEntityLogic.getSuperSpringEntity()
Gets the SpringEntity parent instance.
|
Modifier and Type | Method and Description |
---|---|
String |
SpringQueryOperationLogic.getQuery(SpringEntity entity)
Gets the query; taking the entity of which should be included in the query (not counting
queries that are explicitly modeled in OCL).
|
String |
SpringQueryOperation.getQuery(SpringEntity entity)
Gets the query; taking the entity of which should be included in the query (not counting
queries that are explicitly modeled in OCL).
|
protected String |
SpringQueryOperationLogicImpl.handleGetQuery(SpringEntity entity) |
protected abstract String |
SpringQueryOperationLogic.handleGetQuery(SpringEntity entity)
Method to be implemented in descendants
Gets the query; taking the entity of which should be included in the query (not counting
queries that are explicitly modeled in OCL).
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.