com.jpattern.orm.annotation.table
Class TableInfo

java.lang.Object
  extended by com.jpattern.orm.annotation.table.TableInfo

public class TableInfo
extends Object

Info related to Table annotation

Author:
cinafr

Constructor Summary
TableInfo(String tableName, String schemaName)
           
 
Method Summary
 String getSchemaName()
           
 String getTableName()
           
 String getTableNameWithSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableInfo

public TableInfo(String tableName,
                 String schemaName)
Method Detail

getTableName

public String getTableName()

getSchemaName

public String getSchemaName()

getTableNameWithSchema

public String getTableNameWithSchema()


Copyright © 2013. All Rights Reserved.