Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.persistence.ManagedTypeContainer

Packages that use ManagedTypeContainer
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.internal.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context.persistence   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
 

Uses of ManagedTypeContainer in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of ManagedTypeContainer in org.eclipse.jpt.jpa.core.context
 interface MappingFile
          JPA mapping file (typically orm.xml).
static interface MappingFile.Root
          Common interface for the root of a mapping file.
 

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

Subinterfaces of ManagedTypeContainer in org.eclipse.jpt.jpa.core.context.java
 interface JarFile
          A JAR file identified by a persistence.xml jar-file element.
 

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

Subinterfaces of ManagedTypeContainer in org.eclipse.jpt.jpa.core.context.orm
 interface EntityMappings
          Context model corresponding to the XML resource model XmlEntityMappings, which corresponds to the entity-mappings element in the orm.xml file.
 interface OrmXml
          JPA orm.xml file.
 

Uses of ManagedTypeContainer in org.eclipse.jpt.jpa.core.context.persistence
 

Subinterfaces of ManagedTypeContainer in org.eclipse.jpt.jpa.core.context.persistence
 interface JarFileRef
          Context model corresponding to the XML resource model XmlJarFileRef, which corresponds to the jar-file element in the persistence.xml file.
 interface MappingFileRef
          Context model corresponding to the mapping-file element in the persistence.xml file.
 interface PersistenceUnit
          Context model corresponding to the XML resource model XmlPersistenceUnit, which corresponds to the persistence-unit element in the persistence.xml file.
 interface PersistentTypeContainer
          Interface used by persistence unit to gather up persistent types.
 

Fields in org.eclipse.jpt.jpa.core.context.persistence with type parameters of type ManagedTypeContainer
static org.eclipse.jpt.common.utility.transformer.Transformer<ManagedTypeContainer,Iterable<? extends ManagedType>> ManagedTypeContainer.TRANSFORMER
           
 

Uses of ManagedTypeContainer in org.eclipse.jpt.jpa.core.internal.context.persistence
 

Classes in org.eclipse.jpt.jpa.core.internal.context.persistence that implement ManagedTypeContainer
 class org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit
           
 

Uses of ManagedTypeContainer in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 

Subinterfaces of ManagedTypeContainer in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 interface PersistenceUnit2_0
          JPA 2.0 persistence-unit 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 ManagedTypeContainer in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of ManagedTypeContainer in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings
           
 

Uses of ManagedTypeContainer in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Classes in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that implement ManagedTypeContainer
 class EclipseLinkPersistenceUnit
          EclipseLink persistence unit
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.