I got an existing table in Oracle database how can I generate my Hibernate Java class etc from this table?
Using Eclipse 3.2, Java 5
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean generate a POJO that maps to the table? You can use the Hibernate Tools plugin for Eclipse. Otherwise you can create the POJO manually and map it to the table using Hibernate Annotations.