This is Value Object (not a Persistable Entity!) to report database-derived experimental results. Take notice that this is filled with data by a JPA Aggregation Query in each Stateless Session Bean. This is just one way of doing non-Entity GROUP BY queries with JPA ; there is also the method of Native Queries, but that is NOT portable across database vendors.
@author jrd
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.