Uses of Class
org.hibernate.mapping.PrimaryKey
-
Packages that use PrimaryKey Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of PrimaryKey in org.hibernate.mapping
Methods in org.hibernate.mapping that return PrimaryKey Modifier and Type Method Description PrimaryKey
DenormalizedTable. getPrimaryKey()
PrimaryKey
Table. getPrimaryKey()
Methods in org.hibernate.mapping with parameters of type PrimaryKey Modifier and Type Method Description void
Table. setPrimaryKey(PrimaryKey primaryKey)
-