- 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
-
- findAll() - 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- FirestoreTemplate - Class in com.google.cloud.spring.data.firestore
-
- FirestoreTemplate(FirestoreGrpc.FirestoreStub, String, FirestoreClassMapper, FirestoreMappingContext) - Constructor for class com.google.cloud.spring.data.firestore.FirestoreTemplate
-
Constructor for FirestoreTemplate.