Hibernate
文章平均质量分 79
caoguanling
Coding for living and fun.
展开
-
What is the advantage of load() vs get() in Hibernate?
Use get() when you want to load an objectUse load() when you need to obtain a reference to the object without issuing extra SQL queries, for example, to create a relationship with another object:转载 2014-04-08 16:23:42 · 536 阅读 · 0 评论 -
Hibernate Caching
Caching is all about application performance optimization and it sits between your application and the database to avoid the number of database hits as many as possible to give a better performance fo转载 2014-04-08 16:41:04 · 591 阅读 · 0 评论 -
Hibernate Examples
Caching is all about application performance optimization and it sits between your application and the database to avoid the number of database hits as many as possible to give a better performance fo转载 2014-04-08 16:47:02 · 538 阅读 · 0 评论