Class DefaultRepositoryUtility
java.lang.Object
com.broadleafcommerce.data.tracking.core.DefaultRepositoryUtility
- All Implemented Interfaces:
RepositoryUtility
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class DefaultRepositoryUtility
extends Object
implements org.springframework.context.ApplicationContextAware, RepositoryUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRepositoryForEntity
(Class<?> entityClass) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
DefaultRepositoryUtility
public DefaultRepositoryUtility()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(@NonNull org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-
getRepositoryForEntity
- Specified by:
getRepositoryForEntity
in interfaceRepositoryUtility
-