|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.service.impl.DefaultQuery
public class DefaultQuery
Default Query implementation.
| Constructor Summary | |
|---|---|
DefaultQuery()
|
|
| Method Summary | |
|---|---|
Object |
execute(EntityManager em,
boolean executeUpdatePermitted)
Executes this Query using the specified EntityManager and returns the result. |
boolean |
isNamed()
Checks whether this instance represents a named query. |
void |
readExternal(DataInput input)
Restores the content of this object from the DataInput instance. |
void |
writeExternal(DataOutput output)
Saves the content of this object to the DataOutput instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultQuery()
| Method Detail |
|---|
public boolean isNamed()
public Object execute(EntityManager em,
boolean executeUpdatePermitted)
em - the EntityManager instance to use
public void readExternal(DataInput input)
Externalizable
readExternal in interface Externalizableinput - the AMF3 data to read frompublic void writeExternal(DataOutput output)
Externalizable
writeExternal in interface Externalizableoutput - the output to write to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||