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 IWebDavAccessDao
DaoProvider. WEBDAVACCESS_DAO
The singleton instance ofIWebDavAccessDao
for accessing, creating, deleting, and updatingWebDavAccess
entities. -
Uses of IWebDavAccessDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWebDavAccessDao Modifier and Type Class Description class
WebDavAccessDao
The default implementation ofIWebDavAccessDao
that can be accessed viaDaoProvider
.
-