Interface JPAEdmComplexPropertyView

All Superinterfaces:
JPAEdmBaseView

public interface JPAEdmComplexPropertyView extends JPAEdmBaseView

A view on properties of Java Persistence embeddable type and EDM complex type. Properties of JPA embeddable types are converted into EDM properties of EDM complex type.

The implementation of the view provides access to properties of EDM complex type created for a given JPA EDM complex type. The implementation acts as a container for the properties of EDM complex type.

@org.apache.olingo.odata2.DoNotImplement
See Also:
  • Method Details

    • getEdmComplexProperty

      ComplexProperty getEdmComplexProperty()
      The method returns a complex property for a complex type.
      Returns:
      an instance of ComplexProperty