문제

I am having some trouble searching for what I want to do. I am told that I can generate database tables using Hibernate that represent POJOs I created in Java. I must be missing something. Thank you for the help on the trivial issue.

도움이 되었습니까?

해결책

Add this property in your configuration file

<property name="hibernate.hbm2ddl.auto">create</property>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top