Mastering Hibernate : Learn How to Correctly Utilize the Most Popular Object-Relational Mapping Tool for Your Enterprise Application

Saved in:
Bibliographic Details
Title: Mastering Hibernate : Learn How to Correctly Utilize the Most Popular Object-Relational Mapping Tool for Your Enterprise Application
Description: Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise applicationKey Features[•] Understand the internals of Hibernate and its architecture, and how it manages Entities, Events, Versioning, Filters, and Cache[•] Observe how Hibernate bridges the gap between object-oriented concepts and relational models[•] Discover how Hibernate can address architectural concerns such as Transaction, Database Multi-tenancy, Clustering, and Database ShardsBook DescriptionHibernate has been so successful since its inception that it even influenced the Java Enterprise Edition specification in that the Java Persistence API was dramatically changed to do it the Hibernate way. Hibernate is the tool that solves the complex problem of Object Relational Mapping. It can be used in both Java Enterprise applications as well as.Net applications. Additionally, it can be used for both SQL and NoSQL data stores. Some developers learn the basics of Hibernate and hit the ground quickly. But when demands go beyond the basics, they take a reactive approach instead of learning the fundamentals and core concepts. However, the secret to success for any good developer is knowing and understanding the tools at your disposal. It's time to learn about your tool to use it better This book first explores the internals of Hibernate by discussing what occurs inside a Hibernate session and how Entities are managed. Then, we cover core topics such as mapping, querying, caching, and we demonstrate how to use a wide range of very useful annotations. Additionally, you will learn how to create event listeners or interceptors utilizing the improved architecture in the latest version of Hibernate. What you will learn[•] Understand the internals of a Hibernate session and how Entities are managed[•] Declare better mapping between entity classes and database tables[•] Manage entity associations and collections[•] Fetch data not just by entity ID, but also using HQL, Criteria Objects, Filters, and Native SQL[•] Observe the first and second level caches and find out how to manage them[•] Collect statistics and metrics data for further observation[•] Make your application work with multi-tenant databasesWho this book is forMastering Hibernate is intended for those who are already using or considering using Hibernate as the solution to address the problem of Object Relational Mapping. If you are already using Hibernate, this book will help you understand the internals and become a power user of Hibernate.
Authors: Ramin Rad
Resource Type: eBook.
Subjects: Java (Computer program language), Relational databases, Object-oriented programming (Computer science)
Categories: COMPUTERS / Languages / Java, COMPUTERS / Software Development & Engineering / General, COMPUTERS / Programming / Open Source
Database: eBook Collection (EBSCOhost)
FullText Links:
  – Type: ebook-pdf
  – Type: ebook-epub
Text:
  Availability: 0
Header DbId: nlebk
DbLabel: eBook Collection (EBSCOhost)
An: 1239416
RelevancyScore: 1070
AccessLevel: 6
PubType: eBook
PubTypeId: ebook
PreciseRelevancyScore: 1070.4580078125
IllustrationInfo
ImageInfo – Size: thumb
  Target: https://rps2images.ebscohost.com/rpsweb/othumb?id=NL$1239416$PDF&s=r
– Size: medium
  Target: https://rps2images.ebscohost.com/rpsweb/othumb?id=NL$1239416$PDF&s=d
Items – Name: Title
  Label: Title
  Group: Ti
  Data: Mastering Hibernate : Learn How to Correctly Utilize the Most Popular Object-Relational Mapping Tool for Your Enterprise Application
