public final class Parameters extends Object
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.Query |
applyTo(javax.persistence.Query query) |
static Parameters |
create(Method method,
Object[] parameters) |
static Parameters |
createEmpty() |
int |
getFirstResult() |
int |
getSizeRestriciton() |
boolean |
hasFirstResult() |
boolean |
hasSizeRestriction() |
public static Parameters createEmpty()
public static Parameters create(Method method, Object[] parameters)
public javax.persistence.Query applyTo(javax.persistence.Query query)
public boolean hasSizeRestriction()
public int getSizeRestriciton()
public boolean hasFirstResult()
public int getFirstResult()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.