Uses of Class
com.aneeshpu.dpdeppop.schema.Record

Packages that use Record
com.aneeshpu.dpdeppop.query   
com.aneeshpu.dpdeppop.schema   
 

Uses of Record in com.aneeshpu.dpdeppop.query
 

Methods in com.aneeshpu.dpdeppop.query with parameters of type Record
 Query QueryFactory.generateDeleteQuery(Column primaryKeyColumn, Map<String,Map<String,Object>> preassignedValues, Record record)
           
 Query QueryFactory.generateInsertQuery(Map<String,Column> columns, Map<String,Map<String,Object>> preassignedValues, Record record)
           
 

Uses of Record in com.aneeshpu.dpdeppop.schema
 

Methods in com.aneeshpu.dpdeppop.schema that return Record
 Record RecordBuilder.createRecord()
           
static Record RecordFactory.createRecordWithAutoIncrementBasedCreation(String account, Connection connection, HashMap<String,Map<String,Object>> preassignedValues)
           
 Record Column.getRecord()
           
 Record Column.getReferencingRecord()
           
 

Methods in com.aneeshpu.dpdeppop.schema that return types with arguments of type Record
 Map<String,Record> Record.populate(boolean onlyPopulateParentTables)
           
 

Methods in com.aneeshpu.dpdeppop.schema with parameters of type Record
 void Column.setReferencingRecord(Record referencingRecord)
           
 Column.ColumnBuilder Column.ColumnBuilder.withReferencingTable(Record referencingRecord)
           
 Column.ColumnBuilder Column.ColumnBuilder.withTable(Record record)
           
 



Copyright © 2013. All Rights Reserved.