Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Java Spring Hibernate programming Blog  > 

2013-10-07 06:50
Second Level cache: Second Level Cache can be attached to Session Factory.Objects which are stored in second level cache can be shared with all the sessions.For eg:      &nbsp&hell…Read More
2012-01-27 13:24
Query Cache:  When executes the query the retrieved objects would not been stored in session's cache.Query Cache is responsible for caching the results of the query. Query cac… Read More
2012-01-27 07:29
Cache:  Caching is used for reducing the number of interactions with the database. If there is no cache then for every interaction application has to hit the database.   Cache… Read More
2012-01-26 12:00
Obtaining a Session Factory:  All the mappings have been parsed by configuration object Hibernate uses run time reflection to determine the persistent properties of a class.The obj… Read More
2012-01-26 08:36
Configuration: In  Hibernate Configuration represents the mappings of Java Types to Database.All the mappings have been parsed by configuration object Hibernate uses run time refle… Read More
2012-01-23 14:26
Join Fetching: In Join Fetching Hibernate fetches the associated instance and its collection in a single select using OUTER JOIN. If join fetching is enabled then lazy fetching should be dis… Read More
2012-01-22 19:12
Persistent Classes in Hibernate are used for persisting the application data into database, it just acts as a bridge.  All the instances of the persistent class cant be in persistent st… Read More

Share the post

Java Spring Hibernate

×

Subscribe to Java Spring Hibernate

Get updates delivered right to your inbox!

Thank you for your subscription

×