Uses of Interface
top.magstar.framework.database.repository.MagstarRepository
Packages that use MagstarRepository
Package
Description
-
Uses of MagstarRepository in top.magstar.framework.database.repository
Subinterfaces of MagstarRepository in top.magstar.framework.database.repositoryModifier and TypeInterfaceDescriptioninterfaceCompositeKeyRepository<T,K extends CompositeKey> 复合主键仓库接口。interfaceRepository<T,ID> 通用仓库接口。Methods in top.magstar.framework.database.repository with type parameters of type MagstarRepositoryModifier and TypeMethodDescription<R extends MagstarRepository>
RRepositoryFactory.createCustomRepository(R repository) 创建自定义仓库。 -
Uses of MagstarRepository in top.magstar.framework.database.services
Methods in top.magstar.framework.database.services with type parameters of type MagstarRepositoryModifier and TypeMethodDescription<R extends MagstarRepository>
RDatabaseService.getCustomRepository(Class<R> repositoryClass) 获取自定义仓库。<R extends MagstarRepository>
voidDatabaseService.registerCustomRepository(Class<R> repositoryClass, R repository) 注册自定义仓库。