1. lazy fetching problem stackoverflow.comI have a problem with lazy fetching. here's what I have. I have a entity class called channel. and another entity class called show. Each channel has many show's. I've implemented ... |
2. fetching max no from hibernate spring database connection forum.springsource.orgI have to fetch max no of a column value from a table into an integer field. For example select max(column1) from table1 where column2="condition1" Is there any way from hibernate ... |
3. Spring Data JPA - Eager Fetching forum.springsource.orgSpring Data JPA - Eager Fetching I'm working on a web application that makes use of the Spring Data JPA library. The web application is designed using the typical Dao/Service/Web layered ... |
4. Custom fetch groups with Spring Data JPA...possible? forum.springsource.orgCustom fetch groups with Spring Data JPA...possible? I'm a new and very appreciative user of Spring Data JPA, huge fan. But I've hit a wall and I'm looking for guidance. I ... |
5. multiple fetch spring jpa forum.springsource.orgmultiple fetch spring jpa Hi, I have searched in forums and could not find the answer so am adding a new post. I have a general question to ask. Let us ... |
6. Taking advantage of Hibernate 'fetch' select forum.springsource.orgTaking advantage of Hibernate 'fetch' select Does anyone have a nice way to take advantage of fetching the parent + child data in one database visit while minimising clutter in the ... |
7. Views/Fetching Strategy in Spring w/ Hibernate forum.springsource.orgViews/Fetching Strategy in Spring w/ Hibernate Hi, I've very new to both Java and Spring/Hibernate. Working hard to get up to speed though. I have a question about strategy. I'll use ... |
8. Can we override the fetching methods of hibernate forum.springsource.orgCan we override the fetching methods of hibernate Hi All, I need help in hibernate related issue. I need to override the method which used by hibernate api to fetch children ... |
9. Spring + JPA - Lazy fetch problem forum.springsource.orgSpring + JPA - Lazy fetch problem I'm new to Spring and I can't understand how to use it with JPA (Hibernate) properly. I use: Spring 2 + JPA (Hibernate) + ... |
10. How to Force JOIN on JPA EAGER FETCH forum.springsource.orgHow to Force JOIN on JPA EAGER FETCH Hi All, I am using struts2.11-spring(2.5)-jpa(hibernate 3.2.5) combination. I have a @ManyToOne annotation which eagerly fetched. I am unable to force join on ... |
11. Domain Driven design controlling fetch plans in hibernate forum.springsource.orgAn interesting question was posed on the DDD user group around controlling object graph retrieval when using on ORM basically how to set fetch plans the response was very interesting http://tech.groups.yahoo.com/group/d...n/message/6805 ... |
12. Hibernate throwing LazyInitializationException even though everything is Fetch.EAGER forum.springsource.orgI'm using Spring 2.5, Hibernate 3.2.6 ga and annotations for both. My domain objects have all their mappings set to fetch eager like this: Code: @ManyToOne(fetch = FetchType.EAGER) @JoinColumn(name = "project_id") ... |
13. Hibernate, multi-threads, and lazy fetching forum.springsource.orgHibernate, multi-threads, and lazy fetching I'm having trouble trying to figure out my stand-alone app here. I've converted it from a single-threaded app to a multi-threaded one. However, I constantly get ... |
14. Hibernate updates on fetch forum.springsource.orgMay 18th, 2010, 12:06 PM #1 Hovendal View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 25 Hibernate updates on fetch Hi all, I am experiencing ... |
15. lazy fetching with spring hibernate java 1.4 forum.hibernate.org |