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

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
All Implemented Interfaces:
JPAEdmBaseView
Direct Known Subclasses:
JPAEdmAssociation, JPAEdmAssociationEnd, JPAEdmAssociationSet, JPAEdmComplexType, JPAEdmEntityContainer, JPAEdmEntitySet, JPAEdmEntityType, JPAEdmFunctionImport, JPAEdmKey, JPAEdmModel, JPAEdmNavigationProperty, JPAEdmProperty, JPAEdmReferentialConstraint, JPAEdmReferentialConstraintRole, JPAEdmSchema

public abstract class JPAEdmBaseViewImpl
extends Object
implements JPAEdmBaseView


Field Summary
protected  JPAEdmBuilder builder
           
protected  boolean isConsistent
           
protected  JPAEdmExtension jpaEdmExtension
           
protected  javax.persistence.metamodel.Metamodel metaModel
           
protected  String pUnitName
           
protected  boolean skipDefaultNaming
           
 
Constructor Summary
JPAEdmBaseViewImpl(JPAEdmBaseView view)
           
JPAEdmBaseViewImpl(javax.persistence.metamodel.Metamodel metaModel, String pUnitName)
           
JPAEdmBaseViewImpl(ODataJPAContext context)
           
 
Method Summary
 void clean()
           
 JPAEdmExtension getJPAEdmExtension()
           
 JPAEdmMappingModelAccess getJPAEdmMappingModelAccess()
           
 javax.persistence.metamodel.Metamodel getJPAMetaModel()
           
 String getpUnitName()
           
 boolean isConsistent()
           
 boolean 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
getBuilder
 

Field Detail

skipDefaultNaming

protected boolean skipDefaultNaming

pUnitName

protected String pUnitName

metaModel

protected javax.persistence.metamodel.Metamodel metaModel

isConsistent

protected boolean isConsistent

builder

protected JPAEdmBuilder builder

jpaEdmExtension

protected JPAEdmExtension jpaEdmExtension
Constructor Detail

JPAEdmBaseViewImpl

public JPAEdmBaseViewImpl(JPAEdmBaseView view)

JPAEdmBaseViewImpl

public JPAEdmBaseViewImpl(ODataJPAContext context)

JPAEdmBaseViewImpl

public JPAEdmBaseViewImpl(javax.persistence.metamodel.Metamodel metaModel,
                          String pUnitName)
Method Detail

getpUnitName

public String getpUnitName()
Specified by:
getpUnitName in interface JPAEdmBaseView

getJPAMetaModel

public javax.persistence.metamodel.Metamodel getJPAMetaModel()
Specified by:
getJPAMetaModel in interface JPAEdmBaseView

isConsistent

public boolean isConsistent()
Specified by:
isConsistent in interface JPAEdmBaseView

clean

public void clean()
Specified by:
clean in interface JPAEdmBaseView

getJPAEdmMappingModelAccess

public JPAEdmMappingModelAccess getJPAEdmMappingModelAccess()
Specified by:
getJPAEdmMappingModelAccess in interface JPAEdmBaseView

getJPAEdmExtension

public JPAEdmExtension getJPAEdmExtension()
Specified by:
getJPAEdmExtension in interface JPAEdmBaseView

isDefaultNamingSkipped

public boolean isDefaultNamingSkipped()
Specified by:
isDefaultNamingSkipped in interface JPAEdmBaseView


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