Package com.logicaldoc.sign
Class HibernateKeystoreDAO
java.lang.Object
com.logicaldoc.core.HibernatePersistentObjectDAO<Keystore>
com.logicaldoc.sign.HibernateKeystoreDAO
- All Implemented Interfaces:
com.logicaldoc.core.PersistentObjectDAO<Keystore>
,KeystoreDAO
public class HibernateKeystoreDAO
extends com.logicaldoc.core.HibernatePersistentObjectDAO<Keystore>
implements KeystoreDAO
Hibernate implementation of
KeystoreDAO
- Since:
- 7.7.2
- Author:
- Marco Meschieri - LogicalDOC
-
Field Summary
Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO
ENTITY
-
Method Summary
Methods inherited from class com.logicaldoc.core.HibernatePersistentObjectDAO
bulkUpdate, delete, 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, 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
-
findByTenantId
- Specified by:
findByTenantId
in interfaceKeystoreDAO
- Throws:
com.logicaldoc.core.PersistenceException
-