|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.solarmetric.rd.kodo.impl.jdbc.runtime.UpdateManagerImpl
Standard update manager, capable of statement batching and foreign key constraint evaluation.
| Constructor Summary | |
UpdateManagerImpl()
|
|
| Method Summary | |
java.util.Collection |
flush(java.util.Collection states,
com.solarmetric.rd.kodo.impl.jdbc.runtime.JDBCStoreManager store,
java.sql.Connection conn)
Flush the given instances to the data store. |
boolean |
getBatchSQL()
If true, the update manager will batch SQL statements, ordering them to maximize the batch size. |
boolean |
getForeignKeyConstraints()
If true, then the update manager will automatically order operations to obey foreign key constraints. |
void |
setBatchSQL(boolean batch)
If true, the execution manager will batch SQL statements, ordering them to maximize the batch size. |
void |
setConfiguration(com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration conf)
Set the system configuraiton. |
void |
setForeignKeyConstraints(boolean fks)
If true, then the update manager will automatically order operations to obey foreign key constraints. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UpdateManagerImpl()
| Method Detail |
public boolean getForeignKeyConstraints()
public void setForeignKeyConstraints(boolean fks)
public boolean getBatchSQL()
public void setBatchSQL(boolean batch)
public void setConfiguration(com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration conf)
UpdateManager
setConfiguration in interface UpdateManager
public java.util.Collection flush(java.util.Collection states,
com.solarmetric.rd.kodo.impl.jdbc.runtime.JDBCStoreManager store,
java.sql.Connection conn)
throws java.sql.SQLException
UpdateManager
flush in interface UpdateManagerjava.sql.SQLException
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||