org.broadleafcommerce.core.util.dao
Class CodeTypeDaoImpl
java.lang.Object
org.broadleafcommerce.core.util.dao.CodeTypeDaoImpl
- All Implemented Interfaces:
- CodeTypeDao
@Repository(value="blCodeTypeDao")
public class CodeTypeDaoImpl
- extends Object
- implements CodeTypeDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
CodeTypeDaoImpl
public CodeTypeDaoImpl()
create
public CodeType create()
- Specified by:
create in interface CodeTypeDao
readAllCodeTypes
public List<CodeType> readAllCodeTypes()
- Specified by:
readAllCodeTypes in interface CodeTypeDao
delete
public void delete(CodeType codeType)
- Specified by:
delete in interface CodeTypeDao
readCodeTypeById
public CodeType readCodeTypeById(Long codeTypeId)
- Specified by:
readCodeTypeById in interface CodeTypeDao
readCodeTypeByKey
public List<CodeType> readCodeTypeByKey(String key)
- Specified by:
readCodeTypeByKey in interface CodeTypeDao
save
public CodeType save(CodeType codeType)
- Specified by:
save in interface CodeTypeDao
Copyright © 2012. All Rights Reserved.