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

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

public class JPAEdmSchema
extends JPAEdmBaseViewImpl
implements JPAEdmSchemaView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmSchema(JPAEdmModelView modelView)
           
 
Method Summary
 void clean()
           
 JPAEdmBuilder getBuilder()
           
 Schema getEdmSchema()
           
 JPAEdmAssociationView getJPAEdmAssociationView()
           
 JPAEdmComplexTypeView getJPAEdmComplexTypeView()
           
 JPAEdmEntityContainerView getJPAEdmEntityContainerView()
           
 HashMap<Class<?>,String[]> getRegisteredOperations()
           
 void registerOperations(Class<?> customClass, String[] methodNames)
           
 
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

JPAEdmSchema

public JPAEdmSchema(JPAEdmModelView modelView)
Method Detail

getEdmSchema

public Schema getEdmSchema()
Specified by:
getEdmSchema in interface JPAEdmSchemaView

getJPAEdmEntityContainerView

public JPAEdmEntityContainerView getJPAEdmEntityContainerView()
Specified by:
getJPAEdmEntityContainerView in interface JPAEdmSchemaView

getJPAEdmComplexTypeView

public JPAEdmComplexTypeView getJPAEdmComplexTypeView()
Specified by:
getJPAEdmComplexTypeView in interface JPAEdmSchemaView

getBuilder

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

clean

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

getJPAEdmAssociationView

public final JPAEdmAssociationView getJPAEdmAssociationView()
Specified by:
getJPAEdmAssociationView in interface JPAEdmSchemaView

registerOperations

public void registerOperations(Class<?> customClass,
                               String[] methodNames)
Specified by:
registerOperations in interface JPAEdmSchemaView

getRegisteredOperations

public HashMap<Class<?>,String[]> getRegisteredOperations()
Specified by:
getRegisteredOperations in interface JPAEdmSchemaView


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