public interface HibernateSessionHelper
Modifier and Type | Method and Description |
---|---|
void |
flushSession()
Flushes currently open hibernate session
|
void |
refresh(Object o)
Refreshes given entry
|
Consumer<Iterable<? extends Object>> |
sessionFlushAndEntryEvict()
Flushes hibernate session and evicts all entries from given iterable
|
void flushSession()
void refresh(Object o)
Copyright © 2003–2017 Atlassian. All rights reserved.