org.odata4j.producer.jdbc
Class JdbcGetEntityCommand

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

public class JdbcGetEntityCommand
extends JdbcBaseCommand
implements Command<GetEntityCommandContext>


Constructor Summary
JdbcGetEntityCommand()
           
 
Method Summary
 CommandResult execute(GetEntityCommandContext 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

JdbcGetEntityCommand

public JdbcGetEntityCommand()
Method Detail

execute

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


http://odata4j.org