org.odata4j.producer.jdbc
Class JdbcGetEntitiesCommand

java.lang.Object
  extended by org.odata4j.producer.jdbc.JdbcBaseCommand
      extended by org.odata4j.producer.jdbc.JdbcGetEntitiesCommand
All Implemented Interfaces:
Command<GetEntitiesCommandContext>

public class JdbcGetEntitiesCommand
extends JdbcBaseCommand
implements Command<GetEntitiesCommandContext>


Constructor Summary
JdbcGetEntitiesCommand()
           
 
Method Summary
 CommandResult execute(GetEntitiesCommandContext context)
           
 
Methods inherited from class org.odata4j.producer.jdbc.JdbcBaseCommand
prependPrimaryKeyFilter, toOEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcGetEntitiesCommand

public JdbcGetEntitiesCommand()
Method Detail

execute

public CommandResult execute(GetEntitiesCommandContext context)
                      throws Exception
Specified by:
execute in interface Command<GetEntitiesCommandContext>
Throws:
Exception


http://odata4j.org