Class GetTableNameCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetTableNameCmd
All Implemented Interfaces:
Serializable, Command<String>

public class GetTableNameCmd extends Object implements Command<String>, Serializable
See Also:
  • Field Details

    • entityClass

      protected Class<?> entityClass
    • withPrefix

      protected boolean withPrefix
  • Constructor Details

    • GetTableNameCmd

      public GetTableNameCmd(Class<?> entityClass)
    • GetTableNameCmd

      public GetTableNameCmd(Class<?> entityClass, boolean withPrefix)
  • Method Details