Class TestEntity

java.lang.Object
io.debezium.outbox.quarkus.it.TestEntity

@Entity public class TestEntity extends Object
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.
Author:
Chris Cranford
  • Field Details

  • Constructor Details

    • TestEntity

      public TestEntity()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)