Hibernate.org
Community Documentation
Next
Hibernate OGM
Hibernate Object/Grid Mapper
Reference Guide
3.0.0.Alpha2
Preface
1. Goals
2. What we have today
3. Use cases
1. How to get help and contribute on Hibernate OGM
1.1. How to get help
1.2. How to contribute
1.2.1. how to build Hibernate OGM
1.2.2. How to contribute code effectively
2. Getting started with Hibernate OGM
3. Architecture
3.1. General architecture
3.2. How is data persisted
3.3. How is data queried
4. Configure and start Hibernate OGM
4.1. Bootstrapping Hibernate OGM
4.1.1. Using JPA
4.1.2. Using Hibernate Core native APIs
4.2. Environments
4.2.1. In a Java EE container
4.2.2. In a standalone JTA environment
4.2.3. Without JTA
4.3. Configuration options
4.4. Configuring Infinispan
4.5. Configuring Hibernate Search
5. Map your entities
5.1. Supported entity mapping
5.2. Supported Types
5.2.1. Types mapped as native Java Types
5.2.2. Types mapped as Strings
5.3. Supported association mapping
6. Query your entities
7. Infinispan
Next
Preface