Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.WhiteListDestination
Packages that use WhiteListDestination
Package
Description
Services and related beans and dependencies.
-
Uses of WhiteListDestination in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository that return WhiteListDestinationModifier and TypeMethodDescriptionWhiteListDestinationRepository.findByEmail(String address) Find WhiteListDestination by address.WhiteListDestinationRepository.findByName(String name) Find WhiteListDestination by name.WhiteListDestinationRepository.findByNameAndUserId(String name, String userId) Find WhiteListDestination by name and user id.Methods in es.kukenan.smartfi.microservice.communication.repository that return types with arguments of type WhiteListDestinationModifier and TypeMethodDescriptionWhiteListDestinationRepository.findByUserId(String userId) Find WhiteListDestination by user id.