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

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

public class JPAEdmEntitySet
extends JPAEdmBaseViewImpl
implements JPAEdmEntitySetView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmEntitySet(JPAEdmSchemaView view)
           
 
Method Summary
 void clean()
           
 JPAEdmBuilder getBuilder()
           
 List<EntitySet> getConsistentEdmEntitySetList()
           
 EntitySet getEdmEntitySet()
           
 JPAEdmEntityTypeView getJPAEdmEntityTypeView()
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
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
getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 

Constructor Detail

JPAEdmEntitySet

public JPAEdmEntitySet(JPAEdmSchemaView view)
Method Detail

getBuilder

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

getEdmEntitySet

public EntitySet getEdmEntitySet()
Specified by:
getEdmEntitySet in interface JPAEdmEntitySetView

getConsistentEdmEntitySetList

public List<EntitySet> getConsistentEdmEntitySetList()
Specified by:
getConsistentEdmEntitySetList in interface JPAEdmEntitySetView

getJPAEdmEntityTypeView

public JPAEdmEntityTypeView getJPAEdmEntityTypeView()
Specified by:
getJPAEdmEntityTypeView in interface JPAEdmEntitySetView

clean

public void clean()
Specified by:
clean in interface JPAEdmBaseView
Overrides:
clean in class JPAEdmBaseViewImpl


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