Package io.debezium.outbox.quarkus.it
-
Class Summary Class Description MyOutboxEvent MyService TestEntity This entity class is merely a placeholder to address two concerns: If no target/classes directory is created, the quarkus maven plugin fails. If no annotated entity mapping is found, the EntityManager dependency is excluded leading to an unsatisfied dependency exception.UpperCaseAttributeConverter AnAttributeConverterthat converters the input string to upper-case at persistence time and returns the database value as-is when hydrated from the persistence store.