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

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

Uses of KeywordPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return KeywordPrimaryKey
 KeywordPrimaryKey Keyword.getId()
           
 

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



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