Uses of Class
org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType
-
Packages that use JPAAttributeMapType Package Description org.apache.olingo.odata2.jpa.processor.api.model.mapping OData JPA Processor API Library - Mapping Model -
-
Uses of JPAAttributeMapType in org.apache.olingo.odata2.jpa.processor.api.model.mapping
Fields in org.apache.olingo.odata2.jpa.processor.api.model.mapping declared as JPAAttributeMapType Modifier and Type Field Description protected JPAAttributeMapTypeJPAEmbeddableTypeMapType. jpaAttributesprotected JPAAttributeMapTypeJPAEntityTypeMapType. jpaAttributesMethods in org.apache.olingo.odata2.jpa.processor.api.model.mapping that return JPAAttributeMapType Modifier and Type Method Description JPAAttributeMapTypeJPAEdmMappingModelFactory. createJPAAttributeMapType()Create an instance ofJPAAttributeMapTypeJPAAttributeMapTypeJPAEmbeddableTypeMapType. getJPAAttributes()Gets the value of the jpaAttributes property.JPAAttributeMapTypeJPAEntityTypeMapType. getJPAAttributes()Gets the value of the jpaAttributes property.Methods in org.apache.olingo.odata2.jpa.processor.api.model.mapping with parameters of type JPAAttributeMapType Modifier and Type Method Description voidJPAEmbeddableTypeMapType. setJPAAttributes(JPAAttributeMapType value)Sets the value of the jpaAttributes property.voidJPAEntityTypeMapType. setJPAAttributes(JPAAttributeMapType value)Sets the value of the jpaAttributes property.
-