Uses of Interface
org.eclipse.jpt.core.context.persistence.PersistentTypeContainer

Packages that use PersistentTypeContainer
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.eclipselink.core.context.orm   
 

Uses of PersistentTypeContainer in org.eclipse.jpt.core.context
 

Subinterfaces of PersistentTypeContainer in org.eclipse.jpt.core.context
 interface MappingFile
          JPA mapping file (typically orm.xml).
 

Uses of PersistentTypeContainer in org.eclipse.jpt.core.context.java
 

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

Uses of PersistentTypeContainer in org.eclipse.jpt.core.context.orm
 

Subinterfaces of PersistentTypeContainer in org.eclipse.jpt.core.context.orm
 interface EntityMappings
          Context orm.xml entity mappings.
 interface OrmXml
          JPA orm.xml file.
 

Uses of PersistentTypeContainer in org.eclipse.jpt.core.context.persistence
 

Subinterfaces of PersistentTypeContainer in org.eclipse.jpt.core.context.persistence
 interface JarFileRef
          Context model corresponding to the XML resource model XmlJarRef, which corresponds to the jar-file element in the persistence.xml file.
 interface MappingFileRef
          Context model corresponding to the XML resource model XmlMappingFileRef, which corresponds to the mapping-file element in the persistence.xml file.
 

Uses of PersistentTypeContainer in org.eclipse.jpt.eclipselink.core.context.orm
 

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