FILTH 发表于 2025-3-25 04:13:14

http://reply.papertrans.cn/19/1824/182362/182362_21.png

CRUMB 发表于 2025-3-25 08:09:13

Secrets and Lies: Ethical Communication,Hibernate provides three different ways to retrieve data. We have already discussed HQL and the use of native SQL queries—now we add criteria.

冰河期 发表于 2025-3-25 12:51:55

An Introduction to Hibernate 3.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-25 18:00:48

http://reply.papertrans.cn/19/1824/182362/182362_24.png

以烟熏消毒 发表于 2025-3-25 21:30:48

The Persistence Life Cycle,In this chapter, we discuss the life cycle of persistent objects in Hibernate. These persistent objects are POJOs without any special marker interfaces or inheritance related to Hibernate. Part of Hibernate’s popularity comes from its ability to work with a normal object model.

踉跄 发表于 2025-3-26 02:12:36

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

阻止 发表于 2025-3-26 06:43:47

Mapping with Annotations,In Chapter 5, we discussed the need to create mappings between the database model and the object model. Mappings can be created as separate XML files, or as annotations inline with the source code for your POJOs. In this chapter, we discuss the use of annotations, and in the next chapter, we will discuss the use of XML files.

Offbeat 发表于 2025-3-26 08:51:53

Creating Mappings with Hibernate XML Files,In addition to annotations, Hibernate supports the use of XML mapping files to describe the relationship between the object model and the database. A mapping file can map a single class or multiple classes to the database. The mapping can also describe standard queries (in HQL and SQL) and filters.

Ornament 发表于 2025-3-26 14:56:22

http://reply.papertrans.cn/19/1824/182362/182362_29.png

蜡烛 发表于 2025-3-26 18:48:29

http://reply.papertrans.cn/19/1824/182362/182362_30.png
页: 1 2 [3] 4 5
查看完整版本: Titlebook: Beginning Hibernate; Jeff Linwood,Dave Minter Book 2010Latest edition Jeff Linwood and Dave Minter 2010 Annotation.Hibernate.Inform.Java.S