This page (revision-5) was last changed on 27-Oct-2010 13:40 by Dieter Käppel

This page was created on 27-Oct-2010 13:14 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 27-Oct-2010 13:40 3 KB Dieter Käppel to previous
4 27-Oct-2010 13:40 3 KB Dieter Käppel to previous | to last
3 27-Oct-2010 13:20 2 KB Dieter Käppel to previous | to last
2 27-Oct-2010 13:14 2 KB Dieter Käppel to previous | to last
1 27-Oct-2010 13:14 2 KB Dieter Käppel to last

Page References

Incoming links Outgoing links
Ibatis ...nobody

Version management

Difference between version and

At line 73 added 10 lines
Die unterliegende Class sieht dabei wie folgt aus:
{{{
public class Filters<D extends Dimension> {
public List<List<Filter<D>>> getFilters() {
return ...;
}
}
}}}