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 TypeMethodDescriptionlong
countByNetworkInterfaceControllerId
(long networkInterfaceControllerId) long
countByNetworkPrefixId
(long networkPrefixId) void
deleteByNetworkPrefixId
(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, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods 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)
-