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

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

Uses of NamedQueryPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return NamedQueryPrimaryKey
 NamedQueryPrimaryKey NamedQuery.getId()
           
 

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



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