宿醉 发表于 2025-3-23 09:56:36

http://reply.papertrans.cn/19/1824/182361/182361_11.png

Dedication 发表于 2025-3-23 15:33:47

http://reply.papertrans.cn/19/1824/182361/182361_12.png

弄污 发表于 2025-3-23 19:21:33

The Handbook of Environmental ChemistryHibernate doesn’t limit you to using purely relational databases; Hibernate OGM stands as a project that can carry an object model into the realm of the NoSQL datastore, allowing developers to use a familiar mechanism to access multiple types of storage.

Paradox 发表于 2025-3-24 00:46:13

http://reply.papertrans.cn/19/1824/182361/182361_14.png

上下倒置 发表于 2025-3-24 05:59:28

An Introduction to Hibernate 5,Most significant development projects involve a relational database. The mainstay of most commercial applications is the large-scale storage of ordered information, such as catalogs, customer lists, contract details, published text, and architectural designs.

低三下四之人 发表于 2025-3-24 09:14:51

Building a Simple Application,In this chapter, we‘re going to create the shell of an application, which will allow us to demonstrate a number of concepts common for systems that use Hibernate. We‘ll be covering the following.

Fraudulent 发表于 2025-3-24 14:19:10

http://reply.papertrans.cn/19/1824/182361/182361_17.png

新手 发表于 2025-3-24 18:41:00

An Overview of Mapping,The purpose of Hibernate is to allow you to treat your database as if it stores Java objects. However, in practice, relational databases do not store objects – they store data in tables and columns. Unfortunately, there is no simple way to correlate the data stored in a relational database with the data represented by Java objects.

intuition 发表于 2025-3-24 19:06:12

http://reply.papertrans.cn/19/1824/182361/182361_19.png

后天习得 发表于 2025-3-25 02:51:33

JPA Integration and Lifecycle Events,Hibernate provides a number of capabilities beyond the simple “native Hibernate API.” In this chapter, we are going to discuss using the standard JPA configuration resource, Hibernate’s object validation facilities, and object lifecycle events — along with a few other tricks.
页: 1 [2] 3 4 5 6
查看完整版本: Titlebook: Beginning Hibernate; For Hibernate 5 Joseph B. Ottinger,Jeff Linwood,Dave Minter Book 20164th edition Joseph B. Ottinger, Jeff Linwood and