@Repository(value="blCodeTypeDao") public class CodeTypeDaoImpl extends Object implements CodeTypeDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
CodeTypeDaoImpl() |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public CodeType create()
create in interface CodeTypeDaopublic List<CodeType> readAllCodeTypes()
readAllCodeTypes in interface CodeTypeDaopublic void delete(CodeType codeType)
delete in interface CodeTypeDaopublic CodeType readCodeTypeById(Long codeTypeId)
readCodeTypeById in interface CodeTypeDaopublic List<CodeType> readCodeTypeByKey(String key)
readCodeTypeByKey in interface CodeTypeDaopublic CodeType save(CodeType codeType)
save in interface CodeTypeDaoCopyright © 2015. All Rights Reserved.