跳过导航链接
A C D E F G I L M O R S T U X 

A

AnnotationProcessor - xiaofei.library.datastorage.annotation中的类
Created by Xiaofei on 16/3/25.

C

CLASS_ID - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
 
ClassId - xiaofei.library.datastorage.annotation中的注释类型
Created by Xiaofei on 16/3/25.
clear() - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
clear() - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Clear all the data in the storage.
clearTable() - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
clearTable() - 类 中的方法xiaofei.library.datastorage.database.DbService
 
clearTable() - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Delete all the objects in the table.
close() - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
close() - 类 中的方法xiaofei.library.datastorage.database.DbService
关闭数据库,程序退出时执行
close() - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Close the database.
CodeUtils - xiaofei.library.datastorage.util中的类
Created by Xiaofei on 16/3/17.
compress(byte[]) - 类 中的静态方法xiaofei.library.datastorage.util.GzipUtils
 
Condition<T> - xiaofei.library.datastorage.util中的接口
Created by Xiaofei on 15/11/11.
contains(T) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
contains(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
contains(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return true if the storage contains the element of the specified class and the specified id, false otherwise.
contains(T) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return true if the storage contains the element, false otherwise.
containsObject(Class, String) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
containsObject(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
containsObject(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Return true if the table contains the object of the specified class and the specified object id.
CREATE_TABLE_COMMAND - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
 

D

DatabaseStorage - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/3/24.
DataStorageFactory - xiaofei.library.datastorage中的类
Created by Xiaofei on 16/3/24.
DbCache - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 15/11/9.
DbConfig - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/5/10.
DbConst - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 15/11/11.
DbOpenHelper - xiaofei.library.datastorage.database中的类
 
DbOpenHelper(Context) - 类 的构造器xiaofei.library.datastorage.database.DbOpenHelper
 
DbService - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 15/11/12.
DbService.Coder - xiaofei.library.datastorage.database中的接口
 
decode(String, Class<T>) - 接口 中的方法xiaofei.library.datastorage.database.DbService.Coder
 
decode(String) - 类 中的方法xiaofei.library.datastorage.database.DefaultCoderHook
 
decode(String, Class<T>) - 类 中的方法xiaofei.library.datastorage.database.GsonObjectCoder
 
decode(String) - 类 中的方法xiaofei.library.datastorage.database.GzipCoderHook
 
decode(String) - 接口 中的方法xiaofei.library.datastorage.database.ICoderHook
 
decode(String, Class<T>) - 类 中的方法xiaofei.library.datastorage.database.SerialObjectCoder
 
decode(String) - 类 中的静态方法xiaofei.library.datastorage.util.CodeUtils
 
decompress(byte[]) - 类 中的静态方法xiaofei.library.datastorage.util.GzipUtils
 
DefaultCoderHook - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/5/29.
DefaultCoderHook() - 类 的构造器xiaofei.library.datastorage.database.DefaultCoderHook
 
delete(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(T) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(List<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(T) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the element.
delete(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the element of the specified class and the specified id.
delete(Class<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the elements of the specified class and the id in the list ids.
delete(List<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the elements in the list.
delete(Class<T>, Condition<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the elements which are of the specified class and satisfy the condition.
DELETE_TABLE_COMMAND - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
 
deleteAll(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
deleteAll(Class<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete all the elements of the specified class;
deleteAllObjects(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
deleteAllObjects(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
deleteAllObjects(Class<T>) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Delete all the object of the specified class.
deleteObject(Class, String) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
deleteObject(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
deleteObject(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Delete the object of the specified class and the specified object id.
deleteObjects(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
deleteObjects(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
deleteObjects(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
deleteObjects(Class<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Delete the objects of the specified class and the specified object ids.

E

encode(Object) - 接口 中的方法xiaofei.library.datastorage.database.DbService.Coder
 
encode(String) - 类 中的方法xiaofei.library.datastorage.database.DefaultCoderHook
 
encode(Object) - 类 中的方法xiaofei.library.datastorage.database.GsonObjectCoder
 
encode(String) - 类 中的方法xiaofei.library.datastorage.database.GzipCoderHook
 
encode(String) - 接口 中的方法xiaofei.library.datastorage.database.ICoderHook
 
encode(Object) - 类 中的方法xiaofei.library.datastorage.database.SerialObjectCoder
 
encode(byte[]) - 类 中的静态方法xiaofei.library.datastorage.util.CodeUtils
 
executeInTransaction(Runnable) - 类 中的方法xiaofei.library.datastorage.database.DbService
 

F

FieldMember - xiaofei.library.datastorage.annotation中的类
Created by Xiaofei on 16/5/11.
FieldMember(Field) - 类 的构造器xiaofei.library.datastorage.annotation.FieldMember
 

G

getAllObjects(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
getAllObjects(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
getAllObjects(Class<T>) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Return all the objects of the specified class.
getClassId(Class<?>) - 类 中的方法xiaofei.library.datastorage.annotation.AnnotationProcessor
Return the class id of the specified class.
getInstance() - 类 中的静态方法xiaofei.library.datastorage.annotation.AnnotationProcessor
 
getInstance(Context) - 类 中的静态方法xiaofei.library.datastorage.database.DatabaseStorage
 
getInstance(Context, int) - 类 中的静态方法xiaofei.library.datastorage.DataStorageFactory
 
getObject(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
getObject(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
getObject(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Return the objects of the specified class and the specified object ids.
getObjectId(Object) - 类 中的方法xiaofei.library.datastorage.annotation.AnnotationProcessor
 
getObjects(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
getObjects(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
getObjects(Class<T>, Condition<T>) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Return the objects of the specified class, which satisfy the condition.
getValue(Object) - 类 中的方法xiaofei.library.datastorage.annotation.FieldMember
 
getValue(Object) - 接口 中的方法xiaofei.library.datastorage.annotation.Member
 
getValue(Object) - 类 中的方法xiaofei.library.datastorage.annotation.MethodMember
 
getVersion() - 类 中的静态方法xiaofei.library.datastorage.database.DbConfig
 
GsonObjectCoder - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/3/16.
GsonObjectCoder() - 类 的构造器xiaofei.library.datastorage.database.GsonObjectCoder
 
GsonObjectCoder(ICoderHook) - 类 的构造器xiaofei.library.datastorage.database.GsonObjectCoder
 
GzipCoderHook - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/5/29.
GzipCoderHook() - 类 的构造器xiaofei.library.datastorage.database.GzipCoderHook
 
GzipUtils - xiaofei.library.datastorage.util中的类
Created by Xiaofei on 16/5/29.

I

ICoderHook - xiaofei.library.datastorage.database中的接口
Created by Xiaofei on 16/5/29.
ID - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
 
IDataStorage - xiaofei.library.datastorage中的接口
Created by Xiaofei on 16/3/24.
IDbOperation - xiaofei.library.datastorage.database中的接口
Created by Xiaofei on 15/11/9.
insertObject(T, String) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
insertObject(T, String) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
insertObject(T, String) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Insert the object of the specified object id.
insertObjects(List<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
insertObjects(List<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
insertObjects(List<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Insert the objects of the specified object ids.

L

load(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, List<String>, Comparator<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, Condition<T>, Comparator<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return the element of the specified class and the specified id.
load(Class<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of elements of the specified class and the specified ids.
load(Class<T>, List<String>, Comparator<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of elements of the specified class and the specified ids.
load(Class<T>, Condition<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of elements which satisfying the condition.
load(Class<T>, Condition<T>, Comparator<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of elements which satisfying the condition.
loadAll(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
loadAll(Class<T>, Comparator<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
loadAll(Class<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of all the elements of the specified class.
loadAll(Class<T>, Comparator<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of all the elements of the specified class.

M

Member - xiaofei.library.datastorage.annotation中的接口
Created by Xiaofei on 16/5/11.
MethodMember - xiaofei.library.datastorage.annotation中的类
Created by Xiaofei on 16/5/11.
MethodMember(Method) - 类 的构造器xiaofei.library.datastorage.annotation.MethodMember
 

O

OBJECT_DATA - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
 
OBJECT_ID - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
 
ObjectId - xiaofei.library.datastorage.annotation中的注释类型
Created by Xiaofei on 16/3/25.
onCreate(SQLiteDatabase) - 类 中的方法xiaofei.library.datastorage.database.DbOpenHelper
 
onDowngrade(SQLiteDatabase, int, int) - 类 中的方法xiaofei.library.datastorage.database.DbOpenHelper
 
onUpgrade(SQLiteDatabase, int, int) - 类 中的方法xiaofei.library.datastorage.database.DbOpenHelper
 

R

REPLACE_COMMAND - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
 
replaceObjects(Class<T>, List<String>, List<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
 
replaceObjects(Class<T>, List<String>, List<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DbService
 
replaceObjects(Class<T>, List<String>, List<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
Replace the objects of the old object ids with the objects of the new object ids.

S

satisfy(T) - 接口 中的方法xiaofei.library.datastorage.util.Condition
 
SerialObjectCoder - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/3/21.
SerialObjectCoder() - 类 的构造器xiaofei.library.datastorage.database.SerialObjectCoder
 
setVersion(int) - 类 中的静态方法xiaofei.library.datastorage.database.DbConfig
 
storeOrUpdate(T) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
storeOrUpdate(List<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
storeOrUpdate(T, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
storeOrUpdate(List<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
storeOrUpdate(T, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Store or update an element of the specified id.
storeOrUpdate(T) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Store or update an element.
storeOrUpdate(List<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Store or update a list of elements of the same type.
storeOrUpdate(List<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Store or update a list of elements of the same type.

T

TABLE_NAME - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
 
TYPE_DATABASE - 类 中的静态变量xiaofei.library.datastorage.DataStorageFactory
 
TYPE_FILE - 类 中的静态变量xiaofei.library.datastorage.DataStorageFactory
 

U

updateAllObjects() - 类 中的方法xiaofei.library.datastorage.database.DbCache
 

X

xiaofei.library.datastorage - 程序包 xiaofei.library.datastorage
 
xiaofei.library.datastorage.annotation - 程序包 xiaofei.library.datastorage.annotation
 
xiaofei.library.datastorage.database - 程序包 xiaofei.library.datastorage.database
 
xiaofei.library.datastorage.util - 程序包 xiaofei.library.datastorage.util
 
A C D E F G I L M O R S T U X 
跳过导航链接