Interface HibernateObjectDao.HibernateOperations
- Enclosing class:
HibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>
protected static sealed interface HibernateObjectDao.HibernateOperations
A slimmed down variant of Spring's own
HibernateOperations, with only
the operations that we use.- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoid<T> TList<?> voidflush()<T> Tget(Class<T> type, Serializable id) Iterator<?> voidvoidsaveOrUpdate(Object objectToSave) voidwrap(org.hibernate.SessionFactory sessionFactory)
-
Method Details
-
execute
-
saveOrUpdate
-
delete
-
get
-
iterate
-
find
-
flush
void flush() -
update
-
save
-
evict
-
wrap
-