Dali Provisional API
Release 3.2

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

Packages that use BaseJoinColumn.ParentAdapter
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of BaseJoinColumn.ParentAdapter in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type BaseJoinColumn.ParentAdapter
 JavaSpecifiedPrimaryKeyJoinColumn JpaFactory.buildJavaPrimaryKeyJoinColumn(BaseJoinColumn.ParentAdapter parentAdapter, PrimaryKeyJoinColumnAnnotation pkJoinColumnAnnotation)
           
 

Uses of BaseJoinColumn.ParentAdapter in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of BaseJoinColumn.ParentAdapter in org.eclipse.jpt.jpa.core.context
static interface JoinColumn.ParentAdapter
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
 

Uses of BaseJoinColumn.ParentAdapter in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type BaseJoinColumn.ParentAdapter
 OrmSpecifiedPrimaryKeyJoinColumn OrmXmlContextModelFactory.buildOrmPrimaryKeyJoinColumn(BaseJoinColumn.ParentAdapter parentAdapter, org.eclipse.jpt.jpa.core.resource.orm.XmlPrimaryKeyJoinColumn resourcePrimaryKeyJoinColumn)
           
 OrmVirtualPrimaryKeyJoinColumn OrmXmlContextModelFactory.buildOrmVirtualPrimaryKeyJoinColumn(BaseJoinColumn.ParentAdapter parentAdapter, JavaSpecifiedPrimaryKeyJoinColumn javaPrimaryKeyJoinColumn)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.