public class DefaultGlobalDescriptionDao extends HibernateObjectDao<GlobalDescription> implements GlobalDescriptionDaoInternal
HibernateObjectDao.Cacheability
Constructor and Description |
---|
DefaultGlobalDescriptionDao() |
Modifier and Type | Method and Description |
---|---|
protected GlobalDescription |
getByClassId(long id)
Retrieve the object with a particular id from the database.
|
GlobalDescription |
getGlobalDescription() |
Class<GlobalDescription> |
getPersistentClass()
Gets the type of
EntityObject this Dao works with. |
applyTransactionTimeout, applyTransactionTimeout, checkDaoConfig, createHibernateTemplate, findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getCountResult, getHibernateTemplate, getSession, getSessionFactory, index, indexEntity, refresh, refreshEntity, reIndex, reIndexEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity, setHibernateTemplate, setIndexer, setSessionFactory, unIndex, unIndexEntity, uniqueResult, updateEntityModificationData, updateModificationData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
protected GlobalDescription getByClassId(long id)
HibernateObjectDao
getByClassId
in class HibernateObjectDao<GlobalDescription>
id
- the id of the object to look uppublic Class<GlobalDescription> getPersistentClass()
ObjectDaoInternal
EntityObject
this Dao works with.getPersistentClass
in interface ObjectDao
getPersistentClass
in interface ObjectDaoInternal<GlobalDescription>
public GlobalDescription getGlobalDescription()
getGlobalDescription
in interface GlobalDescriptionDao
Copyright © 2003–2019 Atlassian. All rights reserved.