|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IManagedTypeBuilder
This builder is responsible to create the concrete instance of a jpa.jpql.spi.IManagedType IManagedType
| 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. |
| Method Detail |
|---|
IEmbeddable buildEmbeddable(JpaManagedTypeProvider provider,
Embeddable mappedClass,
mappingBuilder)
IEmbeddable.
provider - 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
IEntity buildEntity(JpaManagedTypeProvider provider,
Entity mappedClass,
mappingBuilder)
IEntity.
provider - 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
IMappedSuperclass buildMappedSuperclass(JpaManagedTypeProvider provider,
MappedSuperclass mappedClass,
mappingBuilder)
IMappedSuperclass.
provider - 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 | ||||||||||