Uses of Interface
com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath
Packages that use JPAAssociationPath
-
Uses of JPAAssociationPath in com.sap.olingo.jpa.metadata.core.edm.mapper.api
Methods in com.sap.olingo.jpa.metadata.core.edm.mapper.api that return JPAAssociationPathModifier and TypeMethodDescriptionJPACollectionAttribute.asAssociation()JPAStructuredType.getAssociationPath(String externalName)Searches for an AssociationPath defined by the name used in the OData metadata in all the navigation properties that are available for this type via the OData service.JPAStructuredType.getDeclaredAssociation(JPAAssociationPath associationPath)In case the type is within the given association path, the sub-path is returned.JPAStructuredType.getDeclaredAssociation(String externalName)JPAAssociationAttribute.getPath()Methods in com.sap.olingo.jpa.metadata.core.edm.mapper.api that return types with arguments of type JPAAssociationPathModifier and TypeMethodDescriptionJPAStructuredType.getAssociationPathList()Searches in the navigation properties that are available for this type via the OData service.Methods in com.sap.olingo.jpa.metadata.core.edm.mapper.api with parameters of type JPAAssociationPathModifier and TypeMethodDescriptionJPAStructuredType.getDeclaredAssociation(JPAAssociationPath associationPath)In case the type is within the given association path, the sub-path is returned.