Class HibernateBrandingDAO
- java.lang.Object
-
- com.logicaldoc.core.HibernatePersistentObjectDAO<Branding>
-
- com.logicaldoc.enterprise.branding.HibernateBrandingDAO
-
- All Implemented Interfaces:
com.logicaldoc.core.PersistentObjectDAO<Branding>
,BrandingDAO
public class HibernateBrandingDAO extends com.logicaldoc.core.HibernatePersistentObjectDAO<Branding> implements BrandingDAO
Hibernate implementation ofBrandingDAO
- Since:
- 7.6.2
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Branding
findByTenantId(long tenantId)
-
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, getDbms, getSessionFactory, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForObject, 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, getDbms, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForObject, queryForRowSet, queryForString, store
-
-
-
-
Method Detail
-
findByTenantId
public Branding findByTenantId(long tenantId)
- Specified by:
findByTenantId
in interfaceBrandingDAO
-
-