org.shept.persistence.provider.hibernate
public class HibernateExampleListProviderImpl extends AbstractHibernateListProvider
| Modifier and Type | Field and Description |
|---|---|
private Object |
example |
private org.springframework.beans.support.SortDefinition |
sortDef |
dao, eol, filterDefinition, loaded, loadSize, logger, sortDefinition| Constructor and Description |
|---|
HibernateExampleListProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
loadListFirst()
Read the first chunk of elements from the underlying datasource.
|
List<?> |
loadListNext()
Read a subsequent portion of elements from the underlying datasource
|
getHibernateTemplategetDao, getFilterDefinition, getLoadSize, getSortDefinition, incrementLoadSizeAfterFetch, isEol, setDao, setFilterDefinition, setLoadSize, setSortDefinitionprivate Object example
private org.springframework.beans.support.SortDefinition sortDef
public List<?> loadListFirst()
ScrollingListProviderloadListFirst in interface ScrollingListProviderloadListFirst in class AbstractScrollingListProviderpublic List<?> loadListNext()
ScrollingListProviderloadListNext in interface ScrollingListProviderloadListNext in class AbstractScrollingListProviderCopyright © 2014. All Rights Reserved.