public class EntityToTableMap
extends Object
-
Field Summary
Fields
static final Map<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>,String>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
API_TYPE_TO_TABLE_NAME_MAP
-
ENTITY_TO_TABLE_NAME_MAP
public static final Map<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>,String> ENTITY_TO_TABLE_NAME_MAP
-
Constructor Details
-
EntityToTableMap
public EntityToTableMap()
-
Method Details
-
getTableName
public static String getTableName(Class<?> entityClass)