Use of hibernate.reveng.xml -


in application , using integration of hibernate , jsf , in hibernate-configuration used create

hibernate.cfg.xml

  • to implement connection database , session factory

(pojo class).hbm.xml

  • which contains table columns , other table properties creating pojo objects

and have one

hibernate.reveng.xml

  • actually use of in application , have tried without xml data's adding in database , application works perfectly.

i want know more hibernate.reveng.xml ..

the file hibernate.reveng.xml used configure reverse engineering (rev-eng). description here. ant task documented here.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -