org.eclipse.jpt.core.jpa2.context
Interface Orderable2_0.Owner

All Superinterfaces:
Orderable.Owner
Enclosing interface:
Orderable2_0

public static interface Orderable2_0.Owner
extends Orderable.Owner

interface allowing Orderable2_0 to be used in multiple places


Method Summary
 Table getDbTable(java.lang.String tableName)
           
 java.lang.String getTableName()
          Return the name of the table which the column belongs to
 

Method Detail

getTableName

java.lang.String getTableName()
Return the name of the table which the column belongs to


getDbTable

Table getDbTable(java.lang.String tableName)