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

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

Uses of DependencyPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return DependencyPrimaryKey
 DependencyPrimaryKey Dependency.getId()
           
 

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



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