public class DirectoryInfoDaoHibernate extends HibernateDao<DirectoryInfo> implements DirectoryInfoDao
batchFinder, batchProcessor, logger, statelessSessionBatchProcessor, timeSourcesessionFactory| Constructor and Description |
|---|
DirectoryInfoDaoHibernate() |
| Modifier and Type | Method and Description |
|---|---|
DirectoryInfo |
findById(long id) |
List<DirectoryInfo> |
findDirectories(LicensingSummary licensingSummary) |
Class<DirectoryInfo> |
getPersistentClass()
All subclasses of HibernateDao must implement this method for
HibernateDao.load(Serializable) to work
correctly. |
void |
removeAll(LicensingSummary licensingSummary) |
void |
removeByDirectoryId(Long id) |
void |
saveOrUpdate(DirectoryInfo directoryInfo) |
void |
setLicensedUserDao(LicensedUserDao licensedUserDao) |
createDeleteQuery, createDeleteQuery, createHibernateQuery, createQuery, createQuery, executeHQLQuery, findAllInternal, findByProperties, findByPropertiesOptional, findByProperty, findByProperty, findByPropertyOptional, findByPropertyOrThrow, load, load, loadOptional, loadReference, loadReference, remove, removeByIdIfPresent, save, saveOrUpdate, session, setBatchFinder, setBatchProcessor, setClock, setStatelessSessionBatchProcessor, toPredicates, updatesetSessionFactory, withStatelessSessionpublic DirectoryInfo findById(long id) throws ObjectNotFoundException
findById in interface DirectoryInfoDaoObjectNotFoundExceptionpublic void saveOrUpdate(DirectoryInfo directoryInfo)
saveOrUpdate in interface DirectoryInfoDaopublic List<DirectoryInfo> findDirectories(LicensingSummary licensingSummary)
findDirectories in interface DirectoryInfoDaopublic void removeAll(LicensingSummary licensingSummary)
removeAll in interface DirectoryInfoDaopublic void removeByDirectoryId(Long id)
removeByDirectoryId in interface DirectoryInfoDao@Autowired public void setLicensedUserDao(LicensedUserDao licensedUserDao)
public Class<DirectoryInfo> getPersistentClass()
HibernateDaoHibernateDao.load(Serializable) to work
correctly.getPersistentClass in class HibernateDao<DirectoryInfo>Copyright © 2019 Atlassian. All rights reserved.