|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.uwyn.rife.database | |
|---|---|
| com.uwyn.rife.authentication.credentialsmanagers | Provides classes and interfaces for managing RoleUser credentials. |
| com.uwyn.rife.authentication.remembermanagers | Provides managers classes for "remember me" support. |
| com.uwyn.rife.authentication.sessionmanagers | Provides managers classes for authentication sessions support. |
| com.uwyn.rife.authentication.sessionvalidators | Provides implementation classes for the session validators. |
| com.uwyn.rife.cmf.dam | Provides classes and interfaces for the database access management of the content management framework. |
| com.uwyn.rife.cmf.dam.contentmanagers | Provides managers classes for content information support. |
| com.uwyn.rife.cmf.dam.contentstores | Provides managers classes for content data support. |
| com.uwyn.rife.database | Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. |
| com.uwyn.rife.database.exceptions | Provides exception classes for the database framework. |
| com.uwyn.rife.database.queries | Provides classes and interfaces for the object-oriented query builders. |
| com.uwyn.rife.database.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| com.uwyn.rife.database.types | Provides classes for the conversion from Java to SQL values and vice-versa. |
| com.uwyn.rife.mail.dam | Provides classes for the database access management of the mail queue. |
| com.uwyn.rife.resources | Provides classes and interfaces for the resource abstraction framework. |
| com.uwyn.rife.scheduler.schedulermanagers | Provides classes and interfaces for managing schedulers. |
| com.uwyn.rife.scheduler.taskmanagers | Provides classes and interfaces for managing tasks. |
| com.uwyn.rife.scheduler.taskoptionmanagers | Provides classes and interfaces for managing task options. |
| Classes in com.uwyn.rife.database used by com.uwyn.rife.authentication.credentialsmanagers | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| DbRowProcessor
This abstract base class should be used to implement classes that process one row in a database query resulset. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.authentication.remembermanagers | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.authentication.sessionmanagers | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.authentication.sessionvalidators | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| DbRowProcessor
This abstract base class should be used to implement classes that process one row in a database query resulset. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.cmf.dam | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.cmf.dam.contentmanagers | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.cmf.dam.contentstores | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbConnection
Represents one connection to a database. |
|
| DbPreparedStatement
Provides a wrapper around the regular JDBC PreparedStatement
class. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| DbResultSet
|
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.database | |
|---|---|
| ConnectionPool
This is a class designed for database connection pooling. |
|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| Datasources
Contains a collection of Datasource instances that have been
created from an XML definition. |
|
| DbConnection
Represents one connection to a database. |
|
| DbConnectionUser
|
|
| DbPreparedStatement
Provides a wrapper around the regular JDBC PreparedStatement
class. |
|
| DbPreparedStatementHandler
By extending this class it's possible to easily customize the behaviour of a large number of methods in the DbQueryManager class. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerCache
This class is a simple cache for DbQueryManager objects. |
|
| DbResultSet
|
|
| DbResultSetHandler
By extending this class it's possible to easily customize the behaviour of some methods in the DbQueryManager class. |
|
| DbRowProcessor
This abstract base class should be used to implement classes that process one row in a database query resulset. |
|
| DbStatement
Provides a wrapper around the regular JDBC Statement class. |
|
| DbTransactionUser
By extending this class it's possible to provide the logic that should be executed by the inTransaction
method in the DbQueryManager class. |
|
| VirtualParameters
Internal class to handle virtual parameters of a DbPreparedStatement. |
|
| VirtualParametersHandler
Internal interface that defines the methods that a VirtualParameters handler has to support. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.database.exceptions | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbPreparedStatement
Provides a wrapper around the regular JDBC PreparedStatement
class. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.database.queries | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.database.querymanagers.generic | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbPreparedStatement
Provides a wrapper around the regular JDBC PreparedStatement
class. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbRowProcessor
This abstract base class should be used to implement classes that process one row in a database query resulset. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.database.types | |
|---|---|
| DbPreparedStatement
Provides a wrapper around the regular JDBC PreparedStatement
class. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.mail.dam | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.resources | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.scheduler.schedulermanagers | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.scheduler.taskmanagers | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbPreparedStatementHandler
By extending this class it's possible to easily customize the behaviour of a large number of methods in the DbQueryManager class. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| DbRowProcessor
This abstract base class should be used to implement classes that process one row in a database query resulset. |
|
| Classes in com.uwyn.rife.database used by com.uwyn.rife.scheduler.taskoptionmanagers | |
|---|---|
| Datasource
Contains all the information required to connect to a database and centralizes the creation of connections to a database. |
|
| DbPreparedStatementHandler
By extending this class it's possible to easily customize the behaviour of a large number of methods in the DbQueryManager class. |
|
| DbQueryManager
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database. |
|
| DbQueryManagerFactory
This class allows for DbQueryManagers to be created more
dynamically and with more features than by direct instantiation. |
|
| DbRowProcessor
This abstract base class should be used to implement classes that process one row in a database query resulset. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||