Interface ElasticsearchEntityInformation<T,ID>
- Type Parameters:
T-ID-
- All Superinterfaces:
EntityInformation<T,ID>, EntityMetadata<T>
- All Known Implementing Classes:
MappingElasticsearchEntityInformation
- Author:
- Rizwan Idrees, Mohsin Husen, Christoph Strobl, Ivan Greene, Peter-Josef Meisch, Aleksei Arsenev
-
Method Summary
Modifier and TypeMethodDescription@Nullable LonggetVersion(T entity) @Nullable Document.VersionTypeMethods inherited from interface EntityInformation
getId, getIdType, getRequiredId, isNewMethods inherited from interface EntityMetadata
getJavaType
-
Method Details
-
getIdAttribute
String getIdAttribute() -
getIndexCoordinates
IndexCoordinates getIndexCoordinates() -
getVersion
-
getVersionType
@Nullable Document.VersionType getVersionType()
-