Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaEntity

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

Uses of JavaEntity in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaEntity
 JavaEntity JpaFactory.buildJavaEntity(JavaPersistentType parent, EntityAnnotation entityAnnotation)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaEntity
 JavaDiscriminatorColumn JpaFactory.buildJavaDiscriminatorColumn(JavaEntity parent, ReadOnlyNamedDiscriminatorColumn.Owner owner)
           
 JavaSecondaryTable JpaFactory.buildJavaSecondaryTable(JavaEntity parent, ReadOnlyTable.Owner owner, SecondaryTableAnnotation tableAnnotation)
           
 JavaTable JpaFactory.buildJavaTable(JavaEntity parent, ReadOnlyTable.Owner owner)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaEntity
 JavaEntity JavaSecondaryTable.getParent()
           
 

Uses of JavaEntity in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaEntity
 JavaEntity OrmEntity.getJavaTypeMapping()
           
 JavaEntity OrmEntity.getJavaTypeMappingForDefaults()
           
 

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

Subinterfaces of JavaEntity in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaEntity2_0
          Java entity 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.
 

Uses of JavaEntity in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of JavaEntity in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface JavaEclipseLinkEntity
          EclipseLink Java entity 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.