Package com.neoworks.jukex.sqlimpl

Relational database (currently MySQL only) specific implementations for JukeX.

See:
          Description

Interface Summary
BatchTrackLoader Interface that allows a batch retrieval of tracks in order to atone for the inherent slowness of retrieving their attributes from the database on a per track basis, resulting in a huge number of queries.
 

Class Summary
InMemoryPlaylist A Playlist implementation that is not persisted to the database
JukeXAttribute SQL implementation of Attribute for JukeX.
JukeXAttributeValue A JukeX AttributeValue, holding the value of an Attribute.
JukeXPlaylist Implementation of a Playlist
JukeXTrack This object represents a Track within the JukeX system.
JukeXTrackStore The JukeXTrackStore using a MySQL back end.
 

Package com.neoworks.jukex.sqlimpl Description

Relational database (currently MySQL only) specific implementations for JukeX.