public class LicensedUserDaoHibernate extends HibernateDao<LicensedUser> implements LicensedUserDao
batchFinder, batchProcessor, logger, statelessSessionBatchProcessor, timeSourcesessionFactory| Constructor and Description |
|---|
LicensedUserDaoHibernate() |
| Modifier and Type | Method and Description |
|---|---|
Long |
countLicensedUsers(LicensedUsersQuery query) |
LicensedUser |
findById(long id) |
List<LicensedUser> |
findLicensedUsers(LicensedUsersQuery query) |
Class<LicensedUser> |
getPersistentClass()
All subclasses of HibernateDao must implement this method for
HibernateDao.load(Serializable) to work
correctly. |
void |
remove(LicensedUser licensedUser) |
void |
removeAll(LicensingSummary licensingSummary) |
void |
removeByDirectoryId(Long id) |
void |
save(List<LicensedUser> licensedUsers) |
void |
update(LicensedUser licensedUser) |
createDeleteQuery, createDeleteQuery, createQuery, createQuery, executeHQLQuery, executeHQLQuery, findAllInternal, findByProperties, findByPropertiesOptional, findByProperty, findByProperty, findByPropertyOptional, findByPropertyOrThrow, getCountByProperties, load, load, loadOptional, loadReference, loadReference, remove, removeByIdIfPresent, save, saveOrUpdate, session, setBatchFinder, setBatchProcessor, setClock, setStatelessSessionBatchProcessor, toPredicates, updatesetSessionFactory, withStatelessSessionpublic LicensedUser findById(long id) throws ObjectNotFoundException
findById in interface LicensedUserDaoObjectNotFoundExceptionpublic void update(LicensedUser licensedUser)
update in interface LicensedUserDaopublic void save(List<LicensedUser> licensedUsers)
save in interface LicensedUserDaopublic void remove(LicensedUser licensedUser)
remove in interface LicensedUserDaopublic List<LicensedUser> findLicensedUsers(LicensedUsersQuery query)
findLicensedUsers in interface LicensedUserDaopublic Long countLicensedUsers(LicensedUsersQuery query)
countLicensedUsers in interface LicensedUserDaopublic void removeByDirectoryId(Long id)
removeByDirectoryId in interface LicensedUserDaopublic void removeAll(LicensingSummary licensingSummary)
removeAll in interface LicensedUserDaopublic Class<LicensedUser> getPersistentClass()
HibernateDaoHibernateDao.load(Serializable) to work
correctly.getPersistentClass in class HibernateDao<LicensedUser>Copyright © 2020 Atlassian. All rights reserved.