Uses of Interface
de.xima.fc.dao.interfaces.IPostfachDao
-
Packages that use IPostfachDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IPostfachDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IPostfachDao Modifier and Type Field Description static IPostfachDaoDaoProvider. POSTFACH_DAOThe singleton instance ofIPostfachDaofor accessing, creating, deleting, and updatingPostfachentities. -
Uses of IPostfachDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IPostfachDao Modifier and Type Class Description classPostfachDaoThe default implementation ofIPostfachDaothat can be accessed viaDaoProvider.
-