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

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

public class JPAEdmFunctionImport
extends JPAEdmBaseViewImpl
implements JPAEdmFunctionImportView


Nested Class Summary
protected  class JPAEdmFunctionImport.JPAEdmFunctionImportBuilder
           
 
Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmFunctionImport(JPAEdmSchemaView view)
           
 
Method Summary
 JPAEdmBuilder getBuilder()
           
 List<FunctionImport> getConsistentFunctionImportList()
           
 
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

JPAEdmFunctionImport

public JPAEdmFunctionImport(JPAEdmSchemaView view)
Method Detail

getBuilder

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

getConsistentFunctionImportList

public List<FunctionImport> getConsistentFunctionImportList()
Specified by:
getConsistentFunctionImportList in interface JPAEdmFunctionImportView


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