Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context
Interface ReadOnlyBaseJoinColumn.Owner

All Superinterfaces:
ReadOnlyNamedColumn.Owner
All Known Subinterfaces:
ReadOnlyJoinColumn.Owner
Enclosing interface:
ReadOnlyBaseJoinColumn

public static interface ReadOnlyBaseJoinColumn.Owner
extends ReadOnlyNamedColumn.Owner

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 owner'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.ReadOnlyNamedColumn.Owner
buildColumnValidator, 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 owner's list the join column belongs to.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.