Uses of Class
net.sf.jasperreports.data.cache.DataSnapshotException
-
Packages that use DataSnapshotException Package Description net.sf.jasperreports.data.cache Contains classes for data caching.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of DataSnapshotException in net.sf.jasperreports.data.cache
Methods in net.sf.jasperreports.data.cache that throw DataSnapshotException Modifier and Type Method Description CachedDatasetColumnDataSnapshot. getCachedData(Object key)CachedDatasetDataSnapshot. getCachedData(Object key)ObjectColumnValuesDataSource. getFieldValue(JRField field) -
Uses of DataSnapshotException in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that throw DataSnapshotException Modifier and Type Method Description protected voidJRFillDataset. cacheInit()protected voidJRFillDataset. cacheInitSnapshot()
-