Class JPAEdmMappingModelFactory
java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
This object contains factory methods for each Java content interface and Java
element interface generated in the
org.apache.olingo.odata2.processor.api.jpa.model.mapping package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.olingo.odata2.processor.api.jpa.model.mapping -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofJPAAttributeMapTypeCreate an instance ofJPAEdmMappingModelCreate an instance ofJPAEmbeddableTypeMapTypeCreate an instance ofJPAPersistenceUnitMapTypeCreate an instance ofJPARelationshipMapType
-
Constructor Details
-
JPAEdmMappingModelFactory
public JPAEdmMappingModelFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.olingo.odata2.processor.api.jpa.model.mapping
-
-
Method Details
-
createJPARelationshipMapType
Create an instance ofJPARelationshipMapType- Returns:
- JPARelationshipMapType
-
createJPAAttributeMapType
Create an instance ofJPAAttributeMapType- Returns:
- JPAAttributeMapType
-
createJPAEDMMappingModel
Create an instance ofJPAEdmMappingModel- Returns:
- JPAEdmMappingModel
-
createJPAPersistenceUnitMapType
Create an instance ofJPAPersistenceUnitMapType- Returns:
- JPAPersistenceUnitMapType
-
createJPAEmbeddableTypeMapType
Create an instance ofJPAEmbeddableTypeMapType- Returns:
- JPAEmbeddableTypeMapType
-