T
- the type of the property described by this persistent propertypublic interface FirestorePersistentEntity<T> extends org.springframework.data.mapping.model.MutablePersistentEntity<T,FirestorePersistentProperty>
Modifier and Type | Method and Description |
---|---|
String |
collectionName()
Gets the name of the Firestore Collection.
|
FirestorePersistentProperty |
getIdPropertyOrFail()
Gets the ID property, and will throw
Exception if the entity
does not have an ID property. |
FirestorePersistentProperty |
getUpdateTimeProperty() |
addAssociation, addPersistentProperty, setEvaluationContextProvider, setPersistentPropertyAccessorFactory, verify
doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
forEach, iterator, spliterator
String collectionName()
FirestorePersistentProperty getIdPropertyOrFail()
Exception
if the entity
does not have an ID property.FirestorePersistentProperty getUpdateTimeProperty()
Copyright © 2021. All rights reserved.