1. Exception in JPA fetch coderanch.com |
2. Envers Fetching Indexed Collection - Duplicate Row Exception forum.hibernate.org |
3. Hibernate Exception while fetching objects via Axis forum.hibernate.orgNewbie Joined: Thu Oct 09, 2003 11:32 am Posts: 6 Hello, While fetching records from a database I get following exception. Can someone please let me know what is going on, the record seems to be being read successfully but after that this is the error. Class under consideration, SccChanges, has been generated by middlegen and then modified by Apache Axis ... |
4. Exception while subselect fetching (bug?) forum.hibernate.orgHi, i just tried the subselect feature. It seems to work fine is some cases, in others not. Trying to load a "Category" with "parent" (also of type Category) == null produces the following subselect for a set of children entities (of some other type): select category0_.CATEGORY_ID from CORE_CATEGORY category0_ where category0_.PARENT_ID is null The statement, of course, works. But if ... |
5. Exception trying to retrieve one-to-many from empty table. forum.hibernate.orgPage 1 of 1 [ 3 posts ] Previous topic | Next topic Author Message mrbuddylee Post subject: Exception trying to retrieve one-to-many from empty table. Posted: Mon Aug 15, 2005 4:20 pm Newbie Joined: Fri Aug 12, 2005 11:01 am Posts: 5 Hibernate version: Hibernate 3.0 using Hibernate/Spring for a ... |
6. The Join fetch which throws a lazy exception forum.hibernate.orgWhen are you attempting to access the productList? The error is that there is no session associated with the current thread at the time the productList collection is loaded. You could try setting lazy to true just to see if it clears up the error. If it does, that would indicate that your session management approach has some problem. You normally ... |
7. Lazy Intilization Exception while fetching eagerly forum.hibernate.orgAuthor Message Kamesh3183 Post subject: Lazy Intilization Exception while fetching eagerly Posted: Mon Dec 24, 2007 8:36 am Newbie Joined: Tue Aug 21, 2007 12:36 am Posts: 6 Hibernate version: 3.2.4 Mapping documents: Code: |