org.mybatis.generator.internal.db
Class ActualTableName

java.lang.Object
  extended by org.mybatis.generator.internal.db.ActualTableName

public class ActualTableName
extends Object

This class holds the actual catalog, schema, and table name returned from the database introspection.

Author:
Jeff Butler

Constructor Summary
ActualTableName(String catalog, String schema, String tableName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCatalog()
           
 String getSchema()
           
 String getTableName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActualTableName

public ActualTableName(String catalog,
                       String schema,
                       String tableName)
Method Detail

getCatalog

public String getCatalog()

getSchema

public String getSchema()

getTableName

public String getTableName()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.