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(OrmPersistentTypeContext parent, java.lang.String mappingKey)
           
 

Methods in org.eclipse.jpt.core with parameters of type OrmPersistentType
 OrmEmbeddable JpaFactory.buildOrmEmbeddable(OrmPersistentType parent)
           
 OrmEntity JpaFactory.buildOrmEntity(OrmPersistentType parent)
           
 OrmMappedSuperclass JpaFactory.buildOrmMappedSuperclass(OrmPersistentType parent)
           
 OrmPersistentAttribute JpaFactory.buildOrmPersistentAttribute(OrmPersistentType parent, java.lang.String mappingKey)
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return OrmPersistentType
 OrmPersistentType EntityMappings.addOrmPersistentType(java.lang.String mappingKey, java.lang.String className)
           
 OrmPersistentType OrmPersistentAttribute.getPersistentType()
          Overriden to return OrmPersistentTypes
 OrmPersistentType OrmTypeMapping.getPersistentType()
           
 OrmPersistentType EntityMappings.getPersistentType(java.lang.String fullyQualifiedTypeName)
          Return the {@link OrmPersistentType) listed in this mapping file with the given fullyQualifiedTypeName.
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmPersistentType
 OrmTypeMapping OrmTypeMappingProvider.buildMapping(OrmPersistentType parent, JpaFactory factory)
           
 void EntityMappings.changeMapping(OrmPersistentType ormPersistentType, OrmTypeMapping oldMapping, OrmTypeMapping newMapping)
           
 void OrmPersistentTypeContext.changeMapping(OrmPersistentType ormPersistentType, OrmTypeMapping oldMapping, OrmTypeMapping newMapping)
          Change the type mapping for the persistent type in this context
 void EntityMappings.removeOrmPersistentType(OrmPersistentType ormPersistentType)