Pro Jakarta Persistence in Jakarta EE 10: An In-Depth Guide to Persistence in Enterprise Java Development

Book Cover
Average Rating
Published
Apress, 2022.
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
4th edition.
Language
English
ISBN
9781484274439, 1484274431
UPC
9781484274422, 9781484274439, 10.1007/978-1-4842-7443-9

Notes

Description
Learn to use the Jakarta Persistence API and other related APIs as found in the Jakarta EE 10 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of Jakarta Persistence usage for experienced Java developers. Authors Lukas Jungmann, Mike Keith, Merrick Schincariol, Massimo Nardone take a hands-on approach, based on their wealth of experience and expertise, by giving examples to illustrate each concept of the API and showing how it is used in practice. The examples use a common model from an overarching sample application, giving you a context from which to start and helping you to understand the examples within an already familiar domain. After completing this in-depth book, you will have a full understanding of persistence and be able to successfully code applications using its annotations and APIs. The book also serves as an excellent reference guide. What You Will Learn Use Jakarta Persistence in the context of enterprise applications Work with object relational mappings (ORMs), collection mappings and more Build complex enterprise Java applications that persist data long after the process terminates Connect to and persist data with a variety of databases, file formats, and more Use queries, including the Jakarta Persistence Query Language (Jakarta Persistence QL) Carry out advanced ORM, queries and XML mappings Package, deploy and test your Jakarta persistence-enabled enterprise applications Who This Book Is For Experienced Java programmers and developers with at least some prior experience with Jakarta EE or Java EE platform APIs.
Issuing Body
Made available through: Safari, an O'Reilly Media Company.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Jungmann, L., Keith, M., Schincariol, M., & Nardone, M. (2022). Pro Jakarta Persistence in Jakarta EE 10: An In-Depth Guide to Persistence in Enterprise Java Development (4th edition.). Apress.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Lukas, Jungmann et al.. 2022. Pro Jakarta Persistence in Jakarta EE 10: An In-Depth Guide to Persistence in Enterprise Java Development. Apress.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Lukas, Jungmann et al.. Pro Jakarta Persistence in Jakarta EE 10: An In-Depth Guide to Persistence in Enterprise Java Development Apress, 2022.

Harvard Citation (style guide)

Jungmann, L., Keith, M., Schincariol, M. and Nardone, M. (2022). Pro jakarta persistence in jakarta EE 10: an in-depth guide to persistence in enterprise java development. 4th edn. Apress.

MLA Citation, 9th Edition (style guide)

Jungmann, Lukas,, Mike Keith, Merrick Schincariol, and Massimo Nardone. Pro Jakarta Persistence in Jakarta EE 10: An In-Depth Guide to Persistence in Enterprise Java Development 4th edition., Apress, 2022.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
0a039108-17c6-6956-a6ba-68352b18c1d6-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID0a039108-17c6-6956-a6ba-68352b18c1d6-eng
Full titlepro jakarta persistence in jakarta ee 10 an in depth guide to persistence in enterprise java development
Authorjungmann lukas
Grouping Categorybook
Last Update2024-12-17 08:40:50AM
Last Indexed2024-12-17 08:41:40AM

Book Cover Information

Image SourcecontentCafe
First LoadedAug 5, 2023
Last UsedDec 22, 2024

Marc Record

First DetectedMar 20, 2023 10:15:11 AM
Last File Modification TimeDec 17, 2024 08:18:37 AM
SuppressedRecord had no items

MARC Record

