A B C D E F G I M N P Q R S T U W _ 

A

AbstractCreatedUpdatedEntity - Class in net.sf.mardao.core.domain
 
AbstractCreatedUpdatedEntity() - Constructor for class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
AbstractLongEntity - Class in net.sf.mardao.core.domain
 
AbstractLongEntity() - Constructor for class net.sf.mardao.core.domain.AbstractLongEntity
 
AbstractLongEntity(Long) - Constructor for class net.sf.mardao.core.domain.AbstractLongEntity
 
AbstractStringEntity - Class in net.sf.mardao.core.domain
 
AbstractStringEntity() - Constructor for class net.sf.mardao.core.domain.AbstractStringEntity
 
AbstractStringEntity(String) - Constructor for class net.sf.mardao.core.domain.AbstractStringEntity
 
AUDIT_CURSOR_PREFIX - Static variable in class net.sf.mardao.core.dao.DaoImpl
 

B

beginTransaction() - Method in interface net.sf.mardao.core.dao.Dao
Starts a transaction and returns a generic reference
BITS_10_39km - Static variable in class net.sf.mardao.core.geo.Geobox
10 bits gives a box of 39km at the Equator
BITS_12_10km - Static variable in class net.sf.mardao.core.geo.Geobox
12 bits gives a box of 9.8km at the Equator
BITS_15_1224m - Static variable in class net.sf.mardao.core.geo.Geobox
15 bits gives a box of 1224m at the Equator
BITS_17_307m - Static variable in class net.sf.mardao.core.geo.Geobox
17 bits gives a box of 307m at the Equator
BITS_18_154m - Static variable in class net.sf.mardao.core.geo.Geobox
18 bits gives a box of 154m at the Equator
BITS_19_77m - Static variable in class net.sf.mardao.core.geo.Geobox
19 bits gives a box of 77.5m at the Equator
BITS_20_39m - Static variable in class net.sf.mardao.core.geo.Geobox
20 bits gives a box of 39m at the Equator
BITS_21_19m - Static variable in class net.sf.mardao.core.geo.Geobox
21 bits gives a box of 19.1m at the Equator
BITS_22_10m - Static variable in class net.sf.mardao.core.geo.Geobox
22 bits gives a box of 10.6m at the Equator
BITS_23_53dm - Static variable in class net.sf.mardao.core.geo.Geobox
23 bits gives a box of 5.3m at the Equator
BITS_24_32dm - Static variable in class net.sf.mardao.core.geo.Geobox
24 bits gives a box of 3.2m at the Equator

C

cancel(boolean) - Method in class net.sf.mardao.core.MardaoListFuture
 
COLUMN_NAME_GEOBOXES_DEFAULT - Static variable in class net.sf.mardao.core.dao.DaoImpl
Default name of the geoboxes column is "geoboxes"
commitTransaction(Object) - Method in interface net.sf.mardao.core.dao.Dao
Commits a transaction
compute(double, double, int, int) - Static method in class net.sf.mardao.core.geo.Geobox
 
computeSet(double, double, int, double) - Static method in class net.sf.mardao.core.geo.Geobox
 
copyCorePropertyToDomain(String, E, T) - Method in class net.sf.mardao.core.dao.DaoImpl
 
copyDomainPropertyToCore(String, T, E) - Method in class net.sf.mardao.core.dao.DaoImpl
 
