Interface IntermediateReferenceList.IntermediateReferenceAccess
- Enclosing interface:
- IntermediateReferenceList
public static interface IntermediateReferenceList.IntermediateReferenceAccess
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddInclude(String namespace)voidaddInclude(String namespace, String alias)voidaddIncludeAnnotation(String termNamespace)voidaddIncludeAnnotation(String termNamespace, String qualifier, String targetNamespace)getPath()getURI()
-
Method Details
-
getURI
URI getURI() -
getPath
String getPath() -
addInclude
- Parameters:
namespace- Namespace of a schema defined in the referenced CSDL document to be included. The same namespace MUST NOT be included more than once.alias- Alias for the given namespace. The alias must be unique.
-
addInclude
- Parameters:
namespace- Namespace of a schema defined in the referenced CSDL document to be included. The same namespace MUST NOT be included more than once.
-
addIncludeAnnotation
- Parameters:
termNamespace-- Throws:
ODataJPAModelException
-
addIncludeAnnotation
void addIncludeAnnotation(@Nonnull String termNamespace, String qualifier, String targetNamespace) throws ODataJPAModelException- Parameters:
termNamespace-qualifier-targetNamespace-- Throws:
ODataJPAModelException
-