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