File
Doc
Category
Size
Date
Package
QueryCounter.java
API Doc
Glassfish v2 API
2405
Tue May 22 16:54:34 BST 2007
oracle.toplink.essentials.internal.helper
QueryCounter
java.lang.Object
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
long
getCount
()
return ++count;
Java Code Source