Skip to main content

An Introduction to Hibernate 4.2

  • Chapter
  • First Online:
Beginning Hibernate

Abstract

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.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    A relational database is a collection of sets of data items, each of which is formally described and organized. Rules can be put into place for the data such that it can be validated, and indexes can be created such that the data can be queried and updated quickly and safely.

  2. 2.

    Well, perhaps an ideal world in which an ORM is used for data access. But in this book this can be assumed to be the case.

  3. 3.

    See http://docs.jboss.org/hibernate/orm/4.2/quickstart/en-US/html/ch02.html#hibernate-gsg-tutorial-basic-entity for more details. Short form: Hibernate uses reflection to construct an object before data population. The shortest (and quickest) path to doing that is with a no-argument constructor.

  4. 4.

    Go figure; who knew coders like for things to be code? (Besides coders, I mean.)

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2014 Joseph B. Ottinger

About this chapter

Cite this chapter

Ottinger, J.B., Minter, D., Linwood, J. (2014). An Introduction to Hibernate 4.2. In: Beginning Hibernate. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-6518-4_1

Download citation

Publish with us

Policies and ethics