|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSource | |
net.sf.cantina | Basic representations of localizable Documents grouped in Realms. |
net.sf.cantina.application | Application configuration. |
net.sf.cantina.datasource | |
net.sf.cantina.search |
Uses of DataSource in net.sf.cantina |
Fields in net.sf.cantina declared as DataSource | |
static DataSource |
DataSource.instance
|
Methods in net.sf.cantina that return DataSource | |
static DataSource |
DataSource.getInstance()
|
Methods in net.sf.cantina with parameters of type DataSource | |
abstract void |
SearchEngine.indexAllDocuments(DataSource ds)
|
Uses of DataSource in net.sf.cantina.application |
Fields in net.sf.cantina.application declared as DataSource | |
protected static DataSource |
Application.datasource
|
Uses of DataSource in net.sf.cantina.datasource |
Subclasses of DataSource in net.sf.cantina.datasource | |
class |
HibernateDataSource
This class configures hibernate and provides access to sessions. |
class |
HypersonicDataSource
|
class |
UserDefinedDataSource
|
Methods in net.sf.cantina.datasource with parameters of type DataSource | |
protected static void |
BackupUtils.importDataSource(DataSource source,
DataSource dest)
|
protected static void |
BackupUtils.dumpDocument(Document original,
DataSource destination)
Dumps a document to a datasource, overriding any previously saved document. |
protected static void |
BackupUtils.dumpRealm(Realm original,
DataSource destination)
Dumps a realm to a datasource, overriding any previously saved realm. |
Uses of DataSource in net.sf.cantina.search |
Methods in net.sf.cantina.search with parameters of type DataSource | |
void |
LuceneSearchEngine.indexAllDocuments(DataSource ds)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |