Uses of Interface
de.xima.fc.dao.interfaces.IWebDavAccessDao
-
Packages that use IWebDavAccessDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IWebDavAccessDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWebDavAccessDao Modifier and Type Field Description static IWebDavAccessDaoDaoProvider. WEBDAVACCESS_DAOThe singleton instance ofIWebDavAccessDaofor accessing, creating, deleting, and updatingWebDavAccessentities. -
Uses of IWebDavAccessDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWebDavAccessDao Modifier and Type Class Description classWebDavAccessDaoThe default implementation ofIWebDavAccessDaothat can be accessed viaDaoProvider.
-