|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
AbstractJdbcQueryCallback providing default implementation of
processRow(ResultSet rs) method where it creates a java.util.Map
for each row, representing all columns as key-value pairs: one entry for each column,
with the column name (converted to lower case) as key.AbstractPaginationAction but providing
additional convenient method via:DisplayCurrentPageNoTag,DisplayPagesCountTag,
DisplayRecordScopeTag and DisplayRecordsCountTagHBN2QueryCallbackHBN3QueryCallbackJdbcQueryCallbackJPAQueryCallbackcountArgument to fix a design defect not complying with the JPA specification.
countArgument to fix a design defect not complying with the JPA specification.
countArgument to fix a design defect not complying with the JPA specification.
AbstractJdbcQueryCallback providing empty implementation of
setValues(PreparedStatement ps).PaginationAction interface directly.PaginationLinkTag,
PagesDropdownTag and GoToPageTag).SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
SELECT statement.
PageLinksPattern interfacedataScope of PaginationAction
is set with 'session' or 'application'.
dataScope of PaginationAction
is set with 'session' or 'application'.
scope of search result is other than 'request'
(e.g.
java.util.Map
representing all columns as key-value pairs: one entry for each column, with the column name (low case) as key,
column value as the value.[column] like :[paramName]).
[column] like ?).
JdbcQueryTemplate to run a pagination based query against DB2AbstractHBN2QueryCallback providing default implementation:
No processing of returned result from calling net.sf.hibernate.Query.list() method
HQL statement has no parameters to bind with
AbstractHBN3QueryCallback providing default implementation:
No processing of returned result from calling org.hibernate.Query.list() method
HQL statement has no parameters to bind with
JdbcQueryCallback providing:
Default implementation of
processRow(ResultSet rs) method where it creates a java.util.Map
for each row, representing all columns as key-value pairs: one entry for each column,
with the column name (converted to lower case) as key.AbstractJPAQueryCallback providing default implementation:
No processing of returned result from calling javax.persistence.Query.list() method
EJB QL statement has no parameters to bind with
countArgument to fix a design defect not complying with the JPA specification.
countArgument to fix a design defect not complying with the JPA specification.
countArgument to fix a design defect not complying with the JPA specification.
[column] like :[paramName]).
[column] like ?).
[column] = :[paramName]).
[column] = ?).
ErrorMessages instance when validation fails
PaginateDefinition from Spring application context based on the bean id (name) passed from Tag.
[column] >= :[paramName]).
[column] >= ?).
WHERE clause fragment (after prefixing "WHERE" or "AND" keywords) that will
be appended to the SELECT statement.
WHERE clause fragment (after prefixing "WHERE" or "AND" keywords)
that will be appended to the SELECT statement.
execute in PaginateFacesAction.
PaginateDefinition defines configuration properties used
in pagination search under JSF environment.
NamedParams that defines the mapping of named query parameters
(key:parameter name, value:parameter value).
Parameter).
PaginationAction
instance for process.
[column] > :[paramName]).
[column] > ?).
HBN3QueryCallback.HBN3QueryCallbackNamedParamWrapper.newInstance(java.lang.String) is encouraged to use to create an object of
HBN3QueryCallbackNamedParamWrapper rather than instantiating it directly.
HBN3QueryCallback.HBN3QueryCallbackWrapper.newInstance(java.lang.String) is encouraged to use to create an object of
HBN3QueryCallbackWrapper rather than instantiating it directly.
JdbcQueryTemplate to run a pagination based query against HSQLDB[column] IN (?, ?...)).
[column] IN (?, ?...)).
View interface to render page.JdbcQueryCallback.newInstance are encouraged to use to create an object of JdbcQueryCallbackWrapper rather than instantiating it directly.
JPAQueryCallback.JPAQueryCallbackNamedParamWrapper.newInstance(java.lang.String, java.lang.String) is encouraged to use to create an object of
JPAQueryCallbackNamedParamWrapper rather than instantiating it directly.
JPAQueryCallback.JPAQueryCallbackWrapper.newInstance(java.lang.String, java.lang.String) is encouraged to use to create an object of
JPAQueryCallbackWrapper rather than instantiating it directly.
[column] <= :[paramName]).
[column] <= ?).
[column] < :[paramName]).
[column] < ?).
JdbcQueryTemplate to run a pagination based query against MySqlSELECT statement to filter the search result.NamedParamRestriction.NamedParams.JdbcQueryCallbackWrapper object.
JdbcQueryCallbackWrapper object.
JdbcQueryCallbackWrapper object.
HBN3QueryCallbackNamedParamWrapper object.
HBN3QueryCallbackWrapper object.
JPAQueryCallbackNamedParamWrapper object.
JPAQueryCallbackWrapper object.
AbstractHBN2QueryCallback providing empty implementation of
setValues(Query query).AbstractHBN3QueryCallback providing empty implementation of
setValues(Query query).AbstractJPAQueryCallback providing empty implementation of
setValues(Query query).countArgument to fix a design defect not complying with the JPA specification.
countArgument to fix a design defect not complying with the JPA specification.
countArgument to fix a design defect not complying with the JPA specification.
AbstractHBN2QueryCallback providing default implementation of
processQueriedResult(List queriedResult) method without processing of
returned result from calling net.sf.hibernate.Query.list() method.AbstractHBN3QueryCallback providing default implementation of
processQueriedResult(List queriedResult) method without processing of
returned result from calling org.hibernate.Query.list() method.AbstractJPAQueryCallback providing default implementation of
processQueriedResult(List queriedResult) method without processing of
returned result from calling javax.persistence.Query.list() method.countArgument to fix a design defect not complying with the JPA specification.
countArgument to fix a design defect not complying with the JPA specification.
countArgument to fix a design defect not complying with the JPA specification.
JdbcQueryTemplate to run a pagination based query against OraclePaginationLinkTag.PaginationLinkTag which kinds of "Pagination Control" links should be
displayed in page.
Page instance in Session scope
QueryTemplate to execute pagination query
and save the search results in specified scope.JdbcQueryTemplate to run a pagination based query against PostgreSQLSession or EntityManager is closed.
net.sf.hibernate.Query.list() method
in Hibernate2QueryTemplate.query(QueryCallback callback, int pageSize, int pageNo),
and the value(java.util.List) returned by current method will be used as the return value of
Hibernate2QueryTemplate.query(QueryCallback callback, int pageSize, int pageNo).
org.hibernate.Query.list() method
in Hibernate3QueryTemplate.query(QueryCallback callback, int pageSize, int pageNo),
and the value(java.util.List) returned by current method will be used as the return value of
Hibernate3QueryTemplate.query(QueryCallback callback, int pageSize, int pageNo).
javax.persistence.Query.list() method
in JPAQueryTemplate.query(QueryCallback callback, int pageSize, int pageNo),
and the value(java.util.List) returned by current method will be used as the return value of
JPAQueryTemplate.query(QueryCallback callback, int pageSize, int pageNo).
java.util.Map
for each row, representing all columns as key-value pairs: one entry for each column,
with the column name (converted to lower case) as key.
JdbcQueryCallbackWrapper, HBNQueryCallbackWrapper and
JPAQueryCallbackWrapper to facilitate the generation of query.QueryCallback Page objects in session.HBN3QueryCallbackWrapper,
HBN3QueryCallbackNamedParamWrapper,
JPAQueryCallbackWrapper and
JPAQueryCallbackNamedParamWrapper to process the query result (java.util.List)
before Session or EntityManager is closed. [column] >= ? AND [column] <= ? ).
[column] > ? AND [column] < ? ).
[column] > ? AND [column] <= ? ).
[column] >= ? AND [column] < ? ).
Page instance in session with the new sort information.
Page instance in session with the new sort information.
SELECT ..- Restrictions - Class in org.hdpagination.dataaccess.support
- This class provides static factory methods to produce the
Restriction. - ResultHandler - Interface in org.hdpagination.web.jsf
- Result Handler interface to handle the search result
- retirevePage(String, HttpSession) -
Static method in class org.hdpagination.web.WebUtils
- Retrieve Page instance from HTTP session based on 'Id' property of PaginationAction
- retrievePageKey() -
Method in class org.hdpagination.web.jsf.PaginateDefinition
- Return the page key, which will be used as the attribute name to save an instance of
Page
in session.
- retrieveQueryCallback(FacesContext, String) -
Static method in class org.hdpagination.web.servlet.QueryCallbackUtils
- Retrieve instance of
QueryCallback from session based on page key.
- RowMapper - Interface in org.hdpagination.dataaccess.support.jdbc
- An interface used by
JdbcQueryCallbackWrapper for mapping rows of a ResultSet on a per-row basis. Page instance in session with the new pagination information.
execute in PaginateFacesAction.
PaginateDefinition
instance defined in Spring application context for the search
PaginateDefinition which defines configuration properties used
in pagination search under JSF environment.
QueryResultProcessor to process the query result (java.util.List)
before Session is closed.
QueryResultProcessor to process the query result (java.util.List)
before Session is closed.
QueryResultProcessor to process the query result (java.util.List)
before EntityManager is closed.
QueryResultProcessor to process the query result (java.util.List)
before EntityManager is closed.
PaginationLinkTag to display
multinational language featured label of "Pagination Control" links
(e.g.
"ORDER BY" clause and after "WHERE" clause.
Query instance to bind parameters
Query instance to bind parameters
Query instance to bind parameters
JdbcQueryTemplate to run a pagination based query against
Sybase SQL AnywhereJdbcQueryTemplate to run a pagination based query against MS SQL Server2005 or later versionJdbcQueryTemplate to run a pagination based query against database which supports
standard syntax (ROW_NUMBER() OVER ) for pagination[column] like :[paramName]).
[column] like ?).
View interface to render page based on Tiles 2.View interface to render page based on Tiles 1.x, a.k.a.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||