org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmProperty
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmProperty
- All Implemented Interfaces:
- JPAEdmBaseView, JPAEdmComplexPropertyView, JPAEdmPropertyView
public class JPAEdmProperty
- extends JPAEdmBaseViewImpl
- implements JPAEdmPropertyView, JPAEdmComplexPropertyView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAEdmProperty
public JPAEdmProperty(JPAEdmSchemaView view)
JPAEdmProperty
public JPAEdmProperty(JPAEdmSchemaView schemaView,
JPAEdmComplexTypeView view)
getBuilder
public JPAEdmBuilder getBuilder()
- Specified by:
getBuilder in interface JPAEdmBaseView
getEdmPropertyList
public List<Property> getEdmPropertyList()
- Specified by:
getEdmPropertyList in interface JPAEdmPropertyView
getJPAEdmKeyView
public JPAEdmKeyView getJPAEdmKeyView()
- Specified by:
getJPAEdmKeyView in interface JPAEdmPropertyView
getEdmSimpleProperty
public SimpleProperty getEdmSimpleProperty()
- Specified by:
getEdmSimpleProperty in interface JPAEdmPropertyView
getJPAAttribute
public javax.persistence.metamodel.Attribute<?,?> getJPAAttribute()
- Specified by:
getJPAAttribute in interface JPAEdmPropertyView
getJPAReferencedAttribute
public javax.persistence.metamodel.Attribute<?,?> getJPAReferencedAttribute()
- Specified by:
getJPAReferencedAttribute in interface JPAEdmPropertyView
getEdmComplexProperty
public ComplexProperty getEdmComplexProperty()
- Specified by:
getEdmComplexProperty in interface JPAEdmComplexPropertyView
getJPAEdmNavigationPropertyView
public JPAEdmNavigationPropertyView getJPAEdmNavigationPropertyView()
- Specified by:
getJPAEdmNavigationPropertyView in interface JPAEdmPropertyView
getJPAJoinColumns
public List<String[]> getJPAJoinColumns()
- Specified by:
getJPAJoinColumns in interface JPAEdmPropertyView
getJPAEdmEntityTypeView
public JPAEdmEntityTypeView getJPAEdmEntityTypeView()
- Specified by:
getJPAEdmEntityTypeView in interface JPAEdmPropertyView
getJPAEdmComplexTypeView
public JPAEdmComplexTypeView getJPAEdmComplexTypeView()
- Specified by:
getJPAEdmComplexTypeView in interface JPAEdmPropertyView
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.