提交 48f01861 authored 作者: Thomas Mueller's avatar Thomas Mueller

EclipseLink: Added H2Platform.supportsIdentity().

上级 61ca844f
......@@ -119,6 +119,10 @@ public class H2Platform extends DatabasePlatform {
return false;
}
public boolean supportsSequenceObjects() {
return true;
}
public boolean supportsIdentity() {
return true;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论