Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core.jpql.spi
Class EclipseLinkDynamicType

java.lang.Object
  extended by org.eclipse.jpt.jpa.core.jpql.spi.SimpleType
      extended by org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicType
All Implemented Interfaces:
IJpaType

public class EclipseLinkDynamicType
extends SimpleType

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.2

Constructor Summary
EclipseLinkDynamicType(JpaTypeRepository typeRepository, String typeName)
          Creates a new EclipseLinkDynamicType.
 
Method Summary
 boolean isResolvable()
          
 
Methods inherited from class org.eclipse.jpt.jpa.core.jpql.spi.SimpleType
constructors, equals, getEnumConstants, getName, getTypeDeclaration, getTypeRepository, hasAnnotation, isAssignableTo, isEnum, setTypeDeclaration, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EclipseLinkDynamicType

public EclipseLinkDynamicType(JpaTypeRepository typeRepository,
                              String typeName)
Creates a new EclipseLinkDynamicType.

Parameters:
typeRepository -
type -
Method Detail

isResolvable

public boolean isResolvable()

Overrides:
isResolvable in class SimpleType

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.