Difference between "wait()" vs "sleep()" in Java What are the possible values of the Hibernate hbm2ddl.auto configuration and what do they do Difference between FetchType LAZY and EAGER in Java Persistence API? Do you find this helpful? Yes No Quiz...
One of the more common mistakes that I see people doing with NHibernate is related to how they are loading entities by the primary key. This is because there are important differences between the three options. The most common mistake that I see is using a query to load by id. in ...