Author | Message |
---|---|
p0941
Posts: 95
|
Posted 23:44 Apr 27, 2010 |
Hi Dr. Sun, In csns.model.forum, there are 3 classes: forum, topic and post. But there is only Post.hbm.xml. What's the mapping files for the other two? Thanks |
rahulajit
Posts: 15
|
Posted 02:57 Apr 28, 2010 |
Forum and Topic implements the interface Subscribable. So check the hbm file for Subscribable and you will find the mapping for classes Forum and Topic. |