Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.2.4 SP1
Mapping documents:
NA
Code between sessionFactory.openSession() and session.close():
NA
Full stack trace of any exception that occurs:
NA
Name and version of the database you are using:
Oracle10G
The generated SQL (show_sql=true):
NA
Debug level Hibernate log excerpt:
NA
Problems with Session and transaction handling?
NA
Read this:
http://hibernate.org/42.html
I want to generate my persistence classes using Hibernate tools as EJB3 entities.
I tried using seam "generate_entities" to generate my persistence classes for Oracle 10g DB . I assume behind the scenes they use hibernate tools to do this.
Everything works fine, But I have a question here. Is there any way that the Table and Columns comments can be incorporated as Class and Attribute commments in the generated classes. I am seeing this Comments as part of generation in the console. Is there anyway these comments can be incorporated in the respective classes ?
Also is there is any ant task as part of seam that I can incorporate in my build.xml?