Class DatastorePersistentEntityInformation<T,I>

java.lang.Object
org.springframework.data.repository.core.support.AbstractEntityInformation<T,I>
com.google.cloud.spring.data.datastore.core.mapping.DatastorePersistentEntityInformation<T,I>
Type Parameters:
T - the type of the persistent entity
I - the ID type of the persistent entity
All Implemented Interfaces:
org.springframework.data.repository.core.EntityInformation<T,I>, org.springframework.data.repository.core.EntityMetadata<T>

public class DatastorePersistentEntityInformation<T,I> extends org.springframework.data.repository.core.support.AbstractEntityInformation<T,I>
Holds ID type information about a Datastore persistent entity.
Since:
1.1