1. HBM file with multiple |
2. hbm2java ignoring meta tags? forum.hibernate.orgHi! This is my cfg.xml file: ---------------------------- |
3. hbm2java generate XDoclet javadoc tags forum.hibernate.org |
4. .hbm.xml files not generated form XDoclet tags forum.hibernate.orgI have a problem simillar to this post http://forum.hibernate.org/viewtopic.php?p=2182874 however what is said there does not help me :(. I have a java class with XDoclet to create a hbm file. However the hbm file is not generated. Here is the class package src.hibernate; /** * @author Alex * * @hibernate.class table = "SAMPLE" */ public class Sample{ private Long id; ... |
5. How can mention |