Interface KeystoreDAO

All Superinterfaces:
com.logicaldoc.core.PersistentObjectDAO<Keystore>
All Known Implementing Classes:
HibernateKeystoreDAO

public interface KeystoreDAO extends com.logicaldoc.core.PersistentObjectDAO<Keystore>
DAO for handling the keystores
Since:
7.7.2
Author:
Marco Meschieri - LogicalDOC
  • Field Summary

    Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO

    ENTITY
  • Method Summary

    Modifier and Type
    Method
    Description
    findByTenantId(long tenantId)
     
    get()
    Gets the object available in the application context

    Methods inherited from interface com.logicaldoc.core.PersistentObjectDAO

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

    • get

      static KeystoreDAO get()
      Gets the object available in the application context
      Returns:
      the instance of this object in the application context
    • findByTenantId

      Keystore findByTenantId(long tenantId) throws com.logicaldoc.core.PersistenceException
      Throws:
      com.logicaldoc.core.PersistenceException