|
||||||||||
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.JPAPersistenceUnitMapType
public class JPAPersistenceUnitMapType
By default Java Persistence Unit name is taken as EDM schema name. This can be overriden using JPAPersistenceUnitMapType.
Java class for JPAPersistenceUnitMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JPAPersistenceUnitMapType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EDMSchemaNamespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="JPAEntityTypes" type="{http://www.apache.org/olingo/odata2/jpa/processor/api/model/mapping}JPAEntityTypesMapType"/> <element name="JPAEmbeddableTypes" type="{http://www.apache.org/olingo/odata2/jpa/processor/api/model/mapping}JPAEmbeddableTypesMapType"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
edmSchemaNamespace
|
protected JPAEmbeddableTypesMapType |
jpaEmbeddableTypes
|
protected JPAEntityTypesMapType |
jpaEntityTypes
|
protected String |
name
|
Constructor Summary | |
---|---|
JPAPersistenceUnitMapType()
|
Method Summary | |
---|---|
String |
getEDMSchemaNamespace()
Gets the value of the edmSchemaNamespace property. |
JPAEmbeddableTypesMapType |
getJPAEmbeddableTypes()
Gets the value of the jpaEmbeddableTypes property. |
JPAEntityTypesMapType |
getJPAEntityTypes()
Gets the value of the jpaEntityTypes property. |
String |
getName()
Gets the value of the name property. |
void |
setEDMSchemaNamespace(String value)
Sets the value of the edmSchemaNamespace property. |
void |
setJPAEmbeddableTypes(JPAEmbeddableTypesMapType value)
Sets the value of the jpaEmbeddableTypes property. |
void |
setJPAEntityTypes(JPAEntityTypesMapType value)
Sets the value of the jpaEntityTypes property. |
void |
setName(String value)
Sets the value of the name property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String edmSchemaNamespace
protected JPAEntityTypesMapType jpaEntityTypes
protected JPAEmbeddableTypesMapType jpaEmbeddableTypes
protected String name
Constructor Detail |
---|
public JPAPersistenceUnitMapType()
Method Detail |
---|
public String getEDMSchemaNamespace()
String
public void setEDMSchemaNamespace(String value)
value
- allowed object is String
public JPAEntityTypesMapType getJPAEntityTypes()
JPAEntityTypesMapType
public void setJPAEntityTypes(JPAEntityTypesMapType value)
value
- allowed object is JPAEntityTypesMapType
public JPAEmbeddableTypesMapType getJPAEmbeddableTypes()
JPAEmbeddableTypesMapType
public void setJPAEmbeddableTypes(JPAEmbeddableTypesMapType value)
value
- allowed object is JPAEmbeddableTypesMapType
public String getName()
String
public void setName(String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |