org.broadleafcommerce.core.catalog.dao
Class CategoryXrefDaoImpl
java.lang.Object
org.broadleafcommerce.core.catalog.dao.CategoryXrefDaoImpl
- All Implemented Interfaces:
- CategoryXrefDao
@Repository(value="blCategoryXrefDao")
public class CategoryXrefDaoImpl
- extends java.lang.Object
- implements CategoryXrefDao
| 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
queryCacheableKey
protected java.lang.String queryCacheableKey
CategoryXrefDaoImpl
public CategoryXrefDaoImpl()
readXrefsByCategoryId
public java.util.List<CategoryXref> readXrefsByCategoryId(java.lang.Long categoryId)
- Specified by:
readXrefsByCategoryId in interface CategoryXrefDao
readXrefsBySubCategoryId
public java.util.List<CategoryXref> readXrefsBySubCategoryId(java.lang.Long subCategoryId)
- Specified by:
readXrefsBySubCategoryId in interface CategoryXrefDao
readXrefByIds
public CategoryXref readXrefByIds(java.lang.Long categoryId,
java.lang.Long subCategoryId)
- Specified by:
readXrefByIds in interface CategoryXrefDao
save
public CategoryXref save(CategoryXref categoryXref)
- Specified by:
save in interface CategoryXrefDao
delete
public void delete(CategoryXref categoryXref)
- Specified by:
delete in interface CategoryXrefDao
getQueryCacheableKey
public java.lang.String getQueryCacheableKey()
setQueryCacheableKey
public void setQueryCacheableKey(java.lang.String queryCacheableKey)
Copyright © 2011. All Rights Reserved.