Interface IpAddressRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<IpAddress,,Long> org.springframework.data.jpa.repository.JpaRepository<IpAddress,,Long> org.springframework.data.repository.ListCrudRepository<IpAddress,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<IpAddress,,Long> org.springframework.data.repository.PagingAndSortingRepository<IpAddress,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<IpAddress>,org.springframework.data.repository.Repository<IpAddress,Long>
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByNetworkInterfaceControllerId(long networkInterfaceControllerId) longcountByNetworkPrefixId(long networkPrefixId) voiddeleteByNetworkPrefixId(long networkPrefixId) findByHostAddress(String hostAddress) findByHostAddressAndNetworkPrefixId(String hostAddress, long networkPrefixId) findByNetworkInterfaceControllerId(long networkInterfaceControllerId) findByNetworkInterfaceControllerIn(List<NetworkInterfaceController> networkInterfaceControllers) findByNetworkPrefixId(long networkPrefixId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
countByNetworkPrefixId
long countByNetworkPrefixId(long networkPrefixId) -
countByNetworkInterfaceControllerId
long countByNetworkInterfaceControllerId(long networkInterfaceControllerId) -
findByNetworkPrefixId
-
findByNetworkInterfaceControllerId
-
findByHostAddress
-
findByHostAddressAndNetworkPrefixId
-
deleteByNetworkPrefixId
void deleteByNetworkPrefixId(long networkPrefixId) -
findByNetworkInterfaceControllerIn
List<IpAddress> findByNetworkInterfaceControllerIn(List<NetworkInterfaceController> networkInterfaceControllers)
-