Package com.atlassian.jira.database
Interface DatabaseSystemTimeReaderFactory
- All Known Implementing Classes:
DefaultDatabaseSystemTimeReaderFactory
@ExperimentalApi
public interface DatabaseSystemTimeReaderFactory
Factory for choosing an appropriate
DatabaseSystemTimeReader for the current database type.- Since:
- 6.3.4
-
Method Summary
Modifier and TypeMethodDescriptionChooses a database system time reader for the current database.
-
Method Details
-
getReader
Chooses a database system time reader for the current database.- Returns:
- a database system time reader.
-