Hi,
I'm in the process of implementing programmatic metadata manipulation. It's a bit difficult for me as there doesn't seem to be good documentation about this. In the JPWH book, there is just a short example which doesn't teach me much. So far I've been looking at org.hibernate.cfg.HbmBinder and org.hibernate.cfg.JDBCBinder (the latter is in Hibernate Tools). These classes use that functionality but lack documentation, so I'm still having problems. Is there some documentation or tutorial that I don't know about?
|