Uses of Package
io.stargate.sdk.data.domain
Packages that use io.stargate.sdk.data.domain
Package
Description
Core Data API Client Classes.
Specialized domain objects for data operations.
Object Mapping and Repository Pattern,
Specialized classes to perform queries
Specialized runtime exceptions for Data API.
Utilities to build and parse http requests
-
Classes in io.stargate.sdk.data.domain used by io.stargate.sdk.dataClassDescriptionRepresents the Collection definition with its name and metadata.Result per document mutation working a generic Document<T>Represents a document without schema contraints as a Map<String, Object>.(key/value)Result per document working with a schemaless document (JsonDocument or Json String).Represents entity returns for find() queries working with shemaless documents.Represents the payload returned for a specialized update function.Represents the Namespace (keyspac) definition with its name and metadata.Payload of Api when updating documents.
-
Classes in io.stargate.sdk.data.domain used by io.stargate.sdk.data.domainClassDescriptionRepresents the Collection definition with its name and metadata.Builder for
CollectionDefinition.Result per document mutation working a generic Document<T>Status and document mutation likeCREATED,UPDATEDorUNCHANGED...Represents a document without schema contraints as a Map<String, Object>.(key/value)Result per document working with a schemaless document (JsonDocument or Json String).Represents the Namespace (keyspac) definition with its name and metadata.Builder to create a namespace.Replication strategiesBuilding an Iterable to interact with Api.Similarity metric. -
Classes in io.stargate.sdk.data.domain used by io.stargate.sdk.data.domain.odmClassDescriptionRepresents entity returns for find() queries working with shemaless documents.
-
Classes in io.stargate.sdk.data.domain used by io.stargate.sdk.data.domain.query
-
Classes in io.stargate.sdk.data.domain used by io.stargate.sdk.data.exception
-
Classes in io.stargate.sdk.data.domain used by io.stargate.sdk.data.utils