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

Introducing Hibernate OGM

If you are a Java developer with some experience, ...

Get Infinispan Data Grid Platform Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.