Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
Modifier and Type | Method and Description |
---|---|
protected TableJDBCSeq.Status |
TableJDBCSeq.getStatus(ClassMapping mapping)
Return the appropriate status object for the given class, or null
if cannot handle the given class.
|
protected TableJDBCSeq.Status |
ClassTableJDBCSeq.getStatus(ClassMapping mapping) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TableJDBCSeq.setSequence(ClassMapping mapping,
TableJDBCSeq.Status stat,
int inc,
boolean updateStatSeq,
Connection conn)
Grabs the next handful of sequence numbers.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.