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.
      • Methods inherited from interface org.springframework.data.repository.core.EntityInformation

        getId, getIdType, getRequiredId, isNew
      • Methods inherited from interface org.springframework.data.repository.core.EntityMetadata

        getJavaType
    • Method Detail

      • getCollectionName

        String getCollectionName()
        Returns the name of the collection the entity shall be persisted to.
        Returns:
      • getIdAttribute

        String getIdAttribute()
        Returns the attribute that the id will be persisted to.
        Returns: