Interface MarkLogicEntityInformation<T,ID>
-
- All Superinterfaces:
org.springframework.data.repository.core.EntityInformation<T,ID>,org.springframework.data.repository.core.EntityMetadata<T>
- All Known Implementing Classes:
MappingMarkLogicEntityInformation
public interface MarkLogicEntityInformation<T,ID> extends org.springframework.data.repository.core.EntityInformation<T,ID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollectionName()Returns the name of the collection the entity shall be persisted to.StringgetIdAttribute()Returns the attribute that the id will be persisted to.
-