public class

BeginTransactionCommand

extends Object
implements Filter
java.lang.Object
   ↳ org.odata4j.producer.jpa.BeginTransactionCommand

Summary

Public Constructors
BeginTransactionCommand()
Public Methods
boolean execute(JPAContext context)
boolean postProcess(JPAContext context, Exception ex)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.odata4j.producer.jpa.Command
From interface org.odata4j.producer.jpa.Filter

Public Constructors

public BeginTransactionCommand ()

Public Methods

public boolean execute (JPAContext context)

Parameters
context

public boolean postProcess (JPAContext context, Exception ex)

Parameters
context
ex