Uses of Class
com.bytedesk.core.ip.access.IpAccessEntity
Packages that use IpAccessEntity
- 
Uses of IpAccessEntity in com.bytedesk.core.ip.access
Methods in com.bytedesk.core.ip.access that return IpAccessEntityModifier and TypeMethodDescriptionprotected IpAccessEntityIpAccessRestService.doSave(IpAccessEntity entity) IpAccessRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpAccessEntity entity) IpAccessRestService.save(IpAccessEntity entity) Methods in com.bytedesk.core.ip.access that return types with arguments of type IpAccessEntityModifier and TypeMethodDescriptionIpAccessRepository.findFirstByIpAndEndpointAndAccessTimeAfter(String ip, String endpoint, LocalDateTime time) static org.springframework.data.jpa.domain.Specification<IpAccessEntity>IpAccessSpecification.search(IpAccessRequest request) Methods in com.bytedesk.core.ip.access with parameters of type IpAccessEntityModifier and TypeMethodDescriptionIpAccessRestService.convertToResponse(IpAccessEntity entity) protected IpAccessEntityIpAccessRestService.doSave(IpAccessEntity entity) IpAccessRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpAccessEntity entity) IpAccessRestService.save(IpAccessEntity entity)