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