Uses of Class
org.odata4j.producer.jdbc.JdbcModel

Packages that use JdbcModel
org.odata4j.producer.jdbc   
 

Uses of JdbcModel in org.odata4j.producer.jdbc
 

Methods in org.odata4j.producer.jdbc that return JdbcModel
 JdbcModel GenerateJdbcModel.apply(Connection conn)
           
 JdbcModel JdbcGetMetadataCommand.generateModel(JdbcProducerCommandContext jdbcContext)
           
 JdbcModel JdbcMetadataMapping.getModel()
           
 

Methods in org.odata4j.producer.jdbc with parameters of type JdbcModel
 void LimitJdbcModelToDefaultSchema.apply(JdbcModel model)
           
 JdbcMetadataMapping JdbcModelToMetadata.apply(JdbcModel jdbcModel)
           
 void HsqlAddSystemTables.apply(JdbcModel info)
           
 void JdbcGetMetadataCommand.cleanupModel(JdbcModel model)
           
 JdbcMetadataMapping JdbcGetMetadataCommand.modelToMapping(JdbcProducerCommandContext jdbcContext, JdbcModel model)
           
 

Constructors in org.odata4j.producer.jdbc with parameters of type JdbcModel
JdbcMetadataMapping(EdmDataServices metadata, JdbcModel model, Map<EdmEntitySet,JdbcModel.JdbcTable> entitySetMapping, Map<EdmProperty,JdbcModel.JdbcColumn> propertyMapping)
           
 



http://odata4j.org