Package-level declarations

Types

Link copied to clipboard
@Repository
interface AbilityRepository : KRepository<Ability, Long>

特性仓储接口

Link copied to clipboard

树果硬度仓储接口

Link copied to clipboard
@Repository
class BerryFirmnessRepositoryImpl(sql: KSqlClient) : BerryFirmnessRepository
Link copied to clipboard

树果风味仓储接口

Link copied to clipboard
@Repository
class BerryFlavorRepositoryImpl(sql: KSqlClient) : BerryFlavorRepository
Link copied to clipboard
interface BerryRepository

树果仓储接口

Link copied to clipboard
@Repository
class BerryRepositoryImpl(sql: KSqlClient) : BerryRepository

树果仓储实现

Link copied to clipboard
@Repository
interface EggGroupRepository : KRepository<EggGroup, Long>

蛋组仓储接口

Link copied to clipboard
@Repository
interface EncounterConditionRepository : KRepository<EncounterCondition, Long>

遭遇条件仓储接口

Link copied to clipboard
@Repository
interface EncounterConditionValueRepository : KRepository<EncounterConditionValue, Long>

遭遇条件值仓储接口

Link copied to clipboard
@Repository
interface EncounterMethodRepository : KRepository<EncounterMethod, Long>

遭遇方法仓储接口

Link copied to clipboard
@Repository
interface EvolutionChainRepository : KRepository<EvolutionChain, Long>

进化链仓储接口

Link copied to clipboard
@Repository
interface EvolutionTriggerRepository : KRepository<EvolutionTrigger, Long>

进化触发器仓储接口

Link copied to clipboard
@Repository
interface GenderRepository : KRepository<Gender, Long>

性别仓储接口

Link copied to clipboard
@Repository
interface GrowthRateRepository : KRepository<GrowthRate, Long>

成长速率仓储接口

Link copied to clipboard
@Repository
interface ItemAttributeRepository : KRepository<ItemAttribute, Long>

道具属性仓储接口

Link copied to clipboard
@Repository
interface ItemCategoryRepository : KRepository<ItemCategory, Long>

道具类别仓储接口

Link copied to clipboard
@Repository
interface ItemFlingEffectRepository : KRepository<ItemFlingEffect, Long>

道具投掷效果仓储接口

Link copied to clipboard
@Repository
interface ItemPocketRepository : KRepository<ItemPocket, Long>

道具口袋仓储接口

Link copied to clipboard
@Repository
interface ItemRepository : KRepository<Item, Long>

道具仓储接口

Link copied to clipboard
@Repository
interface MachineRepository : KRepository<Machine, Long>

招式机仓储接口

Link copied to clipboard
@Repository
interface MoveAilmentRepository : KRepository<MoveAilment, Long>

招式异常仓储接口

Link copied to clipboard
@Repository
interface MoveCategoryRepository : KRepository<MoveCategory, Long>

招式类别仓储接口

Link copied to clipboard

招式伤害分类仓储接口

Link copied to clipboard
@Repository
class MoveDamageClassRepositoryImpl(sql: KSqlClient) : MoveDamageClassRepository
Link copied to clipboard
@Repository
interface MoveLearnMethodRepository : KRepository<MoveLearnMethod, Long>

招式学习方式仓储接口

Link copied to clipboard
@Repository
interface MoveRepository : KRepository<Move, Long>

招式仓储接口

Link copied to clipboard
@Repository
interface MoveTargetRepository : KRepository<MoveTarget, Long>

招式目标仓储接口

Link copied to clipboard
@Repository
interface NatureRepository : KRepository<Nature, Long>

性格仓储接口

Link copied to clipboard
@Repository
interface PokemonAbilityRepository : KRepository<PokemonAbility, PokemonAbilityId>

宝可梦特性仓储接口

Link copied to clipboard
@Repository
interface PokemonColorRepository : KRepository<PokemonColor, Long>

宝可梦颜色仓储接口

Link copied to clipboard
@Repository
interface PokemonHabitatRepository : KRepository<PokemonHabitat, Long>

宝可梦栖息地仓储接口

Link copied to clipboard
@Repository
interface PokemonRepository : KRepository<Pokemon, Long>

宝可梦仓储接口

Link copied to clipboard
@Repository
interface PokemonShapeRepository : KRepository<PokemonShape, Long>

宝可梦形状仓储接口

Link copied to clipboard
@Repository
interface PokemonSpeciesRepository : KRepository<PokemonSpecies, Long>

宝可梦种类仓储接口

Link copied to clipboard
@Repository
interface PokemonStatRepository : KRepository<PokemonStat, PokemonStatId>

宝可梦能力值仓储接口

Link copied to clipboard
@Repository
interface PokemonTypeRepository : KRepository<PokemonType, PokemonTypeId>

宝可梦属性仓储接口

Link copied to clipboard
interface StatRepository

能力值仓储接口

Link copied to clipboard
@Repository
class StatRepositoryImpl(sql: KSqlClient) : StatRepository
Link copied to clipboard

属性克制关系仓储接口

Link copied to clipboard
Link copied to clipboard
interface TypeRepository

属性仓储接口

Link copied to clipboard
@Repository
class TypeRepositoryImpl(sql: KSqlClient) : TypeRepository