Interface | Description |
---|---|
ConnectionFunction<R> |
A callback interface that gives access to a managed database connection.
|
ConnectionProvider | |
DatabaseAccessor |
Provides access to database connections from the Database Connection Pool.
|
DatabaseConnection |
A handle to a Database Connection obtained from JIRA's connection pool.
|
DatabaseSystemTimeReader |
Reads the current system time from the database.
|
DatabaseSystemTimeReaderFactory |
Factory for choosing an appropriate
DatabaseSystemTimeReader for the current database type. |
DbConnection |
A handle to a Database Connection obtained from JIRA's connection pool.
|
DbConnectionManager | Deprecated
Use
QueryDslAccessor |
QueryCallback<T> |
A callback for DB operations that gets given a managed database connection and returns results.
|
QueryDslAccessor |
Provides access to database connections from the Database Connection Pool with QueryDsl support built in.
|
SqlCallback |
A callback mechanism that delivers a managed DB connection.
|
Class | Description |
---|---|
AbstractDelegatingConnection |
Wraps a DB connection and delegates all calls to that underlying connection.
|
BootstrapQueryDslAccessor |
Provides access to the database from within the bootstrap container if and only if the database has actually
been configured.
|
DatabaseAccessorImpl | |
DatabaseCollationReader | |
DatabaseSchema |
Exposes the Database schema as configured in dbconfig.xml
|
DatabaseUtil | |
DbConnectionImpl | |
DbConnectionManagerImpl | |
DefaultDatabaseSystemTimeReaderFactory |
Default database system time reader factory implementation that creates an appropriate database system time reader
based on the database type read from the currently active connection factory.
|
DefaultQueryDslAccessor | |
DuckTypeConnection |
Mocks out some of PreparedStatement for use as a Duck Type proxy.
|
DuckTypePreparedStatement |
Mocks out some of PreparedStatement for use as a Duck Type proxy.
|
DuckTypeResultSet |
Mocks out some of ResultSet for use as a Duck Type proxy.
|
IdGeneratingSQLInsertClause |
Extended SQLInsertClause supporting Generation of OfBiz sequence values.
|
JiraOracleTemplates |
This class is used to preserve the behaviour that querydsl 3 had, namely reserved words are allowed as unquoted table identifiers.
|
MockDbConnectionManager |
Since DbConnectionManager has been deprecated, this pretty much just maps everything onto
MockQueryDslAccessor, instead.
|
MockQueryDslAccessor | |
NestedConnection |
A wrapper around a connection that exists in a broader transaction.
|
QueryDslAccessorHandlingCollationProblems | |
QueryDslUtils | |
QueryPlanAnalyzer |
Returns the explain plan over a SQL statement - optionally runs Analyze.
|
ResultRow | |
ResultRowBuilder |
Helps you build a list of ResultRow objects for use in MockDbConnectionManager.
|
SqlPredicates |
Additional query predicates not provided directly by QueryDSL
|
SqlStatementTimeReader | |
SupportedCollations |
JIRA officially supports a small number of database collations.
|
Enum | Description |
---|---|
DatabaseVendor |
An enum representing the supported database vendors that JIRA can connect to.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.