Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.core.jpql.spi.JpaManagedType

Packages that use JpaManagedType
org.eclipse.jpt.jpa.core.jpql.spi   
org.eclipse.jpt.jpa.eclipselink.core.jpql.spi   
 

Uses of JpaManagedType in org.eclipse.jpt.jpa.core.jpql.spi
 

Subclasses of JpaManagedType in org.eclipse.jpt.jpa.core.jpql.spi
 class JpaEmbeddable
          The concrete implementation of IEmbeddable that is wrapping the design-time representation of a JPA embeddable.
 class JpaEntity
          The concrete implementation of IEntity that is wrapping the design-time representation of a JPA entity.
 class JpaMappedSuperclass
          The concrete implementation of IMappedSuperclass that is wrapping the design-time representation of a JPA mapped superclass.
 

Uses of JpaManagedType in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi that return JpaManagedType
 JpaManagedType EclipseLinkDynamicManagedType.getDelegate()
          Returns the default implementation of IManagedType that is wrapped by this one.
 

Constructors in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi with parameters of type JpaManagedType
EclipseLinkDynamicManagedType(JpaManagedTypeProvider provider, JpaManagedType delegate)
          Creates a new EclipseLinkDynamicManagedType.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.