Uses of Class
org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType

Packages that use JPAAttributeMapType
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
protected  JPAAttributeMapType JPAEntityTypeMapType.jpaAttributes
           
protected  JPAAttributeMapType JPAEmbeddableTypeMapType.jpaAttributes
           
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model.mapping that return JPAAttributeMapType
 JPAAttributeMapType JPAEdmMappingModelFactory.createJPAAttributeMapType()
          Create an instance of JPAAttributeMapType
 JPAAttributeMapType JPAEntityTypeMapType.getJPAAttributes()
          Gets the value of the jpaAttributes property.
 JPAAttributeMapType JPAEmbeddableTypeMapType.getJPAAttributes()
          Gets the value of the jpaAttributes property.
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model.mapping with parameters of type JPAAttributeMapType
 void JPAEntityTypeMapType.setJPAAttributes(JPAAttributeMapType value)
          Sets the value of the jpaAttributes property.
 void JPAEmbeddableTypeMapType.setJPAAttributes(JPAAttributeMapType value)
          Sets the value of the jpaAttributes property.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.