public class

SetResponseCommand

extends Object
implements Command
java.lang.Object
   ↳ org.odata4j.producer.jpa.SetResponseCommand

Summary

Fields
private JPAContext.EntityAccessor accessor
Public Constructors
SetResponseCommand()
SetResponseCommand(JPAContext.EntityAccessor accessor)
Public Methods
boolean execute(JPAContext context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.odata4j.producer.jpa.Command

Fields

private JPAContext.EntityAccessor accessor

Public Constructors

public SetResponseCommand ()

public SetResponseCommand (JPAContext.EntityAccessor accessor)

Parameters
accessor

Public Methods

public boolean execute (JPAContext context)

Parameters
context