Class JPANavigationProptertyInfo
java.lang.Object
com.sap.olingo.jpa.processor.core.query.JPANavigationProptertyInfo
-
Constructor Summary
ConstructorsConstructorDescriptionJPANavigationProptertyInfo(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAServiceDocument sd, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath, org.apache.olingo.server.api.uri.UriInfoResource uriInfo, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType et)JPANavigationProptertyInfo(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAServiceDocument sd, org.apache.olingo.server.api.uri.UriResourcePartTyped uriResource, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath, org.apache.olingo.server.api.uri.UriInfoResource uriInfo)Copy constructor, that does not copy the from clause, so the new JPANavigationProptertyInfo can be used in a new query. -
Method Summary
Modifier and TypeMethodDescriptioncom.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPathorg.apache.olingo.server.api.uri.UriResourcePartTypedvoidsetAssociationPath(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath)Set the association path to a other entity.
-
Constructor Details
-
JPANavigationProptertyInfo
public JPANavigationProptertyInfo(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAServiceDocument sd, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath, org.apache.olingo.server.api.uri.UriInfoResource uriInfo, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType et) -
JPANavigationProptertyInfo
public JPANavigationProptertyInfo(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAServiceDocument sd, org.apache.olingo.server.api.uri.UriResourcePartTyped uriResource, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath, org.apache.olingo.server.api.uri.UriInfoResource uriInfo) throws org.apache.olingo.server.api.ODataApplicationException- Throws:
org.apache.olingo.server.api.ODataApplicationException
-
Method Details
-
getAssociationPath
public com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath getAssociationPath() -
getUriResiource
public org.apache.olingo.server.api.uri.UriResourcePartTyped getUriResiource() -
setAssociationPath
public void setAssociationPath(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath)Set the association path to a other entity.- Parameters:
associationPath-
-