Uses of Class
com.sap.olingo.jpa.metadata.core.edm.mapper.exception.ODataJPAModelException
Packages that use ODataJPAModelException
Package
Description
-
Uses of ODataJPAModelException in com.sap.olingo.jpa.metadata.api
Methods in com.sap.olingo.jpa.metadata.api that throw ODataJPAModelExceptionModifier and TypeMethodDescriptionabstract voidJPAEdmMetadataPostProcessor.provideReferences(IntermediateReferenceList references) -
Uses of ODataJPAModelException in com.sap.olingo.jpa.metadata.core.edm.mapper.annotation
Methods in com.sap.olingo.jpa.metadata.core.edm.mapper.annotation that throw ODataJPAModelExceptionModifier and TypeMethodDescriptionCsdlDocumentReader.readFromResource(String path, Charset charset) -
Uses of ODataJPAModelException in com.sap.olingo.jpa.metadata.core.edm.mapper.api
Methods in com.sap.olingo.jpa.metadata.core.edm.mapper.api that throw ODataJPAModelExceptionModifier and TypeMethodDescriptionJPACollectionAttribute.asAssociation()Converts a list of string representations either into an array of enumerations, if a converter is given, or otherwise the first value into an enumeration<T extends Enum<?>>
TJPAEnumerationAttribute.enumOf(T value)List<org.apache.olingo.commons.api.edm.provider.CsdlSchema>JPAServiceDocument.getAllSchemas()JPAStructuredType.getAssociation(String internalName)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.getAssociationPathList()Searches in the navigation properties that are available for this type via the OData service.JPAStructuredType.getAttribute(String internalName)JPAStructuredType.getAttribute(org.apache.olingo.server.api.uri.UriResourceProperty uriResourceItem)JPAStructuredType.getAttributes()JPAEntityType.getCollectionAttribute(String externalName)Searches for a Collection Property defined by the name used in the OData metadata in all the collection properties that are available for this type via the OData service.JPAStructuredType.getCollectionAttributesPath()List of the path to all collection properties of this type.JPAEntityType.getContentType()JPAEntityType.getContentTypeAttributePath()JPAStructuredType.getDeclaredAssociation(JPAAssociationPath associationPath)In case the type is within the given association path, the sub-path is returned.JPAStructuredType.getDeclaredAssociation(String externalName)JPAStructuredType.getDeclaredAssociations()List of all associations that are declared at this type.JPAStructuredType.getDeclaredAttributes()List of all associations that are declared at this type.JPAStructuredType.getDeclaredCollectionAttributes()List of all associations that are declared at this type.org.apache.olingo.commons.api.edm.provider.CsdlEntityContainerJPAServiceDocument.getEdmEntityContainer()List<org.apache.olingo.commons.api.edm.provider.CsdlSchema>JPAServiceDocument.getEdmSchemas()org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKindJPAAttribute.getEdmType()JPAServiceDocument.getEntity(org.apache.olingo.commons.api.edm.EdmType edmType)JPAServiceDocument.getEntitySet(JPAEntityType entityType)JPAEntityType.getEtagPath()JPAAssociationPath.getInverseLeftJoinColumnsList()Only available if a Join Table was usedJPAJoinTable.getInversJoinColumns()Returns the list of inverse join columns with exchanged left/right order.JPAJoinTable.getJoinColumns()JPAAssociationPath.getJoinColumnsList()JPAEntityType.getKey()Returns a resolved list of all attributes that are marked as Id, so the attributes of an EmbeddedId are returned as separate entries.JPAEntityType.getKeyPath()Returns a list of path of all attributes annotated as Id.JPAAssociationPath.getLeftColumnsList()JPAEntitySet.getODataEntityType()JPAAction.getParameter(Parameter declairedParameter)JPAFunction.getParameter()JPAFunction.getParameter(String internalName)JPAAssociationAttribute.getPath()List of all associations that are declared at this type.JPAStructuredType.getPathList()List of all attributes that are available for this type via the OData service.org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItemJPAAttribute.getProperty()JPAAttribute.getProtectionPath(String claimName)Provides a List of path to the protected attributedJPAStructuredType.getProtections()List of all protected Attributes including protection/claim information.JPAAssociationPath.getRightColumnsList()JPAEntityType.getSearchablePath()JPAEntityType.getStreamAttributePath()JPAAttribute.getStructuredType()JPACollectionAttribute.getTargetAttribute()Returns for simple collections attributes the corresponding attribute of the target entity type.JPAAssociationAttribute.getTargetEntity()org.apache.olingo.commons.api.edm.FullQualifiedNameJPAParamaterFacet.getTypeFQN()booleanJPAEntityType.hasEtag()booleanJPAEntityType.hasStream()booleanJPAFunction.isBound()booleanJPAEnumerationAttribute.isFlags()<T extends Number>
T<T extends Number>
T -
Uses of ODataJPAModelException in com.sap.olingo.jpa.metadata.core.edm.mapper.extention
Methods in com.sap.olingo.jpa.metadata.core.edm.mapper.extention that throw ODataJPAModelExceptionModifier and TypeMethodDescriptionvoidIntermediateReferenceList.IntermediateReferenceAccess.addIncludeAnnotation(String termNamespace)voidIntermediateReferenceList.IntermediateReferenceAccess.addIncludeAnnotation(String termNamespace, String qualifier, String targetNamespace)IntermediateReferenceList.addReference(String uri)Loads a referenced external CSDL document from the provided uri.IntermediateReferenceList.addReference(String uri, String path)Loads a referenced external CSDL document from the file system.IntermediateReferenceList.addReference(String uri, String path, Charset charset)Loads a referenced external CSDL document from the file system. -
Uses of ODataJPAModelException in com.sap.olingo.jpa.metadata.core.edm.mapper.impl
Methods in com.sap.olingo.jpa.metadata.core.edm.mapper.impl that throw ODataJPAModelExceptionModifier and TypeMethodDescriptionstatic org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKindJPATypeConvertor.convertToEdmSimpleType(JPAAttribute attribute)static org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKindJPATypeConvertor.convertToEdmSimpleType(Class<?> type)static <T> org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKindJPATypeConvertor.convertToEdmSimpleType(Class<T> jpaType, javax.persistence.metamodel.Attribute<?,?> currentAttribute)This utility method converts a given jpa Type to equivalent EdmPrimitiveTypeKind for maintaining compatibility between Java and OData Types.JPAServiceDocumentFactory.getServiceDocument()