Book Image

Infinispan data grid platform definitive guide

Book Image

Infinispan data grid platform definitive guide

Overview of this book

Table of Contents (20 chapters)
Infinispan Data Grid Platform Definitive Guide
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Getting Started with Hibernate OGM

So far, you have learned how to access data in the Infinispan cache using standard API and also remotely with Hot Rod or other client/server modules.

In this chapter, you will learn a different way to access your cache data, which may be a more familiar way than you think.

You will learn about the Hibernate Object/Grid Mapper (OGM), a very ambitious project that aims to provide Java Persistence API (JPA) support for NoSQL data stores.

In this chapter, we will discuss the following topics:

  • An overview of Hibernate OGM

  • The Hibernate OGM architecture

  • Configuring Hibernate OGM and controlling transactions

  • Creating a sample application with OGM