public class NJobConfigStore extends Object
| Constructor and Description |
|---|
NJobConfigStore(net.thevpc.nuts.NutsApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(Class entityName,
Object id) |
boolean |
delete(String entityName,
Object id) |
String |
generateId(Class clz) |
<T> T |
load(Class<T> type,
Object id) |
<T> Stream<T> |
search(Class<T> type) |
void |
store(Object o) |
public NJobConfigStore(net.thevpc.nuts.NutsApplicationContext applicationContext)
public void store(Object o)
Copyright © 2021 vpc open source initiative. All rights reserved.