LEADER04783cam a22006377a 4500
001on1294395521
003OCoLC
00520241217081734.0
006m     o  d        
007cr cn|||||||||
008100122s2022    xx     go     000 0 eng d
019 |a 1290813819|a 1290841220|a 1291316347|a 1295441096|a 1300786727
020 |a 9781484274439
020 |a 1484274431
0248 |a 9781484274422
0248 |a 9781484274439
0247 |a 10.1007/978-1-4842-7443-9|2 doi
035 |a (OCoLC)1294395521|z (OCoLC)1290813819|z (OCoLC)1290841220|z (OCoLC)1291316347|z (OCoLC)1295441096|z (OCoLC)1300786727
037 |a 9781484274439|b O'Reilly Media
040 |a TOH|b eng|c TOH|d ORMDA|d EBLCP|d GW5XE|d OCLCO|d OCLCF|d VT2|d YDX|d STF|d N$T|d OCLCQ|d OCLCO|d OCLCL
049 |a MAIN
050 4|a QA76.73.J38
072 7|a COM051280|2 bisacsh
08204|a 005.13/3|2 23
1001 |a Jungmann, Lukas,|e author.
24510|a Pro Jakarta Persistence in Jakarta EE 10:|b An In-Depth Guide to Persistence in Enterprise Java Development /|c Jungmann, Lukas.
250 |a 4th edition.
264 1|b Apress,|c 2022.
300 |a 1 online resource (766 pages)
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
347 |a text file
365 |b 44.99
5050 |a 1. Introduction -- 2. Getting Started -- 3. Enterprise Applications -- 4. Object Relational Mapping -- 5. Collection Mapping -- 6. Entity Manager -- 7. Using Queries -- 8. Query Language -- 9. Criteria API -- 10. Advanced Object-Relational Mapping -- 11. Advanced Queries -- 12. Other Advanced Topics -- 13. XML Mapping Files -- 14. Packaging and Deployment -- 15. Testing.
520 |a Learn to use the Jakarta Persistence API and other related APIs as found in the Jakarta EE 10 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of Jakarta Persistence usage for experienced Java developers. Authors Lukas Jungmann, Mike Keith, Merrick Schincariol, Massimo Nardone take a hands-on approach, based on their wealth of experience and expertise, by giving examples to illustrate each concept of the API and showing how it is used in practice. The examples use a common model from an overarching sample application, giving you a context from which to start and helping you to understand the examples within an already familiar domain. After completing this in-depth book, you will have a full understanding of persistence and be able to successfully code applications using its annotations and APIs. The book also serves as an excellent reference guide. What You Will Learn Use Jakarta Persistence in the context of enterprise applications Work with object relational mappings (ORMs), collection mappings and more Build complex enterprise Java applications that persist data long after the process terminates Connect to and persist data with a variety of databases, file formats, and more Use queries, including the Jakarta Persistence Query Language (Jakarta Persistence QL) Carry out advanced ORM, queries and XML mappings Package, deploy and test your Jakarta persistence-enabled enterprise applications Who This Book Is For Experienced Java programmers and developers with at least some prior experience with Jakarta EE or Java EE platform APIs.
542 |f © Copyright 2022 Lukas Jungmann, Mike Keith, Merrick Schincariol, Massimo Nardone.|g 2022
550 |a Made available through: Safari, an O'Reilly Media Company.
5880 |a Online resource; Title from title page (viewed January 1, 2022).
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
63000|a Jakarta EE.
650 0|a Java (Computer program language)|9 70616
650 0|a Web applications|x Development.
7001 |a Keith, Mike,|e author.
7001 |a Schincariol, Merrick,|e author.
7001 |a Nardone, Massimo,|e author.
7102 |a O'Reilly for Higher Education (Firm),|e distributor.
7102 |a Safari, an O'Reilly Media Company.
758 |i has work:|a Pro Jakarta Persistence in Jakarta EE 10 (Text)|1 https://id.oclc.org/worldcat/entity/E39PCYbPq77J8F6b8byqWtW8fm|4 https://id.oclc.org/worldcat/ontology/hasWork
77608|i Print version:|a Jungmann, Lukas|t Pro Jakarta Persistence in Jakarta EE 10|d Berkeley, CA : Apress L. P.,c2021|z 9781484274422
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484274439/?ar|x O'Reilly|z eBook
938 |a ProQuest Ebook Central|b EBLB|n EBL6838921
938 |a YBP Library Services|b YANK|n 302660220
938 |a EBSCOhost|b EBSC|n 3133183
994 |a 92|b VIA
999 |c 283375|d 283375