Class FirestorePersistentEntityInformation<T>
java.lang.Object
org.springframework.data.repository.core.support.AbstractEntityInformation<T,String>
com.google.cloud.spring.data.firestore.mapping.FirestorePersistentEntityInformation<T>
- Type Parameters:
T
- the domain type.
- All Implemented Interfaces:
org.springframework.data.repository.core.EntityInformation<T,
,String> org.springframework.data.repository.core.EntityMetadata<T>
public class FirestorePersistentEntityInformation<T>
extends org.springframework.data.repository.core.support.AbstractEntityInformation<T,String>
A metadata holder for Firestore persistent entities.
- Since:
- 1.2
-
Constructor Summary
ConstructorDescriptionFirestorePersistentEntityInformation
(FirestorePersistentEntity<T> persistentEntity) Constructor. -
Method Summary
Methods inherited from class org.springframework.data.repository.core.support.AbstractEntityInformation
getJavaType, isNew
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.repository.core.EntityInformation
getRequiredId
-
Constructor Details
-
FirestorePersistentEntityInformation
Constructor.- Parameters:
persistentEntity
- the persistent entity of the type.
-
-
Method Details
-
getId
-
getIdType
-