| Package | Description |
|---|---|
| io.baltoro.client | |
| io.baltoro.client.util |
| Modifier and Type | Method and Description |
|---|---|
<T extends Base> |
LocalDB.find(String name,
Class<T> _class) |
<T extends Base> |
LocalDB.findFirstLinked(Class<T> _class,
Base... objs) |
<T extends Base> |
LocalDB.findLinked(boolean debug,
Class<T> _class,
Base... objs) |
<T extends Base> |
LocalDB.findOne(String name,
Class<T> _class) |
<T extends Base> |
LocalDB.get(String baseUuid,
Class<T> _class) |
| Modifier and Type | Method and Description |
|---|---|
List<Base> |
LocalDB.find(String[] baseUuids) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Base> |
LocalDB.findFirstLinked(Class<T> _class,
Base... objs) |
<T extends Base> |
LocalDB.findLinked(boolean debug,
Class<T> _class,
Base... objs) |
String |
LocalDB.insertLink(int sortOrder,
Base... objs) |
String |
LocalDB.link(Base... objs) |
String |
LocalDB.link(int sortOrder,
Base... objs) |
void |
LocalDB.save(Base obj) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StringUtil.toInClause(Base... bases) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StringUtil.toInClauseForMetadata(Collection<Base> col) |
Copyright © 2017. All rights reserved.