org.eclipse.jpt.core.jpa2
Interface MetamodelSynchronizer

All Known Subinterfaces:
JpaProject2_0, JpaRootContextNode2_0, Persistence2_0, PersistenceUnit2_0, PersistenceXml2_0
All Known Implementing Classes:
MetamodelSynchronizer.Null

public interface MetamodelSynchronizer

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
Version:
2.3

Nested Class Summary
static class MetamodelSynchronizer.Null
          Singleton implemetation of the metamodel synchronizer interface that does nothing.
 
Method Summary
 void disposeMetamodel()
           
 void initializeMetamodel()
           
 void synchronizeMetamodel()
           
 

Method Detail

initializeMetamodel

void initializeMetamodel()

synchronizeMetamodel

void synchronizeMetamodel()

disposeMetamodel

void disposeMetamodel()