Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context
Interface BaseJoinColumn.ParentAdapter

All Superinterfaces:
NamedColumn.ParentAdapter
All Known Subinterfaces:
JoinColumn.ParentAdapter
Enclosing interface:
BaseJoinColumn

public static interface BaseJoinColumn.ParentAdapter
extends NamedColumn.ParentAdapter

Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).


Method Summary
 int getJoinColumnsSize()
          Return the number of join columns in the parent's list the join column belongs to.
 Table getReferencedColumnDbTable()
          Return the wrapper for the datasource table for the referenced column
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.NamedColumn.ParentAdapter
buildColumnValidator, getColumnParent, getDefaultColumnName, getDefaultTableName, getValidationTextRange, resolveDbTable
 

Method Detail

getReferencedColumnDbTable

Table getReferencedColumnDbTable()
Return the wrapper for the datasource table for the referenced column


getJoinColumnsSize

int getJoinColumnsSize()
Return the number of join columns in the parent's list the join column belongs to.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.