Class DummyRepository

  • All Implemented Interfaces:
    io.quarkus.hibernate.orm.panache.PanacheRepository<DummyEntity>, io.quarkus.hibernate.orm.panache.PanacheRepositoryBase<DummyEntity,​Long>

    @ApplicationScoped
    public class DummyRepository
    extends Object
    implements io.quarkus.hibernate.orm.panache.PanacheRepository<DummyEntity>
    • Constructor Summary

      Constructors 
      Constructor Description
      DummyRepository()  
    • Method Summary

      • Methods inherited from interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase

        count, count, count, count, delete, delete, delete, delete, deleteAll, deleteById, find, find, find, find, find, find, findAll, findAll, findById, findById, findByIdOptional, findByIdOptional, flush, getEntityManager, getEntityManager, isPersistent, list, list, list, list, list, list, listAll, listAll, persist, persist, persist, persist, persistAndFlush, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update
    • Constructor Detail

      • DummyRepository

        public DummyRepository()