Package br.com.trajy.architecture.base
package br.com.trajy.architecture.base
-
ClassDescriptionAbstractPanacheAssembly<D,
E extends io.quarkus.hibernate.orm.panache.PanacheEntity> Abstract Class that contains boilerplate code to implement fundamental assembly operationsAbstractPanacheController<D,E extends io.quarkus.hibernate.orm.panache.PanacheEntity, S extends AbstractPanacheService<E>, A extends AbstractPanacheAssembly<D, E>> Abstract Class that contains boilerplate code to implement GET, CREATE, UPDATE and DELETE rest end-points using Hibernate panache entity reactiveAbstractPanacheService<E extends io.quarkus.hibernate.orm.panache.PanacheEntity>Abstract Class that contains boilerplate code to implement find, create, update and delete operations with your respective business rules using Hibernate panache entity reactive