public class ManagerFactory extends Object
| Constructor and Description |
|---|
ManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Record,E extends AbstractRecordManager<T>> |
getByRecord(T record) |
static <T extends Record,E extends AbstractRecordManager<T>> |
getByRecordID(long id) |
static Collection<Record> |
getList() |
static <T extends Record> |
getList(Class<T> clazz) |
static <T extends Record,E extends AbstractRecordManager<T>> |
registerNew(T toRegister) |
public static <T extends Record,E extends AbstractRecordManager<T>> E getByRecord(T record)
public static <T extends Record,E extends AbstractRecordManager<T>> E getByRecordID(long id)
public static <T extends Record,E extends AbstractRecordManager<T>> E registerNew(T toRegister)
public static Collection<Record> getList()
public static <T extends Record> Collection<T> getList(Class<T> clazz)
Copyright © 2020. All Rights Reserved.