Modifier and Type | Interface and Description |
---|---|
interface |
ManageableEntity
An Entity that is Manageable: will produce CRUD operations in the EntityManager implementation.
|
Modifier and Type | Method and Description |
---|---|
static List<Entity> |
EntityMetafacadeUtils.sortEntities(Collection<Entity> entities,
boolean ascending)
Puts non-abstract entities in order based on associations.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ModelElementFacade> |
EntityMetafacadeUtils.getIdentifierAttributes(Entity entity,
boolean follow)
Gets all identifier attributes for an entity.
|
static Collection<ModelElementFacade> |
EntityMetafacadeUtils.getIdentifiers(Entity entity,
boolean follow)
Gets all identifiers for an entity.
|
static int |
EntityMetafacadeUtils.getPriority(Entity entity)
Gets the execution priority of a specific entity, based on dependency/owning relationships,
so that TestNG unit tests can be put in the proper order across all entities and CRUD methods
|
Modifier and Type | Method and Description |
---|---|
static List<Entity> |
EntityMetafacadeUtils.sortEntities(Collection<Entity> entities,
boolean ascending)
Puts non-abstract entities in order based on associations.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.