Uses of Class
org.hibernate.mapping.ForeignKey

Packages that use ForeignKey
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
org.hibernate.tool.hbm2ddl The hbm2ddl tool. 
 

Uses of ForeignKey in org.hibernate.cfg
 

Method parameters in org.hibernate.cfg with type arguments of type ForeignKey
protected  void Configuration.secondPassCompileForeignKeys(Table table, Set<ForeignKey> done)
           
 

Uses of ForeignKey in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return ForeignKey
 ForeignKey Table.createForeignKey(String keyName, List keyColumns, String referencedEntityName)
           
 ForeignKey Table.createForeignKey(String keyName, List keyColumns, String referencedEntityName, List referencedColumns)
           
 

Uses of ForeignKey in org.hibernate.tool.hbm2ddl
 

Methods in org.hibernate.tool.hbm2ddl with parameters of type ForeignKey
 ForeignKeyMetadata TableMetadata.getForeignKeyMetadata(ForeignKey fk)
           
 boolean ForeignKeyMetadata.matches(ForeignKey fk)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.