org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmBaseViewImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JPAEdmBaseViewImpl
public JPAEdmBaseViewImpl(JPAEdmBaseView view)
JPAEdmBaseViewImpl
public JPAEdmBaseViewImpl(ODataJPAContext context)
JPAEdmBaseViewImpl
public JPAEdmBaseViewImpl(javax.persistence.metamodel.Metamodel metaModel,
String pUnitName)
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.