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

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

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

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

Methods in org.odata4j.producer.jdbc that return JdbcModel.JdbcColumn
 JdbcModel.JdbcColumn JdbcMetadataMapping.getMappedColumn(EdmProperty edmProperty)
           
 JdbcModel.JdbcColumn JdbcModel.getOrCreateColumn(String schemaName, String tableName, String columnName)
           
 

Methods in org.odata4j.producer.jdbc that return types with arguments of type JdbcModel.JdbcColumn
static Predicate1<JdbcModel.JdbcColumn> JdbcModel.columnNameEquals(String columnName)
           
 

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



http://odata4j.org