Package | Description |
---|---|
com.google.cloud.spring.data.firestore.mapping |
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.