본문 바로가기
MySql

MySQL JPA2 + Hibernate + Eclipse 4.2 + MySQL 5.5를 사용하여 엔티티에서 스키마 생성

by 베이스 공부 2021. 1. 24.
반응형

저는 Hibernate / JPA를 처음 접했고 마지막 단계라고 생각하는 것에 갇혀 있습니다. I have created a schema in my MySQL instance and want to generate the tables for the schema from the JPA entities I have created. I get an option in JPA Tools in eclipse "Generate Tables from Entities" but that gives me a message "Generate Tables from Entities is not supported by the Generic Platform. 이 작업을 수행하는 데 필요한 플러그인이나 도구가 있습니까?

 

해결 방법

 

최대 절전 모드를 사용하는 경우 다음을 수행 할 수 있습니다.



 

참조 페이지 https://stackoverflow.com/questions/12833424

 

 

반응형

댓글