Interface GlobalDescriptionDaoInternal
-
- All Superinterfaces:
GlobalDescriptionDao
,ObjectDao
,ObjectDaoInternal<GlobalDescription>
- All Known Implementing Classes:
DefaultGlobalDescriptionDao
public interface GlobalDescriptionDaoInternal extends GlobalDescriptionDao, ObjectDaoInternal<GlobalDescription>
Dao for the GlobalDescription.- Since:
- 6.10.0
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.setup.settings.GlobalDescriptionDao
getGlobalDescription, getGlobalDescriptionById
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.ObjectDaoInternal
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, getPersistentClass, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
-
-