Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.jpa2
Interface JpaMetamodelSynchronizer2_0

All Known Subinterfaces:
JpaContextRoot2_0, Persistence2_0, PersistenceUnit2_0, PersistenceXml2_0
All Known Implementing Classes:
org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit, EclipseLinkPersistenceUnit

public interface JpaMetamodelSynchronizer2_0

JPA 2.0 Canonical Metamodel synchronizer.

Notes:

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
2.3

Nested Class Summary
static class JpaMetamodelSynchronizer2_0.MetamodelTools
           
 
Field Summary
static String METAMODEL_GENERATED_ANNOTATION_VALUE
          The value used to tag a generated type: @javax.annotation.Generated(value="Dali", date="2009-11-23T13:56:06.171-0500")
 
Method Summary
 void disposeMetamodel()
           
 void initializeMetamodel()
           
 IStatus synchronizeMetamodel(IProgressMonitor progressMonitor)
           
 

Field Detail

METAMODEL_GENERATED_ANNOTATION_VALUE

static final String METAMODEL_GENERATED_ANNOTATION_VALUE
The value used to tag a generated type:
 @javax.annotation.Generated(value="Dali", date="2009-11-23T13:56:06.171-0500")
 

See Also:
Constant Field Values
Method Detail

initializeMetamodel

void initializeMetamodel()

synchronizeMetamodel

IStatus synchronizeMetamodel(IProgressMonitor progressMonitor)

disposeMetamodel

void disposeMetamodel()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.