com.aneeshpu.dpdeppop.schema
Class RecordFactory

java.lang.Object
  extended by com.aneeshpu.dpdeppop.schema.RecordFactory

public class RecordFactory
extends Object


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

RecordFactory

public RecordFactory()
Method Detail

createRecordWithAutoIncrementBasedCreation

public static Record createRecordWithAutoIncrementBasedCreation(String tableName,
                                                                Connection connection,
                                                                Map<String,Map<String,Object>> preassignedValues)

createRecordDontAssignPrimaryKeys

public static Record createRecordDontAssignPrimaryKeys(String tableName,
                                                       Connection connection,
                                                       Map<String,Map<String,Object>> preassignedValues)


Copyright © 2013. All Rights Reserved.