public class BaseCodeAndDescriptionService<T extends BaseCodeAndDescriptionEntity> extends BaseService<T>
Describes a service class for an entity which contains an id, a code and a description.
| Constructor | Description |
|---|---|
BaseCodeAndDescriptionService(Class<T> clazz) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
getByCode(String code) |
|
List<T> |
getByDescription(String description) |
create, delete, delete, getAll, getById, getByPredicate, getMultiple, getSingle, updateCopyright © 2018. All rights reserved.