Uses of Interface
org.eclipse.jpt.jpa.core.context.Table.Owner

Packages that use Table.Owner
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

Uses of Table.Owner in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type Table.Owner
 JavaJoinTable JpaFactory.buildJavaJoinTable(JavaJoinTableRelationshipStrategy parent, Table.Owner owner)
           
 JavaSecondaryTable JpaFactory.buildJavaSecondaryTable(JavaEntity parent, Table.Owner owner, SecondaryTableAnnotation tableAnnotation)
           
 JavaTable JpaFactory.buildJavaTable(JavaEntity parent, Table.Owner owner)
           
 

Uses of Table.Owner in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type Table.Owner
 OrmJoinTable OrmXmlContextNodeFactory.buildOrmJoinTable(OrmJoinTableRelationshipStrategy parent, Table.Owner owner)
           
 OrmSecondaryTable OrmXmlContextNodeFactory.buildOrmSecondaryTable(OrmEntity parent, Table.Owner owner, XmlSecondaryTable xmlSecondaryTable)
           
 OrmTable OrmXmlContextNodeFactory.buildOrmTable(OrmEntity parent, Table.Owner owner)
           
 

Uses of Table.Owner in org.eclipse.jpt.jpa.core.jpa2
 

Methods in org.eclipse.jpt.jpa.core.jpa2 with parameters of type Table.Owner
 JavaCollectionTable2_0 JpaFactory2_0.buildJavaCollectionTable(JavaElementCollectionMapping2_0 parent, Table.Owner owner)
           
 

Uses of Table.Owner in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm with parameters of type Table.Owner
 OrmCollectionTable2_0 OrmXml2_0ContextNodeFactory.buildOrmCollectionTable(OrmElementCollectionMapping2_0 parent, Table.Owner owner)