Package com.fauna.types
Classes representing standard return types from Fauna.
-
Class Summary Class Description BaseDocument Represents the base structure of a document with key-value pairs, a timestamp, and an associated collection.BaseDocument.Entry Represents a key-value pair in the document.BaseRef Represents a reference to a document within a collection.Document Represents an immutable document with an ID, associated collection, timestamp, and optional key-value data.DocumentRef Represents a reference to a specific document within a collection.Module Represents a module in Fauna Query Language (FQL), which serves as a symbolic object with associated methods.NamedDocument Represents a document identified by a "name" rather than an "id".NamedDocumentRef Represents a reference to a document identified by a "name" instead of an "id".NonNullDocument<T> Represents a document that is guaranteed to have a non-null value.NullableDocument<T> Represents a generic document wrapper that may hold a value representing a document.NullDocument<T> Represents a document that is explicitly null, providing information about the cause of its null state.Page<T> Represents a page of data in a Fauna Set.