Dali Provisional API
Release 3.2

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

java.lang.Object
  extended by org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicManagedType
      extended by org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicEntity

public class EclipseLinkDynamicEntity
extends EclipseLinkDynamicManagedType

This implementation of an IEntity that represents a dynamic entity. 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
EclipseLinkDynamicEntity(JpaManagedTypeProvider provider, JpaEntity delegate)
          Creates a new EclipseLinkDynamicEmbeddable.
 
Method Summary
 void accept(IManagedTypeVisitor visitor)
          
 JpaEntity getDelegate()
          Returns the default implementation of IManagedType that is wrapped by this one.
 String getName()
          
 IQuery getNamedQuery(String queryName)
          
 
Methods inherited from class org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicManagedType
buildDynamicType, buildMapping, buildMappings, compareTo, getMappingNamed, getProvider, getType, initializeMappings, mappings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseLinkDynamicEntity

public EclipseLinkDynamicEntity(JpaManagedTypeProvider provider,
                                JpaEntity delegate)
Creates a new EclipseLinkDynamicEmbeddable.

Parameters:
provider - The provider of JPA managed types
delegate - The default implementation of IManagedType
Method Detail

accept

public void accept(IManagedTypeVisitor visitor)


getDelegate

public JpaEntity getDelegate()
Returns the default implementation of IManagedType that is wrapped by this one.

Overrides:
getDelegate in class EclipseLinkDynamicManagedType
Returns:
The actual JpaManagedType

getName

public String getName()


getNamedQuery

public IQuery getNamedQuery(String queryName)


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.