1. Hibernate - Using Join table - one-to-many association - Lazy Exception coderanch.comHello, First of all - want to thank everyone who contributes in this forum. It has helped me immensely so many times when I have been stuck. Right now I am on my quest to learn hibernate and have already asked questions here before. I have two tables - Group and Product which have a bi-directional many-to-many relationship. A group can ... |
2. Association references unmapped class exception with hibernate coderanch.comhii to all actually i am a new to hybernate and during make projects i get this exception and after spending 2 more days i am not able to find why this exception is comes please suggest me . because i knew this error is coming during the getseeion to the database to load the mapping file . please check where ... |
3. repost: really need help, self-association + exception forum.hibernate.org |
4. delete, association and object retrieval exception forum.hibernate.orgHello all, I've got a problem with a delete action. I've got 3 classes : adresse and SipContact with an association classe Binding. I want to delete objects from the association table Binding using the FK id_SipContact as criteria with something like : NB : I'm using Spring to manage hibernate session, factories and DAO layers. Code: public void deleteBindByContact(SipContact sipContact)throws ... |
5. Obscure exceptions thrown by dodgy associations forum.hibernate.orgHi ya, An error I was investigating was being thrown deep inside the Hibernate code base and I suspected it wasn't a bug with Hibernate, rather Hibernate wasn't telling me the full story. The hard part was that Hibernate was throwing the exception at a particular point in the code that was making the actual issue very obscure. Previous to encountering ... |