Interface MDStoreVersionRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion,String>, org.springframework.data.jpa.repository.JpaRepository<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion,String>, org.springframework.data.repository.PagingAndSortingRepository<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion,String>, org.springframework.data.repository.query.QueryByExampleExecutor<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion>, org.springframework.data.repository.Repository<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion,String>

@Repository public interface MDStoreVersionRepository extends org.springframework.data.jpa.repository.JpaRepository<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    void
     
    Iterable<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion>
     

    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.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlush

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findOne
  • Method Details

    • deleteByMdstore

      void deleteByMdstore(String id)
    • countByMdstoreAndWriting

      long countByMdstoreAndWriting(String id, boolean b)
    • countByMdstoreAndReadCountGreaterThan

      long countByMdstoreAndReadCountGreaterThan(String id, int count)
    • findByMdstore

      Iterable<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion> findByMdstore(String mdId)