public interface CodeTypeDao
| Modifier and Type | Method and Description |
|---|---|
CodeType |
create() |
void |
delete(CodeType codeType) |
List<CodeType> |
readAllCodeTypes() |
CodeType |
readCodeTypeById(Long codeTypeId) |
List<CodeType> |
readCodeTypeByKey(String key) |
CodeType |
save(CodeType codeType) |
Copyright © 2017. All rights reserved.