AbilityRepository
特性仓储接口
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: Ability, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Ability
open fun insertIfAbsent(input: Input<Ability>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Ability
Link copied to clipboard
按 ID 查询特性视图
Link copied to clipboard
open fun <V : View<Ability>> save(entity: Ability, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(entity: Ability, fetcher: Fetcher<Ability>, block: KSaveCommandDsl.() -> Unit?): Ability
open fun <V : View<Ability>> save(input: Input<Ability>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(input: Input<Ability>, fetcher: Fetcher<Ability>, block: KSaveCommandDsl.() -> Unit?): Ability
open fun save(entity: Ability, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Ability
open fun save(input: Input<Ability>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Ability
open fun <V : View<Ability>> save(entity: Ability, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(entity: Ability, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<Ability>, block: KSaveCommandPartialDsl.() -> Unit?): Ability
Link copied to clipboard
open fun saveCommand(entity: Ability, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<Ability>
open fun saveCommand(input: Input<Ability>, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<Ability>
open fun saveCommand(entity: Ability, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<Ability>
open fun saveCommand(input: Input<Ability>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<Ability>
Link copied to clipboard
open fun saveEntities(entities: Iterable<Ability>, block: KSaveCommandDsl.() -> Unit?): List<Ability>
open fun <V : View<Ability>> saveEntities(entities: Iterable<Ability>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<Ability>, fetcher: Fetcher<Ability>, block: KSaveCommandDsl.() -> Unit?): List<Ability>
open fun saveEntities(entities: Iterable<Ability>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<Ability>
Link copied to clipboard
open fun saveEntitiesCommand(entities: Iterable<Ability>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<Ability>
open fun saveEntitiesCommand(entities: Iterable<Ability>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<Ability>
Link copied to clipboard
open fun saveInputs(inputs: Iterable<Input<Ability>>, block: KSaveCommandDsl.() -> Unit?): List<Ability>
open fun <V : View<Ability>> saveInputs(inputs: Iterable<Input<Ability>>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<Ability>>, fetcher: Fetcher<Ability>, block: KSaveCommandDsl.() -> Unit?): List<Ability>
open fun saveInputs(inputs: Iterable<Input<Ability>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<Ability>
Link copied to clipboard
open fun saveInputsCommand(input: Iterable<Input<Ability>>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<Ability>
open fun saveInputsCommand(inputs: Iterable<Input<Ability>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<Ability>