1. package com.felees.hbnpojogen.persistence does not exist stackoverflow.comI cant find this package anywhere. package com.felees.hbnpojogen.persistence does not exist. Has anybody come across it? The error came up when I tried to build a new CVS repository. In the pom.xml there is ... |
2. When using java package statement in Hibernate POJO... forum.hibernate.orgWhen I use a package statement in the POJOs, my *.hbm.xml mapping files are not found--no matter where they are in the project directory structure. I tried everywhere. If I remove the package statements and just include the mapping files in WEB-INF/classes where the compiled POJO class files end up without package statements, then its smooth sailing. This has to be ... |
3. Must be pojo and file.hmb.xml in the same package? forum.hibernate.orgHibernate version: Hibernate 2.1 Hi, I'm new in hibernate. I've create my first application with hibernate and it goes. But now I've a question ... with hibernate mapping file and pojo must be in the same package? I'd like have 2 package: data.xml with all file .hbm.xml and data.db with all pojo If I try I've an error: the sistem doesn't ... |
4. POJO having same name in different packages forum.hibernate.orgI have two POJO classes, say com.samples.savings.Account.java and com.samples.current.Account.java in different packages. I have the corresponding mapping files namely savings/Account.hbm.xml and current/Account.hbm.xml. Both the POJO are mapped to separate tables in the DB namely savings_account and current_account respectively. The mappings are also provided in the hibernate.cfg.xml file as follows. |
5. maximum number of pojos in package forum.hibernate.org |