接口 Y9logUserHostIpInfoRepository
-
- 所有超级接口:
org.springframework.data.repository.CrudRepository<Y9logUserHostIpInfo,String>,org.springframework.data.jpa.repository.JpaRepository<Y9logUserHostIpInfo,String>,org.springframework.data.jpa.repository.JpaSpecificationExecutor<Y9logUserHostIpInfo>,org.springframework.data.repository.PagingAndSortingRepository<Y9logUserHostIpInfo,String>,org.springframework.data.repository.query.QueryByExampleExecutor<Y9logUserHostIpInfo>,org.springframework.data.repository.Repository<Y9logUserHostIpInfo,String>
@Transactional(value="rsPublicTransactionManager", readOnly=true) public interface Y9logUserHostIpInfoRepository extends org.springframework.data.jpa.repository.JpaRepository<Y9logUserHostIpInfo,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Y9logUserHostIpInfo>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<Y9logUserHostIpInfo>findByClientIpSection(String clientIpSection)List<Y9logUserHostIpInfo>findByUserHostIp(String userHostIp)List<Y9logUserHostIpInfo>findByUserHostIpStartingWith(String userHostIp)-
从接口继承的方法 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
-
-
-
-
方法详细资料
-
findByClientIpSection
List<Y9logUserHostIpInfo> findByClientIpSection(String clientIpSection)
-
findByUserHostIp
List<Y9logUserHostIpInfo> findByUserHostIp(String userHostIp)
-
findByUserHostIpStartingWith
List<Y9logUserHostIpInfo> findByUserHostIpStartingWith(String userHostIp)
-
-