|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
public class 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 | |
---|---|
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 | |
---|---|
JPAAttributeMapType |
createJPAAttributeMapType()
Create an instance of JPAAttributeMapType |
JPAEdmMappingModel |
createJPAEDMMappingModel()
Create an instance of JPAEdmMappingModel |
JPAEmbeddableTypeMapType |
createJPAEmbeddableTypeMapType()
Create an instance of JPAEmbeddableTypeMapType |
JPAPersistenceUnitMapType |
createJPAPersistenceUnitMapType()
Create an instance of JPAPersistenceUnitMapType |
JPARelationshipMapType |
createJPARelationshipMapType()
Create an instance of JPARelationshipMapType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JPAEdmMappingModelFactory()
Method Detail |
---|
public JPARelationshipMapType createJPARelationshipMapType()
JPARelationshipMapType
public JPAAttributeMapType createJPAAttributeMapType()
JPAAttributeMapType
public JPAEdmMappingModel createJPAEDMMappingModel()
JPAEdmMappingModel
public JPAPersistenceUnitMapType createJPAPersistenceUnitMapType()
JPAPersistenceUnitMapType
public JPAEmbeddableTypeMapType createJPAEmbeddableTypeMapType()
JPAEmbeddableTypeMapType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |