org.hibernate.cfg.reveng
Class TableIdentifier
java.lang.Object
org.hibernate.cfg.reveng.TableIdentifier
public class TableIdentifier
- extends Object
Identifier used for the full name of tables.
- Author:
- max
TableIdentifier
public TableIdentifier(String name)
TableIdentifier
public TableIdentifier(String catalog,
String schema,
String name)
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