Uses of Interface
org.odata4j.command.Command

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

Uses of Command in org.odata4j.command
 

Subinterfaces of Command in org.odata4j.command
 interface FilterCommand<TContext extends CommandContext>
           
 

Classes in org.odata4j.command that implement Command
 class ChainCommand<TContext extends CommandContext>
           
 

Methods in org.odata4j.command with type parameters of type Command
<TContext extends CommandContext,TCommand extends Command<TContext>>
void
CommandExecution.execute(TCommand command, TContext context)
           
 

Methods in org.odata4j.command with parameters of type Command
 ChainCommand.Builder<TContext> ChainCommand.Builder.add(Command<?> command)
           
 

Method parameters in org.odata4j.command with type arguments of type Command
 ChainCommand.Builder<TContext> ChainCommand.Builder.addAll(Iterable<Command<?>> commands)
           
 

Constructor parameters in org.odata4j.command with type arguments of type Command
ChainCommand(List<Command<TContext>> commands)
           
 

Uses of Command in org.odata4j.producer.command
 

Methods in org.odata4j.producer.command that return Command
<TContext extends CommandContext>
Command<TContext>
CommandProducerBackend.getCommand(Class<TContext> contextType)
           
 

Uses of Command in org.odata4j.producer.jdbc
 

Classes in org.odata4j.producer.jdbc that implement Command
 class JdbcCreateEntityCommand
           
 class JdbcDeleteEntityCommand
           
 class JdbcGetEntitiesCommand
           
 class JdbcGetEntityCommand
           
 class JdbcGetMetadataCommand
           
 class LoggingCommand
           
 class NoopCommand
           
 

Methods in org.odata4j.producer.jdbc that return Command
<TContext extends CommandContext>
Command<TContext>
JdbcProducerBackend.getCommand(Class<TContext> contextType)
           
 

Methods in org.odata4j.producer.jdbc that return types with arguments of type Command
protected abstract
<TContext extends CommandContext>
List<Command<?>>
JdbcProducerBackend.getPostCommands(Class<TContext> contextType)
           
protected abstract
<TContext extends CommandContext>
List<Command<?>>
JdbcProducerBackend.getPreCommands(Class<TContext> contextType)
           
 

Methods in org.odata4j.producer.jdbc with parameters of type Command
<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)
           
 



http://odata4j.org