Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.jpa2.context.MetamodelSourceType2_0

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

Uses of MetamodelSourceType2_0 in org.eclipse.jpt.jpa.core.jpa2
 

Methods in org.eclipse.jpt.jpa.core.jpa2 with parameters of type MetamodelSourceType2_0
 MetamodelSourceType2_0.Synchronizer JpaFactory2_0.buildMetamodelSynchronizer(MetamodelSourceType2_0 sourceType)
           
 

Uses of MetamodelSourceType2_0 in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of MetamodelSourceType2_0 in org.eclipse.jpt.jpa.core.jpa2.context
 interface PersistentType2_0
          JPA 2.0 context persistent type.
 

Fields in org.eclipse.jpt.jpa.core.jpa2.context with type parameters of type MetamodelSourceType2_0
static Comparator<MetamodelSourceType2_0> MetamodelSourceType2_0.COMPARATOR
          MetamodelSourceType2_0.MetamodelSourceTypeComparator that can be used to compare source types.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context with parameters of type MetamodelSourceType2_0
 int MetamodelSourceType2_0.MetamodelSourceTypeComparator.compare(MetamodelSourceType2_0 type1, MetamodelSourceType2_0 type2)
           
 

Method parameters in org.eclipse.jpt.jpa.core.jpa2.context with type arguments of type MetamodelSourceType2_0
 void MetamodelSourceType2_0.printBodySourceOn(BodySourceWriter pw, Map<String,Collection<MetamodelSourceType2_0>> memberTypeTree)
          Print the body of the source type's metamodel class on the specified writer, using the specified member type tree.
 void MetamodelSourceType2_0.Synchronizer.printBodySourceOn(BodySourceWriter pw, Map<String,Collection<MetamodelSourceType2_0>> memberTypeTree)
          Print the body of the metamodel class on the specified writer, using the specified member type tree.
 void MetamodelSourceType2_0.Synchronizer.synchronize(Map<String,Collection<MetamodelSourceType2_0>> memberTypeTree)
          Synchronize the metamodel with the current state of the source type, using the specified member type tree.
 void MetamodelSourceType2_0.synchronizeMetamodel(Map<String,Collection<MetamodelSourceType2_0>> memberTypeTree)
          Synchronize the source type's metamodel, using the specified member type tree.
 

Uses of MetamodelSourceType2_0 in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of MetamodelSourceType2_0 in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmPersistentType
          eclipselink-orm.xml persistent type: mapping access access-methods attributes super persistent type Java persistent type
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.