Interface AbstractKeyEntityCustomRepository<T extends KeyEntity,​K extends Serializable>

    • Method Detail

      • findByIdIn

        org.springframework.data.domain.Page<T> findByIdIn​(Collection<K> ids,
                                                           org.springframework.data.domain.Pageable page)