Hibernate is an open source object-relational mapping framework (ORM)

Source: Internet
Author: User
Hibernate is an open-source object-relational mapping framework that provides JDBC with a very lightweight object encapsulation that allows Java programmers to manipulate databases at will using object programming thinking.
Hibernate is an excellent persistence framework
What is persistence: a mechanism for converting program data between transient and persistent states
Transient state: The program data of the memory exists, the program exits, the data disappears, called instantaneous state
Persistent state: Keep the program data on disk, the program still exists after exiting, called the persistent state of program data
Hibernate is a mainstream ORM framework ORM (Object Relational Mapping) (objects-relational mappings)
The mechanism for accomplishing object data to relational data mapping is called object-relational mapping, or ORM. is a mainstream persistence framework that requires only a small amount of code to be able to do this on a JDBC basis. Persistence is an excellent ORM (object-relational mapping) mechanism to store mapping information in the business layer programmatically in an object-oriented manner, regardless of the form of data preservation

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.