|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbRowProcessor | |
|---|---|
| com.uwyn.rife.authentication.credentialsmanagers | Provides classes and interfaces for managing RoleUser credentials. |
| com.uwyn.rife.authentication.sessionvalidators | Provides implementation classes for the session validators. |
| 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.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| 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. |
| Uses of DbRowProcessor in com.uwyn.rife.authentication.credentialsmanagers |
|---|
| Subclasses of DbRowProcessor in com.uwyn.rife.authentication.credentialsmanagers | |
|---|---|
protected static class |
DatabaseUsers.ListDatabaseRoles
|
protected static class |
DatabaseUsers.ListDatabaseUsers
|
protected class |
DatabaseUsers.ProcessVerifyCredentials
|
protected class |
DatabaseUsers.RoleFetcher
|
| Uses of DbRowProcessor in com.uwyn.rife.authentication.sessionvalidators |
|---|
| Subclasses of DbRowProcessor in com.uwyn.rife.authentication.sessionvalidators | |
|---|---|
class |
ProcessSessionValidity
|
class |
ProcessSessionValidityBasic
|
| Uses of DbRowProcessor in com.uwyn.rife.database |
|---|
| Subclasses of DbRowProcessor in com.uwyn.rife.database | |
|---|---|
class |
DbBeanFetcher<BeanType>
This class allows a ResultSet to be easily processed into bean
instance. |
| Methods in com.uwyn.rife.database with parameters of type DbRowProcessor | |
|---|---|
boolean |
DbQueryManager.executeFetchAll(ReadQuery query,
DbRowProcessor rowProcessor)
Safely and quickly fetches all the rows from the results of a select query. |
boolean |
DbQueryManager.executeFetchAll(ReadQuery query,
DbRowProcessor rowProcessor,
DbPreparedStatementHandler handler)
Safely fetches all the rows from the results of a customizable select query. |
boolean |
DbQueryManager.executeFetchFirst(ReadQuery query,
DbRowProcessor rowProcessor)
Safely and quickly fetches the first row from the results of a select query. |
boolean |
DbQueryManager.executeFetchFirst(ReadQuery query,
DbRowProcessor rowProcessor,
DbPreparedStatementHandler handler)
Safely fetches the first row from the results of a customizable select query. |
boolean |
DbQueryManager.fetch(ResultSet resultSet,
DbRowProcessor rowProcessor)
Fetches the next row of a resultset and processes it through a DbRowProcessor. |
boolean |
DbQueryManager.fetchAll(ResultSet resultSet,
DbRowProcessor rowProcessor)
Fetches all the next rows of a resultset and processes it through a DbRowProcessor. |
| Uses of DbRowProcessor in com.uwyn.rife.database.querymanagers.generic |
|---|
| Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type DbRowProcessor | |
|---|---|
protected boolean |
AbstractGenericQueryManager._restore(Select restore,
DbRowProcessor rowProcessor)
|
boolean |
GenericQueryManager.restore(DbRowProcessor rowProcessor)
Restore all beans using the row processor provided. |
boolean |
GenericQueryManagerDelegate.restore(DbRowProcessor rowProcessor)
|
boolean |
GenericQueryManager.restore(RestoreQuery query,
DbRowProcessor rowProcessor)
Restore a list of beans that match the provided RestoreQuery
and process with the DbRowProcessor. |
boolean |
GenericQueryManagerDelegate.restore(RestoreQuery query,
DbRowProcessor rowProcessor)
|
| Uses of DbRowProcessor in com.uwyn.rife.scheduler.taskmanagers |
|---|
| Subclasses of DbRowProcessor in com.uwyn.rife.scheduler.taskmanagers | |
|---|---|
protected class |
DatabaseTasks.ProcessTask
|
| Uses of DbRowProcessor in com.uwyn.rife.scheduler.taskoptionmanagers |
|---|
| Subclasses of DbRowProcessor in com.uwyn.rife.scheduler.taskoptionmanagers | |
|---|---|
protected class |
DatabaseTaskoptions.ProcessTaskoption
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||