public interface IStore
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
createTable(Serializable t) |
boolean |
del(Serializable t) |
boolean |
exsitTable(Serializable t) |
boolean |
get(Serializable t) |
boolean |
save(Serializable t) |
boolean |
update(Serializable t) |
boolean exsitTable(Serializable t) throws StoreException
StoreExceptionboolean createTable(Serializable t) throws StoreException
StoreExceptionboolean save(Serializable t) throws StoreException
StoreExceptionboolean del(Serializable t) throws StoreException
StoreExceptionboolean get(Serializable t) throws StoreException
StoreExceptionboolean update(Serializable t) throws StoreException
StoreExceptionCopyright © 2018. All rights reserved.