Class DmpVersionRepo

java.lang.Object
org.damap.base.repo.DmpVersionRepo
All Implemented Interfaces:
io.quarkus.hibernate.orm.panache.PanacheRepository<DmpVersion>, io.quarkus.hibernate.orm.panache.PanacheRepositoryBase<DmpVersion,Long>

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getAll.
    getAllByDmp(long dmpId)
    getAllByDmp.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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, 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 Details

    • DmpVersionRepo

      public DmpVersionRepo()
  • Method Details

    • getAll

      public List<DmpVersion> getAll()
      getAll.
      Returns:
      a List object
    • getAllByDmp

      public List<DmpVersion> getAllByDmp(long dmpId)
      getAllByDmp.
      Parameters:
      dmpId - a long
      Returns:
      a List object