|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicManagedType
org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicMappedSuperclass
public class EclipseLinkDynamicMappedSuperclass
This implementation of an IMappedSuperclass that represents a dynamic mapped superclass.
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.
| Constructor Summary | |
|---|---|
EclipseLinkDynamicMappedSuperclass(JpaManagedTypeProvider provider,
JpaMappedSuperclass delegate)
Creates a new EclipseLinkDynamicMappedSuperclass. |
|
| Method Summary | |
|---|---|
void |
accept(IManagedTypeVisitor visitor)
|
JpaMappedSuperclass |
getDelegate()
Returns the default implementation of IManagedType that is wrapped by this one. |
| 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 |
|---|
public EclipseLinkDynamicMappedSuperclass(JpaManagedTypeProvider provider,
JpaMappedSuperclass delegate)
EclipseLinkDynamicMappedSuperclass.
provider - The provider of JPA managed typesdelegate - The default implementation of IManagedType| Method Detail |
|---|
public void accept(IManagedTypeVisitor visitor)
public JpaMappedSuperclass getDelegate()
IManagedType that is wrapped by this one.
getDelegate in class EclipseLinkDynamicManagedTypeJpaManagedType
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||