Discrete 发表于 2025-3-25 04:04:59

Using the Session,You may have noticed that the Session object is the central point of access to Hibernate functionality. We will now look at what it embodies and what that implies about how you should use it.

frivolous 发表于 2025-3-25 09:04:46

Advanced Queries Using Criteria,Hibernate provides three different ways to retrieve data. We have already discussed HQL and the use of native SQL queries; now we add criteria.

cathartic 发表于 2025-3-25 13:25:27

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

FLIP 发表于 2025-3-25 16:20:34

Hibernate Envers,Hibernate Envers is a project that provides access to entity audit data and versioning and audit data. This means that if you‘ve marked an entity as being audited - via the rather cleverly named . annotation - that Hibernate will track changes made to that entity, and you can access the entity as it‘s existed through time.

Heterodoxy 发表于 2025-3-25 21:17:34

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

CARK 发表于 2025-3-26 01:29:57

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

倾听 发表于 2025-3-26 04:55:19

Integrating and Configuring Hibernate,ing Java persistence solutions, and created a clean but powerful architecture. In practice, this means that you do not have to run Hibernate inside any particular Java EE container or framework. As of Hibernate 5.2, Java 8 or later is required, thanks to the integration of the date and time API and other such useful features.

Generic-Drug 发表于 2025-3-26 11:42:42

Filtering the Results of Searches,minate the unwanted data. Filters provide a way for your application to limit the results of a query to data that passes the filter’s criteria. Filters are not a new concept — you can achieve much the same effect using SQL database views or, well, named queries — but Hibernate offers a centralized management system for them.

阻塞 发表于 2025-3-26 13:16:41

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

Mosaic 发表于 2025-3-26 17:31:25

http://image.papertrans.cn/b/image/182361.jpg
页: 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