Interface ProcessRoleRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<ProcessRole,​java.lang.String>, org.springframework.data.mongodb.repository.MongoRepository<ProcessRole,​java.lang.String>, org.springframework.data.repository.PagingAndSortingRepository<ProcessRole,​java.lang.String>, org.springframework.data.repository.query.QueryByExampleExecutor<ProcessRole>, org.springframework.data.querydsl.QuerydslPredicateExecutor<ProcessRole>, org.springframework.data.repository.Repository<ProcessRole,​java.lang.String>

    @Repository
    public interface ProcessRoleRepository
    extends org.springframework.data.mongodb.repository.MongoRepository<ProcessRole,​java.lang.String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<ProcessRole>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deleteAllBy_idIn​(java.util.Collection<org.bson.types.ObjectId> ids)  
      java.util.Set<ProcessRole> findAllByImportId​(java.lang.String importId)  
      java.util.Set<ProcessRole> findAllByImportIdIn​(java.util.Set<java.lang.String> importIds)  
      java.util.Set<ProcessRole> findAllByName_DefaultValue​(java.lang.String name)  
      java.util.Set<ProcessRole> findAllByNetId​(java.lang.String netId)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save
      • Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

        findAll, findAll, findAll, findAll, insert, insert, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

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

        count, exists, findAll, findBy, findOne
      • Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

        count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
    • Method Detail

      • findAllByNetId

        java.util.Set<ProcessRole> findAllByNetId​(java.lang.String netId)
      • findAllByImportIdIn

        java.util.Set<ProcessRole> findAllByImportIdIn​(java.util.Set<java.lang.String> importIds)
      • findAllByName_DefaultValue

        java.util.Set<ProcessRole> findAllByName_DefaultValue​(java.lang.String name)
      • findAllByImportId

        java.util.Set<ProcessRole> findAllByImportId​(java.lang.String importId)
      • deleteAllBy_idIn

        void deleteAllBy_idIn​(java.util.Collection<org.bson.types.ObjectId> ids)