Uses of Class
org.springframework.modulith.events.jpa.JpaEventPublication
Packages that use JpaEventPublication
-
Uses of JpaEventPublication in org.springframework.modulith.events.jpa
Methods in org.springframework.modulith.events.jpa that return JpaEventPublicationModifier and TypeMethodDescription(package private) static JpaEventPublicationJpaEventPublication.of(UUID id, Instant publicationDate, String listenerId, String serializedEvent, Class<?> eventType) Methods in org.springframework.modulith.events.jpa that return types with arguments of type JpaEventPublicationModifier and TypeMethodDescriptionClass<? extends JpaEventPublication>JpaEventPublicationRepository.getCompletedEntityType()Returns the type representing completed event publications.(package private) static Class<? extends JpaEventPublication>JpaEventPublication.getCompletedType(CompletionMode mode) (package private) static Class<? extends JpaEventPublication>JpaEventPublication.getIncompleteType() -
Uses of JpaEventPublication in org.springframework.modulith.events.jpa.archiving
Subclasses of JpaEventPublication in org.springframework.modulith.events.jpa.archiving -
Uses of JpaEventPublication in org.springframework.modulith.events.jpa.updating
Subclasses of JpaEventPublication in org.springframework.modulith.events.jpa.updating