| Package | Description |
|---|---|
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
void |
PostgreSqlAdaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
void |
H2Adaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
abstract void |
JdbcAdaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
void |
SawSqlAdaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
void |
OracleAdaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
void |
MsSqlAdaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
void |
DerbyAdaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
void |
HsqlAdaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
void |
MySqlAdaptor.createSequenceIfNecessary(DataSource datasource,
SequenceGenerator sequence)
Creates the sequence if not exists.
|
protected void |
JdbcAdaptor.dropSequence(QueryRunner runner,
SequenceGenerator sequence)
Drops the sequence.
|
protected void |
DerbyAdaptor.dropSequence(QueryRunner runner,
SequenceGenerator sequence)
Drops the sequence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcAdaptor.dropAllSequences(DataSource datasource,
Collection<SequenceGenerator> sequences) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.