MySQLGetDependentEntities

public class MySQLGetDependentEntities extends MySQLTransaction implements GetDependentEntitiesImpl

Get a list of ids of all entities which require the given entity to exists.

That is the list of all direct child entities (by is-a relation), referenced entities (i.e. the given entity is a property’s value), all properties which have this entity as their data type and all implemented properties which use this entity as their abtract property.

Author:

Timm Fitschen

Fields

STMT_GET_DEPENDENT_ENTITIES

public static final String STMT_GET_DEPENDENT_ENTITIES

Constructors

MySQLGetDependentEntities

public MySQLGetDependentEntities(Access access)

Methods

execute

public List<EntityID> execute(EntityID entity)