Uses of Interface
de.xima.fc.dao.interfaces.IFormRecordChatDao
-
Packages that use IFormRecordChatDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IFormRecordChatDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IFormRecordChatDao Modifier and Type Field Description static IFormRecordChatDaoDaoProvider. FORMRECORDCHAT_DAOThe singleton instance ofIFormRecordChatDaofor accessing, creating, deleting, and updatingFormRecordChatentities. -
Uses of IFormRecordChatDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IFormRecordChatDao Modifier and Type Class Description classFormRecordChatDaoImplementation of theIFormRecordChatDaofor reading and writingFormRecordChatentities.
-