org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmSchema
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmSchema
- All Implemented Interfaces:
- JPAEdmBaseView, JPAEdmSchemaView
public class JPAEdmSchema
- extends JPAEdmBaseViewImpl
- implements JPAEdmSchemaView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAEdmSchema
public JPAEdmSchema(JPAEdmModelView modelView)
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.