Uses of Interface
de.xima.fc.dao.interfaces.IClientFormThemeDao
-
Packages that use IClientFormThemeDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IClientFormThemeDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IClientFormThemeDao Modifier and Type Field Description static IClientFormThemeDao
DaoProvider. CLIENTFORMTHEME_DAO
The singleton instance ofIClientFormThemeDao
for accessing, creating, deleting, and updatingClientFormTheme
entities. -
Uses of IClientFormThemeDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IClientFormThemeDao Modifier and Type Class Description class
ClientFormThemeDao
The default implementation ofIClientFormThemeDao
that can be accessed viaDaoProvider
.
-