|
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 | |||||||||
An implementation of the SequenceFactory interface is used to generate unique primary key values for newly persisted JDO instances. Multiple SequenceFactories may be used during the lifetime of a JDO application.
| Method Summary | |
long |
getNext(java.lang.Class cls,
java.lang.String user,
java.lang.String pass)
Return a unique primary key value. |
void |
setConfiguration(com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration conf)
Set the configuration for this factory; allows access to database connection information, etc. |
| Method Detail |
public void setConfiguration(com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration conf)
public long getNext(java.lang.Class cls,
java.lang.String user,
java.lang.String pass)
cls - the class of the object being persisteduser - the authentication information for connecting to the
databasepass - the authentication information for connecting to the
database
javax.jdo.JDOException, - or some subclass
|
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 | |||||||||