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

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

public class JPAEdmModel
extends JPAEdmBaseViewImpl
implements JPAEdmModelView


Field Summary
protected  JPAEdmSchemaView schemaView
           
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmModel(javax.persistence.metamodel.Metamodel metaModel, String pUnitName)
           
JPAEdmModel(ODataJPAContext ctx)
           
 
Method Summary
 JPAEdmBuilder getBuilder()
           
 JPAEdmSchemaView getEdmSchemaView()
           
 
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
 

Field Detail

schemaView

protected JPAEdmSchemaView schemaView
Constructor Detail

JPAEdmModel

public JPAEdmModel(javax.persistence.metamodel.Metamodel metaModel,
                   String pUnitName)

JPAEdmModel

public JPAEdmModel(ODataJPAContext ctx)
Method Detail

getEdmSchemaView

public JPAEdmSchemaView getEdmSchemaView()
Specified by:
getEdmSchemaView in interface JPAEdmModelView

getBuilder

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


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