Package io.debezium.outbox.quarkus.it
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
-
-
Constructor Summary
Constructors Constructor Description TestEntity()
-