A B C D E F G H I K L M N O P R S T U V W _

A

AbstractDao - Interface in com.spoledge.audao.db.dao
This is the parent of all DAO classes.
AbstractDaoImpl<T> - Class in com.spoledge.audao.db.dao
This is the parent of all DAO implementation classes.
AbstractDaoImpl(Connection) - Constructor for class com.spoledge.audao.db.dao.AbstractDaoImpl
Creates a new DAO implementation.
AbstractDto - Class in com.spoledge.audao.db.dto
This is the parent of all DTO classes.
AbstractDto() - Constructor for class com.spoledge.audao.db.dto.AbstractDto
 
ANONYMOUS - Static variable in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
The anonymous suffix name used for MemcacheService's namespace..
append(StringBuffer, String, byte[]) - Method in class com.spoledge.audao.db.dto.AbstractDto
Constructs the content for the toString() method.
append(StringBuffer, String, Object) - Method in class com.spoledge.audao.db.dto.AbstractDto
Constructs the content for the toString() method.
argDate(Object) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
argDouble(Object) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
argFloat(Object) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
argInt(Object) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
argLong(Object) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
args - Variable in class com.spoledge.audao.parser.gql.impl.soft.SoftIterator
 
argString(Object) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 

B

blob(byte[]) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
blob(Object) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
blobs(List) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 

C

ChainedDtoCache<K,V> - Class in com.spoledge.audao.db.dao
Chains caches.
ChainedDtoCache(DtoCache<K, V>, DtoCache<K, V>) - Constructor for class com.spoledge.audao.db.dao.ChainedDtoCache
 
checkLength(String, String, int, int) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
checkLength(String, Object, int, int) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
checkLength(String, byte[], int, int) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
checkMaxLength(String, String, int) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
checkMaxLength(String, Object, int) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
checkMaxLength(String, byte[], int) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
checkNull(String, Object) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func
 
