Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.Event
Packages that use Event
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
-
Uses of Event in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository with type parameters of type EventModifier and TypeMethodDescription<S extends Event>
SEventRepository.saveAndFlush(S entity) Saves an entity and flushes changes instantly.Methods in es.kukenan.smartfi.microservice.communication.repository that return EventMethods in es.kukenan.smartfi.microservice.communication.repository with parameters of type EventModifier and TypeMethodDescriptionMessagesRepository.findAllByEventAndCompany(Event event, Company company) Search for all messages configured for the given event and the given company. -
Uses of Event in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity with type parameters of type Event