public static class DatabaseObject.Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends DatabaseObject> |
get(int pkey,
Collection<T> from) |
static <T extends DatabaseObject> |
get(int pkey,
T[] from) |
static void |
saveAll(DatabaseObject[] objects,
Statement stmt) |
public static void saveAll(DatabaseObject[] objects, Statement stmt)
public static <T extends DatabaseObject> T get(int pkey, T[] from)
public static <T extends DatabaseObject> T get(int pkey, Collection<T> from)
Copyright © 2022. All rights reserved.