使用hibernate-jpamodelgen生成jpa metamodel

1、在項目中引入jar包 附maven方式 在pom.xml加入 <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-jpamodelgen</artifactId> <version>5.2.17.Final</version> </dependency> 2、使用intellij ide
相關文章
相關標籤/搜索