| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CommandContext | |
|---|---|
| org.odata4j.command | |
| org.odata4j.producer.command | |
| org.odata4j.producer.jdbc | |
| Uses of CommandContext in org.odata4j.command | 
|---|
| Classes in org.odata4j.command with type parameters of type CommandContext | |
|---|---|
|  class | ChainCommand<TContext extends CommandContext> | 
| static class | ChainCommand.Builder<TContext extends CommandContext> | 
|  interface | Command<TContext extends CommandContext> | 
|  interface | FilterCommand<TContext extends CommandContext> | 
| Methods in org.odata4j.command with type parameters of type CommandContext | ||
|---|---|---|
| 
 | CommandExecution.execute(TCommand command,
        TContext context) | |
| static
 | ChainCommand.newBuilder() | |
| Uses of CommandContext in org.odata4j.producer.command | 
|---|
| Subinterfaces of CommandContext 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 | ProducerCommandContext<TResult> | 
|  interface | UpdateEntityCommandContext | 
|  interface | UpdateLinkCommandContext | 
| Methods in org.odata4j.producer.command with type parameters of type CommandContext | ||
|---|---|---|
| 
 | CommandProducerBackend.getCommand(Class<TContext> contextType) | |
| Uses of CommandContext in org.odata4j.producer.jdbc | 
|---|
| Methods in org.odata4j.producer.jdbc with type parameters of type CommandContext | ||
|---|---|---|
| 
 | JdbcProducerBackend.getCommand(Class<TContext> contextType) | |
| protected abstract 
 | JdbcProducerBackend.getPostCommands(Class<TContext> contextType) | |
| protected abstract 
 | JdbcProducerBackend.getPreCommands(Class<TContext> contextType) | |
| Methods in org.odata4j.producer.jdbc with parameters of type CommandContext | |
|---|---|
|  CommandResult | NoopCommand.execute(CommandContext context) | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||