|
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.EclipseLinkManagedTypeBuilder
public class EclipseLinkManagedTypeBuilder
This implementation of IManagedTypeBuilder adds support for dynamic managed types.
| Constructor Summary | |
|---|---|
EclipseLinkManagedTypeBuilder()
Creates a new EclipseLinkManagedTypeBuilder. |
|
| Method Summary | |
|---|---|
IEmbeddable |
buildEmbeddable(JpaManagedTypeProvider provider,
Embeddable mappedClass,
Creates a new concrete instance of an IEmbeddable. |
IEntity |
buildEntity(JpaManagedTypeProvider provider,
Entity mappedClass,
Creates a new concrete instance of an IEntity. |
IMappedSuperclass |
buildMappedSuperclass(JpaManagedTypeProvider provider,
MappedSuperclass mappedClass,
Creates a new concrete instance of a IMappedSuperclass. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EclipseLinkManagedTypeBuilder()
EclipseLinkManagedTypeBuilder.
| Method Detail |
|---|
public IEmbeddable buildEmbeddable(JpaManagedTypeProvider provider,
Embeddable mappedClass,
mappingBuilder)
IEmbeddable.
buildEmbeddable in interface IManagedTypeBuilderprovider - The provider of JPA managed typesmappedClass - The design-time representation of an embeddablemappingBuilder - The builder that is responsible to create the IMapping wrapping
a persistent attribute or property
IEmbeddable
public IEntity buildEntity(JpaManagedTypeProvider provider,
Entity mappedClass,
mappingBuilder)
IEntity.
buildEntity in interface IManagedTypeBuilderprovider - The provider of JPA managed typesmappedClass - The design-time representation of an entitymappingBuilder - The builder that is responsible to create the IMapping wrapping
a persistent attribute or property
IEntity
public IMappedSuperclass buildMappedSuperclass(JpaManagedTypeProvider provider,
MappedSuperclass mappedClass,
mappingBuilder)
IMappedSuperclass.
buildMappedSuperclass in interface IManagedTypeBuilderprovider - The provider of JPA managed typesmappedClass - The design-time representation of a mapped superclassmappingBuilder - The builder that is responsible to create the IMapping wrapping
a persistent attribute or property
IMappedSuperclass
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||