Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.utility.jdt.TypeBinding

Packages that use TypeBinding
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.jpa.core.context   
 

Uses of TypeBinding in org.eclipse.jpt.common.core.resource.java
 

Methods in org.eclipse.jpt.common.core.resource.java that return TypeBinding
 TypeBinding JavaResourceType.getAttributeTypeBinding(JavaResourceAttribute attribute)
          Return a TypeBinding for the given attribute, whether that attribute is owned directly by this type or this type has specific inherited type information for it (i.e. this type has constrained the generic type of the attribute from a superclass.)
 TypeBinding JavaResourceAttribute.getTypeBinding()
           
 TypeBinding JavaResourceAbstractType.getTypeBinding()
          Return the type binding for this type
 

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

Methods in org.eclipse.jpt.jpa.core.context that return TypeBinding
 TypeBinding PersistentType.getAttributeTypeBinding(ReadOnlyPersistentAttribute attribute)
          Return qualified type name of given attribute within the context of this type.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.