com.jpattern.orm.annotation.table
Class TableInfo
java.lang.Object
com.jpattern.orm.annotation.table.TableInfo
public class TableInfo
- extends Object
Info related to Table annotation
- Author:
- cinafr
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableInfo
public TableInfo(String tableName,
String schemaName)
getTableName
public String getTableName()
getSchemaName
public String getSchemaName()
getTableNameWithSchema
public String getTableNameWithSchema()
Copyright © 2013. All Rights Reserved.