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 IClientFormThemeDaoDaoProvider. CLIENTFORMTHEME_DAOThe singleton instance ofIClientFormThemeDaofor accessing, creating, deleting, and updatingClientFormThemeentities. -
Uses of IClientFormThemeDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IClientFormThemeDao Modifier and Type Class Description classClientFormThemeDaoThe default implementation ofIClientFormThemeDaothat can be accessed viaDaoProvider.
-