public class

Chain

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

Summary

Fields
List<Command> commands
Public Constructors
Chain(List<Command> commands)
Public Methods
boolean execute(JPAContext context)
copied from http://commons.apache.org/chain.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.odata4j.producer.jpa.Command

Fields

List<Command> commands

Public Constructors

public Chain (List<Command> commands)

Parameters
commands

Public Methods

public boolean execute (JPAContext context)

copied from http://commons.apache.org/chain.

Parameters
context