Uses of Interface
tigase.db.DataSourceAware
Packages that use DataSourceAware
Package
Description
-
Uses of DataSourceAware in tigase.cluster.repo
Classes in tigase.cluster.repo that implement DataSourceAware -
Uses of DataSourceAware in tigase.db
Subinterfaces of DataSourceAware in tigase.dbModifier and TypeInterfaceDescriptioninterface
MsgRepositoryIfc<T extends DataSource>
Created by andrzej on 13.03.2016.Methods in tigase.db with parameters of type DataSourceAwareModifier and TypeMethodDescriptionboolean
DataRepositoryPool.checkSchemaVersion
(DataSourceAware<? extends DataSource> datasource, boolean shutdownServer) default boolean
DataSource.checkSchemaVersion
(DataSourceAware<? extends DataSource> datasource, boolean shutdownServer) Method checks version of the particular DataSource stored in the defined source. -
Uses of DataSourceAware in tigase.db.beans
Classes in tigase.db.beans with type parameters of type DataSourceAwareModifier and TypeClassDescriptionclass
MDRepositoryBean<T extends DataSourceAware>
Abstract class implementing bean to which should be used to create name aware repository pool.static class
MDRepositoryConfigBean is bean responsible for basic management and initialization of repository for domain.class
MDRepositoryBeanWithStatistics<T extends DataSourceAware>
Extended version of MDRepositoryBean class with support for statistics gathering.class
SDRepositoryBean<A extends DataSourceAware>
Abstract class implementing bean to which can be used to create name unaware repository pool.class
SDRepositoryBeanWithStatistics<T extends DataSourceAware>
Extended version of SDRepositoryBean class with support for statistics gathering. -
Uses of DataSourceAware in tigase.db.comp
Subinterfaces of DataSourceAware in tigase.db.compModifier and TypeInterfaceDescriptioninterface
ComponentRepositoryDataSourceAware<Item extends RepositoryItem,
DS extends DataSource> Interface should be implemented byComponentRepository
which are usingDataSource
to load/store entries. -
Uses of DataSourceAware in tigase.db.converter
Methods in tigase.db.converter with parameters of type DataSourceAwareModifier and TypeMethodDescriptionboolean
DataRepoPool.checkSchemaVersion
(DataSourceAware<? extends DataSource> datasource, boolean shutdownServer) -
Uses of DataSourceAware in tigase.db.jdbc
Classes in tigase.db.jdbc that implement DataSourceAwareModifier and TypeClassDescriptionclass
Describe class DrupalWPAuth here.class
Not synchronized implementation!class
Deprecated.class
The user authentication connector allows for customized SQL queries to be used.class
Tigase Salted Password Auth. -
Uses of DataSourceAware in tigase.db.util
Methods in tigase.db.util that return types with arguments of type DataSourceAwareModifier and TypeMethodDescriptionprotected <DS extends DataSource>
Stream<Class<DataSourceAware<DS>>>SchemaLoader.getDataSourceAwareClassesForSchemaInfo
(SchemaManager.SchemaInfo schema, Class<DS> dataSourceIfc) protected <DSIFC extends DataSource,
DS extends DSIFC>
Stream<DataSourceAware>SchemaLoader.getInitializedDataSourceAwareForSchemaInfo
(SchemaManager.SchemaInfo schema, Class<DSIFC> dataSourceIfc, DS dataSource, Logger log) protected <T extends DataSource>
Function<DataSourceAware<T>,DataSourceAware<T>> SchemaLoader.initializeDataSourceAwareFunction
(T dataSource, Logger log) protected <T extends DataSource>
Function<DataSourceAware<T>,DataSourceAware<T>> SchemaLoader.initializeDataSourceAwareFunction
(T dataSource, Logger log) Constructor parameters in tigase.db.util with type arguments of type DataSourceAwareModifierConstructorDescriptionVersionCheckerSchemaInfo
(Class<? extends DataSourceAware> datasourceClass, Optional<Version> databaseVersion, Version requiredVersion) -
Uses of DataSourceAware in tigase.db.xml
Classes in tigase.db.xml that implement DataSourceAwareModifier and TypeClassDescriptionclass
Created by andrzej on 04.04.2017.class
ClassXMLRepository
is a XML implementation ofUserRepository
. -
Uses of DataSourceAware in tigase.server.amp.db
Subinterfaces of DataSourceAware in tigase.server.amp.dbModifier and TypeInterfaceDescriptioninterface
MsgBroadcastRepositoryIfc<T extends DataSource>
Created by andrzej on 15.03.2016.Classes in tigase.server.amp.db that implement DataSourceAwareModifier and TypeClassDescriptionclass
Created by andrzej on 15.03.2016.class
Created: May 3, 2010 5:28:02 PMclass
MsgBroadcastRepository<T,
S extends DataSource> Created by andrzej on 15.03.2016.static class
class
MsgRepository<T,
S extends DataSource> static class
Bean used to provide MsgRepository implementations -
Uses of DataSourceAware in tigase.server.ext
Classes in tigase.server.ext that implement DataSourceAware -
Uses of DataSourceAware in tigase.server.xmppclient
Subinterfaces of DataSourceAware in tigase.server.xmppclientModifier and TypeInterfaceDescriptionstatic interface
SeeOtherHostDB.SeeOtherHostRepository<DS extends DataSource>
static interface
SeeOtherHostDualIP.DualIPRepository<T extends DataSource>
Classes in tigase.server.xmppclient that implement DataSourceAwareModifier and TypeClassDescriptionstatic class
static class
class
-
Uses of DataSourceAware in tigase.stats.db
Subinterfaces of DataSourceAware in tigase.stats.dbModifier and TypeInterfaceDescriptioninterface
CounterDataLoggerRepositoryIfc<DS extends DataSource>
Classes in tigase.stats.db that implement DataSourceAwareModifier and TypeClassDescriptionclass
class
-
Uses of DataSourceAware in tigase.vhosts
Subinterfaces of DataSourceAware in tigase.vhostsModifier and TypeInterfaceDescriptioninterface
VHostComponentRepositoryDataSourceAware<DS extends DataSource>
Classes in tigase.vhosts that implement DataSourceAwareModifier and TypeClassDescriptionclass
This implementation stores virtual domains in the UserRepository database. -
Uses of DataSourceAware in tigase.workgroupqueues.data
Subinterfaces of DataSourceAware in tigase.workgroupqueues.dataClasses in tigase.workgroupqueues.data that implement DataSourceAware -
Uses of DataSourceAware in tigase.workgroupqueues.data.jdbc
Classes in tigase.workgroupqueues.data.jdbc that implement DataSourceAware -
Uses of DataSourceAware in tigase.workgroupqueues.data.memory
Classes in tigase.workgroupqueues.data.memory that implement DataSourceAware