Package | Description |
---|---|
com.google.cloud.spring.data.firestore.mapping |
Modifier and Type | Class and Description |
---|---|
class |
FirestorePersistentPropertyImpl
Persistent property metadata implementation for Firestore.
|
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) |
FirestorePersistentProperty |
FirestorePersistentEntity.getIdPropertyOrFail()
Gets the ID property, and will throw
Exception if the entity
does not have an ID property. |
FirestorePersistentProperty |
FirestorePersistentEntityImpl.getIdPropertyOrFail() |
FirestorePersistentProperty |
FirestorePersistentEntity.getUpdateTimeProperty() |
FirestorePersistentProperty |
FirestorePersistentEntityImpl.getUpdateTimeProperty() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.data.mapping.Association<FirestorePersistentProperty> |
FirestorePersistentPropertyImpl.createAssociation() |
Modifier and Type | Method and Description |
---|---|
void |
FirestorePersistentEntityImpl.addPersistentProperty(FirestorePersistentProperty property) |
Copyright © 2021. All rights reserved.