org.broadleafcommerce.core.content.dao
Class ContentDetailsDaoImpl
java.lang.Object
org.broadleafcommerce.common.util.dao.BatchRetrieveDao
org.broadleafcommerce.core.content.dao.ContentDetailsDaoImpl
- All Implemented Interfaces:
- ContentDetailsDao
@Repository(value="blContentDetailsDao")
public class ContentDetailsDaoImpl
- extends BatchRetrieveDao
- implements ContentDetailsDao
- Author:
- btaylor
| 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
ContentDetailsDaoImpl
public ContentDetailsDaoImpl()
delete
public void delete(ContentDetails contentDetails)
- Specified by:
delete in interface ContentDetailsDao
readContentDetailsById
public ContentDetails readContentDetailsById(Integer id)
- Specified by:
readContentDetailsById in interface ContentDetailsDao
readContentDetailsByOrderedIds
public List<ContentDetails> readContentDetailsByOrderedIds(List<Integer> ids)
- Specified by:
readContentDetailsByOrderedIds in interface ContentDetailsDao
save
public ContentDetails save(ContentDetails contentDetails)
- Specified by:
save in interface ContentDetailsDao
Copyright © 2013. All Rights Reserved.