AbstractDocument<T> |
Common parent implementation of a Document .
|
BinaryDocument |
Represents raw ByteBuf content in a document.
|
ByteArrayDocument |
Handles a byte array as the document value.
|
EntityDocument<T> |
The entity document is used to carry enclosed entities for the repository implementation.
|
JsonArrayDocument |
Stores a properly encoded JSON array as the toplevel type.
|
JsonBooleanDocument |
|
JsonDocument |
|
JsonDoubleDocument |
Stores a properly encoded JSON scalar double or float as the toplevel type.
|
JsonLongDocument |
Stores a properly encoded JSON scalar long or int as the toplevel type.
|
JsonStringDocument |
Stores a properly encoded JSON scalar quoted string as the toplevel type.
|
LegacyDocument |
This document is fully compatible with Java SDK 1.* stored documents.
|
RawJsonDocument |
Represents a Document that contains a already encoded JSON document.
|
SerializableDocument |
|
StringDocument |
Handles a raw string as the document value.
|