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

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

Uses of OrmPersistentType in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmPersistentType
 OrmPersistentType JpaFactory.buildOrmPersistentType(EntityMappings parent, XmlTypeMapping resourceMapping)
           
 

Methods in org.eclipse.jpt.core with parameters of type OrmPersistentType
 OrmEmbeddable JpaFactory.buildOrmEmbeddable(OrmPersistentType parent, XmlEmbeddable resourceMapping)
           
 OrmEntity JpaFactory.buildOrmEntity(OrmPersistentType parent, XmlEntity resourceMapping)
           
 OrmMappedSuperclass JpaFactory.buildOrmMappedSuperclass(OrmPersistentType parent, XmlMappedSuperclass resourceMapping)
           
 OrmPersistentAttribute JpaFactory.buildOrmPersistentAttribute(OrmPersistentType parent, OrmPersistentAttribute.Owner owner, XmlAttributeMapping resourceMapping)
           
 OrmTypeMapping JpaPlatform.buildOrmTypeMappingFromMappingKey(OrmPersistentType type, XmlTypeMapping resourceMapping)
          Build an ORM type mapping for the specified mapping key and persistent type.
 

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 OrmPersistentAttribute.getPersistentType()
           
 OrmPersistentType OrmTypeMapping.getPersistentType()
           
 OrmPersistentType EntityMappings.getPersistentType(java.lang.String typeName)
          Return the {@link OrmPersistentType) listed in this mapping file with the given type name.
 

Methods in org.eclipse.jpt.core.context.orm that return types with arguments of type OrmPersistentType
 java.util.ListIterator<OrmPersistentType> EntityMappings.persistentTypes()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmPersistentType
 OrmTypeMapping OrmTypeMappingProvider.buildMapping(OrmPersistentType parent, XmlTypeMapping resourceMapping, JpaFactory factory)
           
 void EntityMappings.changeMapping(OrmPersistentType ormPersistentType, OrmTypeMapping oldMapping, OrmTypeMapping newMapping)
           
 void EntityMappings.removePersistentType(OrmPersistentType persistentType)