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

A

addNamedQuery(Class<?>, String, DaoQueryFactory) - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Add named query to persistence unit context
addNamedQuery(String, QueryInfo, SqlQueryFactory) - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Add native named query to persistence unit context
addNamedQuery(Class<?>, String, DaoQueryFactory) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Add named query to persistence unit context
addNamedQuery(String, QueryInfo, SqlQueryFactory) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Add native named query to persistence unit context
addNamedQuery(Class<?>, String, DaoQueryFactory) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
Create a named query and store it in namedQueryMap.
addNamedQuery(String, QueryInfo, SqlQueryFactory) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
Add native named query to persistence unit context
addTransformer(ClassTransformer) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
ALL_COMPLEX_DATA - Static variable in class au.com.cybersearch2.example.HelloTwoDbsMain
Named query to find all ComplexData objects
ALL_COMPLEX_DATA - Static variable in class au.com.cybersearch2.example.v2.ComplexOpenHelperCallbacks
Named query to find all ComplexData objects
ALL_COMPLEX_DATA2 - Static variable in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
Named query to find all ComplexData objects
ALL_SIMPLE_DATA - Static variable in class au.com.cybersearch2.example.HelloTwoDbsMain
Named query to find all SimpleData objects
ALL_SIMPLE_DATA - Static variable in class au.com.cybersearch2.example.v2.SimpleOpenHelperCallbacks
Named query to find all SimpleData objects
ALL_SIMPLE_DATA2 - Static variable in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
Named query to find all SimpleData objects
AndroidConnectionSourceFactory - Class in au.com.cybersearch2.classydb
AndroidConnectionSourceFactory Creates OpenHelperConnectionSource objects which extend AndroidConnectionSource by attaching an SQLiteOpenHelper implemented as an OpenEventHandler object.
AndroidConnectionSourceFactory(OpenEventHandler...) - Constructor for class au.com.cybersearch2.classydb.AndroidConnectionSourceFactory
Construct an AndroidConnectionSourceFactory instance
AndroidDatabaseSupport - Class in au.com.cybersearch2.classydb
AndroidDatabaseSupport Implements DatabaseSupport interface for Android's SQLite database system.
AndroidDatabaseSupport() - Constructor for class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Construct an AndroidDatabaseSupport instance.
AndroidDatabaseSupport.SQLiteQueryExecutor - Interface in au.com.cybersearch2.classydb
SQLiteQueryExecutor Interface Implementation performs queries for getResultList() and getSingleResult()
AndroidPersistenceEnvironment - Interface in au.com.cybersearch2.classyjpa
AndroidPersistenceEnvironment Android persistence extension to access a Persistence Unit's open helper
AndroidResultRow - Class in au.com.cybersearch2.classydb
AndroidResultRow
AndroidResultRow(Cursor) - Constructor for class au.com.cybersearch2.classydb.AndroidResultRow
 
AndroidSqliteParams - Class in au.com.cybersearch2.classydb
AndroidSqliteParams Contains parameters to pass to SQLiteOpenHelper constructor
AndroidSqliteParams(Context, String, PersistenceFactory) - Constructor for class au.com.cybersearch2.classydb.AndroidSqliteParams
 
app_name - Static variable in class au.com.cybersearch2.classytoolslib.R.string
 
assignEmptyForeignCollection(T, String) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
AsyncBackgroundTask - Class in au.com.cybersearch2.classytask
AsyncBackgroundTask Basic AsyncTaskLoader implementation
AsyncBackgroundTask(Context) - Constructor for class au.com.cybersearch2.classytask.AsyncBackgroundTask
Construct AsyncBackgroundTask object
AsyncBackgroundTask.TaskCallback - Interface in au.com.cybersearch2.classytask
 
au.com.cybersearch2.classyapp - package au.com.cybersearch2.classyapp
 
au.com.cybersearch2.classybean - package au.com.cybersearch2.classybean
 
au.com.cybersearch2.classycontent - package au.com.cybersearch2.classycontent
 
au.com.cybersearch2.classydb - package au.com.cybersearch2.classydb
 
au.com.cybersearch2.classyfts - package au.com.cybersearch2.classyfts
 
au.com.cybersearch2.classyjpa - package au.com.cybersearch2.classyjpa
 
au.com.cybersearch2.classyjpa.entity - package au.com.cybersearch2.classyjpa.entity
 
au.com.cybersearch2.classyjpa.persist - package au.com.cybersearch2.classyjpa.persist
 
au.com.cybersearch2.classyjpa.query - package au.com.cybersearch2.classyjpa.query
 
au.com.cybersearch2.classyjpa.transaction - package au.com.cybersearch2.classyjpa.transaction
 
au.com.cybersearch2.classylog - package au.com.cybersearch2.classylog
 
au.com.cybersearch2.classynode - package au.com.cybersearch2.classynode
 
au.com.cybersearch2.classytask - package au.com.cybersearch2.classytask
 
au.com.cybersearch2.classytoolslib - package au.com.cybersearch2.classytoolslib
 
au.com.cybersearch2.classywidget - package au.com.cybersearch2.classywidget
 
au.com.cybersearch2.example - package au.com.cybersearch2.example
 
au.com.cybersearch2.example.v2 - package au.com.cybersearch2.example.v2
 

B

BackgroundTask - Class in au.com.cybersearch2.classytask
BackgroundTask
BackgroundTask(ThreadHelper) - Constructor for class au.com.cybersearch2.classytask.BackgroundTask
Construct BackgroundTask object
BeanException - Exception in au.com.cybersearch2.classybean
BeanException A method is not required to declare in its throws clause any subclasses of BeanException that might be thrown during the execution of the method but not caught.
BeanException() - Constructor for exception au.com.cybersearch2.classybean.BeanException
Constructs a new runtime exception with null as its detail message.
BeanException(String) - Constructor for exception au.com.cybersearch2.classybean.BeanException
Constructs a new runtime exception with the specified detail message.
BeanException(Throwable) - Constructor for exception au.com.cybersearch2.classybean.BeanException
Constructs a new runtime exception with the specified detail message and cause.
BeanException(String, Throwable) - Constructor for exception au.com.cybersearch2.classybean.BeanException
Constructs a new runtime exception with the specified detail message and cause.
BeanMap - Class in au.com.cybersearch2.classybean
BeanMap Creates a Map by wrapping an object.
BeanMap(Object) - Constructor for class au.com.cybersearch2.classybean.BeanMap
Construct a BeanMap instance by wrapping an Object which follows Java Bean spec.
BeanUtil - Class in au.com.cybersearch2.classybean
BeanUtil
BeanUtil() - Constructor for class au.com.cybersearch2.classybean.BeanUtil
 
BeanUtil.DataPair - Class in au.com.cybersearch2.classybean
DataPair Entry for Map<:String, Object>
BeanUtil.DataPair(String, Object) - Constructor for class au.com.cybersearch2.classybean.BeanUtil.DataPair
 
begin() - Method in class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Start the resource transaction.
begin() - Method in class au.com.cybersearch2.classyjpa.transaction.SetRollbackTransaction
Ignore any call to start the resource transaction.
BuildConfig - Class in au.com.cybersearch2.classytoolslib
 
BuildConfig() - Constructor for class au.com.cybersearch2.classytoolslib.BuildConfig
 
buildQueryString(String, String[], String, String, String, String, String) - Static method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Build an SQL query string from the given clauses.

C

