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

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

Uses of ComponentPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return ComponentPrimaryKey
 ComponentPrimaryKey Component.getId()
           
 

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



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