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

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

Uses of VersionPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return VersionPrimaryKey
 VersionPrimaryKey Version.getId()
           
 

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



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