org.odata4j.producer.jdbc
Class JdbcProducer

java.lang.Object
  extended by org.odata4j.producer.command.CommandProducer
      extended by org.odata4j.producer.jdbc.JdbcProducer
All Implemented Interfaces:
OExtensible<ODataProducer>, ODataProducer

public class JdbcProducer
extends CommandProducer


Nested Class Summary
static class JdbcProducer.Builder
           
 
Constructor Summary
protected JdbcProducer(JdbcProducerBackend jdbcBackend)
           
 
Method Summary
 Jdbc getJdbc()
           
static JdbcProducer.Builder newBuilder()
           
 
Methods inherited from class org.odata4j.producer.command.CommandProducer
callFunction, close, createEntity, createEntity, createLink, deleteEntity, deleteLink, findExtension, getEntities, getEntitiesCount, getEntity, getLinks, getMetadata, getMetadataProducer, getNavProperty, getNavPropertyCount, mergeEntity, updateEntity, updateLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcProducer

protected JdbcProducer(JdbcProducerBackend jdbcBackend)
Method Detail

getJdbc

public Jdbc getJdbc()

newBuilder

public static JdbcProducer.Builder newBuilder()


http://odata4j.org