Interface IGenericDao<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Set<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityRefs​(IEntityContext ec, E entity)  
      E read​(IEntityContext ec, Integer id)  
      • Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao

        all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
    • Method Detail

      • read

        E read​(IEntityContext ec,
               Integer id)
        throws de.xima.cmn.dao.exceptions.ReadException
        Throws:
        de.xima.cmn.dao.exceptions.ReadException
      • getEntityRefs

        Set<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityRefs​(IEntityContext ec,
                                                                    E entity)