I\'m using nhibernate2.1 as part of spring.net 1.3.I have the following declaration as part of my mapping.My understanding is that this object should not load unless the getter is called.I have a brea
Actually the thing that I want to ask here is more like to get some suggestions which is the best way to do the thing that I want. I\'m using Lazy Loading List in my application. I need to be able to
I am using GridView to display more than 100 images from web. Its takes time to load and display, so I use lazy loading but that does not speed it up.
hi i have two entities User and Authority they have many to many relation: @ManyToMany(cascade = CascadeType.ALL, fetch = FetchType.EAGER)
Spring JMS going against a JBoss 4.x JBossMQ queue (I know, old JBoss, JBossMQ superseded by JBoss Messaging, but I can\'t change the stack).Everything works when the Spring JMS configuration is loade
Simple question:Should OP开发者_StackOverflowTIONAL User Settings be Lazy-Initialized into the DB or always created with a new registration?
I have 2 physical servers which my web application hits managed by load balancers. I always get - org.hibernate.LazyInitializationException: could not initialize proxy - no Session
Image you are creating a custom control behaving like ComboBox in WPF. As a source of items you provide IQueryable<T> (or any kind of IEnumerable collection),
Okay I have an idea and I want to know what you all think. So for my project I have an gallery. I want to load ima开发者_如何学编程ges into the gallery using Lazyloading But lazyloading doesnt seem t
Hi I use Fluent NHibernate and I am little confusing with Lazy Loading. I queried object in database modified object properties