据数据库表的sequence字段生成,以有根据一个额外的表生成主键,默认为auto generator:表示主键生成器的名称,这个属性通常和orm框架相关,例如,hibernate可以指定uuid...
configuration config = new annotationconfiguration().configure();
schemaexport schemaexport = new schemaexport(config);
schemaexport.create(true, true);
用户登录
还没有账号?立即注册
用户注册
投稿取消
文章分类: |
|
还能输入300字

上传中....