Uses of Class
com.tagtraum.beatunes.library.HibernateUtil
-
Packages that use HibernateUtil Package Description com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors.com.tagtraum.beatunes.library Classes that load and manage the library. -
-
Uses of HibernateUtil in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return HibernateUtil Modifier and Type Method Description HibernateUtil
HibernateTaskQueue. getHibernateUtil()
Methods in com.tagtraum.beatunes.analysis with parameters of type HibernateUtil Modifier and Type Method Description void
HibernateTaskQueue. setHibernateUtil(HibernateUtil hibernateUtil)
-
Uses of HibernateUtil in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return HibernateUtil Modifier and Type Method Description HibernateUtil
HibernateMediaLibrary. getHibernateUtil()
HibernateUtil
HibernatePlayList. getHibernateUtil()
HibernateUtil
PageCache. getHibernateUtil()
HibernateUtil
PageCacheDataSource. getHibernateUtil()
Constructors in com.tagtraum.beatunes.library with parameters of type HibernateUtil Constructor Description HibernateIndexBasedSongIterable(HibernateUtil hibernateUtil, long[] songIndex, Long playlistId)
HibernateIndexBasedSongIterable(HibernateUtil hibernateUtil, Collection<Long> songIndex, Long playlistId)
-