Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context
 interface SecondaryTable
          entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualSecondaryTable
          Virtual secondary table 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 types with arguments of type ReadOnlySecondaryTable
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends ReadOnlySecondaryTable> Entity.getSecondaryTables()
          Return the secondary tables whether specified or default.
 

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

Subinterfaces of ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context.java
 interface JavaSecondaryTable
          Java secondary table 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 ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSecondaryTable
          orm.xml secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmVirtualSecondaryTable
          orm.xml virtual secondary table 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.orm that return types with arguments of type ReadOnlySecondaryTable
 org.eclipse.jpt.common.utility.iterable.ListIterable<ReadOnlySecondaryTable> OrmEntity.getSecondaryTables()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type ReadOnlySecondaryTable
 void OrmSecondaryTable.initializeFrom(ReadOnlySecondaryTable oldSecondaryTable)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.