GrowthRateRepository
成长速率仓储接口
定义成长速率数据的查询与持久化操作
Author
lishangbu
Since
2026/2/10
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun findAll(fetcher: Fetcher<GrowthRate>?, block: SortDsl<GrowthRate>.() -> Unit): List<GrowthRate>
abstract fun findAll(pageIndex: Int, pageSize: Int, fetcher: Fetcher<GrowthRate>?, block: SortDsl<GrowthRate>.() -> Unit?): Page<GrowthRate>
abstract fun findAll(pageIndex: Int, pageSize: Int, fetcher: Fetcher<GrowthRate>?, sort: Sort): Page<GrowthRate>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@AliasFor(value = "findAllById")
Link copied to clipboard
abstract fun findMapByIds(ids: Iterable<Long>, fetcher: Fetcher<GrowthRate>?): Map<Long, GrowthRate>
Link copied to clipboard
Link copied to clipboard
open fun insert(entity: GrowthRate, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
open fun insert(input: Input<GrowthRate>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
Link copied to clipboard
open fun insertIfAbsent(entity: GrowthRate, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
open fun insertIfAbsent(input: Input<GrowthRate>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
Link copied to clipboard
Link copied to clipboard
open fun <V : View<GrowthRate>> save(entity: GrowthRate, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(entity: GrowthRate, fetcher: Fetcher<GrowthRate>, block: KSaveCommandDsl.() -> Unit?): GrowthRate
open fun <V : View<GrowthRate>> save(input: Input<GrowthRate>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(input: Input<GrowthRate>, fetcher: Fetcher<GrowthRate>, block: KSaveCommandDsl.() -> Unit?): GrowthRate
open fun save(entity: GrowthRate, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
open fun save(input: Input<GrowthRate>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
open fun <V : View<GrowthRate>> save(entity: GrowthRate, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(entity: GrowthRate, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<GrowthRate>, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
open fun <V : View<GrowthRate>> save(input: Input<GrowthRate>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(input: Input<GrowthRate>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<GrowthRate>, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
Link copied to clipboard
open fun saveCommand(entity: GrowthRate, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<GrowthRate>
open fun saveCommand(input: Input<GrowthRate>, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<GrowthRate>
open fun saveCommand(entity: GrowthRate, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<GrowthRate>
open fun saveCommand(input: Input<GrowthRate>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<GrowthRate>
Link copied to clipboard
open fun saveEntities(entities: Iterable<GrowthRate>, block: KSaveCommandDsl.() -> Unit?): List<GrowthRate>
open fun <V : View<GrowthRate>> saveEntities(entities: Iterable<GrowthRate>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<GrowthRate>, fetcher: Fetcher<GrowthRate>, block: KSaveCommandDsl.() -> Unit?): List<GrowthRate>
open fun saveEntities(entities: Iterable<GrowthRate>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<GrowthRate>
open fun <V : View<GrowthRate>> saveEntities(entities: Iterable<GrowthRate>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<GrowthRate>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<GrowthRate>, block: KSaveCommandPartialDsl.() -> Unit?): List<GrowthRate>
Link copied to clipboard
open fun saveEntitiesCommand(entities: Iterable<GrowthRate>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<GrowthRate>
open fun saveEntitiesCommand(entities: Iterable<GrowthRate>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<GrowthRate>
Link copied to clipboard
open fun saveInputs(inputs: Iterable<Input<GrowthRate>>, block: KSaveCommandDsl.() -> Unit?): List<GrowthRate>
open fun <V : View<GrowthRate>> saveInputs(inputs: Iterable<Input<GrowthRate>>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<GrowthRate>>, fetcher: Fetcher<GrowthRate>, block: KSaveCommandDsl.() -> Unit?): List<GrowthRate>
open fun saveInputs(inputs: Iterable<Input<GrowthRate>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<GrowthRate>
open fun <V : View<GrowthRate>> saveInputs(inputs: Iterable<Input<GrowthRate>>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<GrowthRate>>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<GrowthRate>, block: KSaveCommandPartialDsl.() -> Unit?): List<GrowthRate>
Link copied to clipboard
open fun saveInputsCommand(input: Iterable<Input<GrowthRate>>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<GrowthRate>
open fun saveInputsCommand(inputs: Iterable<Input<GrowthRate>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<GrowthRate>
Link copied to clipboard
open fun update(entity: GrowthRate, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
open fun update(input: Input<GrowthRate>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): GrowthRate
Link copied to clipboard
abstract fun <V : View<GrowthRate>> viewer(viewType: KClass<V>): KRepository.Viewer<GrowthRate, Long, V>