T - the type of the underlying entitypublic class SpannerPersistentEntityInformation<T> extends org.springframework.data.repository.core.support.AbstractEntityInformation<T,Key>
| Constructor and Description |
|---|
SpannerPersistentEntityInformation(SpannerPersistentEntity<T> entity)
Creates a new
SpannerPersistentEntityInformation for the given
SpannerPersistentEntity. |
| Modifier and Type | Method and Description |
|---|---|
Key |
getId(T entity) |
Class<Key> |
getIdType() |
getJavaType, isNewpublic SpannerPersistentEntityInformation(SpannerPersistentEntity<T> entity)
SpannerPersistentEntityInformation for the given
SpannerPersistentEntity.entity - must not be null.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.