java - How to use reverse engineering in my eclipse -
i using mysql workbench , eclipse 8.6. , making hibernate-spring program. possible use reverse engineering feature in eclipse mysql workbench in dao , hbm files can generate derby. how can mysql workbench. url of using reverse engineering in eclipse. http://www.myeclipseide.com/documentation/quickstarts/hibernateandspring/
i'm not sure myeclipe, in eclipse 3.6 can install "hibernate tools" eclipse. steps - create schema , tables using mysql workbench - in eclipse, create new database connection (database perspective --> data source explorer view --> database connections, right-click, new). specify mysql driver, username password, database etc - make sure eclipse connected database, , can mysql ping - in eclipse, create new "jpa" project. - right-click on jpa project, , go "jpa tools" --> generate entities tables. - in wizard, need change mechanism auto-assigning id's entities being written database
Comments
Post a Comment