Class HibernateSyndicationDAO

java.lang.Object
com.logicaldoc.core.HibernatePersistentObjectDAO<Syndication>
com.logicaldoc.syndication.HibernateSyndicationDAO
All Implemented Interfaces:
com.logicaldoc.core.PersistentObjectDAO<Syndication>, SyndicationDAO

public class HibernateSyndicationDAO extends com.logicaldoc.core.HibernatePersistentObjectDAO<Syndication> implements SyndicationDAO
Hibernate implementation of SyndicationDAO
Since:
8.1.2
Author:
Marco Meschieri - LogicalDOC
  • Field Summary

    Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO

    ENTITY
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(long systemId, int code)
     
    findByName(String name, long tenantId)
    Finds the syndication with the given name

    Methods inherited from class com.logicaldoc.core.HibernatePersistentObjectDAO

    bulkUpdate, delete, deleteAll, deleteAll, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDatabaseMetadata, getDbms, getSessionFactory, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForRowSet, queryForRowSet, queryForString, setSessionFactory, store

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.logicaldoc.core.PersistentObjectDAO

    bulkUpdate, delete, deleteAll, deleteAll, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDatabaseMetadata, getDbms, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForRowSet, queryForRowSet, queryForString, store
  • Method Details

    • delete

      public void delete(long systemId, int code) throws com.logicaldoc.core.PersistenceException
      Specified by:
      delete in interface com.logicaldoc.core.PersistentObjectDAO<Syndication>
      Overrides:
      delete in class com.logicaldoc.core.HibernatePersistentObjectDAO<Syndication>
      Throws:
      com.logicaldoc.core.PersistenceException
    • findByName

      public Syndication findByName(String name, long tenantId) throws com.logicaldoc.core.PersistenceException
      Description copied from interface: SyndicationDAO
      Finds the syndication with the given name
      Specified by:
      findByName in interface SyndicationDAO
      Parameters:
      name - name of the syndication
      tenantId - identifier of the syndication
      Returns:
      the syndication
      Throws:
      com.logicaldoc.core.PersistenceException - Error in the database