Modifier and Type | Method and Description |
---|---|
PersistedValue |
Persistor.onGet(String key)
Retrieve a row from the Database
|
PersistedValue |
JdbcPersistorImpl.onGet(String key) |
PersistedValue[] |
Persistor.onQuery(String query)
A Query is a prefix match for all keys in the database.
|
PersistedValue[] |
JdbcPersistorImpl.onQuery(String query) |
Modifier and Type | Method and Description |
---|---|
void |
Persistor.onInsert(PersistedValue persistedValue)
Implement this method to handle Insert/Put callbacks.
|
void |
JdbcPersistorImpl.onInsert(PersistedValue persistedValue) |
Please send bug reports and comments to Caplin support