Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.ManagedType

Packages that use ManagedType
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
 

Uses of ManagedType in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of ManagedType in org.eclipse.jpt.jpa.core.context
 interface PersistentType
          Context persistent type.
 

Fields in org.eclipse.jpt.jpa.core.context with type parameters of type ManagedType
static org.eclipse.jpt.common.utility.transformer.Transformer<ManagedType,String> ManagedType.NAME_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type ManagedType
 Class<? extends ManagedType> ManagedType.getType()
          Return the managed type's type.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type ManagedType
 String ManagedType.NameTransformer.transform(ManagedType mt)
           
 

Uses of ManagedType in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of ManagedType in org.eclipse.jpt.jpa.core.context.java
 interface JavaManagedType
          Context managed type.
 interface JavaPersistentType
          Context Java persistent type.
 

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

Subinterfaces of ManagedType in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManagedType
          Context managed type.
 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.
 

Uses of ManagedType in org.eclipse.jpt.jpa.core.context.persistence
 

Fields in org.eclipse.jpt.jpa.core.context.persistence with type parameters of type ManagedType
static org.eclipse.jpt.common.utility.transformer.Transformer<ManagedTypeContainer,Iterable<? extends ManagedType>> ManagedTypeContainer.TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return ManagedType
 ManagedType ManagedTypeContainer.getManagedType(String typeName)
          Return the managed type with the specified name.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type ManagedType
 Iterable<? extends ManagedType> ManagedTypeContainer.getManagedTypes()
          Return the container's managed types.
 

Uses of ManagedType in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of ManagedType in org.eclipse.jpt.jpa.core.jpa2.context
 interface PersistentType2_0
          JPA 2.0 context persistent type.
 

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

Subinterfaces of ManagedType 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.