Uses of Interface
top.magstar.framework.database.repository.Repository
Packages that use Repository
Package
Description
-
Uses of Repository in top.magstar.framework.database.engine
Methods in top.magstar.framework.database.engine that return RepositoryModifier and TypeMethodDescription<T,ID> Repository <T, ID> DatabaseEngine.getRepository(Class<T> entityClass) 创建 Repository 实例 -
Uses of Repository in top.magstar.framework.database.repository
Methods in top.magstar.framework.database.repository with type parameters of type RepositoryModifier and TypeMethodDescription<T,ID, R extends Repository<T, ID>>
RRepositoryFactory.createRepository(Class<R> repositoryClass, Class<T> entityClass, Class<ID> idClass) 根据接口类创建自定义仓库。Methods in top.magstar.framework.database.repository that return RepositoryModifier and TypeMethodDescription<T,ID> Repository <T, ID> RepositoryFactory.createRepository(Class<T> entityClass) 创建标准仓库。 -
Uses of Repository in top.magstar.framework.database.services
Methods in top.magstar.framework.database.services that return RepositoryModifier and TypeMethodDescription<T,ID> Repository <T, ID> DatabaseService.getRepository(Class<T> entityClass) 获取标准仓库。Methods in top.magstar.framework.database.services with parameters of type RepositoryModifier and TypeMethodDescription<T,ID> void DatabaseService.registerRepository(Class<T> entityClass, Repository<T, ID> repository) 注册标准仓库。