org.hibernate.tool.hbm2ddl
Class ForeignKeyMetadata

java.lang.Object
  extended by org.hibernate.tool.hbm2ddl.ForeignKeyMetadata

public class ForeignKeyMetadata
extends Object

JDBC foreign key metadata


Method Summary
 String getName()
           
 String getReferencedTableName()
           
 boolean matches(ForeignKey fk)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getReferencedTableName

public String getReferencedTableName()

matches

public boolean matches(ForeignKey fk)

toString

public String toString()
Overrides:
toString in class Object


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