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

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

Uses of VotePrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return VotePrimaryKey
 VotePrimaryKey Vote.getId()
           
 

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



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