Uses of Interface
org.apache.openjpa.jdbc.kernel.JDBCSeq
-
Uses of JDBCSeq in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
Abstract sequence implementation.class
Specialization of theTableJDBCSeq
that maintains a separate sequence count per-class.class
JDBCSeq
implementation that uses a database sequence to generate numbers.class
JDBCSeq
implementation that uses a database table for sequence number generation.class
Specialization of theTableJDBCSeq
that maintains multiple sequence counts.