Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.jpql.spi
Interface IJpaType

All Known Implementing Classes:
EclipseLinkDynamicType, JavaType, JpaType, SimpleType

public interface IJpaType

An internal interface used by all 3 implementations of IType. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.0
See Also:
JavaType, JpaType, SimpleType

Method Summary
 void setTypeDeclaration(JpaTypeDeclaration typeDeclaration)
          Manually sets the declaration of this IType, which gives the information about type parameters, dimensionality, etc.
 

Method Detail

setTypeDeclaration

void setTypeDeclaration(JpaTypeDeclaration typeDeclaration)
Manually sets the declaration of this IType, which gives the information about type parameters, dimensionality, etc.

Parameters:
typeDeclaration - The external form of the type declaration

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.