Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.jpa.core.jpql.spi that return JpaTypeRepository
protected  JpaTypeRepository JpaType.getTypeRepository()
          Returns the repository that gives access to the application's classes.
protected  JpaTypeRepository JavaType.getTypeRepository()
          Returns the type repository for the application.
 JpaTypeRepository JpaManagedTypeProvider.getTypeRepository()
          
protected  JpaTypeRepository SimpleType.getTypeRepository()
           
 

Constructors in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type JpaTypeRepository
JavaType(JpaTypeRepository typeRepository, Class<?> type)
          Creates a new JavaType.
JpaType(JpaTypeRepository typeRepository, IType type)
          Creates a new JpaType.
SimpleType(JpaTypeRepository typeRepository, String typeName)
          Creates a new SimpleType.
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi that return JpaTypeRepository
protected  JpaTypeRepository EclipseLinkDynamicMapping.getTypeRepository()
          Returns the type repository for the application.
 

Constructors in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi with parameters of type JpaTypeRepository
EclipseLinkDynamicType(JpaTypeRepository typeRepository, String typeName)
          Creates a new EclipseLinkDynamicType.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.