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

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

Uses of CcPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return CcPrimaryKey
 CcPrimaryKey Cc.getId()
           
 

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



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