public class

GenerateJPQLCommand

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

Summary

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

Fields

private boolean isCount

Public Constructors

public GenerateJPQLCommand ()

public GenerateJPQLCommand (boolean isCount)

Parameters
isCount

Public Methods

public boolean execute (JPAContext context)

Parameters
context