| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.type.impl |
| Class and Description |
|---|
| BinaryAsBsonBinaryGridType
Persists
Binarys as is in MongoDB. |
| BinaryMappedGridTypeDescriptor
A
GridTypeDescriptor which stores/retrieves values from the grid unwrapping/wrapping them as Binary, delegating to a
given JavaTypeDescriptor. |
| ObjectIdGridType
Persists
ObjectIds as is in MongoDB. |
| ObjectIdTypeDescriptor
Descriptor for persisting
ObjectIds as is in MongoDB. |
| StringAsObjectIdGridType
Persists Strings as
ObjectIds in MongoDB: |
| StringAsObjectIdTypeDescriptor
Descriptor for persisting
Strings as ObjectIds in the datastore. |
Copyright © 2010–2017 Hibernate. All rights reserved.