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

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

public class JPAEdmKey
extends JPAEdmBaseViewImpl
implements JPAEdmKeyView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmKey(JPAEdmComplexTypeView complexTypeView, JPAEdmPropertyView propertyView)
           
JPAEdmKey(JPAEdmProperty view)
           
 
Method Summary
 JPAEdmBuilder getBuilder()
           
 Key getEdmKey()
           
 
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

JPAEdmKey

public JPAEdmKey(JPAEdmProperty view)

JPAEdmKey

public JPAEdmKey(JPAEdmComplexTypeView complexTypeView,
                 JPAEdmPropertyView propertyView)
Method Detail

getBuilder

public JPAEdmBuilder getBuilder()
Specified by:
getBuilder in interface JPAEdmBaseView

getEdmKey

public Key getEdmKey()
Specified by:
getEdmKey in interface JPAEdmKeyView


Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.