Uses of Interface
org.eclipse.jpt.core.context.orm.OrmPersistentType

Packages that use OrmPersistentType
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context.orm   
 

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

Methods in org.eclipse.jpt.core.context.orm that return OrmPersistentType
 OrmPersistentType EntityMappings.addPersistentType(java.lang.String mappingKey, java.lang.String className)
           
 OrmPersistentType OrmXmlContextNodeFactory.buildOrmPersistentType(EntityMappings parent, XmlTypeMapping resourceMapping)
           
 OrmPersistentType OrmPersistentAttribute.getOwningPersistentType()
           
 OrmPersistentType OrmTypeMapping.getPersistentType()
           
 OrmPersistentType EntityMappings.getPersistentType(java.lang.String fullyQualifiedTypeName)
          Return the {@link OrmPersistentType) listed in this mapping file with the given fully qualified type name.
 

Methods in org.eclipse.jpt.core.context.orm that return types with arguments of type OrmPersistentType
 org.eclipse.jpt.utility.internal.iterables.ListIterable<OrmPersistentType> EntityMappings.getPersistentTypes()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmPersistentType
 OrmTypeMapping OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent, XmlTypeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping
 OrmEmbeddable OrmXmlContextNodeFactory.buildOrmEmbeddable(OrmPersistentType parent, XmlEmbeddable resourceMapping)
           
 OrmEntity OrmXmlContextNodeFactory.buildOrmEntity(OrmPersistentType parent, XmlEntity resourceMapping)
           
 OrmMappedSuperclass OrmXmlContextNodeFactory.buildOrmMappedSuperclass(OrmPersistentType parent, XmlMappedSuperclass resourceMapping)
           
 OrmPersistentAttribute OrmXmlContextNodeFactory.buildOrmPersistentAttribute(OrmPersistentType parent, OrmPersistentAttribute.Owner owner, XmlAttributeMapping resourceMapping)
           
 void EntityMappings.changeMapping(OrmPersistentType ormPersistentType, OrmTypeMapping oldMapping, OrmTypeMapping newMapping)
           
 void EntityMappings.removePersistentType(OrmPersistentType persistentType)
           
 

Uses of OrmPersistentType in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of OrmPersistentType in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmPersistentType2_0
          JPA 2.0 context orm.xml persistent type.