Interface JPAEdmBuilder
public interface JPAEdmBuilder
JPAEdmBuilder interface provides methods for building elements of an Entity Data Model (EDM) from
a Java Persistence Model.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuild()The Method builds EDM Elements by transforming JPA MetaModel.The method processes EDM JPA Containers which could be accessed using the following views,JPAEdmAssociationSetViewJPAEdmAssociationViewJPAEdmBaseViewJPAEdmComplexPropertyViewJPAEdmComplexTypeViewJPAEdmEntityContainerViewJPAEdmEntitySetViewJPAEdmEntityTypeViewJPAEdmKeyViewJPAEdmModelViewJPAEdmNavigationPropertyViewJPAEdmPropertyViewJPAEdmReferentialConstraintRoleViewJPAEdmReferentialConstraintViewJPAEdmSchemaView
-
Method Details
-
build
The Method builds EDM Elements by transforming JPA MetaModel.The method processes EDM JPA Containers which could be accessed using the following views,-
JPAEdmAssociationSetView -
JPAEdmAssociationView -
JPAEdmBaseView -
JPAEdmComplexPropertyView -
JPAEdmComplexTypeView -
JPAEdmEntityContainerView -
JPAEdmEntitySetView -
JPAEdmEntityTypeView -
JPAEdmKeyView -
JPAEdmModelView -
JPAEdmNavigationPropertyView -
JPAEdmPropertyView -
JPAEdmReferentialConstraintRoleView -
JPAEdmReferentialConstraintView -
JPAEdmSchemaView
- Throws:
ODataJPAModelException- Caso ocorra exceçãoODataJPARuntimeException- Caso ocorra exceção
-
-