接口 UserLogRepository
-
- 所有超级接口:
org.springframework.data.repository.CrudRepository<UserLogEntity,Long>,org.springframework.data.repository.PagingAndSortingRepository<UserLogEntity,Long>,org.springframework.data.repository.Repository<UserLogEntity,Long>
public interface UserLogRepository extends org.springframework.data.repository.PagingAndSortingRepository<UserLogEntity,Long>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 org.springframework.data.domain.Page<UserLogEntity>findAllByUserOrderByCreateTimeDesc(UserEntity user, org.springframework.data.domain.Pageable pageable)
-
-
-
方法详细资料
-
findAllByUserOrderByCreateTimeDesc
org.springframework.data.domain.Page<UserLogEntity> findAllByUserOrderByCreateTimeDesc(UserEntity user, org.springframework.data.domain.Pageable pageable)
-
-