hibernate 未注册的表
- 作者: 陌上烟雨心上尘-
- 来源: 51数据库
- 2021-01-19
据数据库表的Sequence字段生成,以有根据一个额外的表生成主键,默认为AUTO generator:表示主键生成器的名称,这个属性通常和ORM框架相关,例如,Hibernate可以指定uuid...
configuration config = new annotationconfiguration().configure();
schemaexport schemaexport = new schemaexport(config);
schemaexport.create(true, true);
configuration config = new annotationconfiguration().configure();
schemaexport schemaexport = new schemaexport(config);
schemaexport.create(true, true);
推荐阅读