coreKeysToSimpleKeys(Iterable<C>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
coreKeyToParentKey(C) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
coreKeyToSimpleKey(C) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
coresToSimpleKeys(Iterable<E>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
coreToDomain(E) - Method in class net.sf.mardao.core.dao.DaoImpl
 
coreToParentKey(E) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
coreToSimpleKey(E) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
count() - Method in interface net.sf.mardao.core.dao.Dao
Count all entities of this kind
count(Object, Object, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
count() - Method in class net.sf.mardao.core.dao.DaoImpl
 
createCore(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
createCore(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
createCoreKey(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
CreatedBy - Annotation Type in net.sf.mardao.core
 
CreatedDate - Annotation Type in net.sf.mardao.core
 
createDomain(Map<String, String>) - Method in interface net.sf.mardao.core.dao.Dao
 
createDomain(Map<String, String>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
createDomain() - Method in class net.sf.mardao.core.dao.DaoImpl
 
createDomain(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
createDomain(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
CreatedUpdatedEntity - Interface in net.sf.mardao.core.domain
 
createEqualsFilter(String, Object) - Method in interface net.sf.mardao.core.dao.Dao
 
createGreaterThanOrEqualFilter(String, Object) - Method in interface net.sf.mardao.core.dao.Dao
 
createInFilter(String, Collection) - Method in interface net.sf.mardao.core.dao.Dao
 
createMemCacheKey(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
createMemCacheKeyAll() - Method in class net.sf.mardao.core.dao.DaoImpl
 
createMemCacheKeys(Object, Iterable<ID>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
CsvConverter<T> - Interface in net.sf.mardao.core.dao
 
CursorPage<T,ID extends Serializable> - Class in net.sf.mardao.core
 
CursorPage() - Constructor for class net.sf.mardao.core.CursorPage
 

D

Dao<T,ID extends Serializable> - Interface in net.sf.mardao.core.dao
 
DAO_MAP - Static variable in class net.sf.mardao.core.dao.DaoImpl
 
DaoImpl<T,ID extends Serializable,P extends Serializable,CT,E,C extends Serializable> - Class in net.sf.mardao.core.dao
This is the base class for all implementations of the Dao Bean.
DaoImpl(Class<T>, Class<ID>) - Constructor for class net.sf.mardao.core.dao.DaoImpl
 
debug(String, Throwable) - Method in class net.sf.mardao.core.dao.DaoImpl
 
debug(String, Object...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
delete(Object, Iterable<ID>) - Method in interface net.sf.mardao.core.dao.Dao
 
delete(Object, ID) - Method in interface net.sf.mardao.core.dao.Dao
 
delete(ID) - Method in interface net.sf.mardao.core.dao.Dao
 
delete(T) - Method in interface net.sf.mardao.core.dao.Dao
 
delete(Object, Iterable<ID>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
delete(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
delete(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
delete(ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
delete(T) - Method in class net.sf.mardao.core.dao.DaoImpl
 
deleteAll() - Method in interface net.sf.mardao.core.dao.Dao
 
distance(DLocation, DLocation) - Static method in class net.sf.mardao.core.geo.Geobox
Calculates the great circle distance between two points (law of cosines).
DLocation - Class in net.sf.mardao.core.geo
 
DLocation() - Constructor for class net.sf.mardao.core.geo.DLocation
 
DLocation(float, float) - Constructor for class net.sf.mardao.core.geo.DLocation
 
doDelete(Object, Iterable<ID>) - Method in class net.sf.mardao.core.dao.DaoImpl
Implement / Override this in TypeDaoImpl.
doDelete(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
Implement / Override this in TypeDaoImpl.
doFindByPrimaryKey(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
doFindByPrimaryKeyForFuture(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
domainPageToSimplePage(CursorPage<T, ID>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
domainsToPrimaryKeys(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
domainsToSimpleKeys(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
domainToCore(T, Date) - Method in class net.sf.mardao.core.dao.DaoImpl
 
doPersistCoreForFuture(Iterable<E>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
doPersistCoreForFuture(E) - Method in class net.sf.mardao.core.dao.DaoImpl
 
doQueryByAncestorKey(C) - Method in class net.sf.mardao.core.dao.DaoImpl
 
doQueryByPrimaryKeys(Object, Iterable<ID>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
dropTable() - Method in class net.sf.mardao.core.dao.DaoImpl
For test purposes.

E

error(String, Throwable) - Method in class net.sf.mardao.core.dao.DaoImpl
 
error(String, Object...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
escapeCsv(Object) - Static method in class net.sf.mardao.core.dao.DaoImpl
 

F

Filter - Class in net.sf.mardao.core
 
Filter(String, Object, Object) - Constructor for class net.sf.mardao.core.Filter
 
Filter.Foreign<T,ID extends Serializable> - Class in net.sf.mardao.core
 
Filter.Foreign(String, String, Dao<T, ID>, Filter) - Constructor for class net.sf.mardao.core.Filter.Foreign
 
Filter.IN - Class in net.sf.mardao.core
 
Filter.IN(String, Object) - Constructor for class net.sf.mardao.core.Filter.IN
 
findByPrimaryKey(Object, ID) - Method in interface net.sf.mardao.core.dao.Dao
 
findByPrimaryKey(ID) - Method in interface net.sf.mardao.core.dao.Dao
 
findByPrimaryKey(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
findByPrimaryKey(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
findByPrimaryKey(ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
findByPrimaryKey(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
findByPrimaryKeyForFuture(Object, ID) - Method in interface net.sf.mardao.core.dao.Dao
 
findByPrimaryKeyForFuture(ID) - Method in interface net.sf.mardao.core.dao.Dao
 
findByPrimaryKeyForFuture(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
findByPrimaryKeyForFuture(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
findByPrimaryKeyForFuture(ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
findByPrimaryKeyForFuture(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
findNearest(float, float, String, boolean, String, boolean, int, int, Filter...) - Method in interface net.sf.mardao.core.dao.Dao
 
findNearest(float, float, String, boolean, String, boolean, int, int, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
findUniqueBy(Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
findUniqueKeyBy(Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
 

G

Geobox - Class in net.sf.mardao.core.geo
 
Geobox() - Constructor for class net.sf.mardao.core.geo.Geobox
 
GeoLocation - Annotation Type in net.sf.mardao.core
 
GeoModel - Interface in net.sf.mardao.core.geo
 
get() - Method in class net.sf.mardao.core.MardaoListFuture
 
get(long, TimeUnit) - Method in class net.sf.mardao.core.MardaoListFuture
 
getBasicColumnNames() - Method in class net.sf.mardao.core.dao.DaoImpl
to list the property names for ManyToOne relations
getCachedByPrimaryKey(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getCell(float, float, int) - Static method in class net.sf.mardao.core.geo.Geobox
 
getColumn() - Method in class net.sf.mardao.core.Filter
 
getColumnClass(String) - Method in interface net.sf.mardao.core.dao.Dao
Returns the class of the domain property for specified column
getColumnNames() - Method in interface net.sf.mardao.core.dao.Dao
 
getCoreKind(E) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getCoreProperty(E, String, Class) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
getCreatedBy(T) - Method in interface net.sf.mardao.core.dao.Dao
 
getCreatedBy(T) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your creator field
getCreatedBy() - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
getCreatedBy() - Method in interface net.sf.mardao.core.domain.CreatedUpdatedEntity
 
getCreatedByColumnName() - Method in interface net.sf.mardao.core.dao.Dao
 
getCreatedByColumnName() - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your creator field
getCreatedDate(T) - Method in interface net.sf.mardao.core.dao.Dao
 
getCreatedDate(T) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your created field
getCreatedDate() - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
getCreatedDate() - Method in interface net.sf.mardao.core.domain.CreatedUpdatedEntity
 
getCreatedDateColumnName() - Method in interface net.sf.mardao.core.dao.Dao
 
getCreatedDateColumnName() - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your created field
getCsvColumnValues(DaoImpl, String[], T) - Method in interface net.sf.mardao.core.dao.CsvConverter
Convert the specified domain object into column values.
getCsvColumnValues(DaoImpl, String[], T) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getCursorKey() - Method in class net.sf.mardao.core.CursorPage
 
getDomain(Future<?>) - Method in interface net.sf.mardao.core.dao.Dao
 
getDomain(Future<?>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getDomainProperties(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
getDomainProperties(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getDomainProperty(T, String) - Method in class net.sf.mardao.core.dao.DaoImpl
Override in GeneratedDaoImpl
getDomains() - Method in class net.sf.mardao.core.MardaoListFuture
 
getForeignDao() - Method in class net.sf.mardao.core.Filter.Foreign
 
getForeignExpression() - Method in class net.sf.mardao.core.Filter.Foreign
 
getGeoboxesColumnName() - Method in class net.sf.mardao.core.dao.DaoImpl
Override to return your desired column name
getGeoLocation(T) - Method in interface net.sf.mardao.core.dao.Dao
 
getGeoLocation(T) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getGeoLocationColumnName() - Method in interface net.sf.mardao.core.dao.Dao
 
getGeoLocationColumnName() - Method in class net.sf.mardao.core.dao.DaoImpl
Override in GeneratedEntityDaoImpl
getHash(float, float, int) - Static method in class net.sf.mardao.core.geo.Geobox
 
getHashIterative(float, float, int) - Static method in class net.sf.mardao.core.geo.Geobox
 
getHashRecursive(float, float, int, float, float) - Static method in class net.sf.mardao.core.geo.Geobox
 
getId() - Method in class net.sf.mardao.core.domain.AbstractLongEntity
 
getId() - Method in class net.sf.mardao.core.domain.AbstractStringEntity
 
getItems() - Method in class net.sf.mardao.core.CursorPage
 
getKeyString(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
getLatitude() - Method in class net.sf.mardao.core.geo.DLocation
 
getLocation() - Method in interface net.sf.mardao.core.geo.GeoModel
 
getLongitude() - Method in class net.sf.mardao.core.geo.DLocation
 
getManyToOneColumnNames() - Method in class net.sf.mardao.core.dao.DaoImpl
to list the property names for ManyToOne relations
getManyToOneDao(String) - Method in class net.sf.mardao.core.dao.DaoImpl
to map the Daos for ManyToOne relations
getMask(float, float, int) - Static method in class net.sf.mardao.core.geo.Geobox
 
getMemCache() - Method in class net.sf.mardao.core.dao.DaoImpl
 
getOperand() - Method in class net.sf.mardao.core.Filter.Foreign
It is the foreign operand which should be added to the arguments map
getOperand() - Method in class net.sf.mardao.core.Filter
 
getOperation() - Method in class net.sf.mardao.core.Filter
 
getParentKey(T) - Method in interface net.sf.mardao.core.dao.Dao
 
getParentKey(Map<String, String>) - Method in interface net.sf.mardao.core.dao.Dao
 
getParentKey(Map<String, String>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getParentKeyByPrimaryKey(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
getParentKeyColumnName() - Method in interface net.sf.mardao.core.dao.Dao
 
getParentKeyColumnName() - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your hierarchy
getPrimaryKey(String) - Method in interface net.sf.mardao.core.dao.Dao
 
getPrimaryKey(T) - Method in interface net.sf.mardao.core.dao.Dao
 
getPrimaryKey(Object, ID) - Method in interface net.sf.mardao.core.dao.Dao
 
getPrimaryKey(Object, ID) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getPrimaryKeyColumnName() - Method in interface net.sf.mardao.core.dao.Dao
 
getPrincipalName() - Static method in class net.sf.mardao.core.dao.DaoImpl
 
getRequestedPageSize() - Method in class net.sf.mardao.core.CursorPage
Deprecated.
getSimpleKey(Future<?>) - Method in interface net.sf.mardao.core.dao.Dao
 
getSimpleKey(T) - Method in interface net.sf.mardao.core.dao.Dao
 
getSimpleKey(Map<String, String>) - Method in interface net.sf.mardao.core.dao.Dao
 
getSimpleKey(Map<String, String>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getSimpleKey(Future<?>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getSimpleKeyByPrimaryKey(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
getSimpleKeyByPrimaryKey(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getSimpleKeys(Future<List<?>>) - Method in interface net.sf.mardao.core.dao.Dao
 
getSimpleKeys(Iterable<T>) - Method in interface net.sf.mardao.core.dao.Dao
 
getSimpleKeys(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getSimpleKeys(Future<List<?>>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
getTableName() - Method in interface net.sf.mardao.core.dao.Dao
 
getTableName() - Method in class net.sf.mardao.core.dao.DaoImpl
 
getToken(String) - Method in class net.sf.mardao.core.Filter.Foreign
 
getToken(String) - Method in class net.sf.mardao.core.Filter
 
getToken(String) - Method in class net.sf.mardao.core.Filter.IN
 
getTotalSize() - Method in class net.sf.mardao.core.CursorPage
 
getTuple(float, float, int) - Static method in class net.sf.mardao.core.geo.Geobox
 
getUpdatedBy(T) - Method in interface net.sf.mardao.core.dao.Dao
 
getUpdatedBy(T) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your updator field
getUpdatedBy() - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
getUpdatedBy() - Method in interface net.sf.mardao.core.domain.CreatedUpdatedEntity
 
getUpdatedByColumnName() - Method in interface net.sf.mardao.core.dao.Dao
 
getUpdatedByColumnName() - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your updator field
getUpdatedDate(T) - Method in interface net.sf.mardao.core.dao.Dao
 
getUpdatedDate(T) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your updated field
getUpdatedDate() - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
getUpdatedDate() - Method in interface net.sf.mardao.core.domain.CreatedUpdatedEntity
 
getUpdatedDateColumnName() - Method in interface net.sf.mardao.core.dao.Dao
 
getUpdatedDateColumnName() - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation returns null, override for your updated field

I

info(String, Throwable) - Method in class net.sf.mardao.core.dao.DaoImpl
 
info(String, Object...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
isCancelled() - Method in class net.sf.mardao.core.MardaoListFuture
 
isDone() - Method in class net.sf.mardao.core.MardaoListFuture
 

M

makeDoubleInRange(double) - Static method in class net.sf.mardao.core.geo.Geobox
This function is used to fix issue 10: GeocellUtils.distance(...) uses Math.acos(arg) method.
MardaoListFuture<T> - Class in net.sf.mardao.core
 
MardaoListFuture(Future<List<?>>, Iterable<T>) - Constructor for class net.sf.mardao.core.MardaoListFuture
 
mardaoParentDao - Variable in class net.sf.mardao.core.dao.DaoImpl
 
memCacheAll - Variable in class net.sf.mardao.core.dao.DaoImpl
Set this to true in DaoBean constructor, to enable the all-domains memCache
memCacheEntities - Variable in class net.sf.mardao.core.dao.DaoImpl
Set this to true in DaoBean constructor, to enable the primaryKey-to-domain memCache

N

net.sf.mardao.core - package net.sf.mardao.core
 
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.core.geo - package net.sf.mardao.core.geo
 

P

Parent - Annotation Type in net.sf.mardao.core
 
parseProperty(String, Class) - Static method in class net.sf.mardao.core.dao.DaoImpl
 
persist(T) - Method in interface net.sf.mardao.core.dao.Dao
 
persist(Iterable<T>) - Method in interface net.sf.mardao.core.dao.Dao
 
persist(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
persist(T) - Method in class net.sf.mardao.core.dao.DaoImpl
 
persistCore(Iterable<E>) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
persistentClass - Variable in class net.sf.mardao.core.dao.DaoImpl
mostly for logging
persistForFuture(T) - Method in interface net.sf.mardao.core.dao.Dao
 
persistForFuture(Iterable<T>) - Method in interface net.sf.mardao.core.dao.Dao
 
persistForFuture(T) - Method in class net.sf.mardao.core.dao.DaoImpl
 
persistForFuture(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
populateTotalSize - Variable in class net.sf.mardao.core.dao.DaoImpl
Set this to false in DaoBean constructor, to disable the count() query for first page (cursorKey is null).
PRINCIPAL_NAME_ANONYMOUS - Static variable in class net.sf.mardao.core.dao.DaoImpl
 
println(int, String, Object...) - Method in class net.sf.mardao.core.dao.DaoImpl
Override this method to do other than System.out.println()
printStackTrace(int, String, Throwable) - Method in class net.sf.mardao.core.dao.DaoImpl
Override this method to do other than System.out.println()
putCachedByPrimaryKey(Object, ID, T) - Method in class net.sf.mardao.core.dao.DaoImpl
 

Q

queryAll() - Method in interface net.sf.mardao.core.dao.Dao
 
queryAll(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
queryAll() - Method in class net.sf.mardao.core.dao.DaoImpl
 
queryAll(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
queryAllKeys() - Method in interface net.sf.mardao.core.dao.Dao
 
queryAllKeys(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
queryAllKeys() - Method in class net.sf.mardao.core.dao.DaoImpl
 
queryAllKeys(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
queryByAncestorKey(Object) - Method in interface net.sf.mardao.core.dao.Dao
 
queryByAncestorKey(Object) - Method in class net.sf.mardao.core.dao.DaoImpl
Retrieves the full ancestor tree for specified key.
queryByPrimaryKeys(Object, Iterable<ID>) - Method in interface net.sf.mardao.core.dao.Dao
 
queryByPrimaryKeys(Object, Iterable<ID>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
queryChunk(int, int, Object, Object, String, boolean, String, boolean, Filter...) - Method in interface net.sf.mardao.core.dao.Dao
 
queryChunk(int, int, Object, Object, String, boolean, String, boolean, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
queryInGeobox(float, float, int, int, String, boolean, String, boolean, String, Filter...) - Method in interface net.sf.mardao.core.dao.Dao
 
queryInGeobox(float, float, int, int, String, boolean, String, boolean, String, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
queryIterable(boolean, int, int, Object, Object, String, boolean, String, boolean, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
queryIterableKeys(int, int, Object, Object, String, boolean, String, boolean, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
queryPage(int, String) - Method in interface net.sf.mardao.core.dao.Dao
 
queryPage(int, String, boolean, String, boolean, String) - Method in interface net.sf.mardao.core.dao.Dao
 
queryPage(boolean, int, Object, Object, String, boolean, String, boolean, String, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
queryPage(int, String) - Method in class net.sf.mardao.core.dao.DaoImpl
 
queryPage(int, String, boolean, String, boolean, String) - Method in class net.sf.mardao.core.dao.DaoImpl
 

R

RADIUS - Static variable in class net.sf.mardao.core.geo.Geobox
 
rollbackActiveTransaction(Object) - Method in interface net.sf.mardao.core.dao.Dao
Rollbacks a transaction, if active
RUNNABLE_VOID - Static variable in class net.sf.mardao.core.dao.DaoImpl
 

S

setBoxBits(Collection<Integer>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
setCoreProperty(Object, String, Object) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented in TypeDaoImpl
setCreatedBy(String) - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
setCreatedDate(Date) - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
setCursorKey(String) - Method in class net.sf.mardao.core.CursorPage
 
setDomainProperty(T, String, Object) - Method in class net.sf.mardao.core.dao.DaoImpl
Override in GeneratedDaoImpl
setDomainStringProperty(T, String, Map<String, String>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
setGeoboxes(Collection<Long>) - Method in interface net.sf.mardao.core.geo.GeoModel
 
setId(Long) - Method in class net.sf.mardao.core.domain.AbstractLongEntity
 
setId(String) - Method in class net.sf.mardao.core.domain.AbstractStringEntity
 
setItems(Collection<T>) - Method in class net.sf.mardao.core.CursorPage
 
setLatitude(float) - Method in class net.sf.mardao.core.geo.DLocation
 
setLongitude(float) - Method in class net.sf.mardao.core.geo.DLocation
 
setMapProperty(Map<String, Object>, String, Object) - Method in class net.sf.mardao.core.dao.DaoImpl
 
setMardaoParentDao(DaoImpl) - Method in class net.sf.mardao.core.dao.DaoImpl
 
setMemCacheConfig(Map) - Static method in class net.sf.mardao.core.dao.DaoImpl
 
setParentKey(T, Object) - Method in interface net.sf.mardao.core.dao.Dao
 
setParentKey(T, Object) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation is void, override for your parent field
setPrincipalName(String) - Static method in class net.sf.mardao.core.dao.DaoImpl
 
setRequestedPageSize(int) - Method in class net.sf.mardao.core.CursorPage
Deprecated.
setSimpleKey(T, ID) - Method in interface net.sf.mardao.core.dao.Dao
 
setTotalSize(Integer) - Method in class net.sf.mardao.core.CursorPage
 
setUpdatedBy(String) - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
setUpdatedDate(Date) - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
simpleIdClass - Variable in class net.sf.mardao.core.dao.DaoImpl
To help converting keys
subString() - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
subString() - Method in class net.sf.mardao.core.domain.AbstractLongEntity
 
subString() - Method in class net.sf.mardao.core.domain.AbstractStringEntity
 

T

toString() - Method in class net.sf.mardao.core.domain.AbstractCreatedUpdatedEntity
 
toString() - Method in class net.sf.mardao.core.Filter
 

U

update(Iterable<T>) - Method in interface net.sf.mardao.core.dao.Dao
 
update(T) - Method in interface net.sf.mardao.core.dao.Dao
 
update(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented with a call to persist(domains).
update(T) - Method in class net.sf.mardao.core.dao.DaoImpl
Implemented with a call to persist(domains).
UpdatedBy - Annotation Type in net.sf.mardao.core
 
UpdatedDate - Annotation Type in net.sf.mardao.core
 
updateGeoModel(T, E) - Method in class net.sf.mardao.core.dao.DaoImpl
geoboxes are needed to findGeo the nearest entities before sorting them by distance
updateMemCache(Collection<String>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
updateMemCache(boolean, Map<String, T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
updateMemCache(boolean, Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
updateMemCacheAll(Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 

W

warn(String, Throwable) - Method in class net.sf.mardao.core.dao.DaoImpl
 
warn(String, Object...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
whatsChanged(Date, int, String) - Method in interface net.sf.mardao.core.dao.Dao
 
whatsChanged(Object, Date, int, String, Filter...) - Method in interface net.sf.mardao.core.dao.Dao
 
whatsChanged(Date, int, String) - Method in class net.sf.mardao.core.dao.DaoImpl
Returns the IDs for the entities with updatedDate >= since, in descending order.
whatsChanged(Object, Date, int, String, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
Returns the IDs for the entities with updatedDate >= since, in descending order.
whatsDeleted(Date, int, String) - Method in class net.sf.mardao.core.dao.DaoImpl
 
writeAsCsv(OutputStream, String[], CsvConverter<T>, Object, String, boolean, String, boolean, Filter...) - Method in interface net.sf.mardao.core.dao.Dao
 
writeAsCsv(OutputStream, String[], Iterable<T>) - Method in interface net.sf.mardao.core.dao.Dao
 
writeAsCsv(OutputStream, String[], CsvConverter<T>, Iterable<T>) - Method in interface net.sf.mardao.core.dao.Dao
 
writeAsCsv(OutputStream, String[], CsvConverter<T>, Object, String, boolean, String, boolean, Filter...) - Method in class net.sf.mardao.core.dao.DaoImpl
 
writeAsCsv(OutputStream, String[], Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 
writeAsCsv(OutputStream, String[], CsvConverter<T>, Iterable<T>) - Method in class net.sf.mardao.core.dao.DaoImpl
 

_

_setCreatedBy(T, String) - Method in interface net.sf.mardao.core.dao.Dao
 
_setCreatedBy(T, String) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation is void, override for your creator field
_setCreatedDate(T, Date) - Method in interface net.sf.mardao.core.dao.Dao
 
_setCreatedDate(T, Date) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation is void, override for your creator field
_setUpdatedBy(T, String) - Method in interface net.sf.mardao.core.dao.Dao
 
_setUpdatedBy(T, String) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation is void, override for your updator field
_setUpdatedDate(T, Date) - Method in interface net.sf.mardao.core.dao.Dao
 
_setUpdatedDate(T, Date) - Method in class net.sf.mardao.core.dao.DaoImpl
Default implementation is void, override for your updated field
A B C D E F G I M N P Q R S T U W _ 

Copyright © 2013. All Rights Reserved.