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

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

public class JPAEdmAssociationSet
extends JPAEdmBaseViewImpl
implements JPAEdmAssociationSetView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmAssociationSet(JPAEdmSchemaView view)
           
 
Method Summary
 JPAEdmBuilder getBuilder()
           
 List<AssociationSet> getConsistentEdmAssociationSetList()
           
 Association getEdmAssociation()
           
 AssociationSet getEdmAssociationSet()
           
 
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

JPAEdmAssociationSet

public JPAEdmAssociationSet(JPAEdmSchemaView view)
Method Detail

getBuilder

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

getConsistentEdmAssociationSetList

public List<AssociationSet> getConsistentEdmAssociationSetList()
Specified by:
getConsistentEdmAssociationSetList in interface JPAEdmAssociationSetView

getEdmAssociationSet

public AssociationSet getEdmAssociationSet()
Specified by:
getEdmAssociationSet in interface JPAEdmAssociationSetView

getEdmAssociation

public Association getEdmAssociation()
Specified by:
getEdmAssociation in interface JPAEdmAssociationSetView


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