|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aneeshpu.dpdeppop.schema.RecordFactory
public class RecordFactory
| Constructor Summary | |
|---|---|
RecordFactory()
|
|
| Method Summary | |
|---|---|
static Record |
createRecordDontAssignPrimaryKeys(String tableName,
Connection connection,
Map<String,Map<String,Object>> preassignedValues)
|
static Record |
createRecordWithAutoIncrementBasedCreation(String tableName,
Connection connection,
Map<String,Map<String,Object>> preassignedValues)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordFactory()
| Method Detail |
|---|
public static Record createRecordWithAutoIncrementBasedCreation(String tableName,
Connection connection,
Map<String,Map<String,Object>> preassignedValues)
public static Record createRecordDontAssignPrimaryKeys(String tableName,
Connection connection,
Map<String,Map<String,Object>> preassignedValues)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||