Uses of Interface
io.higson.runtime.core.datasource.VersionDao
Packages that use VersionDao
Package
Description
-
Uses of VersionDao in io.higson.runtime.core.datasource
Methods in io.higson.runtime.core.datasource that return VersionDao -
Uses of VersionDao in io.higson.runtime.core.datasource.snapshot
Methods in io.higson.runtime.core.datasource.snapshot that return VersionDao -
Uses of VersionDao in io.higson.runtime.core.datasource.snapshot.version
Classes in io.higson.runtime.core.datasource.snapshot.version that implement VersionDao -
Uses of VersionDao in io.higson.runtime.core.domain
Fields in io.higson.runtime.core.domain declared as VersionDaoMethods in io.higson.runtime.core.domain with parameters of type VersionDaoModifier and TypeMethodDescriptionvoidDomainCache.setVersionJdbcDao(VersionDao versionDao) voidMpDomainCache.setVersionJdbcDao(VersionDao versionDao) -
Uses of VersionDao in io.higson.runtime.core.factory
Constructors in io.higson.runtime.core.factory with parameters of type VersionDao -
Uses of VersionDao in io.higson.runtime.dao
Classes in io.higson.runtime.dao that implement VersionDaoConstructors in io.higson.runtime.dao with parameters of type VersionDaoModifierConstructorDescriptionDomainCacheJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor, VersionDao versionDao) -
Uses of VersionDao in io.higson.runtime.sync
Constructors in io.higson.runtime.sync with parameters of type VersionDaoModifierConstructorDescriptionVersionRuntimeWatcher(VersionDao dao, FunctionCache functionCache, PreparedParamCache paramCache, SystemVersionCache systemVersionCache, UserRegionVersionCache userRegionVersionCache)