All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected StringBuilder |
createDelete(PlasmaType type,
Map<String,PropertyPair> values) |
protected StringBuilder |
createInsert(PlasmaType type,
Map<String,PropertyPair> values) |
protected StringBuilder |
createSelect(PlasmaType type,
List<String> names,
List<PropertyPair> keyValues) |
protected StringBuilder |
createSelect(PlasmaType type,
List<String> names,
List<PropertyPair> keyValues,
FilterAssembler filterAssembler,
List<Object> params,
AliasMap aliasMap) |
protected StringBuilder |
createSelectForUpdate(PlasmaType type,
List<PropertyPair> keyValues,
int waitSeconds) |
protected StringBuilder |
createUpdate(PlasmaType type,
Map<String,PropertyPair> values) |
protected void |
execute(PlasmaType type,
StringBuilder sql,
Map<String,PropertyPair> values,
Connection con) |
protected List<PropertyPair> |
executeInsert(PlasmaType type,
StringBuilder sql,
Map<String,PropertyPair> values,
Connection con) |
protected List<PlasmaDataObject> |
fetch(PlasmaDataObject source,
PlasmaProperty sourceProperty,
StringBuilder sqlQuery,
Connection con) |
protected List<List<PropertyPair>> |
fetch(PlasmaType type,
StringBuilder sql,
Connection con) |
protected List<List<PropertyPair>> |
fetch(PlasmaType type,
StringBuilder sql,
Object[] params,
Connection con) |
protected List<PropertyPair> |
fetchRow(PlasmaType type,
StringBuilder sql,
Connection con) |
protected Map<String,PropertyPair> |
fetchRowMap(PlasmaType type,
StringBuilder sql,
Connection con) |
protected String |
getQualifiedPhysicalName(PlasmaType type) |
protected boolean |
hasUpdatableProperties(Map<String,PropertyPair> values) |