Class SpannerPersistentEntityImpl<T>

java.lang.Object
org.springframework.data.mapping.model.BasicPersistentEntity<T,SpannerPersistentProperty>
com.google.cloud.spring.data.spanner.core.mapping.SpannerPersistentEntityImpl<T>
Type Parameters:
T - the type of the persistent entity
All Implemented Interfaces:
SpannerPersistentEntity<T>, Iterable<SpannerPersistentProperty>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.data.mapping.model.MutablePersistentEntity<T,SpannerPersistentProperty>, org.springframework.data.mapping.PersistentEntity<T,SpannerPersistentProperty>

public class SpannerPersistentEntityImpl<T> extends org.springframework.data.mapping.model.BasicPersistentEntity<T,SpannerPersistentProperty> implements SpannerPersistentEntity<T>
Represents a Cloud Spanner table and its columns' mapping to fields within an entity type.
Since:
1.1