Package io.debezium.outbox.quarkus.it


package io.debezium.outbox.quarkus.it
  • Classes
    Class
    Description
     
     
    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.
    An AttributeConverter that converters the input string to upper-case at persistence time and returns the database value as-is when hydrated from the persistence store.