Package io.debezium.outbox.quarkus.it
Class TestEntity
java.lang.Object
io.debezium.outbox.quarkus.it.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.
- Author:
- Chris Cranford
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
-
Constructor Details
-
TestEntity
public TestEntity()
-
-
Method Details
-
getId
-
setId
-