Interface IPromptDaoFactory
public interface IPromptDaoFactory
Factory interface for creating DAO instances for the prompt management system.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionGets an instance of theIPromptConnectionDaofor the specified transaction.Returns a new instance of theIPromptQueryDaofor the specified transaction.
-
Method Details
-
createConnectionDao
Gets an instance of theIPromptConnectionDaofor the specified transaction.- Parameters:
tx- The transaction to use for the DAO operations.- Returns:
- A prompt connection DAO.
-
createQueryDao
Returns a new instance of theIPromptQueryDaofor the specified transaction.- Parameters:
tx- The transaction to use for the DAO operations.- Returns:
- A prompt query DAO.
-