Uses of Interface
com.logicaldoc.core.generic.GenericDAO
-
Packages that use GenericDAO Package Description com.logicaldoc.core.generic Contains the definitions ofGeneric
that is a persistent object used as a general way to store informations in the databasecom.logicaldoc.core.lock com.logicaldoc.core.security.dao com.logicaldoc.core.stats -
-
Uses of GenericDAO in com.logicaldoc.core.generic
Classes in com.logicaldoc.core.generic that implement GenericDAO Modifier and Type Class Description class
HibernateGenericDAO
Hibernate implementation ofGenericDAO
-
Uses of GenericDAO in com.logicaldoc.core.lock
Methods in com.logicaldoc.core.lock with parameters of type GenericDAO Modifier and Type Method Description void
LockManager. setGenericDao(GenericDAO genericDao)
-
Uses of GenericDAO in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao with parameters of type GenericDAO Modifier and Type Method Description void
HibernateTenantDAO. setGenericDao(GenericDAO genericDao)
void
HibernateUserDAO. setGenericDAO(GenericDAO genericDAO)
-
Uses of GenericDAO in com.logicaldoc.core.stats
Methods in com.logicaldoc.core.stats that return GenericDAO Modifier and Type Method Description GenericDAO
StatsCollector. getGenericDAO()
Methods in com.logicaldoc.core.stats with parameters of type GenericDAO Modifier and Type Method Description void
StatsCollector. setGenericDAO(GenericDAO genericDAO)
-