public class GetTableNameCmd extends Object implements Command<String>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
entityClass |
protected boolean |
withPrefix |
| Constructor and Description |
|---|
GetTableNameCmd(Class<?> entityClass) |
GetTableNameCmd(Class<?> entityClass,
boolean withPrefix) |
protected Class<?> entityClass
protected boolean withPrefix
public GetTableNameCmd(Class<?> entityClass)
public GetTableNameCmd(Class<?> entityClass, boolean withPrefix)
public String execute(CommandContext commandContext)
Copyright © 2020 Flowable. All rights reserved.