Uses of Class
com.appslandia.common.record.Key
-
Packages that use Key Package Description com.appslandia.common.record -
-
Uses of Key in com.appslandia.common.record
Methods in com.appslandia.common.record that return Key Modifier and Type Method Description KeyKey. set(String keyField, Object value)Methods in com.appslandia.common.record with parameters of type Key Modifier and Type Method Description intDbContext. delete(String tableName, Key key)intDbContext. delete(String tableName, Key key, boolean addBatch)booleanDbContext. exists(String tableName, Key key)RecordDbContext. getRecord(String tableName, Key key)
-