Class NativeJDBCSeq

java.lang.Object
org.apache.openjpa.jdbc.kernel.AbstractJDBCSeq
org.apache.openjpa.jdbc.kernel.NativeJDBCSeq
All Implemented Interfaces:
JDBCSeq, Seq, Configurable, Closeable

public class NativeJDBCSeq extends AbstractJDBCSeq implements Configurable
JDBCSeq implementation that uses a database sequence to generate numbers. Supports allocation (caching). In order for allocation to work properly, the database sequence must be defined with INCREMENT BY value equal to allocate * increment.
See Also: