public interface RepositoryManager
NamedDataSource, NamedSchema, and NamedQuery.| Modifier and Type | Method and Description |
|---|---|
<T extends ManagedEntity> |
getRepository(Class<T> clazz)
Get repository capable of managing given type of entity.
|
void |
update(List<Repository<?>> repos)
Update repository list using given repositories.
|
<T extends ManagedEntity> Repository<T> getRepository(Class<T> clazz)
T - type of entity to be managedclazz - class of entityvoid update(List<Repository<?>> repos)
repos - repositoriesCopyright © 2019–2021. All rights reserved.