Uses of Class
com.melloware.jukes.db.orm.AbstractJukesObject

Packages that use AbstractJukesObject
com.melloware.jukes.db   
com.melloware.jukes.db.orm   
com.melloware.jukes.gui.view.editor   
com.melloware.jukes.gui.view.node   
com.melloware.jukes.gui.view.tasks   
 

Uses of AbstractJukesObject in com.melloware.jukes.db
 

Methods in com.melloware.jukes.db that return AbstractJukesObject
static AbstractJukesObject HibernateDao.findById(Class aClass, long id)
          Find by primary key.
static AbstractJukesObject HibernateDao.findById(Class aClass, Long id)
          Find by primary key.
static AbstractJukesObject HibernateDao.findUniqueByExample(AbstractJukesObject instance)
          Finds a single persistent object from the store by Example provided.
static AbstractJukesObject HibernateDao.findUniqueByQuery(String aHQLQuery)
          Finds a single object using the aHQLQuery.
static AbstractJukesObject HibernateDao.merge(AbstractJukesObject detachedInstance)
          Merges an instance of a persistable object into a session and returns the merged object.
 

Methods in com.melloware.jukes.db with parameters of type AbstractJukesObject
static void HibernateDao.attachClean(AbstractJukesObject instance)
          Attaches a clean instance of an object to a session.
static void HibernateDao.attachDirty(AbstractJukesObject instance)
          Attaches a dirty instance of an object to a session.
static void HibernateDao.delete(AbstractJukesObject persistentInstance)
          Delete a persistent object from the store.
static List HibernateDao.findByExample(AbstractJukesObject instance)
          Finds persistent objects from the store by Example provided.
static AbstractJukesObject HibernateDao.findUniqueByExample(AbstractJukesObject instance)
          Finds a single persistent object from the store by Example provided.
static AbstractJukesObject HibernateDao.merge(AbstractJukesObject detachedInstance)
          Merges an instance of a persistable object into a session and returns the merged object.
static void HibernateDao.persist(AbstractJukesObject transientInstance)
          Persist an object to the store.
static void HibernateDao.refresh(AbstractJukesObject transientInstance)
          Refreshes an object from the database.
static void HibernateDao.saveOrUpdate(AbstractJukesObject transientInstance)
          Persist an object to the store.
 

Uses of AbstractJukesObject in com.melloware.jukes.db.orm
 

Subclasses of AbstractJukesObject in com.melloware.jukes.db.orm
 class Artist
          Business POJO representing an ARTIST.
 class Catalog
          References all relevant project data: the project description and a list of artists.
 class Disc
          Business POJO representing an ALBUM.
 class Track
          Business POJO representing an TRACK.
 

Uses of AbstractJukesObject in com.melloware.jukes.gui.view.editor
 

Methods in com.melloware.jukes.gui.view.editor that return AbstractJukesObject
 AbstractJukesObject AbstractEditor.getOrmObject()
          Returns this editor's underlying model as an AbstractJukesObject.
 

Uses of AbstractJukesObject in com.melloware.jukes.gui.view.node
 

Fields in com.melloware.jukes.gui.view.node declared as AbstractJukesObject
protected  AbstractJukesObject AbstractTreeNode.model
           
 

Methods in com.melloware.jukes.gui.view.node that return AbstractJukesObject
 AbstractJukesObject NavigationNode.getModel()
          Returns this node's model.
 AbstractJukesObject AbstractTreeNode.getModel()
           
 

Constructors in com.melloware.jukes.gui.view.node with parameters of type AbstractJukesObject
AbstractTreeNode(NavigationNode aParent, AbstractJukesObject aModel)
          Constructor that takes the parent node and the domain model to contain.
 

Uses of AbstractJukesObject in com.melloware.jukes.gui.view.tasks
 

Fields in com.melloware.jukes.gui.view.tasks declared as AbstractJukesObject
 AbstractJukesObject UpdateTagsTask.domain
           
 

Methods in com.melloware.jukes.gui.view.tasks that return AbstractJukesObject
 AbstractJukesObject UpdateTagsTask.getDomain()
          Gets the domain.
 

Constructors in com.melloware.jukes.gui.view.tasks with parameters of type AbstractJukesObject
UpdateTagsTask(AbstractJukesObject aJukesObject)
          Constructor that needs a config object and a filename to work on.
 



Copyright © 1999-2010 Melloware Inc. All Rights Reserved.