Class 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 Detail

      • TestEntity

        public TestEntity()
    • Method Detail

      • setId

        public void setId​(Integer id)