MoveRepository
招式仓储接口
定义招式数据的查询与持久化操作
Author
lishangbu
Since
2025/09/14
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
Link copied to clipboard
open fun insertIfAbsent(entity: Move, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Move
open fun insertIfAbsent(input: Input<Move>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Move
Link copied to clipboard
open fun <V : View<Move>> save(entity: Move, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun <V : View<Move>> save(input: Input<Move>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(entity: Move, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Move
open fun save(input: Input<Move>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Move
open fun <V : View<Move>> save(entity: Move, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(entity: Move, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<Move>, block: KSaveCommandPartialDsl.() -> Unit?): Move
Link copied to clipboard
open fun saveCommand(entity: Move, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<Move>
open fun saveCommand(input: Input<Move>, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<Move>
open fun saveCommand(entity: Move, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<Move>
open fun saveCommand(input: Input<Move>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<Move>
Link copied to clipboard
open fun <V : View<Move>> saveEntities(entities: Iterable<Move>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<Move>, fetcher: Fetcher<Move>, block: KSaveCommandDsl.() -> Unit?): List<Move>
open fun saveEntities(entities: Iterable<Move>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<Move>
Link copied to clipboard
open fun saveEntitiesCommand(entities: Iterable<Move>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<Move>
open fun saveEntitiesCommand(entities: Iterable<Move>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<Move>
Link copied to clipboard
open fun <V : View<Move>> saveInputs(inputs: Iterable<Input<Move>>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<Move>>, fetcher: Fetcher<Move>, block: KSaveCommandDsl.() -> Unit?): List<Move>
open fun saveInputs(inputs: Iterable<Input<Move>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<Move>
Link copied to clipboard
open fun saveInputsCommand(input: Iterable<Input<Move>>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<Move>
open fun saveInputsCommand(inputs: Iterable<Input<Move>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<Move>