Uses of Class
org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType
Packages that use JPAAttributeMapType
Package
Description
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 JPAAttributeMapTypeModifier and TypeFieldDescriptionprotected JPAAttributeMapTypeJPAEmbeddableTypeMapType.jpaAttributesprotected JPAAttributeMapTypeJPAEntityTypeMapType.jpaAttributesMethods in org.apache.olingo.odata2.jpa.processor.api.model.mapping that return JPAAttributeMapTypeModifier and TypeMethodDescriptionJPAEdmMappingModelFactory.createJPAAttributeMapType()Create an instance ofJPAAttributeMapTypeJPAEmbeddableTypeMapType.getJPAAttributes()Gets the value of the jpaAttributes property.JPAEntityTypeMapType.getJPAAttributes()Gets the value of the jpaAttributes property.Methods in org.apache.olingo.odata2.jpa.processor.api.model.mapping with parameters of type JPAAttributeMapTypeModifier and TypeMethodDescriptionvoidJPAEmbeddableTypeMapType.setJPAAttributes(JPAAttributeMapType value) Sets the value of the jpaAttributes property.voidJPAEntityTypeMapType.setJPAAttributes(JPAAttributeMapType value) Sets the value of the jpaAttributes property.