Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmManagedType

Packages that use OrmManagedType
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
 

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

Subinterfaces of OrmManagedType in org.eclipse.jpt.jpa.core.context.orm
 interface OrmPersistentType
          orm.xml persistent type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmManagedType
 OrmManagedType OrmManagedTypeDefinition.buildContextManagedType(JpaContextModel parent, org.eclipse.jpt.jpa.core.resource.orm.XmlManagedType resourceManagedType, OrmXmlContextModelFactory factory)
          Build a context managed type for the specified parent and resource managed type, using the specified factory.
 OrmManagedType EntityMappings.getManagedType(String typeName)
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type OrmManagedType
 org.eclipse.jpt.common.utility.iterable.ListIterable<OrmManagedType> EntityMappings.getManagedTypes()
          Covariant override.
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmManagedType
 void EntityMappings.removeManagedType(OrmManagedType managedType)
           
 

Uses of OrmManagedType in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of OrmManagedType in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmPersistentType
          eclipselink-orm.xml persistent type: mapping access access-methods attributes super persistent type Java persistent type
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.