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
public interface BambooObjectWithOidDao<E extends BambooObjectWithOid> extends BambooObjectDao<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
findByOid(@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 Detail
-
findByOid
E findByOid(@NotNull @NotNull BambooEntityOid oid, @NotNull @NotNull Class<? extends E> aClass)
-
-