public final class RepositorySupport extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteAll(Iterable<?> entities) |
static List<?> |
findByIds(Class<?> entityClass,
Iterable<?> ids) |
static List<?> |
findByIds(Class<?> entityClass,
String idField,
Iterable<Long> ids) |
static Object |
getOne(Class<?> entityClass,
Object id) |
public static void deleteAll(Iterable<?> entities)
Copyright © 2020 JBoss by Red Hat. All rights reserved.