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