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 String
getCollectionName()
Returns the name of the collection the entity shall be persisted to.String
getIdAttribute()
Returns the attribute that the id will be persisted to.
-