– Name: Abstract
  Label: Description
  Group: Ab
  Data: Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise applicationKey Features[•] Understand the internals of Hibernate and its architecture, and how it manages Entities, Events, Versioning, Filters, and Cache[•] Observe how Hibernate bridges the gap between object-oriented concepts and relational models[•] Discover how Hibernate can address architectural concerns such as Transaction, Database Multi-tenancy, Clustering, and Database ShardsBook DescriptionHibernate has been so successful since its inception that it even influenced the Java Enterprise Edition specification in that the Java Persistence API was dramatically changed to do it the Hibernate way. Hibernate is the tool that solves the complex problem of Object Relational Mapping. It can be used in both Java Enterprise applications as well as.Net applications. Additionally, it can be used for both SQL and NoSQL data stores. Some developers learn the basics of Hibernate and hit the ground quickly. But when demands go beyond the basics, they take a reactive approach instead of learning the fundamentals and core concepts. However, the secret to success for any good developer is knowing and understanding the tools at your disposal. It's time to learn about your tool to use it better This book first explores the internals of Hibernate by discussing what occurs inside a Hibernate session and how Entities are managed. Then, we cover core topics such as mapping, querying, caching, and we demonstrate how to use a wide range of very useful annotations. Additionally, you will learn how to create event listeners or interceptors utilizing the improved architecture in the latest version of Hibernate. What you will learn[•] Understand the internals of a Hibernate session and how Entities are managed[•] Declare better mapping between entity classes and database tables[•] Manage entity associations and collections[•] Fetch data not just by entity ID, but also using HQL, Criteria Objects, Filters, and Native SQL[•] Observe the first and second level caches and find out how to manage them[•] Collect statistics and metrics data for further observation[•] Make your application work with multi-tenant databasesWho this book is forMastering Hibernate is intended for those who are already using or considering using Hibernate as the solution to address the problem of Object Relational Mapping. If you are already using Hibernate, this book will help you understand the internals and become a power user of Hibernate.
– Name: Author
  Label: Authors
  Group: Au
  Data: <searchLink fieldCode="AR" term="%22Ramin+Rad%22">Ramin Rad</searchLink>
– Name: TypePub
  Label: Resource Type
  Group: TypPub
  Data: eBook.
– Name: Subject
  Label: Subjects
  Group: Su
  Data: <searchLink fieldCode="DE" term="%22Java+%28Computer+program+language%29%22">Java (Computer program language)</searchLink><br /><searchLink fieldCode="DE" term="%22Relational+databases%22">Relational databases</searchLink><br /><searchLink fieldCode="DE" term="%22Object-oriented+programming+%28Computer+science%29%22">Object-oriented programming (Computer science)</searchLink>
– Name: SubjectBISAC
  Label: Categories
  Group: Su
  Data: <searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Languages+%2F+Java%22">COMPUTERS / Languages / Java</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Software+Development+%26+Engineering+%2F+General%22">COMPUTERS / Software Development & Engineering / General</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Programming+%2F+Open+Source%22">COMPUTERS / Programming / Open Source</searchLink>
PLink https://search.ebscohost.com/login.aspx?direct=true&site=eds-live&db=nlebk&AN=1239416
RecordInfo BibRecord:
  BibEntity:
    Classifications:
      – Code: 005.74
        Scheme: ddc
        Type: prePub
    Languages:
      – Code: eng
        Text: English
    Subjects:
      – SubjectFull: Java (Computer program language)
        Type: general
      – SubjectFull: Relational databases
        Type: general
      – SubjectFull: Object-oriented programming (Computer science)
        Type: general
    Titles:
      – TitleFull: Mastering Hibernate : Learn How to Correctly Utilize the Most Popular Object-Relational Mapping Tool for Your Enterprise Application
        Type: main
  BibRelationships:
    HasContributorRelationships:
      – PersonEntity:
          Name:
            NameFull: Ramin Rad
      – PersonEntity:
          Name:
            NameFull: Ramin Rad
    IsPartOfRelationships:
      – BibEntity:
          Dates:
            – D: 01
              M: 01
              Type: published
              Y: 2016
            – D: 12
              M: 08
              Type: profile
              Y: 2016
          Identifiers:
            – Type: isbn-print
              Value: 9781782175339
            – Type: isbn-electronic
              Value: 9781785288753
          Titles:
            – TitleFull: Mastering Hibernate : Learn How to Correctly Utilize the Most Popular Object-Relational Mapping Tool for Your Enterprise Application
              Type: main
ResultId 1