org.apache.cayenne.dba
Class PkRange
java.lang.Object
org.apache.cayenne.dba.PkRange
Deprecated. since 3.0 repalced with a non-public LongPkRange.
public final class PkRange
- extends Object
Represents data structure to maintain a range of cached primary keys.
Constructor Summary |
PkRange(int curValue,
int maxValue)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PkRange
public PkRange(int curValue,
int maxValue)
- Deprecated.
reset
public void reset(int curValue,
int maxValue)
- Deprecated.
isExhausted
public boolean isExhausted()
- Deprecated.
getNextPrimaryKey
public Integer getNextPrimaryKey()
- Deprecated.
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.