Uses of Interface
org.odata4j.producer.command.ProducerCommandContext

Packages that use ProducerCommandContext
org.odata4j.producer.command   
org.odata4j.producer.jdbc   
 

Uses of ProducerCommandContext in org.odata4j.producer.command
 

Subinterfaces of ProducerCommandContext in org.odata4j.producer.command
 interface CallFunctionCommandContext
           
 interface CloseCommandContext
           
 interface CreateEntityAtPropertyCommandContext
           
 interface CreateEntityCommandContext
           
 interface CreateLinkCommandContext
           
 interface DeleteEntityCommandContext
           
 interface DeleteLinkCommandContext
           
 interface GetEntitiesCommandContext
           
 interface GetEntitiesCountCommandContext
           
 interface GetEntityCommandContext
           
 interface GetLinksCommandContext
           
 interface GetMetadataCommandContext
           
 interface GetMetadataProducerCommandContext
           
 interface GetNavPropertyCommandContext
           
 interface GetNavPropertyCountCommandContext
           
 interface MergeEntityCommandContext
           
 interface UpdateEntityCommandContext
           
 interface UpdateLinkCommandContext
           
 

Uses of ProducerCommandContext in org.odata4j.producer.jdbc
 

Methods in org.odata4j.producer.jdbc with type parameters of type ProducerCommandContext
<TContext extends ProducerCommandContext<?>>
JdbcProducer.Builder
JdbcProducer.Builder.append(Class<TContext> contextType, Command<?> command)
           
<TContext extends ProducerCommandContext<?>>
JdbcProducer.Builder
JdbcProducer.Builder.insert(Class<TContext> contextType, Command<?> command)
           
 

Methods in org.odata4j.producer.jdbc with parameters of type ProducerCommandContext
 CommandResult LoggingCommand.execute(ProducerCommandContext<?> context)
           
 



http://odata4j.org