T
- the domain type.public class FirestorePersistentEntityInformation<T> extends org.springframework.data.repository.core.support.AbstractEntityInformation<T,String>
Constructor and Description |
---|
FirestorePersistentEntityInformation(FirestorePersistentEntity<T> persistentEntity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getId(T entity) |
Class<String> |
getIdType() |
getJavaType, isNew
public FirestorePersistentEntityInformation(FirestorePersistentEntity<T> persistentEntity)
persistentEntity
- the persistent entity of the type.Copyright © 2021. All rights reserved.