Uses of Class
org.apache.openjpa.jdbc.kernel.TableJDBCSeq.Status
-
Uses of TableJDBCSeq.Status in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionprotected 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.Modifier and TypeMethodDescriptionprotected boolean
TableJDBCSeq.setSequence
(ClassMapping mapping, TableJDBCSeq.Status stat, int inc, boolean updateStatSeq, Connection conn) Grabs the next handful of sequence numbers.