|
||||||||||
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.JPAEntityTypeMapType
public class JPAEntityTypeMapType
The default name for EDM entity type is derived from JPA entity type name. This can be overriden using JPAEntityTypeMapType.
Java class for JPAEntityTypeMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JPAEntityTypeMapType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EDMEntityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EDMEntitySet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="JPAAttributes" type="{http://www.apache.org/olingo/odata2/jpa/processor/api/model/mapping}JPAAttributeMapType"/> <element name="JPARelationships" type="{http://www.apache.org/olingo/odata2/jpa/processor/api/model/mapping}JPARelationshipMapType"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="exclude" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
edmEntitySet
|
protected String |
edmEntityType
|
protected Boolean |
exclude
|
protected JPAAttributeMapType |
jpaAttributes
|
protected JPARelationshipMapType |
jpaRelationships
|
protected String |
name
|
Constructor Summary | |
---|---|
JPAEntityTypeMapType()
|
Method Summary | |
---|---|
String |
getEDMEntitySet()
Gets the value of the edmEntitySet property. |
String |
getEDMEntityType()
Gets the value of the edmEntityType property. |
JPAAttributeMapType |
getJPAAttributes()
Gets the value of the jpaAttributes property. |
JPARelationshipMapType |
getJPARelationships()
Gets the value of the jpaRelationships property. |
String |
getName()
Gets the value of the name property. |
boolean |
isExclude()
Gets the value of the exclude property. |
void |
setEDMEntitySet(String value)
Sets the value of the edmEntitySet property. |
void |
setEDMEntityType(String value)
Sets the value of the edmEntityType property. |
void |
setExclude(Boolean value)
Sets the value of the exclude property. |
void |
setJPAAttributes(JPAAttributeMapType value)
Sets the value of the jpaAttributes property. |
void |
setJPARelationships(JPARelationshipMapType value)
Sets the value of the jpaRelationships 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 edmEntityType
protected String edmEntitySet
protected JPAAttributeMapType jpaAttributes
protected JPARelationshipMapType jpaRelationships
protected String name
protected Boolean exclude
Constructor Detail |
---|
public JPAEntityTypeMapType()
Method Detail |
---|
public String getEDMEntityType()
String
public void setEDMEntityType(String value)
value
- allowed object is String
public String getEDMEntitySet()
String
public void setEDMEntitySet(String value)
value
- allowed object is String
public JPAAttributeMapType getJPAAttributes()
JPAAttributeMapType
public void setJPAAttributes(JPAAttributeMapType value)
value
- allowed object is JPAAttributeMapType
public JPARelationshipMapType getJPARelationships()
JPARelationshipMapType
public void setJPARelationships(JPARelationshipMapType value)
value
- allowed object is JPARelationshipMapType
public String getName()
String
public void setName(String value)
value
- allowed object is String
public boolean isExclude()
Boolean
public void setExclude(Boolean value)
value
- allowed object is Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |