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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Keystore findByTenantId​(long tenantId)  
      • Methods inherited from interface com.logicaldoc.core.PersistentObjectDAO

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

      • findByTenantId

        Keystore findByTenantId​(long tenantId)