Class EntityToTableMap
- java.lang.Object
-
- com.flowable.content.engine.impl.db.EntityToTableMap
-
public class EntityToTableMap extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Map<Class<?>,String>
apiTypeToTableNameMap
static Map<Class<? extends Entity>,String>
entityToTableNameMap
-
Constructor Summary
Constructors Constructor Description EntityToTableMap()
-