Uses of Class
pl.decerto.hyperon.runtime.dao.VersionJdbcDao
Packages that use VersionJdbcDao
Package
Description
-
Uses of VersionJdbcDao in pl.decerto.hyperon.runtime.core.domain
Fields in pl.decerto.hyperon.runtime.core.domain declared as VersionJdbcDaoMethods in pl.decerto.hyperon.runtime.core.domain with parameters of type VersionJdbcDaoModifier and TypeMethodDescriptionvoidDomainCache.setVersionJdbcDao(VersionJdbcDao versionDao) voidMpDomainCache.setVersionJdbcDao(VersionJdbcDao versionDao) -
Uses of VersionJdbcDao in pl.decerto.hyperon.runtime.core.factory
Constructors in pl.decerto.hyperon.runtime.core.factory with parameters of type VersionJdbcDao -
Uses of VersionJdbcDao in pl.decerto.hyperon.runtime.dao
Constructors in pl.decerto.hyperon.runtime.dao with parameters of type VersionJdbcDaoModifierConstructorDescriptionDomainCacheJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor, VersionJdbcDao versionDao, SystemVersionProvider systemVersionProvider) -
Uses of VersionJdbcDao in pl.decerto.hyperon.runtime.sync
Constructors in pl.decerto.hyperon.runtime.sync with parameters of type VersionJdbcDaoModifierConstructorDescriptionVersionRuntimeWatcher(VersionJdbcDao dao, FunctionCache functionCache, PreparedParamCache paramCache, SystemVersionCache systemVersionCache, UserRegionVersionCache userRegionVersionCache)