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 TypeMethodDescriptionIpAccessRepository.findFirstByIpAndEndpointAndAccessTimeAfter
(String ip, String endpoint, LocalDateTime time) IpAccessRestService.save
(IpAccessEntity entity) Methods in com.bytedesk.core.ip.access that return types with arguments of type IpAccessEntityModifier and TypeMethodDescriptionstatic 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) void
IpAccessRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, IpAccessEntity entity) IpAccessRestService.save
(IpAccessEntity entity)