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