Class AuditTrailDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<AuditTrail>
ubic.gemma.persistence.service.common.auditAndSecurity.AuditTrailDaoImpl
- All Implemented Interfaces:
BaseDao<AuditTrail>,AuditTrailDao
- Author:
- pavlidis
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintremoveByIds(Collection<Long> ids) Remove the given audit trails by IDs.Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
-
Constructor Details
-
AuditTrailDaoImpl
-
-
Method Details
-
removeByIds
Description copied from interface:AuditTrailDaoRemove the given audit trails by IDs.This is more efficient than using
BaseDao.remove(Collection)because batch operations are performed without retrieving entities.- Specified by:
removeByIdsin interfaceAuditTrailDao- Returns:
- number of entities removed
-