Dali Provisional API
Release 3.2

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

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

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

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

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

Subinterfaces of MetamodelSourceType 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 MetamodelSourceType
static Comparator<MetamodelSourceType> MetamodelSourceType.COMPARATOR
          Comparator that can be used to compare source types.
 

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

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

Subinterfaces of MetamodelSourceType 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.