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