Class SpannerPersistentEntityInformation<T>

java.lang.Object
org.springframework.data.repository.core.support.AbstractEntityInformation<T,com.google.cloud.spanner.Key>
com.google.cloud.spring.data.spanner.core.mapping.SpannerPersistentEntityInformation<T>
Type Parameters:
T - the type of the underlying entity
All Implemented Interfaces:
org.springframework.data.repository.core.EntityInformation<T,com.google.cloud.spanner.Key>, org.springframework.data.repository.core.EntityMetadata<T>

public class SpannerPersistentEntityInformation<T> extends org.springframework.data.repository.core.support.AbstractEntityInformation<T,com.google.cloud.spanner.Key>
Holds a Spanner persistent entity and its key type.
Since:
1.1