標題: Titlebook: Beginning Hibernate; Jeff Linwood,Dave Minter Book 2010Latest edition Jeff Linwood and Dave Minter 2010 Annotation.Hibernate.Inform.Java.S [打印本頁] 作者: Constrict 時間: 2025-3-21 17:33
書目名稱Beginning Hibernate影響因子(影響力)
書目名稱Beginning Hibernate影響因子(影響力)學(xué)科排名
書目名稱Beginning Hibernate網(wǎng)絡(luò)公開度
書目名稱Beginning Hibernate網(wǎng)絡(luò)公開度學(xué)科排名
書目名稱Beginning Hibernate被引頻次
書目名稱Beginning Hibernate被引頻次學(xué)科排名
書目名稱Beginning Hibernate年度引用
書目名稱Beginning Hibernate年度引用學(xué)科排名
書目名稱Beginning Hibernate讀者反饋
書目名稱Beginning Hibernate讀者反饋學(xué)科排名
作者: Agronomy 時間: 2025-3-22 00:04
Book 2010Latest editionen-source, lightweight Hibernate—the de facto object-relational mapping and database-oriented application development framework.. .This book packs in?information about the release of the Hibernate 3.5 persistence layer and provides a clear introduction to the current standard for object-relational p作者: granite 時間: 2025-3-22 03:20
ew to open-source, lightweight Hibernate—the de facto object.Beginning Hibernate, Second Edition. is ideal if you’re experienced in Java with databases (the traditional, or “connected,” approach), but new to open-source, lightweight Hibernate—the de facto object-relational mapping and database-orien作者: Eructation 時間: 2025-3-22 05:17
Searches and Queries,QL can be used to alter the information in the database (with ., and .). We cover all of this basic functionality in this chapter. Hibernate’s query facilities do not allow you to alter the database structure.作者: 痛得哭了 時間: 2025-3-22 12:39 作者: Jargon 時間: 2025-3-22 13:36 作者: 摻假 時間: 2025-3-22 20:50 作者: 不發(fā)音 時間: 2025-3-22 23:12
https://doi.org/10.1007/978-3-031-02600-3e 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—but Hibernate offers a centralized management system for them.作者: 無能力 時間: 2025-3-23 04:35
Aspects of Interaction in Visualization,ed our database from the Java object model, this example project starts with a database that already has a schema. In our example in this chapter, we are going to create a new Java object model for the database, using annotations for our Hibernate mappings, and then run some queries that use the Hib作者: 集合 時間: 2025-3-23 06:14 作者: indignant 時間: 2025-3-23 11:11 作者: Allege 時間: 2025-3-23 14:44
Aspects of Interaction in Visualization,ed our database from the Java object model, this example project starts with a database that already has a schema. In our example in this chapter, we are going to create a new Java object model for the database, using annotations for our Hibernate mappings, and then run some queries that use the Hibernate Query Language.作者: 剛開始 時間: 2025-3-23 21:01
https://doi.org/10.1007/978-1-4302-2851-6Annotation; Hibernate; Inform; Java; Spring Framework; object; object-relational mapping作者: Seizure 時間: 2025-3-23 23:11
978-1-4302-2850-9Jeff Linwood and Dave Minter 2010作者: 危險 時間: 2025-3-24 05:17 作者: 法律的瑕疵 時間: 2025-3-24 09:01
https://doi.org/10.1007/978-3-642-57005-6In this chapter, you’ll take another look at some of the steps necessary to get the example from Chapter 1 up and running. You’ll also build a somewhat larger application from scratch. All of the code in this book is available for download from the Apress site (www.apress.com).作者: Ankylo- 時間: 2025-3-24 14:24 作者: cushion 時間: 2025-3-24 16:00 作者: Albinism 時間: 2025-3-24 19:56 作者: Pelago 時間: 2025-3-25 00:09 作者: FILTH 時間: 2025-3-25 04:13 作者: CRUMB 時間: 2025-3-25 08:09
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
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 作者: 以煙熏消毒 時間: 2025-3-25 21:30
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
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
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
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 作者: 蠟燭 時間: 2025-3-26 18:48 作者: 幻想 時間: 2025-3-26 22:32 作者: 時代 時間: 2025-3-27 04:00
http://image.papertrans.cn/b/image/182362.jpg作者: Compatriot 時間: 2025-3-27 09:10
Integrating and Configuring Hibernate,re common pitfalls and problems with the existing 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 J2EE container or framework—Hibernate 3.5 only requires Java 2 Standard Edition (J2SE), version 5.0 (or later).作者: ferment 時間: 2025-3-27 09:59 作者: 記憶 時間: 2025-3-27 15:16 作者: Handedness 時間: 2025-3-27 20:07
Minter. and .Jeff Linwood. provide more in-depth examples than any other book for Hibernate beginners. The authors also present material in a lively, example-based manner—not a dry, theoretical, hard-to-read fashion..978-1-4302-2850-9978-1-4302-2851-6作者: 制定 時間: 2025-3-28 00:36 作者: 我沒有強迫 時間: 2025-3-28 02:14 作者: neuron 時間: 2025-3-28 08:39
Filtering the Results of Searches,e 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—but Hibernate offers a centralized management system for them.作者: 咆哮 時間: 2025-3-28 12:05
,Case Study — Using Hibernate with an Existing Database,ed our database from the Java object model, this example project starts with a database that already has a schema. In our example in this chapter, we are going to create a new Java object model for the database, using annotations for our Hibernate mappings, and then run some queries that use the Hib作者: poliosis 時間: 2025-3-28 16:32
8樓作者: 催眠 時間: 2025-3-28 22:08
8樓作者: GOAD 時間: 2025-3-29 01:26
9樓作者: Stress 時間: 2025-3-29 06:57
9樓作者: Hyaluronic-Acid 時間: 2025-3-29 10:07
9樓作者: 懲罰 時間: 2025-3-29 12:08
9樓作者: 除草劑 時間: 2025-3-29 19:03
10樓作者: ironic 時間: 2025-3-29 21:17
10樓作者: CHURL 時間: 2025-3-30 01:57
10樓作者: 輕信 時間: 2025-3-30 04:15
10樓