Uses of Interface
top.magstar.framework.database.repository.CompositeKeyRepository
Packages that use CompositeKeyRepository
Package
Description
-
Uses of CompositeKeyRepository in top.magstar.framework.database.engine
Methods in top.magstar.framework.database.engine that return CompositeKeyRepositoryModifier and TypeMethodDescription<T,K extends CompositeKey>
CompositeKeyRepository<T, K> DatabaseEngine.getCompositeRepository(Class<T> entityClass) 创建 CompositeKeyRepository 实例 -
Uses of CompositeKeyRepository in top.magstar.framework.database.repository
Methods in top.magstar.framework.database.repository with type parameters of type CompositeKeyRepositoryModifier and TypeMethodDescription<T,K extends CompositeKey, R extends CompositeKeyRepository<T, K>>
RRepositoryFactory.createCompositeKeyRepository(Class<R> repositoryClass, Class<T> entityClass, Class<K> keyClass) 根据接口类创建自定义复合主键仓库。Methods in top.magstar.framework.database.repository that return CompositeKeyRepositoryModifier and TypeMethodDescription<T,K extends CompositeKey>
CompositeKeyRepository<T, K> RepositoryFactory.createCompositeKeyRepository(Class<T> entityClass) 创建复合主键仓库。 -
Uses of CompositeKeyRepository in top.magstar.framework.database.services
Methods in top.magstar.framework.database.services that return CompositeKeyRepositoryModifier and TypeMethodDescription<T,K extends CompositeKey>
CompositeKeyRepository<T, K> DatabaseService.getCompositeKeyRepository(Class<T> entityClass) 获取复合主键仓库。Methods in top.magstar.framework.database.services with parameters of type CompositeKeyRepositoryModifier and TypeMethodDescription<T,K extends CompositeKey>
voidDatabaseService.registerCompositeKeyRepository(Class<T> entityClass, CompositeKeyRepository<T, K> repository) 注册复合主键仓库。