-
- All Implemented Interfaces:
-
io.quarkus.hibernate.orm.panache.kotlin.PanacheCompanionBase
public interface PanacheCompanion<Entity extends PanacheEntityBase> implements PanacheCompanionBase<Entity, Long>
Defines methods to be used via the companion objects of entities.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.quarkus.hibernate.orm.panache.kotlin.PanacheCompanion
count, count, count, count, delete, delete, delete, deleteAll, deleteById, find, find, find, find, find, find, findAll, findAll, findById, findById, flush, getEntityManager, list, list, list, list, list, list, listAll, listAll, persist, persist, persist, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-