|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.io.IDGeneratorFactory
Factory for IDGenerator-instances. The generated instance is suitable for the database used and for the configuration (i.e. table and field type).
Constructor Summary | |
IDGeneratorFactory()
|
Method Summary | |
static IDGenerator |
createIDGenerator(java.sql.Connection con,
java.lang.String tableName,
java.lang.String fieldName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IDGeneratorFactory()
Method Detail |
public static IDGenerator createIDGenerator(java.sql.Connection con, java.lang.String tableName, java.lang.String fieldName) throws java.sql.SQLException
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |