Package nunnink.dev.entity
Class Task
java.lang.Object
io.quarkus.hibernate.orm.panache.PanacheEntityBase
io.quarkus.hibernate.orm.panache.PanacheEntity
nunnink.dev.entity.Task
public class Task
extends io.quarkus.hibernate.orm.panache.PanacheEntity
A task user wants to execute and track time for.
-
Field Summary
Fields inherited from class io.quarkus.hibernate.orm.panache.PanacheEntity
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.hibernate.orm.panache.PanacheEntity
toStringMethods inherited from class io.quarkus.hibernate.orm.panache.PanacheEntityBase
count, count, count, count, delete, delete, delete, delete, deleteAll, deleteById, find, find, find, find, find, find, findAll, findAll, findById, findById, findByIdOptional, findByIdOptional, flush, getEntityManager, getSession, 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
-
Task
public Task()
-
-
Method Details
-
create
Create a new task- Parameters:
name- the descriptive name of this taskuser- the user who owns this task
-