User: danch
Date: 01/06/15 16:59:08
Modified: src/main/org/jboss/util FinderResults.java
Log:
Clean up of stuff left over in CMPPersistenceManager from 1st round finder
optimization: my test (1000 entities) now completes in about 8.7 seconds - cached was
6.4 seconds
Revision Changes Path
1.2 +0 -8 jboss/src/main/org/jboss/util/FinderResults.java
Index: FinderResults.java
===================================================================
RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/util/FinderResults.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FinderResults.java 2001/05/27 00:49:16 1.1
+++ FinderResults.java 2001/06/15 23:59:08 1.2
@@ -22,8 +22,6 @@
private Object[] queryArgs;
- private Map entities;
-
/** Constructor taking the collection of keys to hold and the query data.
*/
public FinderResults(Collection keys, Object queryData, Object finder, Object[]
args) {
@@ -46,12 +44,6 @@
}
public Object[] getQueryArgs() {
return queryArgs;
- }
- public Map getEntityMap() {
- return entities;
- }
- public void setEntityMap(Map entities) {
- this.entities = entities;
}
public int size() {
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development