Interface BambooObjectWithOidDao<E extends BambooObjectWithOid>
- All Superinterfaces:
BambooObjectDao<E>
- All Known Subinterfaces:
CredentialsDao
,PlanDao
,ProjectDao
,RepositoryDefinitionDao
- All Known Implementing Classes:
BambooHibernateObjectWithOidDao
,BambooHibernateVersionAwareObjectWithOidDao
,CredentialsHibernateDao
,PlanHibernateDao
,ProjectHibernateDao
,RepositoryDefinitionHibernateDao
-
Method Summary
Modifier and TypeMethodDescriptionfindByOid
(@NotNull BambooEntityOid oid, @NotNull Class<? extends E> aClass) Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
Method Details
-
findByOid
-