語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Spring Boot persistence best practic...
~
Leonard, Anghel.
FindBook
Google Book
Amazon
博客來
Spring Boot persistence best practices = optimize Java persistence performance in Spring Boot applications /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Spring Boot persistence best practices/ by Anghel Leonard.
其他題名:
optimize Java persistence performance in Spring Boot applications /
作者:
Leonard, Anghel.
出版者:
Berkeley, CA :Apress : : 2020.,
面頁冊數:
xxx, 1027 p. :ill., digital ;24 cm.
內容註:
Chapter 1: Associations -- Chapter 2: Entities -- Chapter 3: Fetching -- Chapter 4: Batching -- Chapter 5: Collections -- Chapter 6: Connections and Transactions -- Chapter 7: Identifiers -- Chapter 8: Calculating Properties -- Chapter 9: Monitoring -- Chapter 10: Configuring DataSource and Connection Pool -- Chapter 11: Audit -- Chapter 12: Schemas -- Chapter 13: Pagination -- Chapter 14: Queries -- Chapter 15: Inheritance -- Chapter 16: Types and Hibernate Types -- Appendix A: JPA Fundamentals -- Appendix B: Associations Efficiency -- Appendix C: 5 SQL Performance Tips That Will Save Your Day -- Appendix D: How to Create Useful Database Indexes -- Appendix E: SQL Phenomena -- Appendix F: Spring Transaction Isolation Level -- Appendix G: Spring Transaction Propagation -- Appendix H: Understanding Flushing Mechanism -- Appendix I: Second Level Cache -- Appendix J: Tools -- Appendix K: Hibernate 6.
Contained By:
Springer eBooks
標題:
Application software - Development. -
電子資源:
https://doi.org/10.1007/978-1-4842-5626-8
ISBN:
9781484256268
Spring Boot persistence best practices = optimize Java persistence performance in Spring Boot applications /
Leonard, Anghel.
Spring Boot persistence best practices
optimize Java persistence performance in Spring Boot applications /[electronic resource] :by Anghel Leonard. - Berkeley, CA :Apress :2020. - xxx, 1027 p. :ill., digital ;24 cm.
Chapter 1: Associations -- Chapter 2: Entities -- Chapter 3: Fetching -- Chapter 4: Batching -- Chapter 5: Collections -- Chapter 6: Connections and Transactions -- Chapter 7: Identifiers -- Chapter 8: Calculating Properties -- Chapter 9: Monitoring -- Chapter 10: Configuring DataSource and Connection Pool -- Chapter 11: Audit -- Chapter 12: Schemas -- Chapter 13: Pagination -- Chapter 14: Queries -- Chapter 15: Inheritance -- Chapter 16: Types and Hibernate Types -- Appendix A: JPA Fundamentals -- Appendix B: Associations Efficiency -- Appendix C: 5 SQL Performance Tips That Will Save Your Day -- Appendix D: How to Create Useful Database Indexes -- Appendix E: SQL Phenomena -- Appendix F: Spring Transaction Isolation Level -- Appendix G: Spring Transaction Propagation -- Appendix H: Understanding Flushing Mechanism -- Appendix I: Second Level Cache -- Appendix J: Tools -- Appendix K: Hibernate 6.
This book is a collection of developer code recipes and best practices for persisting data using Spring, particularly Spring Boot. The book is structured around practical recipes, where each recipe discusses a performance case or performance-related case, and almost every recipe has one or more applications. Mainly, when we try to accomplish something (e.g., read some data from the database), there are several approaches to do it, and, in order to choose the best way, you have to know the implied trades-off from a performance perspective. You'll see that in the end, all these penalties slow down the application. Besides presenting the arguments that favor a certain choice, the application is written in Spring Boot style which is quite different than plain Hibernate. Persistence is an important set of techniques and technologies for accessing and using data, and this book demonstrates that data is mobile regardless of specific applications and contexts. In Java development, persistence is a key factor in enterprise, ecommerce, cloud and other transaction-oriented applications. After reading and using this book, you'll have the fundamentals to apply these persistence solutions into your own mission-critical enterprise Java applications that you build using Spring. You will: Shape *-to-many associations for best performances Effectively exploit Spring Projections (DTO) Learn best practices for batching inserts, updates and deletes Effectively fetch parent and association in a single SELECT Learn how to inspect Persistent Context content Dissect pagination techniques (offset and keyset) Handle queries, locking, schemas, Hibernate types, and more.
ISBN: 9781484256268
Standard No.: 10.1007/978-1-4842-5626-8doiSubjects--Topical Terms:
539563
Application software
--Development.
LC Class. No.: QA76.76.A65 / L46 2020
Dewey Class. No.: 005.1
Spring Boot persistence best practices = optimize Java persistence performance in Spring Boot applications /
LDR
:03626nmm a2200325 a 4500
001
2218032
003
DE-He213
005
20200502181139.0
006
m d
007
cr nn 008maaau
008
201120s2020 cau s 0 eng d
020
$a
9781484256268
$q
(electronic bk.)
020
$a
9781484256251
$q
(paper)
024
7
$a
10.1007/978-1-4842-5626-8
$2
doi
035
$a
978-1-4842-5626-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.76.A65
$b
L46 2020
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051280
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.1
$2
23
090
$a
QA76.76.A65
$b
L581 2020
100
1
$a
Leonard, Anghel.
$3
3451728
245
1 0
$a
Spring Boot persistence best practices
$h
[electronic resource] :
$b
optimize Java persistence performance in Spring Boot applications /
$c
by Anghel Leonard.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2020.
300
$a
xxx, 1027 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: Associations -- Chapter 2: Entities -- Chapter 3: Fetching -- Chapter 4: Batching -- Chapter 5: Collections -- Chapter 6: Connections and Transactions -- Chapter 7: Identifiers -- Chapter 8: Calculating Properties -- Chapter 9: Monitoring -- Chapter 10: Configuring DataSource and Connection Pool -- Chapter 11: Audit -- Chapter 12: Schemas -- Chapter 13: Pagination -- Chapter 14: Queries -- Chapter 15: Inheritance -- Chapter 16: Types and Hibernate Types -- Appendix A: JPA Fundamentals -- Appendix B: Associations Efficiency -- Appendix C: 5 SQL Performance Tips That Will Save Your Day -- Appendix D: How to Create Useful Database Indexes -- Appendix E: SQL Phenomena -- Appendix F: Spring Transaction Isolation Level -- Appendix G: Spring Transaction Propagation -- Appendix H: Understanding Flushing Mechanism -- Appendix I: Second Level Cache -- Appendix J: Tools -- Appendix K: Hibernate 6.
520
$a
This book is a collection of developer code recipes and best practices for persisting data using Spring, particularly Spring Boot. The book is structured around practical recipes, where each recipe discusses a performance case or performance-related case, and almost every recipe has one or more applications. Mainly, when we try to accomplish something (e.g., read some data from the database), there are several approaches to do it, and, in order to choose the best way, you have to know the implied trades-off from a performance perspective. You'll see that in the end, all these penalties slow down the application. Besides presenting the arguments that favor a certain choice, the application is written in Spring Boot style which is quite different than plain Hibernate. Persistence is an important set of techniques and technologies for accessing and using data, and this book demonstrates that data is mobile regardless of specific applications and contexts. In Java development, persistence is a key factor in enterprise, ecommerce, cloud and other transaction-oriented applications. After reading and using this book, you'll have the fundamentals to apply these persistence solutions into your own mission-critical enterprise Java applications that you build using Spring. You will: Shape *-to-many associations for best performances Effectively exploit Spring Projections (DTO) Learn best practices for batching inserts, updates and deletes Effectively fetch parent and association in a single SELECT Learn how to inspect Persistent Context content Dissect pagination techniques (offset and keyset) Handle queries, locking, schemas, Hibernate types, and more.
650
0
$a
Application software
$x
Development.
$3
539563
650
0
$a
Java (Computer program language)
$3
522522
650
1 4
$a
Java.
$3
517732
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5626-8
950
$a
Professional and Applied Computing (Springer-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9392936
電子資源
11.線上閱覽_V
電子書
EB QA76.76.A65 L46 2020
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入