org.apache.openjpa.jdbc.kernel
public class NativeJDBCSeq extends AbstractJDBCSeq implements Configurable
JDBCSeq implementation that uses a database sequences
to generate numbers.JDBCSeq,
AbstractJDBCSeq| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_ADD |
static java.lang.String |
ACTION_DROP |
static java.lang.String |
ACTION_GET |
current, typeTYPE_CONTIGUOUS, TYPE_DEFAULT, TYPE_NONTRANSACTIONAL, TYPE_TRANSACTIONAL| Constructor and Description |
|---|
NativeJDBCSeq() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSchema(ClassMapping mapping,
SchemaGroup group)
No-op.
|
void |
dropSequence()
Drops the sequence in the DB.
|
void |
endConfiguration()
Invoked upon completion of bean property configuration for this object.
|
int |
getAllocate() |
JDBCConfiguration |
getConfiguration()
Return the
JDBCConfiguration for this sequence. |
int |
getIncrement() |
int |
getInitialValue() |
java.lang.String |
getSchema()
Deprecated.
|
DBIdentifier |
getSchemaIdentifier() |
java.lang.String |
getSequence()
The sequence name.
|
static void |
main(java.lang.String[] args)
Usage: java org.apache.openjpa.jdbc.schema.NativeJDBCSequence [option]*
-action/-a <add | drop | get>
Where the following options are recognized.
|
protected java.lang.Object |
nextInternal(JDBCStore store,
ClassMapping mapping)
Return the next sequence object.
|
void |
refreshSequence()
Creates the sequence in the DB.
|
static boolean |
run(JDBCConfiguration conf,
java.lang.String[] args,
Options opts)
Run the tool.
|
static boolean |
run(JDBCConfiguration conf,
java.lang.String[] args,
java.lang.String action)
Run the tool.
|
void |
setAllocate(int allocate) |
void |
setConfiguration(Configuration conf)
Invoked prior to setting bean properties.
|
void |
setFormat(java.lang.String format)
Deprecated.
Retained for backwards-compatibility for auto-configuration.
|
void |
setIncrement(int increment) |
void |
setInitialValue(int initial) |
void |
setSchema(java.lang.String schema)
Deprecated.
|
void |
setSequence(java.lang.String seqName)
The sequence name.
|
void |
setSequenceName(java.lang.String seqName)
Deprecated.
Use
setSequence(java.lang.String). Retained for
backwards-compatibility for auto-configuration. |
void |
setTableName(java.lang.String table)
Deprecated.
Retained for backwards-compatibility for auto-configuration.
|
void |
startConfiguration()
Invoked before bean property configuration is begun on this object.
|
allocate, allocateInternal, close, closeConnection, current, currentInternal, getConnection, next, setType, suspendInJTApublic static final java.lang.String ACTION_DROP
public static final java.lang.String ACTION_ADD
public static final java.lang.String ACTION_GET
public java.lang.String getSequence()
OPENJPA_SEQUENCE.public void setSequence(java.lang.String seqName)
OPENJPA_SEQUENCE.@Deprecated public void setSequenceName(java.lang.String seqName)
setSequence(java.lang.String). Retained for
backwards-compatibility for auto-configuration.public int getInitialValue()
Sequence.getInitialValue()public void setInitialValue(int initial)
Sequence.setInitialValue(int)public int getAllocate()
Sequence.getAllocate()public void setAllocate(int allocate)
Sequence.setAllocate(int)public int getIncrement()
Sequence.getIncrement()public void setIncrement(int increment)
Sequence.setIncrement(int)@Deprecated public void setTableName(java.lang.String table)
@Deprecated public void setFormat(java.lang.String format)
public void addSchema(ClassMapping mapping, SchemaGroup group)
AbstractJDBCSeqaddSchema in interface JDBCSeqaddSchema in class AbstractJDBCSeqpublic JDBCConfiguration getConfiguration()
AbstractJDBCSeqJDBCConfiguration for this sequence.getConfiguration in class AbstractJDBCSeqpublic void setConfiguration(Configuration conf)
ConfigurablesetConfiguration in interface Configurablepublic void startConfiguration()
ConfigurablestartConfiguration in interface Configurablepublic void endConfiguration()
ConfigurableendConfiguration in interface Configurableprotected java.lang.Object nextInternal(JDBCStore store, ClassMapping mapping) throws java.sql.SQLException
AbstractJDBCSeqnextInternal in class AbstractJDBCSeqjava.sql.SQLExceptionpublic void refreshSequence()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void dropSequence()
throws java.sql.SQLException
java.sql.SQLExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
JDBCConfiguration. Optional.JDBCConfiguration can be set by
using their names and supplying a value. For example:
-licenseKey adslfja83r3lkadfjava.lang.Exceptionpublic static boolean run(JDBCConfiguration conf, java.lang.String[] args, Options opts) throws java.lang.Exception
java.lang.Exceptionpublic static boolean run(JDBCConfiguration conf, java.lang.String[] args, java.lang.String action) throws java.lang.Exception
java.lang.Exceptionpublic void setSchema(java.lang.String schema)
public java.lang.String getSchema()
public DBIdentifier getSchemaIdentifier()