call(DatabaseConnection) - Method in class au.com.cybersearch2.classydb.NativeScriptDatabaseWork
Execute SQL statements contained in a script file
call(DatabaseConnection) - Method in interface au.com.cybersearch2.classyjpa.transaction.TransactionCallable
Computes a Boolean result to indicate success or failure (rollback required), or throws an exception if unexpected error happens.
call() - Method in class au.com.cybersearch2.classytask.BackgroundTask
Start task on background thread
callBatchTasks(Callable<CT>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
cancel(boolean) - Method in class au.com.cybersearch2.classytask.TaskRunner
Attempts to cancel execution of this task.
changeData(Collection<ListItem>) - Method in class au.com.cybersearch2.classywidget.PropertiesListAdapter
Change the properties list to be viewed
checkEntityTablesExist(ConnectionSource) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
 
checkTableExists(ConnectionSource) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelperFactory
 
ClassAnalyser - Class in au.com.cybersearch2.classyjpa.persist
ClassAnalyser Adds to com.j256.ormlite.misc.JavaxPersistence to support OneToMany and ManyToOne annotations.
ClassAnalyser(DatabaseType, ClassAnalyser.ClassRegistry) - Constructor for class au.com.cybersearch2.classyjpa.persist.ClassAnalyser
Construct a ClassAnalyser instance
ClassAnalyser.ForeignFieldData - Class in au.com.cybersearch2.classyjpa.persist
ForeignFieldData Contains foreignFieldMap and foreignCollectionMap used to map foreign field column name to field name and assign foreignTableConfig to foreignCollection fields
ClassAnalyser.ForeignFieldData() - Constructor for class au.com.cybersearch2.classyjpa.persist.ClassAnalyser.ForeignFieldData
 
clear() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Clear the persistence context, causing all managed entities to become detached.
clear() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Clear the persistence context, causing all managed entities to become detached.
clearDatabaseTables() - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
Clear database tables if they exist
clearObjectCache() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
close() - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Close database.
close() - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
Perform any clean up required on database shutdown
close() - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Perform any clean up required on database shutdown
close() - Method in class au.com.cybersearch2.classydb.OpenHelperConnectionSource
Close connection source
close() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
DO NOT CALL close() as the container will do this automatically.
close() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
DO NOT CALL close() as the container will do this automatically.
close() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLiteFactory
Close the factory, releasing any resources that it holds.
close() - Method in class au.com.cybersearch2.classyjpa.persist.EntityManagerFactoryImpl
Close the factory, releasing any resources that it holds.
close() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Close all database connections
close() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Close all database connections
close() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
 
close() - Method in class au.com.cybersearch2.example.ManyToManyMain
 
closeableIterator() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
closeLastIterator() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
commit(DatabaseConnection) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
commit() - Method in class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Commit the current transaction, writing any unflushed changes to the database.
commit() - Method in class au.com.cybersearch2.classyjpa.transaction.SetRollbackTransaction
Ignore any call to commit the current transaction
compareTo(EntityKey) - Method in class au.com.cybersearch2.classyjpa.entity.EntityKey
Compares this object with the specified object for order.
compareTo(FieldKey) - Method in class au.com.cybersearch2.classyjpa.persist.FieldKey
Compares this object with the specified object for order.
compareTo(NamedDaoQuery) - Method in class au.com.cybersearch2.classyjpa.query.NamedDaoQuery
Compares this object with the specified object for order.
compareTo(NamedSqlQuery) - Method in class au.com.cybersearch2.classyjpa.query.NamedSqlQuery
Compares this object with the specified object for order.
ComplexData - Class in au.com.cybersearch2.example
Another demonstration object we are creating and persisting to the database.
ComplexData(long) - Constructor for class au.com.cybersearch2.example.ComplexData
 
ComplexData - Class in au.com.cybersearch2.example.v2
Another demonstration object we are creating and persisting to the database.
ComplexData(long, String) - Constructor for class au.com.cybersearch2.example.v2.ComplexData
 
ComplexOpenHelperCallbacks - Class in au.com.cybersearch2.example.v2
ComplexOpenHelperCallbacks
ComplexOpenHelperCallbacks() - Constructor for class au.com.cybersearch2.example.v2.ComplexOpenHelperCallbacks
 
ComplexTask - Class in au.com.cybersearch2.example
ComplexTask
ComplexTask(String) - Constructor for class au.com.cybersearch2.example.ComplexTask
Create ComplexTask object
ComplexTask - Class in au.com.cybersearch2.example.v2
ComplexTask
ComplexTask(String) - Constructor for class au.com.cybersearch2.example.v2.ComplexTask
Create ComplexTask object
ConnectionSourceFactory - Interface in au.com.cybersearch2.classydb
ConnectionSourceFactory
ConnectionSourceFactory - Interface in au.com.cybersearch2.classyjpa.persist
ConnectionSourceFactory
connectionType() - Method in interface au.com.cybersearch2.example.v2.HelloTwoDbsMain.ApplicationComponent
 
contains(Object) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Check if the instance belongs to the current persistence context.
contains(Object) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Check if the instance is a managed entity instance belonging to the current persistence context.
containsKey(Object) - Method in class au.com.cybersearch2.classybean.BeanMap
Returns true if this map contains a mapping for the specified key.
copyStringToBuffer(int, StringBuffer) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
Retrieves the requested column text and stores it in the buffer provided.
copyStringToBuffer(int, StringBuffer) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Retrieves the requested column text and stores it in the buffer provided.
copyStringToBuffer(int, StringBuffer) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Retrieves the requested column text and stores it in the buffer provided.
countOf() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
countOf(PreparedQuery<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
create(Object) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
Persist an object for the first time.
create(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
create(Collection<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceProviderImpl
Called by the container when an EntityManagerFactory is to be created.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map<?, ?>) - Method in interface au.com.cybersearch2.classyjpa.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createDao(ConnectionSource, Class<T>) - Static method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
Call through to DaoManager.createDao(ConnectionSource, Class) with the returned DAO wrapped in a PersistenceDao.
createDao(ConnectionSource, DatabaseTableConfig<T>) - Static method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
Call through to DaoManager.createDao(ConnectionSource, DatabaseTableConfig) with the returned DAO wrapped in a PersistenceDao.
createEntityManager() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLiteFactory
Create a new application-managed EntityManager.
createEntityManager(Map<String, Object>) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLiteFactory
Create a new application-managed EntityManager with the specified Map of properties.
createEntityManager() - Method in class au.com.cybersearch2.classyjpa.persist.EntityManagerFactoryImpl
Create a new application-managed EntityManager.
createEntityManager(Map<String, Object>) - Method in class au.com.cybersearch2.classyjpa.persist.EntityManagerFactoryImpl
Create a new application-managed EntityManager with the specified Map of properties.
createEntityManager(ConnectionSource) - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Create a EntityManager bound to an existing connectionSource.
createEntityManager(ConnectionSource) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Create a EntityManager bound to an existing connectionSource.
createEntityManagerFactory(String, Map) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceProviderImpl
Called by PersistenceUnitAdmin class when an EntityManagerFactory is to be created.
createEntityManagerFactory(String, Map<?, ?>) - Method in interface au.com.cybersearch2.classyjpa.PersistenceProvider
Called by PersistenceUnitAdmin class when an EntityManagerFactory is to be created.
createIfNotExists(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
createNamedQuery(String) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Create an instance of Query for executing a named query (executed using OrmLite QueryBuilder or in native SQL).
createNamedQuery(String) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Create an instance of Query for executing a named query (in the Java PersistenceUnitAdmin query language or in native SQL).
createOrUpdate(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
createQuery(PersistenceDao<?, ?>) - Method in class au.com.cybersearch2.classyjpa.query.NamedDaoQuery
Returns OrmLite query
createQuery() - Method in class au.com.cybersearch2.classyjpa.query.NamedSqlQuery
Returns native query
createSqlQuery(QueryInfo) - Method in interface au.com.cybersearch2.classyjpa.query.SqlQueryFactory
 
CREATOR - Static variable in class au.com.cybersearch2.classywidget.ListItem
 
CUSTOM_OHC_PROPERTY - Static variable in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 

D

DaoQuery<T> - Class in au.com.cybersearch2.classyjpa.query
DaoQuery OrmLite query for generic entity class.
DaoQuery(PersistenceDao<T, ?>, DaoQuery.SimpleSelectArg...) - Constructor for class au.com.cybersearch2.classyjpa.query.DaoQuery
Create new DaoQuery object
DaoQuery.SimpleSelectArg - Class in au.com.cybersearch2.classyjpa.query
SimpleSelectArg Makes value accessible without potential SQLException
DaoQuery.SimpleSelectArg() - Constructor for class au.com.cybersearch2.classyjpa.query.DaoQuery.SimpleSelectArg
 
DaoQueryFactory - Interface in au.com.cybersearch2.classyjpa.query
QueryGenerator Factory for DaoQuery objects.
DATA_FILENAME - Static variable in interface au.com.cybersearch2.classydb.DatabaseAdmin
Property key for populate database
DATABASE_INFO_NAME - Static variable in class au.com.cybersearch2.classydb.DatabaseSupportBase
Table to hold database version
DATABASE_INFO_NAME - Static variable in class au.com.cybersearch2.example.HelloTwoDbsMain
 
DATABASE_NAME - Static variable in interface au.com.cybersearch2.classydb.DatabaseAdmin
Property key for database name
DATABASE_VERSION - Static variable in interface au.com.cybersearch2.classydb.DatabaseAdmin
Property key for database version
DatabaseAdmin - Interface in au.com.cybersearch2.classydb
DatabaseAdmin
DatabaseAdminImpl - Class in au.com.cybersearch2.classydb
DatabaseAdminImpl Handler of database create and upgrade events
DatabaseAdminImpl(String, PersistenceAdmin, ResourceEnvironment, OpenHelperCallbacks) - Constructor for class au.com.cybersearch2.classydb.DatabaseAdminImpl
Construct a DatabaseAdminImpl object
DatabaseSupport - Interface in au.com.cybersearch2.classydb
DatabaseSupport Interface for direct database access to allow native operations to be performed
DatabaseSupport.ConnectionType - Enum in au.com.cybersearch2.classydb
Connection type is implementation-specific
DatabaseSupportBase - Class in au.com.cybersearch2.classydb
DatabaseSupportBase
debug(String, String) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send a DEBUG log message.
debug(String, String, Throwable) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send a DEBUG log message and log the exception.
debug(String, String) - Method in interface au.com.cybersearch2.classylog.Log
Send a DEBUG log message.
debug(String, String, Throwable) - Method in interface au.com.cybersearch2.classylog.Log
Send a DEBUG log message and log the exception.
DEBUG - Static variable in class au.com.cybersearch2.classytoolslib.BuildConfig
 
delete(Uri, String, String[]) - Method in interface au.com.cybersearch2.classyapp.PrimaryContentProvider
Delete content
delete(Object) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
Delete the database row corresponding to the id from the data parameter.
delete(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
delete(Collection<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
delete(PreparedDelete<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
deleteBuilder() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
deleteById(ID) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
deleteIds(Collection<ID>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
describeContents() - Method in class au.com.cybersearch2.classywidget.ListItem
 
DictionaryOpenHelper - Class in au.com.cybersearch2.classyfts
DictionaryOpenHelper Open helper for the dictionary database used to perform fast text search
DictionaryOpenHelper(Context) - Constructor for class au.com.cybersearch2.classyfts.DictionaryOpenHelper
Create DictionaryOpenHelper object
displayMessage(String) - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
Display message to user
displayMessage(String) - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
Display message to user
doCommit() - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionState
Commit
doInBackground() - Method in class au.com.cybersearch2.classyjpa.entity.TaskBase
doInBackground
doInBackground() - Method in class au.com.cybersearch2.classytask.BackgroundTask
Override this method to perform a computation on a background thread.
doPostCommit() - Method in class au.com.cybersearch2.classyjpa.transaction.PostCommit
Execute call
doPreCommit(DatabaseConnection) - Method in class au.com.cybersearch2.classyjpa.transaction.PreCommit
Execute call
doRollback() - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionState
Rollback
doTask() - Method in class au.com.cybersearch2.classyjpa.entity.JavaPersistenceContext
Execute persistence work.
doTask(EntityManagerLite) - Method in interface au.com.cybersearch2.classyjpa.entity.PersistenceTask
Perform a persistence operation.
doTask(EntityManagerLite) - Method in class au.com.cybersearch2.classynode.NodeFinder
Find node by primary key on background thread
doTask(EntityManagerLite) - Method in class au.com.cybersearch2.example.ComplexTask
 
doTask(EntityManagerLite) - Method in class au.com.cybersearch2.example.PostsByUserEntityTask
 
doTask(EntityManagerLite) - Method in class au.com.cybersearch2.example.SimpleTask
 
doTask(EntityManagerLite) - Method in class au.com.cybersearch2.example.UsersByPostTask
 
doTask(EntityManagerLite) - Method in class au.com.cybersearch2.example.v2.ComplexTask
 
doTask(EntityManagerLite) - Method in class au.com.cybersearch2.example.v2.SimpleTask
 
doWork(PersistenceWork) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceWorker
 
DROP_SCHEMA_FILENAME - Static variable in interface au.com.cybersearch2.classydb.DatabaseAdmin
Property key for drop database
dropDatabaseTables() - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
 
dropDatabaseVersionTable(String) - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
 

E

endThreadConnection(DatabaseConnection) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
EntityByNodeIdGenerator - Class in au.com.cybersearch2.classynode
EntityByNodeIdGenerator Generate query to find Node by primary key
EntityByNodeIdGenerator() - Constructor for class au.com.cybersearch2.classynode.EntityByNodeIdGenerator
 
entityExists(Object) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
Returns true if an object exists that matches this ID otherwise false.
EntityKey - Class in au.com.cybersearch2.classyjpa.entity
EntityKey Used by Entity Manager to identify entity objects
EntityKey(Class<?>, Object) - Constructor for class au.com.cybersearch2.classyjpa.entity.EntityKey
Create EntityKey object
EntityManagerDelegate - Class in au.com.cybersearch2.classyjpa.entity
EntityManagerDelegate Object returned by ClassyFyEntityManager getDelegate() method to give caller access to OrmLite DAOs
EntityManagerDelegate(ConnectionSource, EntityTransaction, Map<String, OrmDaoHelperFactory<?, ?>>) - Constructor for class au.com.cybersearch2.classyjpa.entity.EntityManagerDelegate
Constructor.
EntityManagerFactoryImpl - Class in au.com.cybersearch2.classyjpa.persist
EntityManagerFactoryImpl Implementation of EntityManagerFactory interface
EntityManagerFactoryImpl(ConnectionSource, PersistenceConfig) - Constructor for class au.com.cybersearch2.classyjpa.persist.EntityManagerFactoryImpl
Create an EntityManagerFactoryImpl object
EntityManagerImpl - Class in au.com.cybersearch2.classyjpa.entity
EntityManagerImpl Implementation of EntityManager interface Transaction scoped.
EntityManagerImpl(ConnectionSource, PersistenceConfig) - Constructor for class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Create ClassyEntityManager object
entityManagerInstance() - Method in interface au.com.cybersearch2.classyjpa.entity.JavaPersistenceContext.EntityManagerProvider
 
EntityManagerLite - Interface in au.com.cybersearch2.classyjpa
Interface used to interact with the persistence context and to create executable query objects.
EntityManagerLiteFactory - Interface in au.com.cybersearch2.classyjpa
Interface used to interact with the entity manager factory for the persistence unit.
EntityQuery<T> - Class in au.com.cybersearch2.classyjpa.query
EntityQuery Implements javax.persistence.Query using OrmLite query.
EntityQuery(DaoQuery<T>) - Constructor for class au.com.cybersearch2.classyjpa.query.EntityQuery
 
EntityTransactionImpl - Class in au.com.cybersearch2.classyjpa.transaction
EntityTransactionImpl Implements javax.persistence.EntityTransaction.
EntityTransactionImpl(ConnectionSource) - Constructor for class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Construct a ClassyEntityTransaction instance
EntityTransactionImpl(ConnectionSource, TransactionCallable) - Constructor for class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Construct a ClassyEntityTransaction instance
EntityTransactionImpl(ConnectionSource, TransactionCallable, Callable<Boolean>) - Constructor for class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Construct a ClassyEntityTransaction instance
entrySet() - Method in class au.com.cybersearch2.classybean.BeanMap
Returns a Set view of the mappings contained in this map.
equals(Object) - Method in class au.com.cybersearch2.classyjpa.entity.EntityKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class au.com.cybersearch2.classyjpa.persist.FieldKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class au.com.cybersearch2.classyjpa.query.NamedDaoQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class au.com.cybersearch2.classyjpa.query.NamedSqlQuery
Indicates whether some other object is "equal to" this one.
error(String, String) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send an ERROR log message.
error(String, String, Throwable) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send an ERROR log message and log the exception.
error(String, String) - Method in interface au.com.cybersearch2.classylog.Log
Send an ERROR log message.
error(String, String, Throwable) - Method in interface au.com.cybersearch2.classylog.Log
Send an ERROR log message and log the exception.
excludeUnlistedClasses() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
Executable - Class in au.com.cybersearch2.classytask
Executable Object returned on start of task execution to track status and notify completion
Executable() - Constructor for class au.com.cybersearch2.classytask.Executable
 
execute(String, PersistenceWork) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceLoader
Execute persistence work.
execute(BackgroundTask) - Method in class au.com.cybersearch2.classytask.TaskRunner
Executes the worker task.
executeInProcess() - Method in class au.com.cybersearch2.classyjpa.entity.JavaPersistenceContext
Execute task in process
executeRaw(String, String...) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
executeRawNoArgs(String) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
executeUpdate() - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Execute an update or delete statement.
executeUpdate() - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Execute an update or delete statement.
extractId(Object) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
Returns the ID from the data parameter passed in.
extractId(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 

F

FieldKey - Class in au.com.cybersearch2.classyjpa.persist
FieldKey Used by ClassAnalyser to configure foreign collections and foreign fields
FieldKey(Class<?>, String) - Constructor for class au.com.cybersearch2.classyjpa.persist.FieldKey
Construct a FieldKey Instance
filter(String, String) - Method in interface au.com.cybersearch2.classyfts.WordFilter
Search result word filter
find(Class<T>, Object) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Find by primary key.
find(Class<T>, Object) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Find by primary key.
findForeignFieldType(Class<?>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
flush() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Synchronize the persistence context to the underlying database.
flush() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Synchronize the persistence context to the underlying database.
FtsEngine - Class in au.com.cybersearch2.classyfts
FtsEngine Fast text search engine with dictionary.
FtsEngine(FtsOpenHelper, String, Map<String, String>) - Constructor for class au.com.cybersearch2.classyfts.FtsEngine
Construct an FtsEngine
FtsEngine.FtsStatus - Enum in au.com.cybersearch2.classyfts
FtsStatus - dictionary states initial, loading, loaded and error
FtsOpenHelper - Class in au.com.cybersearch2.classyfts
FtsOpenHelper Open helper for the fast text search engine
FtsOpenHelper(Context, SQLiteOpenHelper) - Constructor for class au.com.cybersearch2.classyfts.FtsOpenHelper
Create an FtsOpenHelper object
FtsQuery - Interface in au.com.cybersearch2.classyfts
FtsQuery Interface for fast text search query
FtsQueryBuilder - Class in au.com.cybersearch2.classyfts
QueryBuilder Fast text search query builder
FtsQueryBuilder(int, Uri, String[], String, String[], String) - Constructor for class au.com.cybersearch2.classyfts.FtsQueryBuilder
Create an FtsQueryBuilder object
FtsSearch - Class in au.com.cybersearch2.classyfts
FtsSearch Encapsulates the logic necessary to return specific words from the dictionary, and load the dictionary table when it needs to be created.
FtsSearch(FtsQuery) - Constructor for class au.com.cybersearch2.classyfts.FtsSearch
Construct an FtsSearch object

G

generateQuery(PersistenceDao<T, ?>) - Method in interface au.com.cybersearch2.classyjpa.query.DaoQueryFactory
Returns query object which will execute a prepared statement when required selection arguments are provided
generateQuery(PersistenceDao<T, ?>) - Method in class au.com.cybersearch2.classyjpa.QueryForAllGenerator
Returns query object which will execute a prepared statement with a primary key selection argument
generateQuery(PersistenceDao<T, ?>) - Method in class au.com.cybersearch2.classynode.EntityByNodeIdGenerator
 
generateQuery(PersistenceDao<T, ?>) - Method in class au.com.cybersearch2.example.ManyToManyGenerator
Returns query object which will execute a prepared statement with a primary key selection argument
generateQuery(PersistenceDao<T, ?>) - Method in class au.com.cybersearch2.example.QueryForAllGenerator
Returns query object which will execute a prepared statement with a primary key selection argument
get(Object) - Method in class au.com.cybersearch2.classybean.BeanMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class au.com.cybersearch2.classyjpa.query.DaoQuery
Returns selection argument at specified position
get(String) - Method in class au.com.cybersearch2.classyjpa.query.DaoQuery
Returns selection argument for specified name
get_children() - Method in class au.com.cybersearch2.classynode.NodeEntity
Returns child nodes
get_id() - Method in class au.com.cybersearch2.classynode.NodeEntity
Returns primary key
get_parent_id() - Method in class au.com.cybersearch2.classynode.NodeEntity
Returns parent primary key
getBeanInfo(Object) - Static method in class au.com.cybersearch2.classybean.BeanUtil
Gets the BeanInfo object which contains the information of the properties, events and methods of the specified bean class.
getBlob(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getBlob(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the value of the requested column as a byte array.
getBlob(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the value of the requested column as a byte array.
getBuffer() - Method in class au.com.cybersearch2.classyjpa.query.ResultRow.FunctionSpec
 
getCancellationSignal() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns cancellation signal
getChildren() - Method in class au.com.cybersearch2.classynode.Node
Returns children list
getClassLoader() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getColumnCount() - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getColumnCount() - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Return total number of columns
getColumnCount() - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Return total number of columns
getColumnIndex(String) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getColumnIndex(String) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the zero-based index for the given column name, or -1 if the column doesn't exist.
getColumnIndex() - Method in class au.com.cybersearch2.classyjpa.query.ResultRow.FunctionSpec
 
getColumnIndex(String) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the zero-based index for the given column name, or -1 if the column doesn't exist.
getColumnName(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getColumnName(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the zero-based index for the given column name, or throws IllegalArgumentException if the column doesn't exist.
getColumnName() - Method in class au.com.cybersearch2.classyjpa.persist.FieldKey
Returns name of "mappedBy" field
getColumnName() - Method in class au.com.cybersearch2.classyjpa.query.ResultRow.FunctionSpec
 
getColumnName(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the column name at the given zero-based column index.
getColumnNames() - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getColumnNames() - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns a string array holding the names of all of the columns in the result set in the order in which they were listed in the result.
getColumnNames() - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns a string array holding the names of all of the columns in the result set in the order in which they were listed in the result.
getColumns() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns a list of which columns to return
getConnectionSource(String, Properties) - Method in class au.com.cybersearch2.classydb.AndroidConnectionSourceFactory
Returns an OpenHelperConnectionSource object
getConnectionSource(String, Properties) - Method in interface au.com.cybersearch2.classydb.ConnectionSourceFactory
 
getConnectionSource(String, Properties) - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Returns ConnectionSource object
getConnectionSource() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
getConnectionSource() - Method in interface au.com.cybersearch2.classyjpa.persist.ConnectionSourceFactory
Returns connection source
getConnectionSource() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Returns connection source
getContext() - Method in class au.com.cybersearch2.classydb.AndroidSqliteParams
 
getCount() - Method in class au.com.cybersearch2.classydb.SqlParser
Returns number of statements parsed
getCount() - Method in class au.com.cybersearch2.classywidget.PropertiesListAdapter
Returns the number of items
getCustomOpenHelperCallbacks() - Method in interface au.com.cybersearch2.classydb.DatabaseAdmin
 
getCustomOpenHelperCallbacks() - Method in class au.com.cybersearch2.classydb.DatabaseAdminImpl
 
getDao(ConnectionSource) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelperFactory
 
getDaoForClass(Class<?>) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerDelegate
Returns ORMLite DAO for specified entity class
getDatabaseAdmin(String) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
Returns Database-specific admin object for specified PersistenceUnitAdmin unit name
getDatabaseAdmin() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceUnitAdmin
Returns Database-specific admin object
getDatabaseConnection() - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionState
 
getDatabaseName() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Returns database name
getDatabaseName() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Returns database name, which is defined as PU property "database-name"
getDatabaseName(PersistenceUnitInfo) - Static method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
 
getDatabaseSupport() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
 
getDatabaseSupport() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceFactory
Returns native support
getDatabaseType() - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Return DatabaseType
getDatabaseType() - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
Returns database type
getDatabaseType() - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Returns database type
getDatabaseType() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Returns database type
getDatabaseType() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Returns database type
getDatabaseVersion() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
 
getDatabaseVersion() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
 
getDatabaseVersion(Properties) - Static method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Returns database version, which is defined as PU property "database-version".
getDataClass() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
getDataPairSet(Object) - Static method in class au.com.cybersearch2.classybean.BeanUtil
Returns bean properties as an Entry Set
getDelegate() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Returns EntityManagerDelegate object which provides access to OrmLite DAOs.
getDelegate() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Returns EntityManagerDelegate object which provides access to OrmLite DAOs.
getDouble(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getDouble(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the value of the requested column as a double.
getDouble(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the value of the requested column as a double.
getEmptyForeignCollection(String) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
getEntityClass() - Method in class au.com.cybersearch2.classyjpa.persist.FieldKey
Returns Class of entity with one or more OneToMany or ManyToOne annotations
getEntityClass() - Method in class au.com.cybersearch2.classyjpa.query.NamedDaoQuery
Returns Entity class
getEntityManagerFactory() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Returns EntityManager Factory for this perisistence unit
getEntityManagerFactory() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Returns EntityManager Factory for this perisistence unit
getError() - Method in class au.com.cybersearch2.classyjpa.transaction.PostCommit
Returns error message for unexpected exception
getExecutable() - Method in class au.com.cybersearch2.classyjpa.entity.TaskBase
 
getExecutable(PersistenceWork) - Method in class au.com.cybersearch2.example.H2ManyToManyFactory
 
getExecutable(String, PersistenceWork) - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
 
getExecutable(PersistenceWork) - Method in class au.com.cybersearch2.example.ManyToManyFactory
 
getExecutionException() - Method in class au.com.cybersearch2.classytask.BackgroundTask
Returns Exception thrown when the worker task fails due to a uncaught RuntimeException
getExecutor() - Method in class au.com.cybersearch2.classytask.TaskManager
Returns thread pool executor.
getFactory() - Method in class au.com.cybersearch2.classydb.AndroidSqliteParams
 
getFirstResult() - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
The position of the first result the query object was set to retrieve.
getFloat(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getFloat(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the value of the requested column as a float.
getFloat(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the value of the requested column as a float.
getFlushMode() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Get the flush mode that applies to all objects contained in the persistence context.
getFlushMode() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Get the flush mode that applies to all objects contained in the persistence context.
getFlushMode() - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Get the flush mode in effect for the query execution.
getFtsQuery() - Method in class au.com.cybersearch2.classyfts.FtsSearch
Returns the fast text search query engine
getGroupBy() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns a filter declaring how to group rows, formatted as an SQL GROUP BY clause
getHaving() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns a filter declaring which row groups to include in the cursor
getHelperFactoryMap() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
Returns OrmDaoHelperFactory objects mapped by entity class name
getHints() - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Get the properties and hints and associated values that are in effect for the query instance not supported
getId() - Method in class au.com.cybersearch2.classywidget.ListItem
 
getInt(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getInt(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the value of the requested column as an int.
getInt(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the value of the requested column as an int.
getItem(int) - Method in class au.com.cybersearch2.classywidget.PropertiesListAdapter
Get item at specified position
getItemId(int) - Method in class au.com.cybersearch2.classywidget.PropertiesListAdapter
Returns item identity.
getJarFileUrls() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getJtaDataSource() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getLevel() - Method in class au.com.cybersearch2.classynode.NodeEntity
Returns depth in graph, starting at 1 for the solitary root node
getLimit() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns limit
getLimit() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns a limit clause for the number of rows returned by the query
getLimitFromUri(Uri) - Static method in class au.com.cybersearch2.classyfts.SearchEngineBase
Returns limit value from Uri or 0 if absent or invalid
getLocale() - Method in interface au.com.cybersearch2.classyapp.ResourceEnvironment
Get locale.
getLockMode() - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Get the current lock mode for the query not supported.
getLogger(String) - Static method in class au.com.cybersearch2.classylog.JavaLogger
JavaLogger class factory
getLong(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getLong(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the value of the requested column as a long.
getLong(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the value of the requested column as a long.
getManagedClassNames() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getMappingFileNames() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getMaxResults() - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
The maximum number of results the query object was set to retrieve.
getMessage() - Method in class au.com.cybersearch2.example.ComplexTask
 
getMessage() - Method in class au.com.cybersearch2.example.SimpleTask
 
getMessage() - Method in class au.com.cybersearch2.example.v2.ComplexTask
 
getMessage() - Method in class au.com.cybersearch2.example.v2.SimpleTask
 
getMillis() - Method in class au.com.cybersearch2.example.SimpleData
 
getMillis() - Method in class au.com.cybersearch2.example.v2.SimpleData
 
getModel() - Method in class au.com.cybersearch2.classynode.NodeEntity
Returns model ordinal value
getName() - Method in class au.com.cybersearch2.classydb.AndroidSqliteParams
 
getName() - Method in class au.com.cybersearch2.classynode.NodeEntity
Returns node name
getName() - Method in class au.com.cybersearch2.classywidget.ListItem
 
getName() - Method in class au.com.cybersearch2.example.SimpleData
 
getName() - Method in class au.com.cybersearch2.example.v2.SimpleData
 
getNamedQueryMap() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
Returns NamedDaoQuery objects mapped by name
getNativeQueryMap() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
Returns NamedSqlQuery objects mapped by name
getNewTempClassLoader() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getNonJtaDataSource() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getObjectCache() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
getObjectsToUpdate() - Method in class au.com.cybersearch2.classyjpa.entity.ObjectMonitor
Returns a list of objects which need to be updated
getOpenHelperCallbacks() - Method in class au.com.cybersearch2.classydb.AndroidSqliteParams
 
getOpenHelperCallbacksList() - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
 
getOpenHelperCallbacksList() - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
 
getOpenHelperCallbacksList() - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
 
getOperation() - Method in class au.com.cybersearch2.classyjpa.query.ResultRow.FunctionSpec
 
getOrderBy() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns how to order the rows
getParameter(int) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Get the parameter object corresponding to the declared positional parameter with the given position not supported
getParameter(String) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Get the parameter object corresponding to the declared parameter of the given name not supported
getParameter(int, Class<X>) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Get the parameter object corresponding to the declared positional parameter with the given position and type not supported
getParameter(String, Class<X>) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Get the parameter object corresponding to the declared parameter of the given name and type not supported
getParameterNames() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Get the parameter names mapped to selection arguments in same order
getParameters() - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Get the parameter objects corresponding to the declared parameters of the query not supported
getParameterValue(int) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Return the input value bound to the positional parameter not supported
getParameterValue(Parameter<X>) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Return the input value bound to the parameter not supported
getParameterValue(String) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Return the input value bound to the named parameter not supported
getParent() - Method in class au.com.cybersearch2.classynode.NodeEntity
Returns parent node or, if root node, self
getPersistenceAdmin() - Method in class au.com.cybersearch2.classydb.AndroidSqliteParams
 
getPersistenceAdmin(String) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
Returns JPA admin object for specified PersistenceUnitAdmin unit name
getPersistenceAdmin() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceUnitAdmin
Returns JPA admin object
getPersistenceContext() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceWorker
 
getPersistenceContext() - Method in class au.com.cybersearch2.example.H2ManyToManyFactory
 
getPersistenceContext() - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
 
getPersistenceContext() - Method in class au.com.cybersearch2.example.ManyToManyFactory
 
getPersistenceContext() - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
 
getPersistenceProviderClassName() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getPersistenceTask(PersistenceWork) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceContainer
Returns object which creates a persistence context and executes a task in that contex
getPersistenceUnit(String) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
Returns persistence unit implementation, specified by name
getPersistenceUnit(String) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceFactory
Returns persistence unit implementation, specified by name
getPersistenceUnit() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceWorker
 
getPersistenceUnitInfo(ResourceEnvironment) - Static method in class au.com.cybersearch2.classyjpa.persist.PersistenceFactory
Returns object to which persistence.xml is unmarshalled
getPersistenceUnitName() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceUnitAdmin
Returns persistence unit name
getPersistenceUnitName() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getPersistenceUnitRootUrl() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getPersistenceWork() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceWorkModule
 
getPersistenceXMLSchemaVersion() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getPosition() - Method in class au.com.cybersearch2.classydb.AndroidResultRow
Returns the current position of the cursor in the row set.
getPosition() - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the current position of the cursor in the row set.
getPosition() - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the current position of the cursor in the row set.
getPost1() - Method in class au.com.cybersearch2.example.ManyToManyMain
Returns "Wow is it cold outside!" Post
getPost2() - Method in class au.com.cybersearch2.example.ManyToManyMain
Returns "Now it's a bit warmer thank goodness." Post
getPostCommitException() - Method in class au.com.cybersearch2.classyjpa.transaction.PostCommit
Returns caught Exception, if thrown
getPosts() - Method in class au.com.cybersearch2.example.PostsByUserEntityTask
Returns result of "posts_by_user" query
getPreCommitException() - Method in class au.com.cybersearch2.classyjpa.transaction.PreCommit
Returns caught Exception, if thrown
getProjection() - Method in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Returns a list of which columns to return
getProjection() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns A list of which columns to return
getProperties() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLiteFactory
Get the properties and associated values that are in effect for the entity manager factory.
getProperties() - Method in class au.com.cybersearch2.classyjpa.persist.EntityManagerFactoryImpl
Get the properties and associated values that are in effect for the entity manager factory.
getProperties() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Returns PU properties
getProperties() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Returns PU properties
getProperties() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getProperties() - Method in class au.com.cybersearch2.classynode.Node
Returns properties
getProperty(Node, String, String) - Static method in class au.com.cybersearch2.classynode.Node
Returns property value as quote-delimited text for logging perposes
getPuInfo() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
Returns PersistenceUnitInfo object unmarshalled from persistence.xml
getQuery(Bundle) - Static method in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Extract query from suggestion bundle
getQueryType() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns UriMatcher type
getRawRowMapper() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
getReadableDatabase() - Method in class au.com.cybersearch2.classyfts.FtsOpenHelper
Get database to be searched - readable only for load operation
getReadableDictionaryDatabase() - Method in class au.com.cybersearch2.classyfts.FtsOpenHelper
Create and/or open a dictionary database.
getReference(Class<T>, Object) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Javax PersistenceUnitAdmin: "Get an instance, whose state may be lazily fetched".
getReference(Class<T>, Object) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Get an instance, whose state may be lazily fetched.
getReferenceId() - Method in interface au.com.cybersearch2.classybean.ReferenceById
Returns unique object identifier
getResultList(ConnectionSource, QueryInfo, int, int) - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Returns Object list from SQL query
getResultList(ConnectionSource, QueryInfo, int, int) - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
Returns list result of native query in Android SQLite API format
getResultList(ConnectionSource, QueryInfo, int, int) - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Returns list result of native query in Android SQLite API format
getResultList(QueryInfo, int, int) - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Returns list of objects from executing a native query
getResultList(QueryInfo, int, int) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Returns list of objects from executing a native query
getResultList() - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Execute a SELECT query and return the query results as a List.
getResultList() - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Execute a SELECT query and return the query results as a List.
getResultObject() - Method in class au.com.cybersearch2.classyjpa.query.SqlQuery
Execute query and return a single Object result
getResultObjectList() - Method in class au.com.cybersearch2.classyjpa.query.SqlQuery
Execute query and return results as a list of Objects
getResultObjectList(int, int) - Method in class au.com.cybersearch2.classyjpa.query.SqlQuery
Execute query and return results as a list of Objects
getRollbackException() - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionInfo
Returns Exception responsible for rollback if one is thrown while transaction is active
getRollbackOnly() - Method in class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Determine whether the current transaction has been marked for rollback.
getRollbackOnly() - Method in class au.com.cybersearch2.classyjpa.transaction.SetRollbackTransaction
Determine whether the current transaction has been marked for rollback.
getRowMapper() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns agent which maps a query result row to an object
getSearchTerm() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns What to search for
getSecs() - Method in class au.com.cybersearch2.example.ComplexData
 
getSelection() - Method in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Set A filter declaring which rows to return, formatted as an SQL WHERE clause (excluding the WHERE itself).
getSelection() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns A filter declaring which rows to return
getSelection() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns a filter declaring which rows to return
getSelectionArgs() - Method in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Returns a filter declaring which rows to return
getSelectionArgs() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns Selection arguments for "?" components in the selection
getSelectionArgs() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns the selection arguments
getSelectStarRowMapper() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
getSharedCacheMode() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getShort(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getShort(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the value of the requested column as a short.
getShort(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the value of the requested column as a short.
getSingleResult(ConnectionSource, QueryInfo) - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Returns Object from SQL query
getSingleResult(ConnectionSource, QueryInfo) - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
Returns single result of native query in Android SQLite API format
getSingleResult(ConnectionSource, QueryInfo) - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Returns single result of native query in Android SQLite API format
getSingleResult(QueryInfo) - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Returns object from executing a native query
getSingleResult(QueryInfo) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Returns object from executing a native query
getSingleResult() - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Execute a SELECT query that returns a single result.
getSingleResult() - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Execute a SELECT query that returns a single result.
getSortOrder() - Method in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Returns how to order the rows, formatted as an SQL ORDER BY clause (excluding the ORDER BY itself).
getSortOrder() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns How to order the rows
getSQLiteOpenHelper(ConnectionSource) - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Returns SQLiteOpenHelper
getSQLiteOpenHelper() - Method in class au.com.cybersearch2.classydb.OpenHelperConnectionSource
Returns open helper
getSQLiteOpenHelper() - Method in interface au.com.cybersearch2.classyjpa.AndroidPersistenceEnvironment
Returns Persistence Unit's open helper
getStatus() - Method in class au.com.cybersearch2.classyfts.FtsEngine
Returns Engine status
getStatus() - Method in class au.com.cybersearch2.classytask.Executable
Returns task status
getStatus() - Method in class au.com.cybersearch2.classytask.TaskRunner
Returns task status
getStatus() - Method in class au.com.cybersearch2.classytask.WorkTracker
Returns current work status
getString(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
getString(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns the value of the requested column as a String.
getString(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
Returns the value of the requested column as a String.
getTable() - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Returns The table name to compile the query against.
getTask() - Method in class au.com.cybersearch2.classytask.ResultMessage
Action result - to be executed in caller thread, not background thread
getTitle() - Method in class au.com.cybersearch2.classynode.NodeEntity
Returns node title (human readable)
getTransaction() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerDelegate
Returns enclosing transaction.
getTransaction() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Returns the resource-level transaction object, if User Transactions selected, otherwise proxy object returned for which only setRollbackOnly() is active.
getTransaction() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Returns the resource-level transaction object, if User Transactions selected, otherwise proxy object returned for which only setRollbackOnly() is active.
getTransaction() - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionInfo
Returns enclosing entity transaction
getTransactionInfo() - Method in class au.com.cybersearch2.classyjpa.entity.JavaPersistenceContext
Returns transaction information
getTransactionInfo() - Method in class au.com.cybersearch2.classyjpa.entity.TaskBase
Returns transaction information
getTransactionType() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getType(Uri) - Method in interface au.com.cybersearch2.classyapp.PrimaryContentProvider
This is called when a client calls ContentResolver.getType(Uri).
getType(int, Uri) - Method in class au.com.cybersearch2.classyfts.SearchEngineBase
Returns MIME type for suggestions data
getUnitName(Class<?>) - Static method in class au.com.cybersearch2.classyjpa.persist.ClassAnalyser
Utility method to return unitName of class with PersistenceUnit annotation
getUri() - Method in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Returns the URI, using the content:// scheme, for the content to retrieve
getUri() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Returns Query URI received by Content Resolver
getUser1() - Method in class au.com.cybersearch2.example.ManyToManyMain
Returns Bilbo Baggins' User
getUser2() - Method in class au.com.cybersearch2.example.ManyToManyMain
Returns Gandalf Gray's User
getUsersByPost1() - Method in class au.com.cybersearch2.example.UsersByPostTask
Returns result of "users_by_post" query for post 1
getUsersByPost2() - Method in class au.com.cybersearch2.example.UsersByPostTask
Returns result of "users_by_post" query for post 2
getValidationMode() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
getValue() - Method in class au.com.cybersearch2.classyjpa.query.DaoQuery.SimpleSelectArg
Returns value
getValue() - Method in class au.com.cybersearch2.classywidget.ListItem
 
getVersion(ConnectionSource) - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Returns database version
getVersion() - Method in class au.com.cybersearch2.classydb.AndroidSqliteParams
 
getVersion(ConnectionSource) - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
Gets the database version.
getVersion(ConnectionSource) - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Gets the database version.
getVersion() - Method in class au.com.cybersearch2.classydb.OpenHelperConnectionSource
Returns database version
getView(int, View, ViewGroup) - Method in class au.com.cybersearch2.classywidget.PropertiesListAdapter
Get view of item at specified position
getWord(String, String[], int) - Method in class au.com.cybersearch2.classyfts.FtsSearch
Returns a Cursor positioned at the word specified by rowId
getWordMatches(String, String[], int) - Method in class au.com.cybersearch2.classyfts.FtsSearch
Returns a Cursor over all words that match the given query
getWorkStatus() - Method in class au.com.cybersearch2.classyjpa.entity.JavaPersistenceContext
Returns execution status
getWrappedIterable() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
getWrappedIterable(PreparedQuery<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
getWritableDictionaryDatabase() - Method in class au.com.cybersearch2.classyfts.FtsOpenHelper
Create and/or open dictionary database that will be used for reading and writing.

H

H2DatabaseSupport - Class in au.com.cybersearch2.classydb
H2DatabaseSupport
H2DatabaseSupport(DatabaseSupport.ConnectionType) - Constructor for class au.com.cybersearch2.classydb.H2DatabaseSupport
Construct an H2DatabaseSupport object
H2ManyToManyFactory - Class in au.com.cybersearch2.example
H2ManyToManyFactory
H2ManyToManyFactory() - Constructor for class au.com.cybersearch2.example.H2ManyToManyFactory
 
H2ManyToManyMain - Class in au.com.cybersearch2.example
H2ManyToManyMain
H2ManyToManyMain() - Constructor for class au.com.cybersearch2.example.H2ManyToManyMain
Create H2ManyToManyMain object This creates and populates the database using JPA, provides verification logic and runs a test from main().
H2ManyToManyModule - Class in au.com.cybersearch2.example
H2ManyToManyModule H2 database allows multiple connections, so PersistenceContainer runs the requested task in a background thread.
H2ManyToManyModule(ResourceEnvironment) - Constructor for class au.com.cybersearch2.example.H2ManyToManyModule
 
handleMessage(Message) - Method in class au.com.cybersearch2.classytask.InternalHandler
Handle MESSAGE_POST_PROGRESS, MESSAGE_POST_RESULT or MESSAGE_POST_CANCEL
hashCode() - Method in class au.com.cybersearch2.classyjpa.entity.EntityKey
Returns a hash code value for the object.
hashCode() - Method in class au.com.cybersearch2.classyjpa.persist.FieldKey
Returns a hash code value for the object.
hashCode() - Method in class au.com.cybersearch2.classyjpa.query.NamedDaoQuery
Returns a hash code value for the object.
hashCode() - Method in class au.com.cybersearch2.classyjpa.query.NamedSqlQuery
Returns a hash code value for the object.
hasStableIds() - Method in class au.com.cybersearch2.classywidget.PropertiesListAdapter
Override default value for hasStableIds
HelloTwoDbsMain - Class in au.com.cybersearch2.example
ORIGINAL COMMENTS: This is an application similar to HelloAndroid but it supports two databases and manages the helper on its own.
HelloTwoDbsMain() - Constructor for class au.com.cybersearch2.example.HelloTwoDbsMain
Create HelloTwoDbsMain object This creates and populates the database using JPA and runs a test from main().
HelloTwoDbsMain - Class in au.com.cybersearch2.example.v2
Version 2 of HelloTwoDbsMain introduces a new "quote" field to both SimpleData and ComplexData entities.
HelloTwoDbsMain() - Constructor for class au.com.cybersearch2.example.v2.HelloTwoDbsMain
 
HelloTwoDbsMain.ApplicationComponent - Interface in au.com.cybersearch2.example.v2
 
HelloTwoDbsModule - Class in au.com.cybersearch2.example
HelloTwoDbsModule Dependency injection data object.
HelloTwoDbsModule() - Constructor for class au.com.cybersearch2.example.HelloTwoDbsModule
 
HelloTwoDbsModule - Class in au.com.cybersearch2.example.v2
ManyToManyModule Dependency injection data object.
HelloTwoDbsModule() - Constructor for class au.com.cybersearch2.example.v2.HelloTwoDbsModule
 

I

ID_FIELD_NAME - Static variable in class au.com.cybersearch2.example.Post
We use this field-name so we can query for posts with a certain id
ID_FIELD_NAME - Static variable in class au.com.cybersearch2.example.User
We use this field-name so we can query for users with a certain id
idExists(ID) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
info(String, String) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send an INFO log message.
info(String, String, Throwable) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send a INFO log message and log the exception.
info(String, String) - Method in interface au.com.cybersearch2.classylog.Log
Send an INFO log message.
info(String, String, Throwable) - Method in interface au.com.cybersearch2.classylog.Log
Send a INFO log message and log the exception.
initialize() - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Called to initialize Database following Persistence initialization
initialize() - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
Perform any inititialization required prior to creating first database connection
initialize() - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Perform any inititialization required prior to creating first database connection
initialize() - Method in class au.com.cybersearch2.classyfts.FtsEngine
Populates FTS dictionary.
initializeAllConnectionSources(ConnectionSourceFactory) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceFactory
 
initializeAllDatabases() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
 
initializeAllDatabases(ConnectionSourceFactory) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceFactory
 
initializeDatabase(PersistenceConfig, DatabaseSupport) - Method in class au.com.cybersearch2.classydb.DatabaseAdminImpl
Open database and handle create/upgrade events
insert(Uri, ContentValues) - Method in interface au.com.cybersearch2.classyapp.PrimaryContentProvider
Insert content
InternalHandler - Class in au.com.cybersearch2.classytask
InternalHandler Message handler for posting messages from background thread to User thread
InternalHandler() - Constructor for class au.com.cybersearch2.classytask.InternalHandler
Create default InternalHandler object
InternalHandler(Handler.Callback) - Constructor for class au.com.cybersearch2.classytask.InternalHandler
Create InternalHandler object with callback
InternalHandler(Looper) - Constructor for class au.com.cybersearch2.classytask.InternalHandler
Create InternalHandler object with Looper
InternalHandler(Looper, Handler.Callback) - Constructor for class au.com.cybersearch2.classytask.InternalHandler
Create InternalHandler object with Looper and Callback
invoke(Method, Object, Object...) - Static method in class au.com.cybersearch2.classybean.BeanUtil
Returns the result of dynamically invoking this method.
isActive() - Method in class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Indicate whether a transaction is in progress.
isActive() - Method in class au.com.cybersearch2.classyjpa.transaction.SetRollbackTransaction
Indicate whether a transaction is in progress.
isAutoCommit() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
Deprecated.
isAutoCommit(DatabaseConnection) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
isBound(Parameter<?>) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Return a boolean indicating whether a value has been bound to the parameter not supported
isCancelled() - Method in class au.com.cybersearch2.classytask.TaskRunner
Returns true if this task was cancelled before it completed normally.
isCancelQueriesEnabled() - Method in class au.com.cybersearch2.classydb.OpenEventHandler
Returns flag for support of optional android.os.CancellationSignal
isDirty() - Method in class au.com.cybersearch2.classyjpa.entity.EntityKey
Returns true if updates need to be persisted on the entity identifed by this key
isDoRollback() - Method in class au.com.cybersearch2.classyjpa.transaction.PreCommit
Returns rollback flag
isLoggable(String, Level) - Method in class au.com.cybersearch2.classylog.JavaLogger
Checks to see whether or not a log for the specified tag is loggable at the specified level.
isLoggable(String, Level) - Method in interface au.com.cybersearch2.classylog.Log
Checks to see whether or not a log for the specified tag is loggable at the specified level.
isNull(int) - Method in class au.com.cybersearch2.classydb.AndroidResultRow
 
isNull(int) - Method in class au.com.cybersearch2.classydb.SqliteResultRow
Returns true if the last object returned with the column index is null.
isNull(int) - Method in interface au.com.cybersearch2.classyjpa.query.ResultRow
(Android SQLite only) Returns true if the value in the indicated column is null.
isOpen() - Method in class au.com.cybersearch2.classydb.OpenHelperConnectionSource
Return true if the helper is still open.
isOpen() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Determine whether the entity manager is open.
isOpen() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Determine whether the entity manager is open.
isOpen() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLiteFactory
Indicates whether the factory is open.
isOpen() - Method in class au.com.cybersearch2.classyjpa.persist.EntityManagerFactoryImpl
Indicates whether the factory is open.
isSingleConnection() - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
Flag set true if connection source is for a single connection
isSingleConnection() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
 
isSingleLine() - Method in class au.com.cybersearch2.classywidget.PropertiesListAdapter
 
isTableExists() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
isUpdatable() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
isUserTransaction() - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionInfo
Returns true if user transaction
isValidPosition(int) - Method in class au.com.cybersearch2.classyjpa.query.DaoQuery
Returns true if position value is in range of 1 to number of arguments
iterator() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
iterator(int) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
iterator(PreparedQuery<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
iterator(PreparedQuery<T>, int) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 

J

JavaLogger - Class in au.com.cybersearch2.classylog
JavaLogger Logger readily interchangeable with Android android.util.Log, implemented using java.util.logging.Logger Mapping Android levels to Java levels: VERBOSE = FINEST DEBUG = FINE INFO = INFO WARN = WRNING ERROR = SEVERE
JavaPersistenceContext - Class in au.com.cybersearch2.classyjpa.entity
JavaPersistenceContext Creates a persistence context and executes a task in that context.
JavaPersistenceContext(PersistenceWork, JavaPersistenceContext.EntityManagerProvider) - Constructor for class au.com.cybersearch2.classyjpa.entity.JavaPersistenceContext
Construct JavaPersistenceContext object
JavaPersistenceContext.EntityManagerProvider - Interface in au.com.cybersearch2.classyjpa.entity
 
JavaThreadMessenger - Class in au.com.cybersearch2.classytask
JavaThreadMessenger
JavaThreadMessenger() - Constructor for class au.com.cybersearch2.classytask.JavaThreadMessenger
 
joinTransaction() - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
NOT SUPPORTED Indicate to the EntityManager that a JTA transaction is active.
joinTransaction() - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
NOT SUPPORTED.

L

LEX - Static variable in class au.com.cybersearch2.classyfts.SearchEngineBase
Keyword in search URI indicates use FTS for search suggestions
ListItem - Class in au.com.cybersearch2.classywidget
ListItem A name, value pair container.
ListItem(String, String) - Constructor for class au.com.cybersearch2.classywidget.ListItem
 
ListItem(String, String, long) - Constructor for class au.com.cybersearch2.classywidget.ListItem
 
loadInBackground() - Method in class au.com.cybersearch2.classytask.AsyncBackgroundTask
Execute task in background thread Called on a worker thread to perform the actual load.
lock(Object, LockModeType) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
NOT SUPPORTED.
lock(Object, LockModeType) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
NOT SUPPORTED.
Log - Interface in au.com.cybersearch2.classylog
Log Provides a Java util logging interface similar to that of Android log.
logInfo(String, String) - Static method in class au.com.cybersearch2.example.HelloTwoDbsMain
Public accessor for logMessage()
logInfo(String, String) - Static method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
Public accessor for logMessage()
logMessage(String, String) - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
Log message
logMessage(String, String) - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
Log message

M

main(String[]) - Static method in class au.com.cybersearch2.example.H2ManyToManyMain
Test ManyToMany association
main(String[]) - Static method in class au.com.cybersearch2.example.HelloTwoDbsMain
Test 2 Databases accessed by application
main(String[]) - Static method in class au.com.cybersearch2.example.ManyToManyMain
Test ManyToMany association
main(String[]) - Static method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
Test 2 Databases accessed by application version 2
ManyToManyFactory - Class in au.com.cybersearch2.example
ManyToManyFactory
ManyToManyFactory() - Constructor for class au.com.cybersearch2.example.ManyToManyFactory
 
ManyToManyGenerator - Class in au.com.cybersearch2.example
ManyToManyGenerator Query factory to find objects through a many to many association - reusable.
ManyToManyGenerator(PersistenceAdmin, String, String, String, String) - Constructor for class au.com.cybersearch2.example.ManyToManyGenerator
Create ManyToManyQuery object
ManyToManyMain - Class in au.com.cybersearch2.example
ORIGINAL COMMENTS: Main sample routine to show how to do many-to-many type relationships.
ManyToManyMain() - Constructor for class au.com.cybersearch2.example.ManyToManyMain
Create ManyToManyMain object This creates and populates the database using JPA, provides verification logic and runs a test from main().
ManyToManyModule - Class in au.com.cybersearch2.example
ManyToManyModule Dependency injection data object.
ManyToManyModule(ResourceEnvironment) - Constructor for class au.com.cybersearch2.example.ManyToManyModule
 
mapRow(ResultRow) - Method in interface au.com.cybersearch2.classyjpa.query.QueryInfo.RowMapper
Returns object populated from query result row
mapSelectStarRow(DatabaseResults) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
markForRemoval(Class<? extends Object>, Object) - Method in class au.com.cybersearch2.classyjpa.entity.ObjectMonitor
Mark a managed object, identified by class and primaryKey, for removal
marshall(NodeEntity) - Static method in class au.com.cybersearch2.classynode.Node
Marshall a nodeEntity object into a graph fragment containing all ancestors and immediate children.
MAX_QUEUE_LENGTH - Static variable in class au.com.cybersearch2.classyjpa.persist.PersistenceService
 
MAX_TASK_WAIT_SECS - Static variable in class au.com.cybersearch2.classytask.WorkTracker
Wait one minute maximum for tasks to complete
merge(T) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Merge the state of the given entity into the current persistence context.
merge(T) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Merge the state of the given entity into the current persistence context.
MESSAGE_POST_CANCEL - Static variable in class au.com.cybersearch2.classytask.InternalHandler
 
MESSAGE_POST_PROGRESS - Static variable in class au.com.cybersearch2.classytask.InternalHandler
 
MESSAGE_POST_RESULT - Static variable in class au.com.cybersearch2.classytask.InternalHandler
 
monitorNewEntity(Object, Object, Object) - Method in class au.com.cybersearch2.classyjpa.entity.ObjectMonitor
Update monitor state after database operation to persist a new entity

N

NamedDaoQuery - Class in au.com.cybersearch2.classyjpa.query
NamedDaoQuery Named OrmLite query generator
NamedDaoQuery(Class<?>, String, DaoQueryFactory) - Constructor for class au.com.cybersearch2.classyjpa.query.NamedDaoQuery
Create NamedDaoQuery object
NamedSqlQuery - Class in au.com.cybersearch2.classyjpa.query
NamedSqlQuery Named native query generator
NamedSqlQuery(String, QueryInfo, SqlQueryFactory) - Constructor for class au.com.cybersearch2.classyjpa.query.NamedSqlQuery
Create NamedSqlQuery object
NAMES - Static variable in class au.com.cybersearch2.example.SimpleTask
 
NAMES - Static variable in class au.com.cybersearch2.example.v2.SimpleTask
 
NativeQuery - Class in au.com.cybersearch2.classyjpa.query
NativeQuery Implements javax.persistence.Query using native query.
NativeQuery(SqlQuery) - Constructor for class au.com.cybersearch2.classyjpa.query.NativeQuery
Create a NativeQuery object
NativeScriptDatabaseWork - Class in au.com.cybersearch2.classydb
NativeScriptDatabaseWork Implementation of TransactionCallable interface to be executed upon transaction commit.
NativeScriptDatabaseWork(ResourceEnvironment, String...) - Constructor for class au.com.cybersearch2.classydb.NativeScriptDatabaseWork
Create NativeScriptDatabaseWork object
newClassInstance(String) - Static method in class au.com.cybersearch2.classybean.BeanUtil
Returns Object of specified class name
NO_ARGS - Static variable in class au.com.cybersearch2.classybean.BeanUtil
Static empty Object array to represent no parameters in reflection method call
Node - Class in au.com.cybersearch2.classynode
Node Anchor for a component of a graph.
Node(NodeEntity, Node) - Constructor for class au.com.cybersearch2.classynode.Node
Construct a Node from its persisted state.
Node(int, Node) - Constructor for class au.com.cybersearch2.classynode.Node
Create an empty Node object and attach to an existing graph
NODE_BY_PRIMARY_KEY_QUERY - Static variable in class au.com.cybersearch2.classynode.Node
Prefix for name of query to fetch node by primary key
NodeEntity - Class in au.com.cybersearch2.classynode
NodeEntity Persistent anchor for a component of a graph.
NodeEntity() - Constructor for class au.com.cybersearch2.classynode.NodeEntity
 
NodeFinder - Class in au.com.cybersearch2.classynode
- * NodeFinder Abstract persistence work overrides doInBackground() to perform find node by primary key.
NodeFinder(int, NodeFinder.Callback) - Constructor for class au.com.cybersearch2.classynode.NodeFinder
Create NodeFinder object
NodeFinder.Callback - Interface in au.com.cybersearch2.classynode
 
NodeType<T extends Enum<T>> - Interface in au.com.cybersearch2.classynode
NodeType A Node is the anchor for a component of a graph.
notifyChanges() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 

O

ObjectMonitor - Class in au.com.cybersearch2.classyjpa.entity
ObjectMonitor Delegated by ClassyEntityManager to manage entity objects.
ObjectMonitor() - Constructor for class au.com.cybersearch2.classyjpa.entity.ObjectMonitor
Create ObjectMonitor object
objectsEqual(T, T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
objectToString(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
onCancelled(Boolean) - Method in class au.com.cybersearch2.classyjpa.entity.TaskBase
Process signalled result after task has been cancelled.
onCancelled(Boolean) - Method in class au.com.cybersearch2.classytask.BackgroundTask
Runs on separate thread after TaskRunner.cancel(boolean) is invoked.
onCreate(ConnectionSource) - Method in interface au.com.cybersearch2.classydb.DatabaseAdmin
To support android.database.sqlite.SQLiteOpenHelper Called when the database is created for the first time.
onCreate(ConnectionSource) - Method in class au.com.cybersearch2.classydb.DatabaseAdminImpl
Database create handler.
onCreate(SQLiteDatabase) - Method in class au.com.cybersearch2.classydb.OpenEventHandler
Satisfies the SQLiteOpenHelper.onCreate(SQLiteDatabase) interface method.
onCreate(ConnectionSource) - Method in interface au.com.cybersearch2.classydb.OpenHelperCallbacks
What to do when your database needs to be created.
onCreate(ConnectionSource) - Method in class au.com.cybersearch2.classydb.OpenHelperCallbacksImpl
What to do when your database needs to be created.
onCreate(SQLiteDatabase) - Method in class au.com.cybersearch2.classyfts.DictionaryOpenHelper
Called when the dictionary database is created for the first time, therefore create tables.
onCreate(ConnectionSource) - Method in class au.com.cybersearch2.example.v2.ComplexOpenHelperCallbacks
What to do when your database needs to be created.
onCreate(ConnectionSource) - Method in class au.com.cybersearch2.example.v2.SimpleOpenHelperCallbacks
What to do when your database needs to be created.
onDowngrade(SQLiteDatabase, int, int) - Method in class au.com.cybersearch2.classydb.OpenEventHandler
Called when the database needs to be downgraded.
onEntityReceived(E) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceService
 
onLoadComplete(Loader<Boolean>, Boolean) - Method in class au.com.cybersearch2.classytask.AsyncBackgroundTask
Handle load complete on calling thread
onNodeFound(Node) - Method in interface au.com.cybersearch2.classynode.NodeFinder.Callback
Handle node found in caller's thread
onNodeNotFound(int) - Method in interface au.com.cybersearch2.classynode.NodeFinder.Callback
Handle node not found in caller's thread.
onPostExecute(Boolean) - Method in class au.com.cybersearch2.classyjpa.entity.JavaPersistenceContext
Process signalled result after task has run
onPostExecute(boolean) - Method in interface au.com.cybersearch2.classyjpa.entity.PersistenceWork
Runs on separate thread after successful completion of PersistenceTask.doTask(EntityManagerLite entityManager).
onPostExecute(Boolean) - Method in class au.com.cybersearch2.classyjpa.entity.TaskBase
Process signalled result after task has run
onPostExecute(boolean) - Method in class au.com.cybersearch2.classynode.NodeFinder
 
onPostExecute(Boolean) - Method in class au.com.cybersearch2.classytask.BackgroundTask
Runs on the UI thread after BackgroundTask.doInBackground().
onPostExecute(boolean) - Method in class au.com.cybersearch2.example.PostsByUserEntityTask
 
onPostExecute(boolean) - Method in class au.com.cybersearch2.example.UsersByPostTask
 
onPreExecute() - Method in class au.com.cybersearch2.classytask.BackgroundTask
Runs on the UI thread before BackgroundTask.doInBackground().
onProgressUpdate(Object[]) - Method in class au.com.cybersearch2.classytask.UserTask
Runs on the UI thread after UserTask.publishProgress(Object[]) is invoked.
onRollback(Throwable) - Method in interface au.com.cybersearch2.classyjpa.entity.PersistenceWork
Handle rollback caused by exception while executing PersistenceTask.doTask(EntityManagerLite entityManager)
onRollback(int, Throwable) - Method in interface au.com.cybersearch2.classynode.NodeFinder.Callback
Handle rollback
onRollback(Throwable) - Method in class au.com.cybersearch2.classynode.NodeFinder
 
onRollback(Throwable) - Method in class au.com.cybersearch2.example.PostsByUserEntityTask
 
onRollback(Throwable) - Method in class au.com.cybersearch2.example.UsersByPostTask
 
onStartLoading() - Method in class au.com.cybersearch2.classytask.AsyncBackgroundTask
Starts an asynchronous load of the Loader's data.
onStatement(String) - Method in interface au.com.cybersearch2.classydb.SqlParser.StatementCallback
Consume one SQL statement
onTaskComplete(boolean) - Method in interface au.com.cybersearch2.classytask.AsyncBackgroundTask.TaskCallback
 
onUpgrade(ConnectionSource, int, int) - Method in interface au.com.cybersearch2.classydb.DatabaseAdmin
See android.database.sqlite.SQLiteOpenHelper Called when the database needs to be upgraded.
onUpgrade(ConnectionSource, int, int) - Method in class au.com.cybersearch2.classydb.DatabaseAdminImpl
Database upgrade handler.
onUpgrade(SQLiteDatabase, int, int) - Method in class au.com.cybersearch2.classydb.OpenEventHandler
Satisfies the SQLiteOpenHelper.onUpgrade(SQLiteDatabase, int, int) interface method.
onUpgrade(ConnectionSource, int, int) - Method in interface au.com.cybersearch2.classydb.OpenHelperCallbacks
What to do when your database needs to be updated.
onUpgrade(ConnectionSource, int, int) - Method in class au.com.cybersearch2.classydb.OpenHelperCallbacksImpl
What to do when your database needs to be updated.
onUpgrade(SQLiteDatabase, int, int) - Method in class au.com.cybersearch2.classyfts.DictionaryOpenHelper
Called when the dictionary database needs to be upgraded.
onUpgrade(ConnectionSource, int, int) - Method in class au.com.cybersearch2.example.v2.ComplexOpenHelperCallbacks
What to do when your database needs to be updated.
onUpgrade(ConnectionSource, int, int) - Method in class au.com.cybersearch2.example.v2.SimpleOpenHelperCallbacks
What to do when your database needs to be updated.
OpenEventHandler - Class in au.com.cybersearch2.classydb
OpenEventHandler - SQLiteOpenHelper for AndroidConnectionSource The onCreate() and onUpgrade() methods are provided by an OpenHelperCallbacks implementation.
OpenEventHandler(AndroidSqliteParams) - Constructor for class au.com.cybersearch2.classydb.OpenEventHandler
Create OpenEventHandler object
OpenHelperCallbacks - Interface in au.com.cybersearch2.classydb
OpenHelperCallbacks Interface for onCreate() and onUpdate() SQLiteOpenHelper abstract methods
OpenHelperCallbacksImpl - Class in au.com.cybersearch2.classydb
ClassyOpenHelperCallbacks Implementation of onCreate() and onUpdate() SQLiteOpenHelper abstract methods.
OpenHelperCallbacksImpl(String) - Constructor for class au.com.cybersearch2.classydb.OpenHelperCallbacksImpl
Create ClassyOpenHelperCallbacks object
OpenHelperConnectionSource - Class in au.com.cybersearch2.classydb
OpenHelperConnectionSource Extends AndroidConnectionSource by attaching an SQLiteOpenHelper implemented as an OpenEventHandler object
OpenHelperConnectionSource(SQLiteDatabase, SQLiteOpenHelper) - Constructor for class au.com.cybersearch2.classydb.OpenHelperConnectionSource
Create OpenHelperConnectionSource object
openResource(String) - Method in interface au.com.cybersearch2.classyapp.ResourceEnvironment
Provides read access to a resource stream such as a file.
OrmDaoHelper<T,ID> - Class in au.com.cybersearch2.classyjpa.entity
OrmDaoHelper JPA adapter for OrmLite
OrmDaoHelper(PersistenceDao<T, ID>) - Constructor for class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
 
OrmDaoHelperFactory<T,ID> - Class in au.com.cybersearch2.classyjpa.entity
OrmDaoHelperFactory
OrmDaoHelperFactory(Class<T>) - Constructor for class au.com.cybersearch2.classyjpa.entity.OrmDaoHelperFactory
 

P

parsePersistenceXml(InputStream) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceXmlParser
Returns object to which input stream for persistence.xml is unmarshalled
parseStream(InputStream, SqlParser.StatementCallback) - Method in class au.com.cybersearch2.classydb.SqlParser
Public API call
performPersistenceWork(String, PersistenceTask) - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
Launch persistence work to run in background thread and wait for completion
performPersistenceWork(String, PersistenceTask) - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
Launch persistence work to run in background thread and wait for completion
persist(Object) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Make an entity instance managed and persistent.
persist(Object) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Make an instance managed and persistent.
PERSISTENCE_CONFIG_FILENAME - Static variable in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
PersistenceAdmin - Interface in au.com.cybersearch2.classyjpa.persist
PersistenceAdmin Interface for JPA Support
PersistenceAdminImpl - Class in au.com.cybersearch2.classyjpa.persist
PersistenceAdminImpl JPA Support implementation
PersistenceAdminImpl(String, DatabaseSupport, PersistenceConfig) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
Create PersistenceAdminImpl object
PersistenceConfig - Class in au.com.cybersearch2.classyjpa.persist
PersistenceConfig Configuration information for one PersistenceUnitAdmin Unit
PersistenceConfig(DatabaseType) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
Construct a PersistenceConfig instance
PersistenceContainer - Class in au.com.cybersearch2.classyjpa.entity
PersistenceContainer Provides task-scoped persistence context with automatic rollback if a fatal exception occurs.
PersistenceContainer(PersistenceContext, String, boolean) - Constructor for class au.com.cybersearch2.classyjpa.entity.PersistenceContainer
Create PersistenceContainer object
PersistenceContext - Class in au.com.cybersearch2.classyjpa.persist
PersistenceContext Application persistence interface
PersistenceContext(PersistenceFactory, ConnectionSourceFactory) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceContext
Create PersistenceContext object
PersistenceContext(PersistenceFactory, ConnectionSourceFactory, boolean) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceContext
Create PersistenceContext object
persistenceContext() - Method in interface au.com.cybersearch2.example.v2.HelloTwoDbsMain.ApplicationComponent
 
PersistenceDao<T,ID> - Class in au.com.cybersearch2.classyjpa.entity
Adapted com.j256.ormlite.dao.RuntimeExceptionDao to throw javax.persistence.PersistenceException instead.
PersistenceDao(Dao<T, ID>) - Constructor for class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
PersistenceFactory - Class in au.com.cybersearch2.classyjpa.persist
PersistenceFactory Creates PersistenceUnitAdmin Unit implementations based on persistence.xml configuration
PersistenceFactory(DatabaseSupport, ResourceEnvironment) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceFactory
Create PersistenceFactory object
persistenceFactory() - Method in interface au.com.cybersearch2.example.v2.HelloTwoDbsMain.ApplicationComponent
 
PersistenceLoader - Class in au.com.cybersearch2.classyjpa.entity
LoaderTaskImpl AsyncTaskLoader implementation which executes persistence work
PersistenceLoader(Context, PersistenceContext) - Constructor for class au.com.cybersearch2.classyjpa.entity.PersistenceLoader
Create PersistenceLoader object
PersistenceProvider - Interface in au.com.cybersearch2.classyjpa
Interface implemented by the persistence provider.
PersistenceProviderImpl - Class in au.com.cybersearch2.classyjpa.persist
PersistenceProviderImpl Implementation of PersistenceProvider interface
PersistenceProviderImpl(String, PersistenceConfig, ConnectionSourceFactory) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceProviderImpl
Create PersistenceProviderImpl object
PersistenceService<E> - Class in au.com.cybersearch2.classyjpa.persist
PersistenceService
PersistenceService(String, PersistenceContext) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceService
 
PersistenceTask - Interface in au.com.cybersearch2.classyjpa.entity
PersistenceTask performs Java PersistenceUnitAdmin operations in a container
PersistenceUnitAdmin - Interface in au.com.cybersearch2.classyjpa.persist
PersistenceUnitAdmin PersistenceUnitAdmin Unit implementation
PersistenceUnitInfoImpl - Class in au.com.cybersearch2.classyjpa.persist
PersistenceUnitInfoImpl
PersistenceUnitInfoImpl(String) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
PersistenceWork - Interface in au.com.cybersearch2.classyjpa.entity
PersistenceWork Interface for execution of work in a PersistenceUnitAdmin context.
PersistenceWorker - Class in au.com.cybersearch2.classyjpa.persist
 
PersistenceWorker(String, PersistenceContext) - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceWorker
 
PersistenceWorkModule - Class in au.com.cybersearch2.classyjpa.entity
PersistenceWorkModule
PersistenceWorkModule(String, boolean, PersistenceWork) - Constructor for class au.com.cybersearch2.classyjpa.entity.PersistenceWorkModule
 
PersistenceXmlParser - Class in au.com.cybersearch2.classyjpa.persist
PersistenceXmlParser Parses persistence.xml to create object which maps each peristence unit data to it's name.
PersistenceXmlParser() - Constructor for class au.com.cybersearch2.classyjpa.persist.PersistenceXmlParser
Create PersistenceXmlParser object
PersistOp - Enum in au.com.cybersearch2.classyjpa.entity
PersistOp Enumerates operations performed on managed objects excluding remove
plus(PersistenceWorkModule) - Method in interface au.com.cybersearch2.example.v2.HelloTwoDbsMain.ApplicationComponent
 
populateDatabases() - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
Populate databases with initial sample data
Post - Class in au.com.cybersearch2.example
Post to some blog with String content.
Post(String) - Constructor for class au.com.cybersearch2.example.Post
Create Post object
POST_ID_FIELD_NAME - Static variable in class au.com.cybersearch2.example.UserPost
Column name in join table for post foreign key
PostCommit - Class in au.com.cybersearch2.classyjpa.transaction
PostCommit Executes Callable object and records success and any Exception or expected RuntimeException thrown.
PostCommit(Callable<Boolean>) - Constructor for class au.com.cybersearch2.classyjpa.transaction.PostCommit
Create PostCommit object
POSTS_BY_USER - Static variable in class au.com.cybersearch2.example.ManyToManyMain
Named query to find all posts staged by a user identified by ID
PostsByUserEntityTask - Class in au.com.cybersearch2.example
PostsByUserEntityTask
PostsByUserEntityTask(int, int, int, int) - Constructor for class au.com.cybersearch2.example.PostsByUserEntityTask
Create PostsByUserEntityTask object
PreCommit - Class in au.com.cybersearch2.classyjpa.transaction
PreCommit Prior to transaction commmit, executes Callable object and records success and any Exception or expected RuntimeException thrown.
PreCommit(TransactionCallable) - Constructor for class au.com.cybersearch2.classyjpa.transaction.PreCommit
Create PreCommit object
PrimaryContentProvider - Interface in au.com.cybersearch2.classyapp
PrimaryContentProvider Interface for the primary ContentProvider methods that will be called by applications.
PropertiesListAdapter - Class in au.com.cybersearch2.classywidget
PropertiesListAdapter Adapts a ListView to display name, value pairs in a standard Android simple list
PropertiesListAdapter(Context) - Constructor for class au.com.cybersearch2.classywidget.PropertiesListAdapter
Create new, empty PropertiesListAdapter
PropertiesListAdapter(Context, Collection<ListItem>) - Constructor for class au.com.cybersearch2.classywidget.PropertiesListAdapter
Create new, populated PropertiesListAdapter
PU_NAME - Static variable in class au.com.cybersearch2.example.ManyToManyMain
PersistenceUnitAdmin Unit name to look up configuration details in persistence.xml
PU_NAME1 - Static variable in class au.com.cybersearch2.example.HelloTwoDbsMain
 
PU_NAME1 - Static variable in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
 
PU_NAME2 - Static variable in class au.com.cybersearch2.example.HelloTwoDbsMain
 
PU_NAME2 - Static variable in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
 
PU_NAME_PROPERTY - Static variable in class au.com.cybersearch2.classyjpa.persist.PersistenceUnitInfoImpl
 
puName - Variable in class au.com.cybersearch2.classyjpa.persist.PersistenceProviderImpl
PersistenceUnitAdmin Unit name
put(String, Object) - Method in class au.com.cybersearch2.classybean.BeanMap
Associates the specified value with the specified key in this map (optional operation).
put(E) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceService
Inserts the specified element into the service queue, waiting if necessary for space to become available.
putProperties(String, Properties) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
 

Q

query(Uri, String[], String, String[], String) - Method in interface au.com.cybersearch2.classyapp.PrimaryContentProvider
Perform query with given SQL search parameters
query(Uri, String[], String, String[], String, CancellationSignal) - Method in interface au.com.cybersearch2.classyapp.PrimaryContentProvider
Perform query with given SQL search parameters
query(String, String[], String, String[], String, String, String, String) - Method in interface au.com.cybersearch2.classydb.AndroidDatabaseSupport.SQLiteQueryExecutor
 
query(String, String[], String[], int) - Method in class au.com.cybersearch2.classyfts.FtsEngine
Performs a database query.
query(String, String[], String[], int) - Method in interface au.com.cybersearch2.classyfts.FtsQuery
Performs a database query.
query(PreparedQuery<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
QUERY_TEXT_KEY - Static variable in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Key used for Bundle search query text
QueryBase - Class in au.com.cybersearch2.classyjpa.query
QueryBase Abstract implementation of javax.persistence.Query for both OrmLite and native queries
QueryBase() - Constructor for class au.com.cybersearch2.classyjpa.query.QueryBase
 
queryBuilder() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryForAll() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
QueryForAllGenerator - Class in au.com.cybersearch2.classyjpa
QueryForAllGenerator Query factory to find all objects belonging to a particular Entity class.
QueryForAllGenerator(PersistenceAdmin) - Constructor for class au.com.cybersearch2.classyjpa.QueryForAllGenerator
Create QueryForAllGenerator object
QueryForAllGenerator - Class in au.com.cybersearch2.example
QueryForAllGenerator Query factory to find all objects belonging to a particular Entity class - reusable.
QueryForAllGenerator(PersistenceAdmin) - Constructor for class au.com.cybersearch2.example.QueryForAllGenerator
Create QueryForAllGenerator object
queryForEq(String, Object) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryForFieldValues(Map<String, Object>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryForFieldValuesArgs(Map<String, Object>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryForFirst(PreparedQuery<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryForId(Object) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
Retrieves an object associated with a specific ID.
queryForId(ID) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryForMatching(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryForMatchingArgs(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryForSameId(Object) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
Query for a data item in the table that has the same id as the data parameter.
queryForSameId(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
QueryInfo - Class in au.com.cybersearch2.classyjpa.query
QueryInfo Holds information to be used to build an SQLite query and map each result set row to an object.
QueryInfo(QueryInfo.RowMapper, String, String...) - Constructor for class au.com.cybersearch2.classyjpa.query.QueryInfo
 
QueryInfo.RowMapper - Interface in au.com.cybersearch2.classyjpa.query
RowMapper An interface to create an Object from a query result row
queryRaw(String, String...) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryRaw(String, DatabaseResultsMapper<UO>, String...) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryRaw(String, RawRowMapper<UO>, String...) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryRaw(String, DataType[], RawRowObjectMapper<UO>, String...) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryRaw(String, DataType[], String...) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
queryRawValue(String, String...) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
QuoteSource - Class in au.com.cybersearch2.example.v2
QuoteSource
QuoteSource() - Constructor for class au.com.cybersearch2.example.v2.QuoteSource
 

R

R - Class in au.com.cybersearch2.classytoolslib
 
R() - Constructor for class au.com.cybersearch2.classytoolslib.R
 
R.attr - Class in au.com.cybersearch2.classytoolslib
 
R.attr() - Constructor for class au.com.cybersearch2.classytoolslib.R.attr
 
R.string - Class in au.com.cybersearch2.classytoolslib
 
R.string() - Constructor for class au.com.cybersearch2.classytoolslib.R.string
 
ReferenceById - Interface in au.com.cybersearch2.classybean
ReferenceById
refresh(Object) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh(Object) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
Does a query for the data parameter's id and copies in each of the field values from the database to refresh the data parameter.
refresh(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
refresh(Object) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
registerClasses(List<String>) - Method in interface au.com.cybersearch2.classyjpa.persist.PersistenceAdmin
 
registerClasses(List<String>) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
 
registerClasses(String, List<String>) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
 
registerObserver(Dao.DaoObserver) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
registerOpenHelperCallbacks(OpenHelperCallbacks) - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
 
registerOpenHelperCallbacks(OpenHelperCallbacks) - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
 
registerOpenHelperCallbacks(OpenHelperCallbacks) - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
 
release() - Method in class au.com.cybersearch2.classyjpa.entity.ObjectMonitor
Remove references to all managed objects
release() - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionState
Reset everything to initial state
remove(Object) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Remove the entity instance.
remove(Object) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Remove the entity instance.
resetErrorCount() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceWorker
Reset error count
ResourceEnvironment - Interface in au.com.cybersearch2.classyapp
ResourceEnvironment Adapts access to resources according to platform and locale
ResultMessage - Class in au.com.cybersearch2.classytask
ResultMessage Dispatch object for inter-thread result communications
ResultMessage(Runnable) - Constructor for class au.com.cybersearch2.classytask.ResultMessage
Create ResultMessage object
ResultRow - Interface in au.com.cybersearch2.classyjpa.query
ResultRow Subset of Cursor interface to use for row mapping
ResultRow.FunctionSpec - Class in au.com.cybersearch2.classyjpa.query
FunctionSpec Indicates type of operation and related parameters
ResultRow.FunctionSpec(ResultRow.op) - Constructor for class au.com.cybersearch2.classyjpa.query.ResultRow.FunctionSpec
 
ResultRow.op - Enum in au.com.cybersearch2.classyjpa.query
op Enumeration of operation to perform on query result row
rollBack(DatabaseConnection) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
rollback() - Method in class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Roll back the current transaction
rollback() - Method in class au.com.cybersearch2.classyjpa.transaction.SetRollbackTransaction
Ignore any call to roll back the current transaction
ROOT - Static variable in interface au.com.cybersearch2.classynode.NodeType
 
root() - Method in interface au.com.cybersearch2.classynode.NodeType
Returns the root mode, which has name defined as ROOT static constant
ROOT_NAME - Static variable in interface au.com.cybersearch2.classynode.NodeType
 
rootNodeNewInstance() - Static method in class au.com.cybersearch2.classynode.Node
Returns root Node object

S

SCHEMA_FILENAME - Static variable in interface au.com.cybersearch2.classydb.DatabaseAdmin
Property key for create database
SearchEngineBase - Class in au.com.cybersearch2.classyfts
SearchEngineBase Abstract class implementing a search suggestion dictionary.
SearchEngineBase(String, Context, Locale) - Constructor for class au.com.cybersearch2.classyfts.SearchEngineBase
Create SearchEngineBase object
sendCancel(BackgroundTask, Boolean) - Method in class au.com.cybersearch2.classytask.JavaThreadMessenger
 
sendCancel(BackgroundTask, Boolean) - Method in interface au.com.cybersearch2.classytask.TaskMessenger
Post result on background thread cancellation
sendCancel(Result) - Method in interface au.com.cybersearch2.classytask.ThreadMessenger
Post result on background thread cancellation
sendResult(TaskRunner, Boolean) - Method in class au.com.cybersearch2.classytask.JavaThreadMessenger
 
sendResult(TaskRunner, Boolean) - Method in interface au.com.cybersearch2.classytask.TaskMessenger
Post result on background thread completion
sendResult(Result) - Method in interface au.com.cybersearch2.classytask.ThreadMessenger
Post result on background thread completion
SEPARATOR_LINE - Static variable in class au.com.cybersearch2.example.HelloTwoDbsMain
 
SEPARATOR_LINE - Static variable in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
 
set_children(Collection<NodeEntity>) - Method in class au.com.cybersearch2.classynode.NodeEntity
Sets child nodes
set_id(int) - Method in class au.com.cybersearch2.classynode.NodeEntity
Set primary key
set_parent_id(int) - Method in class au.com.cybersearch2.classynode.NodeEntity
Sets parent primary key
setAutoCommit(boolean) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
Deprecated.
setAutoCommit(DatabaseConnection, boolean) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
setBackgroundPriority() - Method in interface au.com.cybersearch2.classytask.ThreadHelper
Set background thread priority
setBuffer(StringBuffer) - Method in class au.com.cybersearch2.classyjpa.query.ResultRow.FunctionSpec
 
setCancellationSignal(CancellationSignal) - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Set cancelationSignal
setCancelQueriesEnabled(boolean) - Method in class au.com.cybersearch2.classydb.OpenEventHandler
Sets flag for support of optional android.os.CancellationSignal
setColumnIndex(int) - Method in class au.com.cybersearch2.classyjpa.query.ResultRow.FunctionSpec
 
setColumnName(String) - Method in class au.com.cybersearch2.classyjpa.persist.FieldKey
Set name of "mappedBy" field
setColumnName(String) - Method in class au.com.cybersearch2.classyjpa.query.ResultRow.FunctionSpec
 
setConnectionSource(String, ConnectionSource) - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
 
setDatabaseAdmin(DatabaseAdmin) - Method in interface au.com.cybersearch2.classydb.OpenHelperCallbacks
 
setDatabaseAdmin(DatabaseAdmin) - Method in class au.com.cybersearch2.classydb.OpenHelperCallbacksImpl
 
setDirty(boolean) - Method in class au.com.cybersearch2.classyjpa.entity.EntityKey
Set dirty flag
setEntityClass(Class<?>) - Method in class au.com.cybersearch2.classyjpa.persist.FieldKey
Set class of entity with one or more OneToMany or ManyToOne annotations
setEntityTransaction(EntityTransaction) - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionInfo
Set enclosing entity transaction
setExecutionException(ExecutionException) - Method in class au.com.cybersearch2.classyjpa.entity.JavaPersistenceContext
 
setExecutionException(ExecutionException) - Method in class au.com.cybersearch2.classytask.BackgroundTask
Set Exception thrown when the worker task fails due to a uncaught RuntimeException
setFirstResult(int) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Set the position of the first result to retrieve.
setFlushMode(FlushModeType) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
Set the flush mode that applies to all objects contained in the persistence context.
setFlushMode(FlushModeType) - Method in interface au.com.cybersearch2.classyjpa.EntityManagerLite
Set the flush mode that applies to all objects contained in the persistence context.
setFlushMode(FlushModeType) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Set the flush mode type to be used for the query execution not supported.
setFtsQuery(FtsQuery) - Method in class au.com.cybersearch2.classyfts.SearchEngineBase
Set FtsQuery to replace default once database initialization is complete
setGroupBy(String) - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Sets a filter declaring how to group rows, formatted as an SQL GROUP BY clause
setHaving(String) - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Set a filter declaring which row groups to include in the cursor
setHint(String, Object) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Set an implementation-specific hint not supported
setLevel(Level) - Method in class au.com.cybersearch2.classylog.JavaLogger
Set logging level.
setLevel(Level) - Method in interface au.com.cybersearch2.classylog.Log
Set logging level.
setLevel(int) - Method in class au.com.cybersearch2.classynode.NodeEntity
Sets depth in graph, starting at 1 for the solitary root node
setLimit(String) - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Set a limit clause for the number of rows returned by the query
setLockMode(LockModeType) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Set the lock mode type to be used for the query execution not supported
setMaxResults(int) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Set the maximum number of results to retrieve.
setModel(int) - Method in class au.com.cybersearch2.classynode.NodeEntity
Set model ordinal value
setName(String) - Method in class au.com.cybersearch2.classynode.NodeEntity
Set node name (computer friendly)
setObjectCache(boolean) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
setObjectCache(ObjectCache) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
setObjectFactory(ObjectFactory<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
setOrderBy(String) - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Set how to order the rows
setOrderbyText2(boolean) - Method in class au.com.cybersearch2.classyfts.FtsEngine
Set flag for "order by second column"
setParam(int, Object) - Method in class au.com.cybersearch2.classyjpa.query.SqlQuery
Set parameter value referenced by position
setParam(String, Object) - Method in class au.com.cybersearch2.classyjpa.query.SqlQuery
Set parameter referenced by name
setParameter(String, Object) - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Bind an argument to a named parameter.
setParameter(int, Object) - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Bind an argument to a positional parameter.
setParameter(String, Date, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(int, Date, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Bind an instance of java.util.Date to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.EntityQuery
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(String, Object) - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Bind an argument to a named parameter.
setParameter(int, Object) - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Bind an argument to a positional parameter.
setParameter(String, Date, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(int, Date, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Bind an instance of java.util.Date to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.NativeQuery
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(Parameter<X>, X) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Bind the value of a Parameter object not supported
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Bind an instance of java.util.Calendar to a Parameter object not supported
setParameter(Parameter<Date>, Date, TemporalType) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Bind an instance of java.util.Date to a Parameter object not supported
setParameterNames(String[]) - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Set the parameter names mapped to selection arguments in same order
setParent(NodeEntity) - Method in class au.com.cybersearch2.classynode.NodeEntity
Sets parent node
setPersistenceAdmin(PersistenceAdmin) - Method in interface au.com.cybersearch2.classydb.OpenHelperCallbacks
 
setPersistenceAdmin(PersistenceAdmin) - Method in class au.com.cybersearch2.classydb.OpenHelperCallbacksImpl
 
setProjection(String[]) - Method in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Set a list of which columns to return
setProperties(Map<String, Object>) - Method in class au.com.cybersearch2.classynode.Node
Set properties
setPuInfo(PersistenceUnitInfo) - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
Set PersistenceUnitInfo object unmarshalled from persistence.xml and prepare entity class DAOs
setQuote(String) - Method in class au.com.cybersearch2.example.v2.ComplexData
 
setQuote(String) - Method in class au.com.cybersearch2.example.v2.SimpleData
 
setRollbackException(Throwable) - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionInfo
Set Exception responsible for rollback if one is thrown while transaction is active
setRollbackOnly() - Method in class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRollbackOnly() - Method in class au.com.cybersearch2.classyjpa.transaction.SetRollbackTransaction
Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
SetRollbackTransaction - Class in au.com.cybersearch2.classyjpa.transaction
SetRollbackTransaction Transaction to allow user to rollback when not in User Transaction mode
SetRollbackTransaction(EntityTransaction) - Constructor for class au.com.cybersearch2.classyjpa.transaction.SetRollbackTransaction
Create SetRollbackTransaction object
setSelection(String) - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Sets a filter declaring which rows to return
setSelectionArgs(String[]) - Method in class au.com.cybersearch2.classyjpa.query.QueryInfo
Sets the selection arguments.
setSingleConnection() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceAdminImpl
 
setSingleLine(boolean) - Method in class au.com.cybersearch2.classywidget.PropertiesListAdapter
 
setSortOrder(String) - Method in class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Set how to order the rows, formatted as an SQL ORDER BY clause (excluding the ORDER BY itself).
setSortOrder(String) - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Set How to order the rows
setStatus(WorkStatus) - Method in class au.com.cybersearch2.classytask.WorkTracker
Set work status
setTestInMemory(boolean) - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
 
setTestInMemory(boolean) - Method in class au.com.cybersearch2.example.HelloTwoDbsModule
 
setText1Filter(WordFilter) - Method in class au.com.cybersearch2.classyfts.FtsEngine
Set word filter for column 1
setText2Filter(WordFilter) - Method in class au.com.cybersearch2.classyfts.FtsEngine
Set word filter for column 2
setTitle(String) - Method in class au.com.cybersearch2.classynode.NodeEntity
Set node title (human readable)
setUp() - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
Populate entity tables.
setUp(boolean) - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
 
setUp() - Method in class au.com.cybersearch2.example.ManyToManyMain
Populate entity tables.
setUp() - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
/** Initialize entity tables ensuring version is correct and contains initial data.
setUserTransaction(boolean) - Method in class au.com.cybersearch2.classyjpa.entity.EntityManagerImpl
setUserTransaction Determines if getTransaction() returns null (false) or entityTransaction (true)
setUserTransaction(boolean) - Method in class au.com.cybersearch2.classyjpa.transaction.TransactionInfo
Set user transaction flag
setUserTransaction(boolean) - Method in interface au.com.cybersearch2.classyjpa.transaction.UserTransactionSupport
Set user transaction flag
setUserTransactionMode(boolean) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceContainer
Set user transaction mode.
setUserTransactionMode(boolean) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceLoader
Set user transaction mode.
setUserTransactions(boolean) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceWorkModule
Set user transaction mode.
setVersion(int, ConnectionSource) - Method in class au.com.cybersearch2.classydb.AndroidDatabaseSupport
Sets database version
setVersion(int, ConnectionSource) - Method in interface au.com.cybersearch2.classydb.DatabaseSupport
Sets the database version.
setVersion(int, ConnectionSource) - Method in class au.com.cybersearch2.classydb.DatabaseSupportBase
Sets the database version.
setVersion(int) - Method in class au.com.cybersearch2.classydb.OpenHelperConnectionSource
Sets database version
shutdown() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceService
 
shutdown() - Method in class au.com.cybersearch2.example.HelloTwoDbsMain
 
shutdown() - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
 
SimpleData - Class in au.com.cybersearch2.example
A simple demonstration object we are creating and persisting to the database.
SimpleData(String, long) - Constructor for class au.com.cybersearch2.example.SimpleData
 
SimpleData - Class in au.com.cybersearch2.example.v2
A simple demonstration object we are creating and persisting to the database.
SimpleData(String, long, String) - Constructor for class au.com.cybersearch2.example.v2.SimpleData
 
SimpleOpenHelperCallbacks - Class in au.com.cybersearch2.example.v2
SimpleOpenHelperCallbacks
SimpleOpenHelperCallbacks() - Constructor for class au.com.cybersearch2.example.v2.SimpleOpenHelperCallbacks
 
SimpleTask - Class in au.com.cybersearch2.example
SimpleTask
SimpleTask(String) - Constructor for class au.com.cybersearch2.example.SimpleTask
Create SimpleTask object
SimpleTask - Class in au.com.cybersearch2.example.v2
UsersByPostTask
SimpleTask(String) - Constructor for class au.com.cybersearch2.example.v2.SimpleTask
Create SimpleTask object
size() - Method in class au.com.cybersearch2.classybean.BeanMap
Returns the number of key-value mappings in this map.
SQLiteDatabaseSupport - Class in au.com.cybersearch2.classydb
SQLiteDatabaseSupport SQLite implementation for direct database access to allow native operations to be performed
SQLiteDatabaseSupport(DatabaseSupport.ConnectionType) - Constructor for class au.com.cybersearch2.classydb.SQLiteDatabaseSupport
Construct a SQLiteDatabaseSupport object
SqliteResultRow - Class in au.com.cybersearch2.classydb
SqliteResultRow Converts SQLite DatabaseResults to generic ResultRow
SqliteResultRow(int, DatabaseResults) - Constructor for class au.com.cybersearch2.classydb.SqliteResultRow
Construct a SqliteResultRow object
SqlParser - Class in au.com.cybersearch2.classydb
SqlParser Parse SQL script using token parser to create a set of semi colon delimited statements
SqlParser() - Constructor for class au.com.cybersearch2.classydb.SqlParser
 
SqlParser.StatementCallback - Interface in au.com.cybersearch2.classydb
StatementCallback Interface to call back when a one-line statement has been parsed
SqlQuery - Class in au.com.cybersearch2.classyjpa.query
SqlQuery Implements javax.persistence.Query invoked using an Android SQLite interface.
SqlQuery(PersistenceAdmin, QueryInfo) - Constructor for class au.com.cybersearch2.classyjpa.query.SqlQuery
Create SqlQuery object
SqlQueryFactory - Interface in au.com.cybersearch2.classyjpa.query
SqlQueryProvider
start(AsyncBackgroundTask.TaskCallback) - Method in class au.com.cybersearch2.classytask.AsyncBackgroundTask
 
startManagingEntity(Object, Object, PersistOp) - Method in class au.com.cybersearch2.classyjpa.entity.ObjectMonitor
Start Managing entity
startThreadConnection() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
SuggestionCursorParameters - Class in au.com.cybersearch2.classycontent
SuggestionCursorParameters Parameters required to create a CursorLoader used for search suggestions.
SuggestionCursorParameters(Bundle, Uri, int) - Constructor for class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Create a SuggestionCursorParameters object
SuggestionCursorParameters(String, Uri, int) - Constructor for class au.com.cybersearch2.classycontent.SuggestionCursorParameters
Create a SuggestionCursorParameters object

T

TAG - Static variable in class au.com.cybersearch2.classyfts.SearchEngineBase
 
TAG - Static variable in class au.com.cybersearch2.classyjpa.persist.ClassAnalyser
 
TAG - Static variable in class au.com.cybersearch2.classyjpa.persist.PersistenceConfig
 
TAG - Static variable in class au.com.cybersearch2.classyjpa.persist.PersistenceXmlParser
 
TAG - Static variable in class au.com.cybersearch2.classyjpa.query.NativeQuery
 
TAG - Static variable in class au.com.cybersearch2.classyjpa.query.SqlQuery
 
TAG - Static variable in class au.com.cybersearch2.classyjpa.transaction.EntityTransactionImpl
 
TAG - Static variable in class au.com.cybersearch2.example.HelloTwoDbsMain
 
TAG - Static variable in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
 
TaskBase - Class in au.com.cybersearch2.classyjpa.entity
TaskBase Implements most of the details to execute a peristence WorkerTask.
TaskBase(JavaPersistenceContext, ThreadHelper) - Constructor for class au.com.cybersearch2.classyjpa.entity.TaskBase
Constructor
TaskManager - Class in au.com.cybersearch2.classytask
TaskManager Manages the background task thread pool
TaskManager() - Constructor for class au.com.cybersearch2.classytask.TaskManager
Create TaskManager object
TaskMessenger - Interface in au.com.cybersearch2.classytask
TaskMessenger
TaskRunner - Class in au.com.cybersearch2.classytask
TaskRunner
TaskRunner(TaskManager, TaskMessenger) - Constructor for class au.com.cybersearch2.classytask.TaskRunner
Construct TaskRunner object
ThreadHelper - Interface in au.com.cybersearch2.classytask
ThreadHelper Interface to set thread background priority, which is system-dependent
ThreadMessenger<Result> - Interface in au.com.cybersearch2.classytask
ThreadMessenger Interface for posting a result from background thread to calling thread
throwIfCanceled() - Method in class au.com.cybersearch2.classyfts.FtsQueryBuilder
Throw exception if cancellation notification receieved
toString() - Method in class au.com.cybersearch2.classyjpa.query.SqlQuery
Returns a string representation of the object.
toString() - Method in class au.com.cybersearch2.example.ComplexData
 
toString() - Method in class au.com.cybersearch2.example.SimpleData
 
toString() - Method in class au.com.cybersearch2.example.v2.ComplexData
 
toString() - Method in class au.com.cybersearch2.example.v2.SimpleData
 
TransactionCallable - Interface in au.com.cybersearch2.classyjpa.transaction
TransactionCallable Executes Callable object passing open database connection on which transaction is active
TransactionInfo - Class in au.com.cybersearch2.classyjpa.transaction
TransactionInfo Java bean containing transaction context of persistence container.
TransactionInfo() - Constructor for class au.com.cybersearch2.classyjpa.transaction.TransactionInfo
 
TransactionState - Class in au.com.cybersearch2.classyjpa.transaction
TransactionState Database connection management to enable transaction begin(), commit() and rollback()
TransactionState(ConnectionSource) - Constructor for class au.com.cybersearch2.classyjpa.transaction.TransactionState
Construct a TransactionState instance

U

unregisterObserver(Dao.DaoObserver) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
unwrap(Class<X>) - Method in class au.com.cybersearch2.classyjpa.query.QueryBase
Return an object of the specified type to allow access to the provider-specific API.
update(Uri, ContentValues, String, String[]) - Method in interface au.com.cybersearch2.classyapp.PrimaryContentProvider
Update content
update(Object) - Method in class au.com.cybersearch2.classyjpa.entity.OrmDaoHelper
Store the fields from an object to the database row corresponding to the id from the data parameter.
update(T) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
update(PreparedUpdate<T>) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
updateBuilder() - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
updateId(T, ID) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
updateRaw(String, String...) - Method in class au.com.cybersearch2.classyjpa.entity.PersistenceDao
 
UPGRADE_FILENAME_FORMAT - Static variable in interface au.com.cybersearch2.classydb.DatabaseAdmin
Property key for update database.
upgradeAllDatabases() - Method in class au.com.cybersearch2.classyjpa.persist.PersistenceContext
 
upgradePersistenceContext(PersistenceContext) - Static method in class au.com.cybersearch2.example.HelloTwoDbsMain
 
upgradePersistenceContext(PersistenceContext) - Static method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
 
User - Class in au.com.cybersearch2.example
A user object with a name.
User(String) - Constructor for class au.com.cybersearch2.example.User
Construct User object
USER_ID_FIELD_NAME - Static variable in class au.com.cybersearch2.example.UserPost
Column name in join table for user foreign key
UserPost - Class in au.com.cybersearch2.example
Join table which links users to their posts.
UserPost(User, Post) - Constructor for class au.com.cybersearch2.example.UserPost
Create UserPost object
USERS_BY_POST - Static variable in class au.com.cybersearch2.example.ManyToManyMain
Named query to find all users associated with a post identified by ID
UsersByPostTask - Class in au.com.cybersearch2.example
UsersByPostTask
UsersByPostTask(int, int, int, int) - Constructor for class au.com.cybersearch2.example.UsersByPostTask
Create UsersByPostTask object
UserTask<Progress> - Class in au.com.cybersearch2.classytask
UserTask
UserTask(TaskManager, InternalHandler) - Constructor for class au.com.cybersearch2.classytask.UserTask
Creates a new user task.
UserTransactionSupport - Interface in au.com.cybersearch2.classyjpa.transaction
UserTransactionSupport Interface to extend javax.persistence.EntityManager to support user transactions

V

valueOf(String) - Static method in enum au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum au.com.cybersearch2.classyfts.FtsEngine.FtsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum au.com.cybersearch2.classyjpa.entity.PersistOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum au.com.cybersearch2.classyjpa.query.ResultRow.op
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in interface au.com.cybersearch2.classynode.NodeType
Returns the model with the specified name
valueOf(int) - Method in interface au.com.cybersearch2.classynode.NodeType
Returns the model with the specified ordinal value
valueOf(String) - Static method in enum au.com.cybersearch2.classytask.WorkStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum au.com.cybersearch2.classyfts.FtsEngine.FtsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum au.com.cybersearch2.classyjpa.entity.PersistOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum au.com.cybersearch2.classyjpa.query.ResultRow.op
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum au.com.cybersearch2.classytask.WorkStatus
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String, String) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send a VERBOSE log message.
verbose(String, String, Throwable) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send a VERBOSE log message and log the exception.
verbose(String, String) - Method in interface au.com.cybersearch2.classylog.Log
Send a VERBOSE log message.
verbose(String, String, Throwable) - Method in interface au.com.cybersearch2.classylog.Log
Send a VERBOSE log message and log the exception.
verifyPostsByUser(List<Post>) - Method in class au.com.cybersearch2.example.ManyToManyMain
Verify posts retrieved by "posts_by_user" named query
verifyUsersByPost(List<User>, List<User>) - Method in class au.com.cybersearch2.example.ManyToManyMain
Verify users retrieved by "users_by_post" named query

W

waitForTask() - Method in class au.com.cybersearch2.classytask.Executable
Wait for task completion.
waitForTask(WorkTracker) - Method in class au.com.cybersearch2.classytask.WorkTracker
Wait for currently executing persistence unit task to complete
waitForTask(WorkTracker, int) - Method in class au.com.cybersearch2.classytask.WorkTracker
Wait up to specified number of seconds for currently executing persistence unit task to complete
warn(String, String) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send a WARN log message.
warn(String, String, Throwable) - Method in class au.com.cybersearch2.classylog.JavaLogger
Send a #WARN log message and log the exception.
warn(String, String) - Method in interface au.com.cybersearch2.classylog.Log
Send a WARN log message.
warn(String, String, Throwable) - Method in interface au.com.cybersearch2.classylog.Log
Send a #WARN log message and log the exception.
WordFilter - Interface in au.com.cybersearch2.classyfts
WordFilter
WorkStatus - Enum in au.com.cybersearch2.classytask
WorkStatus
WorkTracker - Class in au.com.cybersearch2.classytask
WorkTracker WorkStatus accessor
WorkTracker() - Constructor for class au.com.cybersearch2.classytask.WorkTracker
Create WorkTracker object
WorkTracker(String) - Constructor for class au.com.cybersearch2.classytask.WorkTracker
Create WorkTracker object
writeToParcel(Parcel, int) - Method in class au.com.cybersearch2.classywidget.ListItem
 
A B C D E F G H I J L M N O P Q R S T U V W 

This documentation is licensed by Andrew Bowley under the GPLv3 License.