Interface DocumentRepository<T extends DocumentObject>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,UUID>, org.springframework.data.repository.ListCrudRepository<T,UUID>, org.springframework.data.repository.Repository<T,UUID>

@NoRepositoryBean public interface DocumentRepository<T extends DocumentObject> extends org.springframework.data.repository.ListCrudRepository<T,UUID>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll