Uses of Class
net.sf.jagzilla.hibernate.WatchPrimaryKey

Packages that use WatchPrimaryKey
net.sf.jagzilla.hibernate This package contains hibernate mapping classes to the bugzilla database. 
 

Uses of WatchPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return WatchPrimaryKey
 WatchPrimaryKey Watch.getId()
           
 

Methods in net.sf.jagzilla.hibernate with parameters of type WatchPrimaryKey
 void Watch.setId(WatchPrimaryKey id)
           
 boolean WatchPrimaryKey.equals(WatchPrimaryKey o)
          Returns true if this WatchPrimaryKey is equal to another WatchPrimaryKey.
 



Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.