Package org.damap.base.repo
Class InternalStorageRepo
java.lang.Object
org.damap.base.repo.InternalStorageRepo
- All Implemented Interfaces:
io.quarkus.hibernate.orm.panache.PanacheRepository<InternalStorage>,io.quarkus.hibernate.orm.panache.PanacheRepositoryBase<InternalStorage,Long>
@ApplicationScoped
public class InternalStorageRepo
extends Object
implements io.quarkus.hibernate.orm.panache.PanacheRepository<InternalStorage>
InternalStorageRepo class.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
InternalStorageRepo
public InternalStorageRepo()
-
-
Method Details
-
getAll
getAll.- Returns:
- a
Listobject
-