T - ID - public class MappingElasticsearchEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements ElasticsearchEntityInformation<T,ID>
AbstractEntityInformation| Constructor and Description |
|---|
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> persistentEntity) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdAttribute() |
IndexCoordinates |
getIndexCoordinates() |
String |
getParentId(T entity)
Deprecated.
|
Long |
getVersion(T entity) |
org.elasticsearch.index.VersionType |
getVersionType() |
getId, getIdType, getJavaType, isNewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdType, getRequiredId, isNewgetJavaTypepublic MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> persistentEntity)
public String getIdAttribute()
getIdAttribute in interface ElasticsearchEntityInformation<T,ID>public IndexCoordinates getIndexCoordinates()
getIndexCoordinates in interface ElasticsearchEntityInformation<T,ID>public Long getVersion(T entity)
getVersion in interface ElasticsearchEntityInformation<T,ID>public org.elasticsearch.index.VersionType getVersionType()
getVersionType in interface ElasticsearchEntityInformation<T,ID>@Deprecated public String getParentId(T entity)
getParentId in interface ElasticsearchEntityInformation<T,ID>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.