Dali Provisional API
Release 3.2

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

Packages that use NamedColumn.ParentAdapter
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context   
 

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

Subinterfaces of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.context
static interface BaseJoinColumn.ParentAdapter
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
 interface BasicMapping
          JPA basic mapping.
 interface ColumnMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
 interface IdMapping
          JPA ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface JoinColumn.ParentAdapter
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
static interface NamedDiscriminatorColumn.ParentAdapter
          interface allowing discriminator columns to be used in multiple places
static interface TableColumn.ParentAdapter
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
 interface VersionMapping
          JPA version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface VirtualColumn.ParentAdapter
          Interface allowing the virtual column to be get the column it overrides.
 

Uses of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.context.java
 interface JavaBasicMapping
          Java basic mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaColumnMapping
          Java column mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaIdMapping
          Java ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface JavaSpecifiedColumn.ParentAdapter
          interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides)
static interface JavaSpecifiedDiscriminatorColumn.ParentAdapter
          interface allowing discriminator columns to be used in multiple places
 interface JavaVersionMapping
          Java version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Subinterfaces of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.context.orm
 interface OrmBasicMapping
          orm.xml basic mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmColumnMapping
          orm.xml column mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmIdMapping
          orm.xml ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface OrmSpecifiedColumn.ParentAdapter
          interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides)
static interface OrmSpecifiedDiscriminatorColumn.ParentAdapter
          interface allowing discriminator columns to be used in multiple places
 interface OrmVersionMapping
          orm.xml version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.jpa2.context
 interface IdMapping2_0
          JPA 2.0 ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.jpa2.context.java
static interface JavaSpecifiedOrderColumn2_0.ParentAdapter
          interface allowing order columns to be used in multiple places
 

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

Subinterfaces of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.core.jpa2.context.orm
static interface OrmSpecifiedOrderColumn2_0.ParentAdapter
          interface allowing order columns to be used in multiple places
 

Uses of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of NamedColumn.ParentAdapter in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkArrayMapping2_3
          EclipseLink array mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkBasicMapping
          EclipseLink basic mapping.
 interface EclipseLinkIdMapping
          EclipseLink ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkIdMapping2_0
          EclipseLink ID mapping 2.0 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface EclipseLinkTenantDiscriminatorColumn2_3.ParentAdapter
          interface allowing tenant discriminator columns to be used in multiple places
 interface EclipseLinkVersionMapping
          EclipseLink version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.