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

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

Uses of MilestonePrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return MilestonePrimaryKey
 MilestonePrimaryKey Milestone.getId()
           
 

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



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