Hibernate cache Level

Source: Internet
Author: User

Session cache:
    • A series of Java collections are included in the implementation of the session interface, which forms the session cache, so that objects stored in its cache do not end the life cycle as long as the session instance does not have an end-of-life cycle and the cache is not cleaned up.
    • Session caching can reduce the frequency with which hibernate applications access the database. In this test code, only the database is accessed once, and the second time is accessed through the cache.
    • The news object has three references: Session cache, NEWS1, news2.
Operation Session Cache:
    • Flsush (): When an object in the session cache changes, flush () is automatically called, and an SQL statement (Update/insert/delete) is eventually invoked to synchronize the session cache with the database.

Hibernate cache Level

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.