提交 a4d486f3 编写于 作者: R roo00

达梦数据库默认schema

上级 97f5238f
......@@ -39,6 +39,8 @@ public abstract class JpaObject extends GsonPropertyObject implements Serializab
}
abstract public void onPersist() throws Exception;
public static final String default_schema = "X";
public static final String ColumnNamePrefix = "x";
......
......@@ -22,10 +22,4 @@ public abstract class SliceJpaObject extends JpaObject {
this.distributeFactor = distributeFactor;
}
// protected void concreteDistributeFactor() {
// if (null == this.distributeFactor) {
// this.distributeFactor = (new Random()).nextInt(1000);
// }
// }
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册