Uses of Interface
org.apache.openjpa.jdbc.kernel.JDBCSeq

Packages that use JDBCSeq
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. 
 

Uses of JDBCSeq in org.apache.openjpa.jdbc.kernel
 

Classes in org.apache.openjpa.jdbc.kernel that implement JDBCSeq
 class AbstractJDBCSeq
          Abstract sequence implementation.
 class ClassTableJDBCSeq
          Specialization of the TableJDBCSeq that maintains a separate sequence count per-class.
 class NativeJDBCSeq
          JDBCSeq implementation that uses a database sequence to generate numbers.
 class TableJDBCSeq
          JDBCSeq implementation that uses a database table for sequence number generation.
 class ValueTableJDBCSeq
          Specialization of the TableJDBCSeq that maintains multiple sequence counts.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.