Package | Description |
---|---|
com.google.cloud.spring.data.firestore |
Cloud Firestore support for Spring Data.
|
com.google.cloud.spring.data.firestore.mapping |
Modifier and Type | Method and Description |
---|---|
String |
FirestoreReactiveOperations.buildResourceName(FirestorePersistentEntity<?> persistentEntity,
String resource)
Builds the full reference path to a resource such as a document or a sub-collection.
|
String |
FirestoreTemplate.buildResourceName(FirestorePersistentEntity<?> persistentEntity,
String resource) |
Modifier and Type | Class and Description |
---|---|
class |
FirestorePersistentEntityImpl<T>
Metadata class for entities stored in Datastore.
|
Modifier and Type | Method and Description |
---|---|
protected <T> FirestorePersistentEntity<?> |
FirestoreMappingContext.createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
Modifier and Type | Method and Description |
---|---|
protected FirestorePersistentProperty |
FirestoreMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property,
FirestorePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
Constructor and Description |
---|
FirestorePersistentEntityInformation(FirestorePersistentEntity<T> persistentEntity)
Constructor.
|
Copyright © 2021. All rights reserved.