FileDocCategorySizeDatePackage
QueryCounter.javaAPI DocGlassfish v2 API2405Tue May 22 16:54:34 BST 2007oracle.toplink.essentials.internal.helper

QueryCounter

public class QueryCounter extends Object
INTERNAL: This counter is used by the sessions to assign individual id's to all queries. It is not your everyday regular counter. You should never use this counter. It is part of the fix for Bug #2698903 which arose from the fix for BUG #2612628

Fields Summary
private static long
count
Constructors Summary
Methods Summary
public static synchronized longgetCount()


         
        return ++count;