|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.CriteriaSearchConfiguration
public class CriteriaSearchConfiguration
Contains configuration parameters for a CriteriaSearch
.
Constructor Summary | |
---|---|
CriteriaSearchConfiguration()
Constructs a new CriteriaSearchConfiguration instance with all fields set to either null or false . |
Method Summary | |
---|---|
java.lang.Integer |
getFetchSize()
Gets the fetch size. |
java.lang.Integer |
getFirstResult()
Gets the first result to retrieve. |
java.lang.Integer |
getMaximumResultSize()
Gets the maximum size of the search result. |
boolean |
isForceEagerLoading()
Returns whether or not eager loading is enabled. |
void |
setFetchSize(java.lang.Integer fetchSize)
Sets the fetch size. |
void |
setFirstResult(java.lang.Integer firstResult)
Sets the first result to retrieve. |
void |
setForceEagerLoading(boolean forceEagerLoading)
Sets whether or not eager loading is to be enabled. |
void |
setMaximumResultSize(java.lang.Integer maximumResultSize)
Sets the maxmimum size of the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CriteriaSearchConfiguration()
null
or false
.
Method Detail |
---|
public boolean isForceEagerLoading()
true
if eager loading is enabled, false
otherwisepublic void setForceEagerLoading(boolean forceEagerLoading)
forceEagerLoading
- true
if eager loading is to be enabled, false
otherwisepublic java.lang.Integer getFirstResult()
public void setFirstResult(java.lang.Integer firstResult)
firstResult
- the first result to retrievepublic java.lang.Integer getFetchSize()
public void setFetchSize(java.lang.Integer fetchSize)
fetchSize
- the fetch sizepublic java.lang.Integer getMaximumResultSize()
public void setMaximumResultSize(java.lang.Integer maximumResultSize)
maximumResultSize
- A number indicating how many results will be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |