Package com.flowable.app.engine.impl.db
Class EntityDependencyOrder
- java.lang.Object
-
- com.flowable.app.engine.impl.db.EntityDependencyOrder
-
public class EntityDependencyOrder extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description static List<Class<? extends Entity>>
DELETE_ORDER
static List<Class<? extends Entity>>
INSERT_ORDER
-
Constructor Summary
Constructors Constructor Description EntityDependencyOrder()
-