|
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.core.jpql.spi.JpaManagedType
org.eclipse.jpt.jpa.core.jpql.spi.JpaMappedSuperclass
public class JpaMappedSuperclass
The concrete implementation of IMappedSuperclass that is wrapping the design-time
representation of a JPA 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 | |
|---|---|
JpaMappedSuperclass(JpaManagedTypeProvider provider,
MappedSuperclass mappedSuperclass,
Creates a new JpaMappedSuperclass. |
|
| Method Summary | |
|---|---|
void |
accept(IManagedTypeVisitor visitor)
|
MappedSuperclass |
getManagedType()
Returns the encapsulated model object. |
String |
toString()
|
| Methods inherited from class org.eclipse.jpt.jpa.core.jpql.spi.JpaManagedType |
|---|
buildMapping, buildMappings, compareTo, getMappingBuilder, getMappingNamed, getProvider, getType, initializeMappings, mappings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JpaMappedSuperclass(JpaManagedTypeProvider provider,
MappedSuperclass mappedSuperclass,
mappingBuilder)
JpaMappedSuperclass.
provider - The provider of JPA managed typesmappedSuperclass - The design-time model object wrapped by this classmappingBuilder - The builder that is responsible to create the IMapping wrapping
a persistent attribute or property| Method Detail |
|---|
public void accept(IManagedTypeVisitor visitor)
public MappedSuperclass getManagedType()
getManagedType in class JpaManagedTypepublic String toString()
toString in class Object
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||