Uses of Class
net.sf.hibernate.mapping.PrimaryKey

Packages that use PrimaryKey
net.sf.hibernate.mapping   
 

Uses of PrimaryKey in net.sf.hibernate.mapping
 

Methods in net.sf.hibernate.mapping that return PrimaryKey
 PrimaryKey Table.getPrimaryKey()
           
 

Methods in net.sf.hibernate.mapping with parameters of type PrimaryKey
 void Table.setPrimaryKey(PrimaryKey primaryKey)