Class JPAEmbeddableTypeMapType
java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
The default name for EDM
complex type is derived from JPA Embeddable type name. This can be
overriden using JPAEmbeddableTypeMapType.
Java class for JPAEmbeddableTypeMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JPAEmbeddableTypeMapType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EDMComplexType" 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"/>
</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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected JPAAttributeMapTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the edmComplexType property.Gets the value of the jpaAttributes property.getName()Gets the value of the name property.booleanGets the value of the exclude property.voidsetEDMComplexType(String value) Sets the value of the edmComplexType property.voidsetExclude(Boolean value) Sets the value of the exclude property.voidSets the value of the jpaAttributes property.voidSets the value of the name property.
-
Field Details
-
edmComplexType
-
jpaAttributes
-
name
-
exclude
-
-
Constructor Details
-
JPAEmbeddableTypeMapType
public JPAEmbeddableTypeMapType()
-
-
Method Details
-
getEDMComplexType
Gets the value of the edmComplexType property.- Returns:
- possible object is
String
-
setEDMComplexType
Sets the value of the edmComplexType property.- Parameters:
value- allowed object isString
-
getJPAAttributes
Gets the value of the jpaAttributes property.- Returns:
- possible object is
JPAAttributeMapType
-
setJPAAttributes
Sets the value of the jpaAttributes property.- Parameters:
value- allowed object isJPAAttributeMapType
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isExclude
public boolean isExclude()Gets the value of the exclude property.- Returns:
- possible object is
Boolean
-
setExclude
Sets the value of the exclude property.- Parameters:
value- allowed object isBoolean
-