org.broadleafcommerce.common.dao
Interface GenericEntityDao

All Known Implementing Classes:
GenericEntityDaoImpl

public interface GenericEntityDao


Method Summary
 Class<?> getImplClass(String className)
           
 Object readGenericEntity(Class<?> clazz, Object id)
           
 

Method Detail

readGenericEntity

Object readGenericEntity(Class<?> clazz,
                         Object id)

getImplClass

Class<?> getImplClass(String className)


Copyright © 2013. All Rights Reserved.