Package com.tagtraum.beatunes.library
Class HibernateIndexBasedSongIterable
- java.lang.Object
-
- com.tagtraum.beatunes.library.HibernateIndexBasedSongIterable
-
-
Constructor Summary
Constructors Constructor Description HibernateIndexBasedSongIterable(HibernateUtil hibernateUtil, long[] songIndex, Long playlistId)
HibernateIndexBasedSongIterable(HibernateUtil hibernateUtil, Collection<Long> songIndex, Long playlistId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<AudioSong>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
HibernateIndexBasedSongIterable
public HibernateIndexBasedSongIterable(HibernateUtil hibernateUtil, Collection<Long> songIndex, Long playlistId)
-
HibernateIndexBasedSongIterable
public HibernateIndexBasedSongIterable(HibernateUtil hibernateUtil, long[] songIndex, Long playlistId)
-
-