Uses of Class
org.hibernate.mapping.PrimaryKey

Packages that use PrimaryKey
org.hibernate.mapping   
 

Uses of PrimaryKey in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return PrimaryKey
 PrimaryKey DenormalizedTable.getPrimaryKey()
           
 PrimaryKey Table.getPrimaryKey()
           
 

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