Uses of Class
org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType
-
Packages that use JPARelationshipMapType Package Description org.apache.olingo.odata2.jpa.processor.api.model.mapping OData JPA Processor API Library - Mapping Model -
-
Uses of JPARelationshipMapType in org.apache.olingo.odata2.jpa.processor.api.model.mapping
Fields in org.apache.olingo.odata2.jpa.processor.api.model.mapping declared as JPARelationshipMapType Modifier and Type Field Description protected JPARelationshipMapTypeJPAEntityTypeMapType. jpaRelationshipsMethods in org.apache.olingo.odata2.jpa.processor.api.model.mapping that return JPARelationshipMapType Modifier and Type Method Description JPARelationshipMapTypeJPAEdmMappingModelFactory. createJPARelationshipMapType()Create an instance ofJPARelationshipMapTypeJPARelationshipMapTypeJPAEntityTypeMapType. getJPARelationships()Gets the value of the jpaRelationships property.Methods in org.apache.olingo.odata2.jpa.processor.api.model.mapping with parameters of type JPARelationshipMapType Modifier and Type Method Description voidJPAEntityTypeMapType. setJPARelationships(JPARelationshipMapType value)Sets the value of the jpaRelationships property.
-