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
Post a Comment