Uses of Interface
org.odata4j.producer.command.CreateEntityCommandContext

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

Uses of CreateEntityCommandContext in org.odata4j.producer.command
 

Methods in org.odata4j.producer.command that return CreateEntityCommandContext
 CreateEntityCommandContext CommandProducerBackend.newCreateEntityCommandContext(String entitySetName, OEntity entity)
           
 

Uses of CreateEntityCommandContext in org.odata4j.producer.jdbc
 

Methods in org.odata4j.producer.jdbc that return CreateEntityCommandContext
 CreateEntityCommandContext JdbcProducerBackend.newCreateEntityCommandContext(String entitySetName, OEntity entity)
           
 

Methods in org.odata4j.producer.jdbc with parameters of type CreateEntityCommandContext
 CommandResult JdbcCreateEntityCommand.execute(CreateEntityCommandContext context)
           
 



http://odata4j.org