public interface IDataLoader
Example:
ListblogList = EhCacheKit.handle("blog", "blogList", new IDataLoader(){ public Object load() { return Blog.dao.find("select * from blog"); }});
Modifier and Type | Method and Description |
---|---|
Object |
load() |
Object load()
Copyright © 2018. All rights reserved.