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 Details

    • FirestorePersistentEntityInformation

      public FirestorePersistentEntityInformation(FirestorePersistentEntity<T> persistentEntity)
      Constructor.
      Parameters:
      persistentEntity - the persistent entity of the type.
  • Method Details