摘要:
一、使用entityManager可以动态传入表名,首先需要查询出所有空表 @Query(value = "select 'alter table ' || a.table_name || ' allocate extent' from user_tables a where a.table_nam 阅读全文
摘要:
一、搭建相关的项目环境 二、创建类继承 org.hibernate.dialect.MySQL5InnoDBDialect(mysql)或者org.hibernate.dialect.Oracle12cDialect(oracle) 1 public class MySQLChineseDialec 阅读全文