Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.jpa.core.context that return SpecifiedSecondaryTable
 SpecifiedSecondaryTable Entity.addSpecifiedSecondaryTable()
          Add a specified secondary table to the entity return the object representing it.
 SpecifiedSecondaryTable Entity.addSpecifiedSecondaryTable(int index)
          Add a specified secondary table to the entity return the object representing it.
 SpecifiedSecondaryTable VirtualSecondaryTable.getOverriddenTable()
           
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type SpecifiedSecondaryTable
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends SpecifiedSecondaryTable> Entity.getSpecifiedSecondaryTables()
          Return a list iterator of the specified secondary tables.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type SpecifiedSecondaryTable
 void Entity.removeSpecifiedSecondaryTable(SpecifiedSecondaryTable secondaryTable)
          Remove the specified secondary table at the index from the entity.
 

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

Subinterfaces of SpecifiedSecondaryTable in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedSecondaryTable
          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 SpecifiedSecondaryTable in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of SpecifiedSecondaryTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedSecondaryTable
          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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.