public class RepositoryDefinitionHibernateDao extends BambooHibernateObjectWithOidDao<RepositoryDataEntity> implements RepositoryDefinitionDao
| Constructor and Description |
|---|
RepositoryDefinitionHibernateDao(TransactionAndHibernateTemplate bambooTransactionHibernateTemplate) |
findByOidcountAll, countWithRestriction, deleteAll, executeCountQuery, findAll, findById, merge, saveAllgetCacheAwareHibernateTemplatecheckDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindByOidcountAll, countWithRestriction, deleteAll, findAll, findById, merge, saveAllpublic RepositoryDefinitionHibernateDao(TransactionAndHibernateTemplate bambooTransactionHibernateTemplate)
@Nullable public RepositoryDataEntityImpl findById(long id)
findById in interface RepositoryDefinitionDao@NotNull public Collection<? extends RepositoryDataEntity> findAll()
findAll in interface RepositoryDefinitionDao@NotNull public Collection<? extends RepositoryDataEntity> findAll(int firstResult, int maxResults)
findAll in interface RepositoryDefinitionDao@NotNull public Collection<? extends RepositoryDataEntity> findAllByParent(@Nullable Long parentId, int firstResult, int maxResults)
findAllByParent in interface RepositoryDefinitionDaopublic long countAll()
countAll in interface RepositoryDefinitionDaopublic long countAllByParent(@Nullable
Long parentId)
countAllByParent in interface RepositoryDefinitionDaopublic long countRepositoriesByPluginKey(@NotNull
String pluginKey)
@NotNull public List<RepositoryDataEntity> findRepositoriesByPluginKey(@NotNull String pluginKey)
findRepositoriesByPluginKey in interface RepositoryDefinitionDao@NotNull public List<RepositoryDataEntity> findRepositoriesByPluginKey(@NotNull String pluginKey, int firstResult, int maxResults)
@NotNull public List<RepositoryDataEntity> getGlobalRepositoryDefinitions()
getGlobalRepositoryDefinitions in interface RepositoryDefinitionDao@NotNull public Collection<RepositoryDataEntity> getPrivateRepositoryDefinitionsByPlan(Plan plan)
getPrivateRepositoryDefinitionsByPlan in interface RepositoryDefinitionDaopublic void removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity)
removeRepositoryIfUnused in interface RepositoryDefinitionDaopublic void delete(@NotNull
RepositoryDataEntity repositoryDataEntity)
BambooObjectDaodelete in interface BambooObjectDao<RepositoryDataEntity>delete in class BambooHibernateObjectDao<RepositoryDataEntity>repositoryDataEntity - entity to be removedpublic void save(@NotNull
RepositoryDataEntity repositoryDataEntity)
BambooObjectDaoEntityObject this method will:
- update EntityObject.getLastModificationDate()
- set EntityObject.getCreationDate() if the object has not been savedsave in interface BambooObjectDao<RepositoryDataEntity>save in class BambooHibernateObjectDao<RepositoryDataEntity>repositoryDataEntity - entity to be savedpublic void removeUnusedRepositories()
removeUnusedRepositories in interface RepositoryDefinitionDao@NotNull public Set<Long> findAllRepositoryIds()
findAllRepositoryIds in interface RepositoryDefinitionDao@Nullable public BambooEntityOid getMaxRepositoryOid(int serverKey)
RepositoryDefinitionDaoBambooEntityOid that's currently in use of BambooEntityType.REPOSITORY type, with
the given server key.
Returns null if no OIDs are in use of this type with the given server key.getMaxRepositoryOid in interface RepositoryDefinitionDao@Nullable public RepositoryDataEntity findLinkedRepositoryByName(@NotNull String name)
RepositoryDefinitionDaofindLinkedRepositoryByName in interface RepositoryDefinitionDaoCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.