|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InitializingIdGenerator
This is a helper interface implemented by InitializingIdGenerators. It allows the IdGeneratorInitializer to "callback" and get the SQL statement required to initialize a given IdGenerator.
| Method Summary | |
|---|---|
java.lang.String |
getCreateStatement()
Returns the create table statement required for this IdGenerator. |
javax.sql.DataSource |
getDataSource()
Returns the data source used by this IdGenerator |
java.lang.String |
getTableName()
Returns the drop table statement for this IdGenerator |
| Method Detail |
|---|
java.lang.String getCreateStatement()
java.lang.String getTableName()
javax.sql.DataSource getDataSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||