JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
M
N
O
P
Q
R
S
T
U
W
A
AbstractDatabaseHelper
- Class in
net.sf.mardao.core.dao
AbstractDatabaseHelper(Context, String)
- Constructor for class net.sf.mardao.core.dao.
AbstractDatabaseHelper
AbstractDatabaseHelper(Context)
- Constructor for class net.sf.mardao.core.dao.
AbstractDatabaseHelper
AndroidEntity
- Class in
net.sf.mardao.core.dao
AndroidEntity()
- Constructor for class net.sf.mardao.core.dao.
AndroidEntity
AndroidLongEntity
- Class in
net.sf.mardao.core.domain
AndroidLongEntity()
- Constructor for class net.sf.mardao.core.domain.
AndroidLongEntity
AndroidLongEntity(Long)
- Constructor for class net.sf.mardao.core.domain.
AndroidLongEntity
AndroidManyToMany
- Class in
net.sf.mardao.manytomany.domain
AndroidManyToMany()
- Constructor for class net.sf.mardao.manytomany.domain.
AndroidManyToMany
AndroidManyToMany(Long, Long)
- Constructor for class net.sf.mardao.manytomany.domain.
AndroidManyToMany
appendColumnDefinition(StringBuffer, String, boolean)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
appendColumnDefinition(StringBuffer, String)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
appendConstraint(StringBuffer, String, DaoImpl)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
appendConstraints(StringBuffer)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
appendParentKeyColumnDefinition(StringBuffer)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
appendWhereFilters(ArrayList<String>, Filter...)
- Static method in class net.sf.mardao.core.dao.
TypeDaoImpl
asList(Iterable)
- Static method in class net.sf.mardao.core.dao.
TypeDaoImpl
B
beginTransaction()
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
beginTransaction()
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
C
Cache
- Interface in
net.sf.jsr107cache
CacheException
- Exception in
net.sf.jsr107cache
CacheException()
- Constructor for exception net.sf.jsr107cache.
CacheException
CacheFactory
- Interface in
net.sf.jsr107cache
CacheManager
- Class in
net.sf.jsr107cache
CacheManager()
- Constructor for class net.sf.jsr107cache.
CacheManager
closeDbConnection()
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
commitTransaction(SQLiteDatabase)
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
commitTransaction(Object)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
convert(Cursor)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
coreKeyToParentKey(Long)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
coreKeyToSimpleKey(Long)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
coreToParentKey(ContentValues)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
coreToSimpleKey(ContentValues)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
count(Object, Object, Filter...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
createCache(Map)
- Method in interface net.sf.jsr107cache.
CacheFactory
createCore(Object)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
createCore(Object, ID)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
createCoreKey(Object, ID)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
createDomain(CursorIterable)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
Invoked by CursorIterable to map from cursor to domain object
createEqualsFilter(String, Object)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
createGreaterThanOrEqualFilter(String, Object)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
createInFilter(String, Collection)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
createMemCacheKey(Object, ID)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
createTable()
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
cursorFactory
- Variable in class net.sf.mardao.core.dao.
TypeDaoImpl
CursorIterable
<
T
,
ID
extends
Serializable
> - Class in
net.sf.mardao.core.dao
CursorIterable(SQLiteDatabase, SQLiteCursorDriver, String, SQLiteQuery)
- Constructor for class net.sf.mardao.core.dao.
CursorIterable
CursorIterable(SQLiteDatabase, SQLiteCursorDriver, String, SQLiteQuery, TypeDaoImpl<T, ID>)
- Constructor for class net.sf.mardao.core.dao.
CursorIterable
CursorIterableFactory
<
T
,
ID
extends
Serializable
> - Class in
net.sf.mardao.core.dao
CursorIterableFactory(TypeDaoImpl<T, ID>)
- Constructor for class net.sf.mardao.core.dao.
CursorIterableFactory
D
DATA_TYPES_DEFAULT
- Static variable in class net.sf.mardao.core.dao.
TypeDaoImpl
DATABASE_NAME
- Static variable in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
The database name is 'mardao'
databaseHelper
- Static variable in class net.sf.mardao.core.dao.
TypeDaoImpl
deleteAll()
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
doDelete(Object, Iterable<ID>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
doDelete(Iterable<T>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
doFindByPrimaryKey(Object, ID)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
doFindByPrimaryKeyForFuture(Object, ID)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
doPersistCoreForFuture(Iterable<ContentValues>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
doPersistCoreForFuture(ContentValues)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
doQueryByPrimaryKeys(Object, Iterable<ID>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
dropAll()
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
dropTable()
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
E
equals(Object)
- Method in class net.sf.mardao.core.domain.
AndroidLongEntity
F
findBy(Filter...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
findBy(String, boolean, int, int, Long, Filter...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
findBy(TypeDaoImpl<T, ID>, String, boolean, int, int, Long, Filter...)
- Static method in class net.sf.mardao.core.dao.
TypeDaoImpl
findUniqueBy(Filter...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
findUniqueKeyBy(Filter...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
G
get(Object)
- Method in interface net.sf.jsr107cache.
Cache
get_id()
- Method in class net.sf.mardao.core.domain.
AndroidLongEntity
getAll(Collection)
- Method in interface net.sf.jsr107cache.
Cache
getCacheFactory()
- Method in class net.sf.jsr107cache.
CacheManager
getContentValues()
- Method in class net.sf.mardao.core.dao.
AndroidEntity
getCoreProperty(ContentValues, String, Class)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getDaos()
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
getDataType(String)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getDataType(String, boolean)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getDbConnection()
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
getDbConnection()
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getFromCursor(String, CursorIterable)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getId()
- Method in class net.sf.mardao.core.domain.
AndroidLongEntity
getInstance()
- Static method in class net.sf.jsr107cache.
CacheManager
getInverseId()
- Method in class net.sf.mardao.manytomany.domain.
AndroidManyToMany
getKeyString(Object)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getOwningId()
- Method in class net.sf.mardao.manytomany.domain.
AndroidManyToMany
getParentKey(T)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getParentKey(Map<String, String>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getParentKeyByPrimaryKey(Object)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getPrimaryKey(String)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getPrimaryKey(T)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
getProperty(String)
- Method in class net.sf.mardao.core.dao.
AndroidEntity
I
iterator()
- Method in class net.sf.mardao.core.dao.
CursorIterable
M
minLogPriority
- Variable in class net.sf.mardao.core.dao.
TypeDaoImpl
N
net.sf.jsr107cache
- package net.sf.jsr107cache
net.sf.mardao.core.dao
- package net.sf.mardao.core.dao
net.sf.mardao.core.domain
- package net.sf.mardao.core.domain
net.sf.mardao.manytomany.domain
- package net.sf.mardao.manytomany.domain
newCursor(SQLiteDatabase, SQLiteCursorDriver, String, SQLiteQuery)
- Method in class net.sf.mardao.core.dao.
CursorIterableFactory
O
onCreate(SQLiteDatabase)
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
onCreate(SQLiteDatabase)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
onMove(int, int)
- Method in class net.sf.mardao.core.dao.
CursorIterable
onUpgrade(SQLiteDatabase, int, int)
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
onUpgrade(SQLiteDatabase, int, int)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
OPERATION_IN
- Static variable in class net.sf.mardao.core.dao.
TypeDaoImpl
P
persist(T)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
Override to avoid Iterable behavior in vain
persist(Iterable<T>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
Overriding this method to save heap, as Android have no real batch-persist method.
persistCore(Iterable<ContentValues>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
persistCore(ContentValues)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
persistCore(ContentValues, SQLiteDatabase)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
println(int, String, Object...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
printStackTrace(int, String, Throwable)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
put(Object, Object)
- Method in interface net.sf.jsr107cache.
Cache
putAll(Map)
- Method in interface net.sf.jsr107cache.
Cache
putLong(String, CursorIterable, ContentValues)
- Static method in class net.sf.mardao.core.dao.
TypeDaoImpl
putString(String, CursorIterable, ContentValues)
- Static method in class net.sf.mardao.core.dao.
TypeDaoImpl
Q
queryIterable(boolean, int, int, Object, Object, String, boolean, String, boolean, Filter...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
queryIterableKeys(int, int, Object, Object, String, boolean, String, boolean, Filter...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
queryPage(boolean, int, Object, Object, String, boolean, String, boolean, String, Filter...)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
R
releaseDbConnection()
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
remove(Object)
- Method in interface net.sf.jsr107cache.
Cache
rollbackActiveTransaction(Object)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
rollbackTransaction(SQLiteDatabase)
- Method in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
S
SDF
- Static variable in class net.sf.mardao.core.dao.
TypeDaoImpl
set_id(Long)
- Method in class net.sf.mardao.core.domain.
AndroidLongEntity
setCoreProperty(Object, String, Object)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
setDatabaseHelper(AbstractDatabaseHelper)
- Static method in class net.sf.mardao.core.dao.
TypeDaoImpl
setDomainFromCursor(T, String, CursorIterable)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
setId(Long)
- Method in class net.sf.mardao.core.domain.
AndroidLongEntity
setInverseId(Long)
- Method in class net.sf.mardao.manytomany.domain.
AndroidManyToMany
setOwningId(Long)
- Method in class net.sf.mardao.manytomany.domain.
AndroidManyToMany
setProperty(String, Object)
- Method in class net.sf.mardao.core.dao.
AndroidEntity
subString()
- Method in class net.sf.mardao.core.domain.
AndroidLongEntity
subString()
- Method in class net.sf.mardao.manytomany.domain.
AndroidManyToMany
T
TAG
- Static variable in class net.sf.mardao.core.dao.
AbstractDatabaseHelper
Use this tag for logging
TAG
- Variable in class net.sf.mardao.core.dao.
TypeDaoImpl
toString()
- Method in class net.sf.mardao.core.dao.
AndroidEntity
TypeDaoImpl
<
T
,
ID
extends
Serializable
> - Class in
net.sf.mardao.core.dao
TypeDaoImpl(Class<T>, Class<ID>)
- Constructor for class net.sf.mardao.core.dao.
TypeDaoImpl
U
update(Iterable<T>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
update(T)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
updateByCore(Iterable<ContentValues>)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
updateByCore(ContentValues)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
updateByCore(ContentValues, SQLiteDatabase)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
W
whatsDeleted(Date, int, String)
- Method in class net.sf.mardao.core.dao.
TypeDaoImpl
A
B
C
D
E
F
G
I
M
N
O
P
Q
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013. All Rights Reserved.