public class QuickFilterRuleHibernateDao extends BambooHibernateObjectDao<QuickFilterRule> implements QuickFilterRuleDao
| Constructor and Description |
|---|
QuickFilterRuleHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(@NotNull QuickFilterRule quickFilterRule)
Removes the given entity from the database
|
@Nullable QuickFilterRule |
findById(long id) |
void |
save(@NotNull QuickFilterRule quickFilterRule)
Saves the given entity.
|
countAll, countWithRestriction, deleteAll, executeCountQuery, findAll, findById, merge, saveAllgetCacheAwareHibernateTemplatecheckDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, countWithRestriction, deleteAll, findAll, findById, merge, saveAll@Nullable public @Nullable QuickFilterRule findById(long id)
findById in interface QuickFilterRuleDaopublic void save(@NotNull
@NotNull QuickFilterRule quickFilterRule)
BambooObjectDaoEntityObject this method will:
- update EntityObject.getLastModificationDate()
- set EntityObject.getCreationDate() if the object has not been savedsave in interface BambooObjectDao<QuickFilterRule>save in class BambooHibernateObjectDao<QuickFilterRule>quickFilterRule - entity to be savedpublic void delete(@NotNull
@NotNull QuickFilterRule quickFilterRule)
BambooObjectDaodelete in interface BambooObjectDao<QuickFilterRule>delete in class BambooHibernateObjectDao<QuickFilterRule>quickFilterRule - entity to be removedCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.