Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.ReadOnlyBaseColumn

Packages that use ReadOnlyBaseColumn
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of ReadOnlyBaseColumn in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of ReadOnlyBaseColumn in org.eclipse.jpt.jpa.core.context
 interface BaseColumn
          column or join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Column
          Normal column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JoinColumn
          Specified join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ReadOnlyColumn
          Read-only column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ReadOnlyJoinColumn
          Read-only join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualBaseColumn
          Virtual column join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualColumn
          Virtual column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualJoinColumn
          Virtual join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context that return ReadOnlyBaseColumn
 ReadOnlyBaseColumn VirtualBaseColumn.getOverriddenColumn()
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type ReadOnlyBaseColumn
 org.eclipse.jpt.jpa.core.internal.context.JptValidator ReadOnlyOverrideRelationship.buildColumnValidator(ReadOnlyBaseColumn column, ReadOnlyTableColumn.Owner owner)
           
 org.eclipse.jpt.jpa.core.internal.context.JptValidator ReadOnlyOverride.buildColumnValidator(ReadOnlyBaseColumn column, ReadOnlyTableColumn.Owner owner)
           
 org.eclipse.jpt.jpa.core.internal.context.JptValidator OverrideContainer.buildColumnValidator(ReadOnlyOverride override, ReadOnlyBaseColumn column, ReadOnlyTableColumn.Owner owner)
           
 org.eclipse.jpt.jpa.core.internal.context.JptValidator OverrideContainer.Owner.buildColumnValidator(ReadOnlyOverride override, ReadOnlyBaseColumn column, ReadOnlyTableColumn.Owner columnOwner)
           
 

Uses of ReadOnlyBaseColumn in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of ReadOnlyBaseColumn in org.eclipse.jpt.jpa.core.context.java
 interface JavaBaseColumn
          Java column or join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaColumn
          Java column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaJoinColumn
          Java join column 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 ReadOnlyBaseColumn in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of ReadOnlyBaseColumn in org.eclipse.jpt.jpa.core.context.orm
 interface OrmBaseColumn
          orm.xml column or join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmColumn
          orm.xml column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmJoinColumn
          orm.xml join column 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.