org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmProperty

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
      extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmProperty
All Implemented Interfaces:
JPAEdmBaseView, JPAEdmComplexPropertyView, JPAEdmPropertyView

public class JPAEdmProperty
extends JPAEdmBaseViewImpl
implements JPAEdmPropertyView, JPAEdmComplexPropertyView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmProperty(JPAEdmSchemaView view)
           
JPAEdmProperty(JPAEdmSchemaView schemaView, JPAEdmComplexTypeView view)
           
 
Method Summary
 JPAEdmBuilder getBuilder()
           
 ComplexProperty getEdmComplexProperty()
           
 List<Property> getEdmPropertyList()
           
 SimpleProperty getEdmSimpleProperty()
           
 javax.persistence.metamodel.Attribute<?,?> getJPAAttribute()
           
 JPAEdmComplexTypeView getJPAEdmComplexTypeView()
           
 JPAEdmEntityTypeView getJPAEdmEntityTypeView()
           
 JPAEdmKeyView getJPAEdmKeyView()
           
 JPAEdmNavigationPropertyView getJPAEdmNavigationPropertyView()
           
 List<String[]> getJPAJoinColumns()
           
 javax.persistence.metamodel.Attribute<?,?> getJPAReferencedAttribute()
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 

Constructor Detail

JPAEdmProperty

public JPAEdmProperty(JPAEdmSchemaView view)

JPAEdmProperty

public JPAEdmProperty(JPAEdmSchemaView schemaView,
                      JPAEdmComplexTypeView view)
Method Detail

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.