Class JPAEdmMappingModelFactory
- java.lang.Object
-
- org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
-
public class JPAEdmMappingModelFactory extends Object
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
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JPAAttributeMapTypecreateJPAAttributeMapType()Create an instance ofJPAAttributeMapTypeJPAEdmMappingModelcreateJPAEDMMappingModel()Create an instance ofJPAEdmMappingModelJPAEmbeddableTypeMapTypecreateJPAEmbeddableTypeMapType()Create an instance ofJPAEmbeddableTypeMapTypeJPAPersistenceUnitMapTypecreateJPAPersistenceUnitMapType()Create an instance ofJPAPersistenceUnitMapTypeJPARelationshipMapTypecreateJPARelationshipMapType()Create an instance ofJPARelationshipMapType
-
-
-
Method Detail
-
createJPARelationshipMapType
public JPARelationshipMapType createJPARelationshipMapType()
Create an instance ofJPARelationshipMapType
-
createJPAAttributeMapType
public JPAAttributeMapType createJPAAttributeMapType()
Create an instance ofJPAAttributeMapType
-
createJPAEDMMappingModel
public JPAEdmMappingModel createJPAEDMMappingModel()
Create an instance ofJPAEdmMappingModel
-
createJPAPersistenceUnitMapType
public JPAPersistenceUnitMapType createJPAPersistenceUnitMapType()
Create an instance ofJPAPersistenceUnitMapType
-
createJPAEmbeddableTypeMapType
public JPAEmbeddableTypeMapType createJPAEmbeddableTypeMapType()
Create an instance ofJPAEmbeddableTypeMapType
-
-