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

Packages that use JdbcModel.JdbcTable
org.odata4j.producer.jdbc   
 

Uses of JdbcModel.JdbcTable in org.odata4j.producer.jdbc
 

Fields in org.odata4j.producer.jdbc with type parameters of type JdbcModel.JdbcTable
 List<JdbcModel.JdbcTable> JdbcModel.JdbcSchema.tables
           
 

Methods in org.odata4j.producer.jdbc that return JdbcModel.JdbcTable
 JdbcModel.JdbcTable JdbcModel.findTable(String schemaName, String tableName)
           
 JdbcModel.JdbcTable JdbcMetadataMapping.getMappedTable(EdmEntitySet entitySet)
           
 JdbcModel.JdbcTable JdbcModel.getOrCreateTable(String schemaName, String tableName)
           
 JdbcModel.JdbcTable JdbcModel.getTable(String schemaName, String tableName)
           
 

Methods in org.odata4j.producer.jdbc that return types with arguments of type JdbcModel.JdbcTable
static Predicate1<JdbcModel.JdbcTable> JdbcModel.tableNameEquals(String tableName)
           
 

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



http://odata4j.org