반응형
저는 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
반응형
'MySql' 카테고리의 다른 글
MySQL Why do we need to use Foreign Keys? (0) | 2021.01.24 |
---|---|
MySQL Python MySQLdb : 명명 된 사전으로 매개 변수 쿼리 (0) | 2021.01.24 |
MySQL MySql : Tinyint (2) 대 tinyint (1)-차이점은 무엇입니까? (0) | 2021.01.24 |
MySQL은 결과 값을 다른 값으로 바꿉니다. (0) | 2021.01.24 |
MySQL PHP에서 mysql_ * 함수를 사용하지 않는 이유는 무엇입니까? (0) | 2021.01.24 |
댓글