public interface CodeTypeDao
| Modifier and Type | Method and Description |
|---|---|
CodeType |
create() |
void |
delete(CodeType codeType) |
java.util.List<CodeType> |
readAllCodeTypes() |
CodeType |
readCodeTypeById(java.lang.Long codeTypeId) |
java.util.List<CodeType> |
readCodeTypeByKey(java.lang.String key) |
CodeType |
save(CodeType codeType) |
Copyright © 2018. All Rights Reserved.