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 CachedDataset
ColumnDataSnapshot. getCachedData(Object key)
CachedDataset
DataSnapshot. getCachedData(Object key)
Object
ColumnValuesDataSource. 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 void
JRFillDataset. cacheInit()
protected void
JRFillDataset. cacheInitSnapshot()
-