Uses of Class
org.hibernate.mapping.PrimaryKey

Packages that use PrimaryKey
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
 

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)
           
 



Copyright © 2009 Hibernate.org. All Rights Reserved.