Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addPersistentProperty(FirestorePersistentProperty) - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityImpl
B
- basePackageClasses() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Type-safe alternative to
EnableReactiveFirestoreRepositories.basePackages()for specifying the packages to scan for annotated components. - basePackages() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Base packages to scan for annotated components.
- buildResourceName(FirestorePersistentEntity<?>, String) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Builds the full reference path to a resource such as a document or a sub-collection.
- buildResourceName(FirestorePersistentEntity<?>, String) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
C
- collectionName() - Element in annotation interface com.google.cloud.spring.data.firestore.Document
-
The collection name of the Document in Firestore, which can differ from the name of the class which it annotates.
- collectionName() - Method in interface com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntity
-
Gets the name of the Firestore Collection.
- collectionName() - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityImpl
- com.google.cloud.spring.data.firestore - package com.google.cloud.spring.data.firestore
-
Cloud Firestore support for Spring Data.
- com.google.cloud.spring.data.firestore.aot - package com.google.cloud.spring.data.firestore.aot
- com.google.cloud.spring.data.firestore.mapping - package com.google.cloud.spring.data.firestore.mapping
- com.google.cloud.spring.data.firestore.repository.config - package com.google.cloud.spring.data.firestore.repository.config
- com.google.cloud.spring.data.firestore.repository.query - package com.google.cloud.spring.data.firestore.repository.query
- com.google.cloud.spring.data.firestore.repository.support - package com.google.cloud.spring.data.firestore.repository.support
- com.google.cloud.spring.data.firestore.transaction - package com.google.cloud.spring.data.firestore.transaction
- com.google.cloud.spring.data.firestore.util - package com.google.cloud.spring.data.firestore.util
- considerNestedRepositories() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Configures whether nested repository-interfaces (e.g.
- count() - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- count(Class<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Count entities of the given domain.
- count(Class<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- count(Class<T>, StructuredQuery.Builder) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Count entities of the given domain corresponding to the predicates given in the query builder.
- count(Class<T>, StructuredQuery.Builder) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- createAssociation() - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentPropertyImpl
- createPersistentEntity(TypeInformation<T>) - Method in class com.google.cloud.spring.data.firestore.mapping.FirestoreMappingContext
- createPersistentProperty(Property, FirestorePersistentEntity<?>, SimpleTypeHolder) - Method in class com.google.cloud.spring.data.firestore.mapping.FirestoreMappingContext
- createRepositoryFactory() - Method in class com.google.cloud.spring.data.firestore.repository.support.FirestoreRepositoryFactoryBean
D
- delete(Object) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- delete(Publisher<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Delete entities provided by publisher.
- delete(Publisher<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Delete entities provided by publisher.
- deleteAll() - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- deleteAll(Class<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Delete all entities of a given domain type.
- deleteAll(Class<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Delete all entities of a given domain type.
- deleteAll(Iterable) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- deleteAll(Publisher) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- deleteAllById(Iterable<? extends String>) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- deleteById(String) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- deleteById(Publisher) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- deleteById(Publisher<String>, Class<?>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Delete entities of a given domain type using ids published by producer.
- deleteById(Publisher<String>, Class<?>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Delete entities of a given domain type using ids published by producer.
- doBegin(TransactionSynchronizationManager, Object, TransactionDefinition) - Method in class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreTransactionManager
- doCommit(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreTransactionManager
- Document - Annotation Interface in com.google.cloud.spring.data.firestore
-
Annotation for a class that represents a Firestore Document.
- documentToEntity(Document, Class<T>) - Method in interface com.google.cloud.spring.data.firestore.mapping.FirestoreClassMapper
-
Converts a Firestore document to an entity.
- documentToEntity(Document, Class<T>) - Method in class com.google.cloud.spring.data.firestore.mapping.FirestoreDefaultClassMapper
- doGetTransaction(TransactionSynchronizationManager) - Method in class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreTransactionManager
- doRollback(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreTransactionManager
E
- EnableReactiveFirestoreRepositories - Annotation Interface in com.google.cloud.spring.data.firestore.repository.config
-
Annotation that enables Firestore's Query Method functionality.
- entityToDocument(T, String) - Method in interface com.google.cloud.spring.data.firestore.mapping.FirestoreClassMapper
-
Converts an entity to a Firestore document.
- entityToDocument(T, String) - Method in class com.google.cloud.spring.data.firestore.mapping.FirestoreDefaultClassMapper
- excludeFilters() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Specifies which types are not eligible for component scanning.
- execute(StructuredQuery.Builder, Class<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Executes a query represented as query builder and returns results of the given domain type.
- execute(StructuredQuery.Builder, Class<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- execute(Object[]) - Method in class com.google.cloud.spring.data.firestore.repository.query.PartTreeFirestoreQuery
- existsById(String) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- existsById(Publisher) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- existsById(Publisher<String>, Class<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Test if the entity of the given domain type with a given id exists.
- existsById(Publisher<String>, Class<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- extractDatabasePath(String) - Static method in class com.google.cloud.spring.data.firestore.util.Util
F
- findAll() - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- findAll(Class<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Get all the entities of the given domain type.
- findAll(Class<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- findAllById(Iterable<String>) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- findAllById(Publisher<String>) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- findAllById(Publisher<String>, Class<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Get an entity of the given domain type by id.
- findAllById(Publisher<String>, Class<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- findById(String) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- findById(Publisher<String>) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- findById(Publisher<String>, Class<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Get an entity of the given domain type by id.
- findById(Publisher<String>, Class<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- FirestoreClassMapper - Interface in com.google.cloud.spring.data.firestore.mapping
-
An interface used for object mapping for Cloud Firestore.
- FirestoreDataException - Exception in com.google.cloud.spring.data.firestore
- FirestoreDataException(String) - Constructor for exception com.google.cloud.spring.data.firestore.FirestoreDataException
- FirestoreDataException(String, Throwable) - Constructor for exception com.google.cloud.spring.data.firestore.FirestoreDataException
- FirestoreDefaultClassMapper - Class in com.google.cloud.spring.data.firestore.mapping
-
Uses Firestore client library to provide object mapping functionality.
- FirestoreDefaultClassMapper(FirestoreMappingContext) - Constructor for class com.google.cloud.spring.data.firestore.mapping.FirestoreDefaultClassMapper
- FirestoreMappingContext - Class in com.google.cloud.spring.data.firestore.mapping
-
A mapping context for Firestore that provides ways to create persistent entities and properties.
- FirestoreMappingContext() - Constructor for class com.google.cloud.spring.data.firestore.mapping.FirestoreMappingContext
- firestoreMappingContextRef() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Configures the name of the Firestore mapping context bean to be used by default with the repositories detected.
- FirestorePersistentEntity<T> - Interface in com.google.cloud.spring.data.firestore.mapping
-
Persistent entity for Google Cloud Firestore.
- FirestorePersistentEntityImpl<T> - Class in com.google.cloud.spring.data.firestore.mapping
-
Metadata class for entities stored in Datastore.
- FirestorePersistentEntityImpl(TypeInformation<T>) - Constructor for class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityImpl
- FirestorePersistentEntityInformation<T> - Class in com.google.cloud.spring.data.firestore.mapping
-
A metadata holder for Firestore persistent entities.
- FirestorePersistentEntityInformation(FirestorePersistentEntity<T>) - Constructor for class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityInformation
-
Constructor.
- FirestorePersistentProperty - Interface in com.google.cloud.spring.data.firestore.mapping
-
Persistent property for Google Cloud Firestore.
- FirestorePersistentPropertyImpl - Class in com.google.cloud.spring.data.firestore.mapping
-
Persistent property metadata implementation for Firestore.
- FirestoreQueryLookupStrategy - Class in com.google.cloud.spring.data.firestore.repository.support
-
The class that decides what type of Query Method to use.
- FirestoreQueryLookupStrategy(FirestoreTemplate) - Constructor for class com.google.cloud.spring.data.firestore.repository.support.FirestoreQueryLookupStrategy
-
Constructor.
- FirestoreQueryMethod - Class in com.google.cloud.spring.data.firestore.repository.query
-
A Metadata class for Spring Data Reactive Firestore
QueryMethod. - FirestoreQueryMethod(Method, RepositoryMetadata, ProjectionFactory) - Constructor for class com.google.cloud.spring.data.firestore.repository.query.FirestoreQueryMethod
- FirestoreReactiveOperations - Interface in com.google.cloud.spring.data.firestore
-
An interface of operations that can be done with Cloud Firestore.
- FirestoreReactiveRepository<T> - Interface in com.google.cloud.spring.data.firestore
-
The Firestore repository type.
- FirestoreRepositoriesRegistrar - Class in com.google.cloud.spring.data.firestore.repository.config
-
Registers the class of the Firestore repositories enabling annotation.
- FirestoreRepositoriesRegistrar() - Constructor for class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoriesRegistrar
- FirestoreRepositoryConfigurationExtension - Class in com.google.cloud.spring.data.firestore.repository.config
-
Configures the use of Firestore repositories.
- FirestoreRepositoryConfigurationExtension() - Constructor for class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoryConfigurationExtension
- FirestoreRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,
I>, S, I> - Class in com.google.cloud.spring.data.firestore.repository.support -
The bean to create Firestore repository factories.
- FirestoreRepositoryRuntimeHints - Class in com.google.cloud.spring.data.firestore.aot
- FirestoreRepositoryRuntimeHints() - Constructor for class com.google.cloud.spring.data.firestore.aot.FirestoreRepositoryRuntimeHints
- FirestoreTemplate - Class in com.google.cloud.spring.data.firestore
-
An implementation of
FirestoreReactiveOperations. - FirestoreTemplate(FirestoreGrpc.FirestoreStub, String, FirestoreClassMapper, FirestoreMappingContext) - Constructor for class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Constructor for FirestoreTemplate.
- firestoreTemplateRef() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Configures the name of the Firestore template bean to be used by default with the repositories detected.
G
- getAnnotation() - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoriesRegistrar
- getClassMapper() - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- getEntities() - Method in class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreResourceHolder
- getEntityInformation(Class<T>) - Method in class com.google.cloud.spring.data.firestore.repository.support.ReactiveFirestoreRepositoryFactory
- getExtension() - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoriesRegistrar
- getFieldName() - Method in interface com.google.cloud.spring.data.firestore.mapping.FirestorePersistentProperty
- getFieldName() - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentPropertyImpl
- getId(T) - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityInformation
- getIdentifyingAnnotations() - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoryConfigurationExtension
- getIdentifyingTypes() - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoryConfigurationExtension
- getIdPropertyOrFail() - Method in interface com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntity
-
Gets the ID property, and will throw
Exceptionif the entity does not have an ID property. - getIdPropertyOrFail() - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityImpl
- getIdType() - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityInformation
- getMappingContext() - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- getModulePrefix() - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoryConfigurationExtension
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class com.google.cloud.spring.data.firestore.repository.support.ReactiveFirestoreRepositoryFactory
- getQueryMethod() - Method in class com.google.cloud.spring.data.firestore.repository.query.PartTreeFirestoreQuery
- getRepositoryBaseClass(RepositoryMetadata) - Method in class com.google.cloud.spring.data.firestore.repository.support.ReactiveFirestoreRepositoryFactory
- getRepositoryFactoryBeanClassName() - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoryConfigurationExtension
- getTargetRepository(RepositoryInformation) - Method in class com.google.cloud.spring.data.firestore.repository.support.ReactiveFirestoreRepositoryFactory
- getTransactionId() - Method in class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreResourceHolder
- getUpdateTimeProperty() - Method in interface com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntity
- getUpdateTimeProperty() - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityImpl
- getWriteBufferSize() - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- getWriteBufferTimeout() - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- getWrites() - Method in class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreResourceHolder
I
- includeFilters() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Specifies which types are eligible for component scanning.
- isIdProperty() - Method in class com.google.cloud.spring.data.firestore.mapping.FirestorePersistentPropertyImpl
- isStreamQuery() - Method in class com.google.cloud.spring.data.firestore.repository.query.FirestoreQueryMethod
N
- NAME_FIELD - Static variable in class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Constant representing the special property to use when querying by a document ID.
- namedQueriesLocation() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Unused.
O
- ObservableReactiveUtil - Class in com.google.cloud.spring.data.firestore.util
-
Converter from a gRPC async calls to Reactor primitives (
Mono,Flux).
P
- PartTreeFirestoreQuery - Class in com.google.cloud.spring.data.firestore.repository.query
- PartTreeFirestoreQuery(FirestoreQueryMethod, FirestoreReactiveOperations, FirestoreMappingContext, FirestoreClassMapper) - Constructor for class com.google.cloud.spring.data.firestore.repository.query.PartTreeFirestoreQuery
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoryConfigurationExtension
R
- ReactiveFirestoreRepositoryFactory - Class in com.google.cloud.spring.data.firestore.repository.support
-
A factory for reactive Firestore repositories.
- ReactiveFirestoreRepositoryFactory(FirestoreTemplate, FirestoreMappingContext) - Constructor for class com.google.cloud.spring.data.firestore.repository.support.ReactiveFirestoreRepositoryFactory
-
Constructor.
- ReactiveFirestoreResourceHolder - Class in com.google.cloud.spring.data.firestore.transaction
-
Firestore specific resource holder,
ReactiveFirestoreTransactionManagerbinds instances of this class to the subscriber context. - ReactiveFirestoreResourceHolder(ByteString) - Constructor for class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreResourceHolder
- ReactiveFirestoreTransactionManager - Class in com.google.cloud.spring.data.firestore.transaction
-
Firestore-specific implementation of
ReactiveTransactionManager. - ReactiveFirestoreTransactionManager(FirestoreGrpc.FirestoreStub, String, FirestoreClassMapper) - Constructor for class com.google.cloud.spring.data.firestore.transaction.ReactiveFirestoreTransactionManager
-
Constructor for ReactiveFirestoreTransactionManager.
- registerHints(RuntimeHints, ClassLoader) - Method in class com.google.cloud.spring.data.firestore.aot.FirestoreRepositoryRuntimeHints
- repositoryBaseClass() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryFactoryBeanClass() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Returns the
FactoryBeanclass to be used for each repository instance. - repositoryImplementationPostfix() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Returns the postfix to be used when looking up custom repository implementations.
- resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - Method in class com.google.cloud.spring.data.firestore.repository.support.FirestoreQueryLookupStrategy
S
- save(S) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- save(T) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Saves an instance of an object to Cloud Firestore.
- save(T) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- saveAll(Iterable<S>) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- saveAll(Publisher<S>) - Method in class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- saveAll(Publisher<T>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Saves multiple objects to Cloud Firestore.
- saveAll(Publisher<T>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Saves multiple objects to Cloud Firestore.
- setFirestoreMappingContext(FirestoreMappingContext) - Method in class com.google.cloud.spring.data.firestore.repository.support.FirestoreRepositoryFactoryBean
- setFirestoreTemplate(FirestoreTemplate) - Method in class com.google.cloud.spring.data.firestore.repository.support.FirestoreRepositoryFactoryBean
- setUpdateTime(T, Timestamp) - Method in interface com.google.cloud.spring.data.firestore.mapping.FirestoreClassMapper
- setUpdateTime(T, Timestamp) - Method in class com.google.cloud.spring.data.firestore.mapping.FirestoreDefaultClassMapper
- setWriteBufferSize(int) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Sets how many entities to include in an insert/update/delete buffered operation.
- setWriteBufferTimeout(Duration) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Sets the
Durationfor how long to wait for the entity buffer to fill before sending the buffered entities to Firestore for insert/update/delete operations. - SimpleFirestoreReactiveRepository<T> - Class in com.google.cloud.spring.data.firestore
- SimpleFirestoreReactiveRepository(FirestoreTemplate, Class) - Constructor for class com.google.cloud.spring.data.firestore.SimpleFirestoreReactiveRepository
- streamingCall(Consumer<StreamObserver<R>>) - Static method in class com.google.cloud.spring.data.firestore.util.ObservableReactiveUtil
-
Invokes a lambda that issues a streaming call and directs the response to a
Fluxstream.
T
- toFirestoreValue(T) - Method in interface com.google.cloud.spring.data.firestore.mapping.FirestoreClassMapper
-
Converts an entity to a Firestore type.
- toFirestoreValue(T) - Method in class com.google.cloud.spring.data.firestore.mapping.FirestoreDefaultClassMapper
U
- unaryCall(Consumer<StreamObserver<R>>) - Static method in class com.google.cloud.spring.data.firestore.util.ObservableReactiveUtil
-
Invokes a lambda that in turn issues a remote call, directing the response to a
Monostream. - UpdateTime - Annotation Interface in com.google.cloud.spring.data.firestore.mapping
-
Marks a field to be used for update time.
- useRepositoryConfiguration(RepositoryMetadata) - Method in class com.google.cloud.spring.data.firestore.repository.config.FirestoreRepositoryConfigurationExtension
- Util - Class in com.google.cloud.spring.data.firestore.util
V
- value() - Element in annotation interface com.google.cloud.spring.data.firestore.repository.config.EnableReactiveFirestoreRepositories
-
Alias for the
EnableReactiveFirestoreRepositories.basePackages()attribute. - version() - Element in annotation interface com.google.cloud.spring.data.firestore.mapping.UpdateTime
W
- withParent(String, Class<?>) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Creates FirestoreReactiveOperations object with a specified parent document.
- withParent(String, Class<?>) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
- withParent(T) - Method in interface com.google.cloud.spring.data.firestore.FirestoreReactiveOperations
-
Creates FirestoreReactiveOperations object with a specified parent document.
- withParent(T) - Method in class com.google.cloud.spring.data.firestore.FirestoreTemplate
All Classes and Interfaces|All Packages|Serialized Form