org.hibernate.cfg.reveng
Class TableIdentifier

java.lang.Object
  extended by org.hibernate.cfg.reveng.TableIdentifier

public class TableIdentifier
extends Object

Identifier used for the full name of tables.

Author:
max

Constructor Summary
TableIdentifier(String name)
           
TableIdentifier(String catalog, String schema, String name)
           
 
Method Summary
static TableIdentifier create(org.hibernate.mapping.Table table)
           
 boolean equals(Object obj)
           
 boolean equals(TableIdentifier otherIdentifier)
           
 String getCatalog()
           
 String getName()
           
 String getSchema()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableIdentifier

public TableIdentifier(String name)

TableIdentifier

public TableIdentifier(String catalog,
                       String schema,
                       String name)
Method Detail

getCatalog

public String getCatalog()

getName

public String getName()

getSchema

public String getSchema()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

equals

public boolean equals(TableIdentifier otherIdentifier)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

create

public static TableIdentifier create(org.hibernate.mapping.Table table)

toString

public String toString()
Overrides:
toString in class Object