Class ModelDAO

java.lang.Object
org.tkit.quarkus.jpa.daos.EntityService<T>
org.tkit.quarkus.jpa.daos.AbstractDAO<Model>
org.tkit.onecx.quarkus.it.tenant.ModelDAO

@ApplicationScoped public class ModelDAO extends org.tkit.quarkus.jpa.daos.AbstractDAO<Model>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     

    Nested classes/interfaces inherited from class org.tkit.quarkus.jpa.daos.AbstractDAO

    org.tkit.quarkus.jpa.daos.AbstractDAO.Errors
  • Field Summary

    Fields inherited from class org.tkit.quarkus.jpa.daos.AbstractDAO

    em, entityClass, entityName, HINT_LOAD_GRAPH, idAttributeName
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.tkit.quarkus.jpa.daos.AbstractDAO

    create, create, create, createNamedQuery, createPageQuery, createPageQuery, createPageQuery, createPageQueryCustom, createPageQueryCustom, criteriaQuery, delete, delete, delete, deleteAll, deleteQuery, deleteQueryAll, deleteQueryById, deleteQueryByIds, findAll, findAll, findById, findByIds, findByIds, getEntityManager, getReference, handleConstraint, init, lock, refresh, update, update, update, updateQuery

    Methods inherited from class org.tkit.quarkus.jpa.daos.EntityService

    getEntityClass, getEntityName, getIdAttributeName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModelDAO

      public ModelDAO()
  • Method Details

    • findById

      public Model findById(Object id) throws org.tkit.quarkus.jpa.exceptions.DAOException
      Overrides:
      findById in class org.tkit.quarkus.jpa.daos.AbstractDAO<Model>
      Throws:
      org.tkit.quarkus.jpa.exceptions.DAOException