Uses of Class
org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Status
-
Packages that use TableJDBCSeq.Status Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel -
-
Uses of TableJDBCSeq.Status in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return TableJDBCSeq.Status Modifier and Type Method Description protected TableJDBCSeq.Status
ClassTableJDBCSeq. getStatus(ClassMapping mapping)
protected TableJDBCSeq.Status
TableJDBCSeq. getStatus(ClassMapping mapping)
Return the appropriate status object for the given class, or null if cannot handle the given class.Methods in org.apache.openjpa.jdbc.kernel with parameters of type TableJDBCSeq.Status Modifier and Type Method Description protected boolean
TableJDBCSeq. setSequence(ClassMapping mapping, TableJDBCSeq.Status stat, int inc, boolean updateStatSeq, java.sql.Connection conn)
Grabs the next handful of sequence numbers.
-