This commit is contained in:
Redkale
2018-05-06 16:54:46 +08:00
parent 62783d0765
commit ffd0bec5c6

View File

@@ -473,6 +473,14 @@ public final class EntityInfo<T> {
return autouuid;
}
public DistributeTableStrategy<T> getTableStrategy() {
return tableStrategy;
}
public String getTableNotExistSqlStates() {
return tablenotexistSqlstates;
}
public Attribute<T, Serializable>[] getInsertAttributes() {
return insertAttributes;
}