接口 ImportEmlRepository

  • 所有超级接口:
    org.springframework.data.repository.CrudRepository<ImportEml,​String>, org.springframework.data.jpa.repository.JpaRepository<ImportEml,​String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<ImportEml>, org.springframework.data.repository.PagingAndSortingRepository<ImportEml,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<ImportEml>, org.springframework.data.repository.Repository<ImportEml,​String>

    public interface ImportEmlRepository
    extends org.springframework.data.jpa.repository.JpaRepository<ImportEml,​String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<ImportEml>
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      Optional<ImportEml> findByMessageId​(String messageId)  
      org.springframework.data.domain.Page<ImportEml> findByPersonId​(String personId, org.springframework.data.domain.Pageable pageable)  
      List<ImportEml> findByPersonIdOrderByDateTimeDesc​(String personId)  
      • 从接口继承的方法 org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
      • 从接口继承的方法 org.springframework.data.jpa.repository.JpaRepository

        deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
      • 从接口继承的方法 org.springframework.data.jpa.repository.JpaSpecificationExecutor

        count, exists, findAll, findAll, findAll, findOne
      • 从接口继承的方法 org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • 从接口继承的方法 org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findBy, findOne
    • 方法详细资料

      • findByPersonId

        org.springframework.data.domain.Page<ImportEml> findByPersonId​(String personId,
                                                                       org.springframework.data.domain.Pageable pageable)
      • findByPersonIdOrderByDateTimeDesc

        List<ImportEml> findByPersonIdOrderByDateTimeDesc​(String personId)