public class HandleBatchFetchCollectionEvent
extends org.springframework.context.ApplicationEvent
source
Constructor and Description |
---|
HandleBatchFetchCollectionEvent(Object source,
List collection,
Class<?> type,
EnterpriseCollectionDao enterpriseCollectionDao) |
Modifier and Type | Method and Description |
---|---|
List |
getCollection() |
EnterpriseCollectionDao |
getEnterpriseCollectionDao() |
Class<?> |
getType() |
getSource, toString
public HandleBatchFetchCollectionEvent(Object source, List collection, Class<?> type, EnterpriseCollectionDao enterpriseCollectionDao)
public List getCollection()
public Class<?> getType()
public EnterpriseCollectionDao getEnterpriseCollectionDao()
Copyright © 2019. All rights reserved.