checkNumOfParams(int, List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func
 
checkNumOfParams(int, int, List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func0
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func1
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func2
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func3
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncDECODE
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncINSTR
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncLIST
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncSUBSTR
 
checkNumOfParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncTO_CHAR
 
clear() - Method in class com.spoledge.audao.db.dao.ChainedDtoCache
Clears the cache.
clear() - Method in interface com.spoledge.audao.db.dao.DtoCache
Clears the cache.
clear() - Method in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
Clears the cache.
clear() - Method in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
Clears the cache.
clear() - Method in class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
Clears the cache.
clearEntityCache() - Static method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Clears entity cache.
com.spoledge.audao.db.dao - package com.spoledge.audao.db.dao
 
com.spoledge.audao.db.dao.gae - package com.spoledge.audao.db.dao.gae
 
com.spoledge.audao.db.dto - package com.spoledge.audao.db.dto
 
com.spoledge.audao.db.dto.gae - package com.spoledge.audao.db.dto.gae
 
com.spoledge.audao.parser.gql - package com.spoledge.audao.parser.gql
 
com.spoledge.audao.parser.gql.impl - package com.spoledge.audao.parser.gql.impl
 
com.spoledge.audao.parser.gql.impl.soft - package com.spoledge.audao.parser.gql.impl.soft
 
com.spoledge.audao.parser.gql.impl.soft.func - package com.spoledge.audao.parser.gql.impl.soft.func
 
compare(Object, Object) - Static method in class com.spoledge.audao.parser.gql.impl.soft.GaeTypes
Compares all single values.
conn - Variable in class com.spoledge.audao.db.dao.AbstractDaoImpl
The assigned connection.
ConnectionProvider - Interface in com.spoledge.audao.db.dao
This is a Connection Provider which is used in DaoFactories.
contentToString(StringBuffer) - Method in class com.spoledge.audao.db.dto.AbstractDto
Constructs the content for the toString() method.
count(String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
New counter - SQL count().
count(Query, String, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Counts records by filled query.
count(String, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
createDtoCache(int) - Method in interface com.spoledge.audao.db.dao.DtoCacheFactory
Creates a cache with no expiration policy.
createDtoCache(long, int) - Method in interface com.spoledge.audao.db.dao.DtoCacheFactory
Creates a cache with expiration policy.
createDtoCache(int) - Method in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheFactoryImpl
Creates a cache with no expiration policy.
createDtoCache(long, int) - Method in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheFactoryImpl
Creates a cache with expiration policy.
createDtoCache(int) - Method in class com.spoledge.audao.db.dao.gae.MemchainDtoCacheFactoryImpl
Creates a cache with no expiration policy.
createDtoCache(long, int) - Method in class com.spoledge.audao.db.dao.gae.MemchainDtoCacheFactoryImpl
Creates a cache with expiration policy.
createDtoCache(int) - Method in class com.spoledge.audao.db.dao.MemoryDtoCacheFactoryImpl
Creates a cache with no expiration policy.
createDtoCache(long, int) - Method in class com.spoledge.audao.db.dao.MemoryDtoCacheFactoryImpl
Creates a cache with expiration policy.
createMap(int, float) - Method in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
 
createMap(int, float) - Method in class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
 

D

DaoException - Exception in com.spoledge.audao.db.dao
This exception is thrown when DAO detects an application error.
DaoException(String) - Constructor for exception com.spoledge.audao.db.dao.DaoException
 
DaoException(String, Throwable) - Constructor for exception com.spoledge.audao.db.dao.DaoException
 
DaoException(Throwable) - Constructor for exception com.spoledge.audao.db.dao.DaoException
 
DatastoreServiceProvider - Interface in com.spoledge.audao.db.dao.gae
This is a DatastoreService Provider which is used in DaoFactories.
date(int, int, int) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
date(Date) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
This method crops time to emulate same behavior as JDBC drivers.
date(Timestamp) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
date(Date) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
date(Timestamp) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
date(String) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
date(int, int, int) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
datesOfDate(List<? extends Date>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
datesOfTimestamp(List<? extends Timestamp>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
datetime(int, int, int, int, int, int) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
datetime(String) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
datetime(int, int, int, int, int, int) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
DBException - Exception in com.spoledge.audao.db.dao
This exception is thrown when DAO detects a database error - for example when a connection problem occurs or problem in RDBMS itself occurs.
DBException(String) - Constructor for exception com.spoledge.audao.db.dao.DBException
 
DBException(String, Throwable) - Constructor for exception com.spoledge.audao.db.dao.DBException
 
DBException(Throwable) - Constructor for exception com.spoledge.audao.db.dao.DBException
 
debugSql(String) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
debugSql(String, Object) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
debugSql(String, Object[]) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
DEFAULT_NAMESPACE_PREFIX - Static variable in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
The default MemcacheService namespace prefix.
defineSoftFunction(String, SoftFunction) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftFunctionFactory
Defines a new function.
defineSoftFunction(String, SoftFunction) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftFunctionFactoryImpl
Defines a new function.
deleteMany(String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
deleteMany(Query, String, int, int, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Deletes records by filled query.
deleteMany(String, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
deleteOne(String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
deleteOne(Query, String, int, int, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Deletes a record by filled query.
deleteOne(String, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
deserialize(byte[], Class<T>) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
ds - Variable in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
The assigned datastore service.
ds - Variable in class com.spoledge.audao.parser.gql.GqlDynamic
 
ds - Variable in class com.spoledge.audao.parser.gql.GqlExtDynamic
 
DtoCache<K,V> - Interface in com.spoledge.audao.db.dao
This is an abstract cache used for caching DTOs.
DtoCacheFactory<K,V> - Interface in com.spoledge.audao.db.dao
Factory used for cache creating.
dtoKey(Object...) - Static method in class com.spoledge.audao.db.dao.RootDaoImpl
Computes DtoCache String key by concatenating of values.

E

entityCache - Static variable in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Caching of entities - a short term cache allowing to optimize the calls find + update.
entityDelete(Key) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Removes entity from datastore.
entityDelete(Iterable<Key>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Removes entities from datastore.
entityGet(Key) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Reads entity from datastore by its key.
entityPut(Entity, Object, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Writes entity to datastore.
entityPut(Iterable<Entity>, Iterable<?>, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Writes several entities to datastore.
errorSql(Throwable, String) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
errorSql(Throwable, String, Object) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
errorSql(Throwable, String, Object[]) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
execute(Query, Object[]) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
execute(Object...) - Method in class com.spoledge.audao.parser.gql.PreparedGql
Executes GQL statement.
executeQuery(Object...) - Method in class com.spoledge.audao.parser.gql.PreparedGql
Executes GQL query.
executeUpdate(String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
executeUpdate(Object...) - Method in class com.spoledge.audao.parser.gql.PreparedGql
Executes GQL update statement.
expire - Variable in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl.Entry
 
expireMillis - Variable in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
 
expireMillis - Variable in class com.spoledge.audao.db.dao.gae.ExpiringMemcacheDtoCacheImpl
 
expireSecs - Variable in class com.spoledge.audao.db.dao.gae.ExpiringMemcacheDtoCacheImpl
 
ExpiringMemcacheDtoCacheImpl<K,V> - Class in com.spoledge.audao.db.dao.gae
Expiring variant of the Memcache DtoCache.
ExpiringMemcacheDtoCacheImpl(long) - Constructor for class com.spoledge.audao.db.dao.gae.ExpiringMemcacheDtoCacheImpl
Creates anonymous memcache instance.
ExpiringMemcacheDtoCacheImpl(long, String) - Constructor for class com.spoledge.audao.db.dao.gae.ExpiringMemcacheDtoCacheImpl
Creates named memcache instance.
ExpiringMemcacheDtoCacheImpl(long, String, String) - Constructor for class com.spoledge.audao.db.dao.gae.ExpiringMemcacheDtoCacheImpl
Creates named memcache instance.
ExpiringMemoryDtoCacheImpl<K,V> - Class in com.spoledge.audao.db.dao
Expiring Memory DtoCache uses LinkedHashMap to store the values (LRU cache).
ExpiringMemoryDtoCacheImpl(long, int) - Constructor for class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
 
ExpiringMemoryDtoCacheImpl(long, int, int, float) - Constructor for class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
 
ExpiringMemoryDtoCacheImpl.Entry<V> - Class in com.spoledge.audao.db.dao
 
ExpiringMemoryDtoCacheImpl.Entry(V, long) - Constructor for class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl.Entry
 
ExpiringMemoryDtoCacheImpl.LHM<K,E> - Class in com.spoledge.audao.db.dao
 
ExpiringMemoryDtoCacheImpl.LHM(int, float) - Constructor for class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl.LHM
 

F

fetch(ResultSet) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
fetch(Entity) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Fetches data from generic entity into typesafe DTO.
fetch(T, Entity) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Fetches data from generic entity into typesafe DTO.
fetch(Query, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
fetchArray(ResultSet, int, int) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
fetchArray(Iterator<Entity>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Fetches data from generic entities into typesafe DTOs.
fetchArray(Query, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
fetchList(ResultSet, int, int) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
fetchList(Iterator<Entity>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Fetches data from generic entities into typesafe DTOs.
fetchList(Query, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
findManyArray(String, int, int, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
findManyArray(Query, String, int, int, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
findManyArray(String, String, int, int, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
findManyImpl(String, int, int, Object[]) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
findManyImpl(Query, String, int, int, Object[]) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Finds more than one record by filled query.
findManyList(String, int, int, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
findManyList(Query, String, int, int, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
findManyList(String, String, int, int, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
findOne(String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
findOne(Query, String, int, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Finds one record by filled query.
findOne(String, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
fo - Variable in class com.spoledge.audao.parser.gql.GqlDynamic
 
formatError(String, Throwable) - Method in class com.spoledge.audao.parser.gql.GqlDynamic
Formats error message.
formatError(String, Throwable) - Method in class com.spoledge.audao.parser.gql.GqlExtDynamic
Formats error message.
formatError(String, Throwable) - Method in class com.spoledge.audao.parser.gql.PreparedGql
Formats error message.
Func - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all functions.
Func() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.Func
 
Func0 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all 0-argument functions.
Func0() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.Func0
 
Func1 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all 1-argument functions.
Func1() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.Func1
 
Func2 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all 2-argument functions.
Func2() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.Func2
 
Func3 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all 3-argument functions.
Func3() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.Func3
 
FuncABS - Class in com.spoledge.audao.parser.gql.impl.soft.func
ABS( x ) - returns Math.abs(x) - either long or double.
FuncABS() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncABS
 
FuncACOS - Class in com.spoledge.audao.parser.gql.impl.soft.func
ACOS( x ) - returns Math.acos(x) - double.
FuncACOS() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncACOS
 
FuncASIN - Class in com.spoledge.audao.parser.gql.impl.soft.func
ASIN(x) - returns Math.asin(x) - double.
FuncASIN() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncASIN
 
FuncATAN - Class in com.spoledge.audao.parser.gql.impl.soft.func
ATAN( x ) - returns Math.atan(x) - double.
FuncATAN() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncATAN
 
FuncATAN2 - Class in com.spoledge.audao.parser.gql.impl.soft.func
ATAN2( y, x ) returns Math.atan2( y, x ) - double.
FuncATAN2() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncATAN2
 
FuncCEIL - Class in com.spoledge.audao.parser.gql.impl.soft.func
CEIL( x ) - returns Math.ceil(x) - long.
FuncCEIL() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncCEIL
 
FuncCOS - Class in com.spoledge.audao.parser.gql.impl.soft.func
COS( x ) - returns Math.cos(x) - double.
FuncCOS() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncCOS
 
FuncCOSH - Class in com.spoledge.audao.parser.gql.impl.soft.func
COSH( x ) - returns Math.cosh(x) - double.
FuncCOSH() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncCOSH
 
FuncDECODE - Class in com.spoledge.audao.parser.gql.impl.soft.func
DECODE( expr, search1, value1 [, search2, value2 ...] [, otherwise]) - same as Oracle's DECODE function.
FuncDECODE() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncDECODE
 
FuncDIV - Class in com.spoledge.audao.parser.gql.impl.soft.func
DIV( x, y ) - returns x divided by y - either long or double.
FuncDIV() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncDIV
 
FuncEXP - Class in com.spoledge.audao.parser.gql.impl.soft.func
EXP( x ) - returns Math.exp(x) - double.
FuncEXP() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncEXP
 
FuncFLOOR - Class in com.spoledge.audao.parser.gql.impl.soft.func
FLOOR( x ) - returns Math.floo(x) - double.
FuncFLOOR() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncFLOOR
 
FuncGEOPT_LAT - Class in com.spoledge.audao.parser.gql.impl.soft.func
GEOPT_LAT( geopt ) .
Extracts latitude from the geopt.
FuncGEOPT_LAT() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncGEOPT_LAT
 
FuncGEOPT_LNG - Class in com.spoledge.audao.parser.gql.impl.soft.func
GEOPT_LNG( geopt ) .
Extracts longitude from the geopt.
FuncGEOPT_LNG() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncGEOPT_LNG
 
FuncINSTR - Class in com.spoledge.audao.parser.gql.impl.soft.func
INSTR( text, substring [, start [, occurrence ]) .
Searches for substring in the text.
FuncINSTR() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncINSTR
 
FuncKEY_ID - Class in com.spoledge.audao.parser.gql.impl.soft.func
KEY_ID( __key__ ) - returns the Long id of the key or null if not assigned.
FuncKEY_ID() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncKEY_ID
 
FuncKEY_NAME - Class in com.spoledge.audao.parser.gql.impl.soft.func
KEY_NAME( __key__ ) - returns the String name of the key or null if not assigned.
FuncKEY_NAME() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncKEY_NAME
 
FuncKEY_PARENT - Class in com.spoledge.audao.parser.gql.impl.soft.func
KEY_PARENT( __key__ ) - returns the parent key or null, if no parent exists.
FuncKEY_PARENT() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncKEY_PARENT
 
FuncKEY_VALUE - Class in com.spoledge.audao.parser.gql.impl.soft.func
KEY_VALUE( __key__ ) - returns the Long id or the String name of the key or null if not assigned.
FuncKEY_VALUE() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncKEY_VALUE
 
FuncLENGTH - Class in com.spoledge.audao.parser.gql.impl.soft.func
LENGTH( text ) .
Returns length of the text or null if the text is null.
FuncLENGTH() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncLENGTH
 
FuncLIST - Class in com.spoledge.audao.parser.gql.impl.soft.func
LIST( listitem* ) creates a list.
FuncLIST() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncLIST
 
FuncLIST_JOIN - Class in com.spoledge.audao.parser.gql.impl.soft.func
LIST_JOIN( string, list ) joins a list into a string value.
FuncLIST_JOIN() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncLIST_JOIN
 
FuncLN - Class in com.spoledge.audao.parser.gql.impl.soft.func
LN( x ) - returns Math.log(x) - double.
FuncLN() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncLN
 
FuncLOWER - Class in com.spoledge.audao.parser.gql.impl.soft.func
LOWER( text ) .
Converts the text int uppercase.
FuncLOWER() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncLOWER
 
FuncMINUS - Class in com.spoledge.audao.parser.gql.impl.soft.func
MINUS( x, y ) - returns x minus y - either long or double.
FuncMINUS() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncMINUS
 
FuncMOD - Class in com.spoledge.audao.parser.gql.impl.soft.func
MOD( x, y ) - returns x modulo y - either long or double.
FuncMOD() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncMOD
 
FuncMUL - Class in com.spoledge.audao.parser.gql.impl.soft.func
MUL( x, y ) - returns x multiply y - either long or double.
FuncMUL() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncMUL
 
FuncNVL - Class in com.spoledge.audao.parser.gql.impl.soft.func
NVL( expr, value ) If expr is not null, then returns expr, otherwise value.
FuncNVL() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncNVL
 
FuncNVL2 - Class in com.spoledge.audao.parser.gql.impl.soft.func
NVL2( expr, value1, value2 ) If expr is not null, then returns value1, otherwise value2.
FuncNVL2() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncNVL2
 
FuncPLUS - Class in com.spoledge.audao.parser.gql.impl.soft.func
PLUS( x, y ) - returns x plus y - either long or double.
FuncPLUS() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncPLUS
 
FuncPOWER - Class in com.spoledge.audao.parser.gql.impl.soft.func
POWER( x, y ) - returns Math.pow( x, y ) - double.
FuncPOWER() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncPOWER
 
FuncRAND - Class in com.spoledge.audao.parser.gql.impl.soft.func
RAND() - returns random number as Math.random() returns.
FuncRAND() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncRAND
 
FuncSIGN - Class in com.spoledge.audao.parser.gql.impl.soft.func
SIGN( x ) - returns -1, 0 or 1 (long).
FuncSIGN() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncSIGN
 
FuncSIN - Class in com.spoledge.audao.parser.gql.impl.soft.func
SIN( x ) - returns Math.sin(x) - double.
FuncSIN() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncSIN
 
FuncSINH - Class in com.spoledge.audao.parser.gql.impl.soft.func
SINH( x ) - returns Math.sinh( x ) - double.
FuncSINH() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncSINH
 
FuncSQRT - Class in com.spoledge.audao.parser.gql.impl.soft.func
SQRT( x ) - returns Math.sqrt(x) - double.
FuncSQRT() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncSQRT
 
FuncSUBSTR - Class in com.spoledge.audao.parser.gql.impl.soft.func
SUBSTR( text, start [, count ]) .
start: 1,2,3...
FuncSUBSTR() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncSUBSTR
 
FuncSYSDATE - Class in com.spoledge.audao.parser.gql.impl.soft.func
SYSDATE() - returns the current timestamp - Date.
FuncSYSDATE() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncSYSDATE
 
FuncTAN - Class in com.spoledge.audao.parser.gql.impl.soft.func
TAN( x ) - returns Math.tan(x) - double.
FuncTAN() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncTAN
 
FuncTANH - Class in com.spoledge.audao.parser.gql.impl.soft.func
TANH( x ) - returns Math.tanh(x) - double.
FuncTANH() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncTANH
 
FuncTO_CHAR - Class in com.spoledge.audao.parser.gql.impl.soft.func
TO_CHAR( date[, fmt ]) .
TO_CHAR( number[, fmt ]) .
TO_CHAR( whatever ) .
fmt: optional format - uses java.text.SimpleDateFormat for dates and java.text.DecimalFormat for numbers Converts misc types to the String type.
FuncTO_CHAR() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncTO_CHAR
 
FuncUPPER - Class in com.spoledge.audao.parser.gql.impl.soft.func
UPPER( text ) .
Converts the text int uppercase.
FuncUPPER() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.FuncUPPER
 

G

GaeAbstractDaoImpl<T> - Class in com.spoledge.audao.db.dao.gae
This is the parent of all DAO implementation classes.
GaeAbstractDaoImpl(DatastoreService) - Constructor for class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Creates a new DAO implementation.
GaeJdoAbstractDaoImpl<T> - Class in com.spoledge.audao.db.dao.gae
This is the parent of all DAO implementation classes.
GaeJdoAbstractDaoImpl(PersistenceManager) - Constructor for class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
Creates a new DAO implementation.
GaeJdoAbstractDtoImpl - Class in com.spoledge.audao.db.dto.gae
This is the parent of all DTO Impl classes.
GaeJdoAbstractDtoImpl() - Constructor for class com.spoledge.audao.db.dto.gae.GaeJdoAbstractDtoImpl
 
GaeTypes - Class in com.spoledge.audao.parser.gql.impl.soft
 
GaeTypes() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.GaeTypes
 
GaeTypes.Type - Enum in com.spoledge.audao.parser.gql.impl.soft
 
geopt(Number, Number) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
GeoPtFunc1 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all GeoPt 1-argument functions.
GeoPtFunc1() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.GeoPtFunc1
 
GeoPtFunc1(boolean) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.GeoPtFunc1
 
get(K) - Method in class com.spoledge.audao.db.dao.ChainedDtoCache
Returns the associated object or null.
get(K) - Method in interface com.spoledge.audao.db.dao.DtoCache
Returns the associated object or null.
get(K) - Method in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
Returns the associated object or null.
get(K) - Method in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
Returns the associated object or null.
get(K) - Method in class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
Returns the associated object or null.
getBoolean(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getByteArray(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getColumnName() - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
getColumnNames() - Method in class com.spoledge.audao.parser.gql.PreparedGql
Returns the known column names or null.
getConditionValue(Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftCondAncestor
 
getConditionValue(Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftCondAnd
 
getConditionValue(Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftCondIn
 
getConditionValue(Object[], Entity) - Method in interface com.spoledge.audao.parser.gql.impl.soft.SoftCondition
 
getConditionValue(Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftCondNot
 
getConditionValue(Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftCondOper
 
getConditionValue(Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftCondOr
 
getConnection() - Method in interface com.spoledge.audao.db.dao.ConnectionProvider
Returns the connection.
getCoreObject(Entity, String, Class<S>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getDatastoreService() - Method in interface com.spoledge.audao.db.dao.gae.DatastoreServiceProvider
Returns the connection.
getDate(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getDefaultFactory() - Static method in class com.spoledge.audao.parser.gql.impl.soft.SoftFunctionFactory
 
getDeleteSql(String) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getDeleteSql() - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getDouble(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getEntityCache() - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getFetchOptions(int, int) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getFetchOptions() - Method in interface com.spoledge.audao.db.dao.gae.GQLDynamicQuery
Returns the FetchOptions of the last query.
getFetchOptions() - Method in class com.spoledge.audao.parser.gql.GqlDynamic
Returns the FetchOptions of the last query.
getFunctionName() - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func
 
getFunctionValue(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func
 
getFunctionValue() - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func0
 
getFunctionValue(Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func1
 
getFunctionValue(Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func2
 
getFunctionValue(Object, Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func3
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncABS
 
getFunctionValue(long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncABS
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncACOS
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncASIN
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncATAN
 
getFunctionValue(double, double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncATAN2
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncCEIL
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncCOS
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncCOSH
 
getFunctionValue(long, long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncDIV
 
getFunctionValue(double, double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncDIV
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncEXP
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncFLOOR
 
getFunctionValue(GeoPt) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncGEOPT_LAT
 
getFunctionValue(GeoPt) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncGEOPT_LNG
 
getFunctionValue(Key) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncKEY_ID
 
getFunctionValue(Key) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncKEY_NAME
 
getFunctionValue(Key) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncKEY_PARENT
 
getFunctionValue(Key) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncKEY_VALUE
 
getFunctionValue(String) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncLENGTH
 
getFunctionValue(Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncLIST_JOIN
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncLN
 
getFunctionValue(String) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncLOWER
 
getFunctionValue(long, long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncMINUS
 
getFunctionValue(double, double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncMINUS
 
getFunctionValue(long, long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncMOD
 
getFunctionValue(double, double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncMOD
 
getFunctionValue(long, long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncMUL
 
getFunctionValue(double, double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncMUL
 
getFunctionValue(Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncNVL
 
getFunctionValue(Object, Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncNVL2
 
getFunctionValue(long, long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncPLUS
 
getFunctionValue(double, double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncPLUS
 
getFunctionValue(double, double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncPOWER
 
getFunctionValue() - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncRAND
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncSIGN
 
getFunctionValue(long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncSIGN
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncSIN
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncSINH
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncSQRT
 
getFunctionValue() - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncSYSDATE
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncTAN
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncTANH
 
getFunctionValue(String) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncUPPER
 
getFunctionValue(Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.GeoPtFunc1
 
getFunctionValue(GeoPt) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.GeoPtFunc1
 
getFunctionValue(Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.KeyFunc1
 
getFunctionValue(Key) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.KeyFunc1
 
getFunctionValue(Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc1
 
getFunctionValue(long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc1
 
getFunctionValue(double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc1
 
getFunctionValue(Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc2
 
getFunctionValue(long, long) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc2
 
getFunctionValue(double, double) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc2
 
getFunctionValue(Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.StringFunc1
 
getFunctionValue(String) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.StringFunc1
 
getFunctionValue(List<Object>) - Method in interface com.spoledge.audao.parser.gql.impl.soft.SoftFunction
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func0
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func1
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func2
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func3
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncDECODE
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncINSTR
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncLIST
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncSUBSTR
 
getFunctionValueImpl(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncTO_CHAR
 
getFunctionWithParams(List<Object>) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.Func
 
getGQLDynamicQuery() - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getInsertSelect(String, String) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getInteger(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getList(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Returns native list - as fetched by GAE API.
getList(Entity, String, Class<S>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Returns native list - as fetched by GAE API.
getListOfObjects(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Returns list of deserialized object.
getListOfObjects(Entity, String, Class<S>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Returns list of deserialized object.
getLong(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getObject(Entity, String, Class<S>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getOtherValue(Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncMINUS
 
getOtherValue(Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncMUL
 
getOtherValue(Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.FuncPLUS
 
getOtherValue(Object, Object) - Method in class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc2
 
getPersistenceManager() - Method in interface com.spoledge.audao.db.dao.gae.PersistenceManagerProvider
Returns the connection.
getQuery() - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getQuery() - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
getQueryCond(String, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getQueryCond(Query, String, Object...) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getQueryCond(String) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
getQueryPlain() - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
getQueryType() - Method in class com.spoledge.audao.parser.gql.PreparedGql
Returns the type of the query.
getSelectColumns() - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getSelectCountSql() - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getSelectSql(String) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getSelectSql() - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getShort(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getSoftFunction(String) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftFunctionFactory
Returns the associated function.
getSoftFunction(String) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftFunctionFactoryImpl
Returns the associated function.
getSourceColumnName() - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
getSqlCondition(String) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
Returns the condition starting with " WHERE " or an empty string.
getString(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getTableName() - Method in interface com.spoledge.audao.db.dao.AbstractDao
Returns the table name.
getTableName() - Method in class com.spoledge.audao.db.dao.RootDaoImpl
Returns the table name.
getTimestamp(Entity, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
getTruncateSql() - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getType(Object) - Static method in class com.spoledge.audao.parser.gql.impl.soft.GaeTypes
 
getUpdateSql(String, String) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getUpdateSql(String) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
getValue(Object[]) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
getValue(Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
getValue(Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftColumnExpr
 
getValueKey(boolean, Object[], Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
GqlDynamic - Class in com.spoledge.audao.parser.gql
Parses GQL queries to low-level GAE API calls.
GqlDynamic() - Constructor for class com.spoledge.audao.parser.gql.GqlDynamic
 
gqlDynamicQuery - Variable in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
GQLDynamicQuery is used to preocess dynamic queries and static queries containing "!=" or "IN" operators.
GQLDynamicQuery - Interface in com.spoledge.audao.db.dao.gae
This interface describes ability to dynamically parse GQL queries.
GqlExtDynamic - Class in com.spoledge.audao.parser.gql
Parses GQL queries to low-level GAE API calls.
GqlExtDynamic() - Constructor for class com.spoledge.audao.parser.gql.GqlExtDynamic
 
GqlExtDynamic(DatastoreService) - Constructor for class com.spoledge.audao.parser.gql.GqlExtDynamic
 
GqlStatic - Class in com.spoledge.audao.parser.gql
 
GqlStatic() - Constructor for class com.spoledge.audao.parser.gql.GqlStatic
 

H

handleException(SQLException) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
handleException(Exception) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
handleException(JDOException) - Method in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
 
hasNext() - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftIterator
 

I

invalidType(Entity, String, Class<?>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
isEmpty() - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
isExpired() - Method in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl.Entry
 
isLimit(int) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
isLogDebugEnabled() - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
isSecs - Variable in class com.spoledge.audao.db.dao.gae.ExpiringMemcacheDtoCacheImpl
 
isUnindexed() - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
isUpdate() - Method in enum com.spoledge.audao.parser.gql.PreparedGql.QueryType
 
iteratorCount - Variable in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 

K

key(long) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
key(String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
key(String, long) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
key(String, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
key(Key, String, long) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
key(Key, String, String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
KeyFunc1 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all 1-argument GAE KEY functions.
KeyFunc1() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.KeyFunc1
 
keyIterable(Iterable<Entity>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
keyIterator(Iterator<Entity>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
keysOnly - Variable in class com.spoledge.audao.parser.gql.GqlDynamic
 

L

log - Variable in class com.spoledge.audao.db.dao.RootDaoImpl
The logger.
log - Variable in class com.spoledge.audao.parser.gql.GqlDynamic
The logger.
log - Variable in class com.spoledge.audao.parser.gql.GqlExtDynamic
The logger.
logDebug(String) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
logDebug(String, Throwable) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
logError(String) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
logError(String, Throwable) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
logInfo(String) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
logInfo(String, Throwable) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
logWarn(String) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
logWarn(String, Throwable) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 

M

map - Variable in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
 
map - Variable in class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
 
MathFunc1 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all mathematic 1-argument functions.
MathFunc1() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc1
 
MathFunc1(boolean) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc1
 
MathFunc2 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all mathematic 2-argument functions.
MathFunc2() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc2
 
MathFunc2(boolean) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc2
 
maxSize - Variable in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
 
maxSize - Variable in class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
 
MemcacheDtoCacheFactoryImpl<K,V> - Class in com.spoledge.audao.db.dao.gae
This is a DtoCacheFactory which uses MemcacheService caches.
MemcacheDtoCacheFactoryImpl(String) - Constructor for class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheFactoryImpl
Creates a new factory.
MemcacheDtoCacheImpl<K,V> - Class in com.spoledge.audao.db.dao.gae
Memcache DtoCache uses MemcacheService - distributed cache.
MemcacheDtoCacheImpl() - Constructor for class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
Creates anonymous memcache instance.
MemcacheDtoCacheImpl(String) - Constructor for class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
Creates named memcache instance.
MemcacheDtoCacheImpl(String, String) - Constructor for class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
Creates named memcache instance.
memcacheService - Variable in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
The underlying memcache instance.
MemchainDtoCacheFactoryImpl<K,V> - Class in com.spoledge.audao.db.dao.gae
This is a DtoCacheFactory which uses MemcacheService caches.
MemchainDtoCacheFactoryImpl(String) - Constructor for class com.spoledge.audao.db.dao.gae.MemchainDtoCacheFactoryImpl
Creates a new factory.
MemchainDtoCacheFactoryImpl(String, long) - Constructor for class com.spoledge.audao.db.dao.gae.MemchainDtoCacheFactoryImpl
Creates a new factory.
MemoryDtoCacheFactoryImpl<K,V> - Class in com.spoledge.audao.db.dao
This is the DtoCacheFactory which uses memory caches.
MemoryDtoCacheFactoryImpl() - Constructor for class com.spoledge.audao.db.dao.MemoryDtoCacheFactoryImpl
 
MemoryDtoCacheImpl<K,V> - Class in com.spoledge.audao.db.dao
Memory DtoCache uses LinkedHashMap to store the values (LRU cache).
MemoryDtoCacheImpl(int) - Constructor for class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
 
MemoryDtoCacheImpl(int, int, float) - Constructor for class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
 
MemoryDtoCacheImpl.LHM<K,V> - Class in com.spoledge.audao.db.dao
 
MemoryDtoCacheImpl.LHM(int, float) - Constructor for class com.spoledge.audao.db.dao.MemoryDtoCacheImpl.LHM
 
multipleQueries - Variable in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Flag indicating that "!=" or "IN" operators are used in conditions.
multipleQueries - Variable in class com.spoledge.audao.parser.gql.GqlDynamic
 

N

N_A - Static variable in class com.spoledge.audao.parser.gql.impl.soft.GaeTypes
Comparator not available - cannot compare.
names(List<? extends Enum>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
next() - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftIterator
 

O

ordinals(List<? extends Enum>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 

P

pageOffset(int, int) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
parentKey(Key) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
parentKey(Key, int) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
parentKeyAsLong(Key, int) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
parentKeyAsString(Key, int) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
parse(String, String, String, String) - Method in class com.spoledge.audao.parser.gql.GqlStatic
 
parseQuery(String, Object...) - Method in interface com.spoledge.audao.db.dao.gae.GQLDynamicQuery
Parses GQL query.
parseQuery(String, Object...) - Method in class com.spoledge.audao.parser.gql.GqlDynamic
Parses GQL query.
parseQueryCond(Query, String, Object...) - Method in interface com.spoledge.audao.db.dao.gae.GQLDynamicQuery
Parses GQL query condition.
parseQueryCond(Query, String, Object...) - Method in class com.spoledge.audao.parser.gql.GqlDynamic
Parses GQL query condition.
ParserUtils - Class in com.spoledge.audao.parser.gql.impl
Static utility methods.
ParserUtils() - Constructor for class com.spoledge.audao.parser.gql.impl.ParserUtils
 
PersistenceManagerProvider - Interface in com.spoledge.audao.db.dao.gae
This is a PersistenceManager Provider which is used in DaoFactories.
pm - Variable in class com.spoledge.audao.db.dao.gae.GaeJdoAbstractDaoImpl
The assigned persistence manager.
prepare(Query) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Prepares query.
prepare(Query, boolean) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Prepares query.
prepare(String) - Method in class com.spoledge.audao.parser.gql.GqlExtDynamic
Prepares (parses) GQL query.
PreparedGql - Class in com.spoledge.audao.parser.gql
Prepared GQL query.
PreparedGql.QueryType - Enum in com.spoledge.audao.parser.gql
The query type enumeration.
prepareMultipleQueries(Query, boolean) - Method in interface com.spoledge.audao.db.dao.gae.GQLDynamicQuery
Prepares a GQL query.
prepareMultipleQueries(Query, boolean) - Method in class com.spoledge.audao.parser.gql.GqlDynamic
Prepares a GQL query.
prepareQuery(String, Object...) - Method in interface com.spoledge.audao.db.dao.gae.GQLDynamicQuery
Prepares a GQL query.
prepareQuery(String, Object...) - Method in class com.spoledge.audao.parser.gql.GqlDynamic
Prepares a GQL query.
put(K, V) - Method in class com.spoledge.audao.db.dao.ChainedDtoCache
Puts the key/value pair into the cache.
put(K, V) - Method in interface com.spoledge.audao.db.dao.DtoCache
Puts the key/value pair into the cache.
put(K, V) - Method in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
Puts the key/value pair into the cache.
put(K, V) - Method in class com.spoledge.audao.db.dao.gae.ExpiringMemcacheDtoCacheImpl
Puts the key/value pair into the cache.
put(K, V) - Method in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
Puts the key/value pair into the cache.
put(K, V) - Method in class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
Puts the key/value pair into the cache.

R

remove(K) - Method in class com.spoledge.audao.db.dao.ChainedDtoCache
Removes the associated object.
remove(K) - Method in interface com.spoledge.audao.db.dao.DtoCache
Removes the associated object.
remove(K) - Method in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl
Removes the associated object.
remove(K) - Method in class com.spoledge.audao.db.dao.gae.MemcacheDtoCacheImpl
Removes the associated object.
remove(K) - Method in class com.spoledge.audao.db.dao.MemoryDtoCacheImpl
Removes the associated object.
remove() - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftIterator
 
removeEldestEntry(Map.Entry<K, E>) - Method in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl.LHM
 
removeEldestEntry(Map.Entry<K, V>) - Method in class com.spoledge.audao.db.dao.MemoryDtoCacheImpl.LHM
 
RootDaoImpl - Class in com.spoledge.audao.db.dao
This is the root parent of all DAO implementation classes.
RootDaoImpl() - Constructor for class com.spoledge.audao.db.dao.RootDaoImpl
Creates a new DAO implementation.

S

selectInt(String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
selectLong(String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
selectShort(String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
serialize(Object) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
 
serialVersionUID - Static variable in class com.spoledge.audao.db.dto.AbstractDto
The Serializable version is forced to -1.
setDatastoreService(DatastoreService) - Method in interface com.spoledge.audao.db.dao.gae.GQLDynamicQuery
Sets the DatastoreService which is needed for multiple queries.
setDatastoreService(DatastoreService) - Method in class com.spoledge.audao.parser.gql.GqlDynamic
Sets the DatastoreService which is needed for multiple queries.
setDatastoreService(DatastoreService) - Method in class com.spoledge.audao.parser.gql.GqlExtDynamic
Sets the DatastoreService which is needed for multiple queries.
setDefaultFactory(SoftFunctionFactory) - Static method in class com.spoledge.audao.parser.gql.impl.soft.SoftFunctionFactory
Sets the default factory.
shortBlob(byte[]) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
shortBlob(Object) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
shortBlobs(List) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
shortBlobsOfByteArray(List<byte[]>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
SoftColumn - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftColumn(String) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
SoftColumn(String, boolean, boolean) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
 
SoftColumnExpr - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftColumnExpr(CommonTree) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftColumnExpr
Special constructor for evaluating expressions only - used in soft conditions.
SoftColumnExpr(CommonTree, SoftColumn) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftColumnExpr
 
SoftColumnExpr(CommonTree, String, boolean, boolean) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftColumnExpr
 
SoftCondAncestor - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftCondAncestor(SoftColumnExpr) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftCondAncestor
 
SoftCondAnd - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftCondAnd(SoftCondition, SoftCondition) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftCondAnd
 
SoftCondIn - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftCondIn(SoftColumnExpr, Object) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftCondIn
 
SoftCondIn(SoftColumnExpr, Iterable) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftCondIn
 
SoftCondIn(SoftColumnExpr, SoftColumnExpr) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftCondIn
 
SoftCondition - Interface in com.spoledge.audao.parser.gql.impl.soft
 
SoftCondNot - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftCondNot(SoftCondition) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftCondNot
 
SoftCondOper - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftCondOper(SoftColumnExpr, SoftColumnExpr, String) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftCondOper
 
SoftCondOr - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftCondOr(SoftCondition, SoftCondition) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftCondOr
 
SoftConstants - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftConstants() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftConstants
 
SoftEntityIterator - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftEntityIterator(boolean, SoftColumn, ArrayList<SoftColumn>, Iterator<Entity>, SoftCondition, Integer, Integer, Object[]) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftEntityIterator
 
SoftFunction - Interface in com.spoledge.audao.parser.gql.impl.soft
 
SoftFunctionFactory - Class in com.spoledge.audao.parser.gql.impl.soft
The factory.
SoftFunctionFactory() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftFunctionFactory
 
SoftFunctionFactoryImpl - Class in com.spoledge.audao.parser.gql.impl.soft
The implementation of the SoftFunctionFactory.
SoftFunctionFactoryImpl(String, String, String) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftFunctionFactoryImpl
 
SoftIterator<T> - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftIterator(Iterator<Entity>, SoftCondition, Integer, Integer, Object[]) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftIterator
 
SoftKeyIterator - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftKeyIterator(SoftColumn, Iterator<Entity>, SoftCondition, Integer, Integer, Object[]) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftKeyIterator
 
SoftPropertyIterator - Class in com.spoledge.audao.parser.gql.impl.soft
 
SoftPropertyIterator(SoftColumn, Iterator<Entity>, SoftCondition, Integer, Integer, Object[]) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.SoftPropertyIterator
 
sqlLog(String, Object[]) - Method in class com.spoledge.audao.db.dao.RootDaoImpl
Used for logging.
string(String) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
Removes quotes and unescapes the parsed string.
StringFunc1 - Class in com.spoledge.audao.parser.gql.impl.soft.func
The parent of all string 1-argument functions.
StringFunc1() - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.StringFunc1
 
StringFunc1(boolean) - Constructor for class com.spoledge.audao.parser.gql.impl.soft.func.StringFunc1
 

T

time(int, int, int) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 
time(String) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
time(int, int, int) - Static method in class com.spoledge.audao.parser.gql.impl.ParserUtils
 
toArray(ArrayList<T>) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
toArray(ArrayList<T>) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Converts list to array.
toString() - Method in class com.spoledge.audao.db.dto.AbstractDto
Returns a human readable string.
transform(Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftEntityIterator
 
transform(Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftIterator
 
transform(Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftKeyIterator
 
transform(Entity) - Method in class com.spoledge.audao.parser.gql.impl.soft.SoftPropertyIterator
 
tx - Variable in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
The last known transaction.
txEntityCache - Variable in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
Caching of entities - a short term cache allowing to optimize the calls find + update.

U

updateMany(String, String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
updateOne(String, String, Object...) - Method in class com.spoledge.audao.db.dao.AbstractDaoImpl
 
user(String) - Method in class com.spoledge.audao.db.dao.gae.GaeAbstractDaoImpl
 

V

value - Variable in class com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl.Entry
 
valueOf(String) - Static method in enum com.spoledge.audao.parser.gql.impl.soft.GaeTypes.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.spoledge.audao.parser.gql.PreparedGql.QueryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.spoledge.audao.parser.gql.impl.soft.GaeTypes.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.spoledge.audao.parser.gql.PreparedGql.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasMultipleQueries() - Method in interface com.spoledge.audao.db.dao.gae.GQLDynamicQuery
Returns true iff the last query was a multiple query ("!=" or "IN" operators).
wasMultipleQueries() - Method in class com.spoledge.audao.parser.gql.GqlDynamic
Returns true iff the last query was a multiple query.

_

__KEY__ - Static variable in class com.spoledge.audao.parser.gql.impl.soft.SoftConstants
 

A B C D E F G H I K L M N O P R S T U V W _

Copyright © 2010 Spolecne s.r.o. All Rights Reserved.