|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
JdbcProducerBackend.getCommand(Class<TContext> contextType)
|
|
| Methods in org.odata4j.producer.jdbc that return types with arguments of type Command | ||
|---|---|---|
protected abstract
|
JdbcProducerBackend.getPostCommands(Class<TContext> contextType)
|
|
protected abstract
|
JdbcProducerBackend.getPreCommands(Class<TContext> contextType)
|
|
| Methods in org.odata4j.producer.jdbc with parameters of type Command | ||
|---|---|---|
|
JdbcProducer.Builder.append(Class<TContext> contextType,
Command<?> command)
|
|
|
JdbcProducer.Builder.insert(Class<TContext> contextType,
Command<?> command)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||