LocationAreaEncounterConditionValueRepository
@Repository
地点区域遭遇条件值仓储接口
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun deleteAll(entities: Iterable<LocationAreaEncounterConditionValue>, mode: DeleteMode): Int
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<LocationAreaEncounterConditionValue>?): List<LocationAreaEncounterConditionValue>
abstract fun findAll(fetcher: Fetcher<LocationAreaEncounterConditionValue>?, block: SortDsl<LocationAreaEncounterConditionValue>.() -> Unit): List<LocationAreaEncounterConditionValue>
abstract fun findAll(fetcher: Fetcher<LocationAreaEncounterConditionValue>?, sort: Sort): List<LocationAreaEncounterConditionValue>
abstract fun findAll(pageable: Pageable, fetcher: Fetcher<LocationAreaEncounterConditionValue>?): Page<LocationAreaEncounterConditionValue>
abstract fun findAll(pageIndex: Int, pageSize: Int, fetcher: Fetcher<LocationAreaEncounterConditionValue>?, block: SortDsl<LocationAreaEncounterConditionValue>.() -> Unit?): Page<LocationAreaEncounterConditionValue>
abstract fun findAll(pageIndex: Int, pageSize: Int, fetcher: Fetcher<LocationAreaEncounterConditionValue>?, sort: Sort): Page<LocationAreaEncounterConditionValue>
Link copied to clipboard
@AliasFor(value = "findByIds")
Link copied to clipboard
open fun findById(id: Long, fetcher: Fetcher<LocationAreaEncounterConditionValue>): Optional<LocationAreaEncounterConditionValue>
Link copied to clipboard
@AliasFor(value = "findAllById")
Link copied to clipboard
abstract fun findMapByIds(ids: Iterable<Long>, fetcher: Fetcher<LocationAreaEncounterConditionValue>?): Map<Long, LocationAreaEncounterConditionValue>
Link copied to clipboard
abstract fun findNullable(id: Long, fetcher: Fetcher<LocationAreaEncounterConditionValue>?): LocationAreaEncounterConditionValue?
Link copied to clipboard
open fun insert(entity: LocationAreaEncounterConditionValue, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun insert(input: Input<LocationAreaEncounterConditionValue>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
Link copied to clipboard
open fun insertIfAbsent(entity: LocationAreaEncounterConditionValue, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun insertIfAbsent(input: Input<LocationAreaEncounterConditionValue>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
Link copied to clipboard
open fun merge(entity: LocationAreaEncounterConditionValue, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun merge(input: Input<LocationAreaEncounterConditionValue>, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
Link copied to clipboard
open fun save(input: Input<LocationAreaEncounterConditionValue>, block: KSaveCommandDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun <V : View<LocationAreaEncounterConditionValue>> save(entity: LocationAreaEncounterConditionValue, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(entity: LocationAreaEncounterConditionValue, fetcher: Fetcher<LocationAreaEncounterConditionValue>, block: KSaveCommandDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun <V : View<LocationAreaEncounterConditionValue>> save(input: Input<LocationAreaEncounterConditionValue>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(input: Input<LocationAreaEncounterConditionValue>, fetcher: Fetcher<LocationAreaEncounterConditionValue>, block: KSaveCommandDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun save(entity: LocationAreaEncounterConditionValue, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun save(input: Input<LocationAreaEncounterConditionValue>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun <V : View<LocationAreaEncounterConditionValue>> save(entity: LocationAreaEncounterConditionValue, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(entity: LocationAreaEncounterConditionValue, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<LocationAreaEncounterConditionValue>, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun <V : View<LocationAreaEncounterConditionValue>> save(input: Input<LocationAreaEncounterConditionValue>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(input: Input<LocationAreaEncounterConditionValue>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<LocationAreaEncounterConditionValue>, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
Link copied to clipboard
open fun saveCommand(entity: LocationAreaEncounterConditionValue, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<LocationAreaEncounterConditionValue>
open fun saveCommand(input: Input<LocationAreaEncounterConditionValue>, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<LocationAreaEncounterConditionValue>
open fun saveCommand(entity: LocationAreaEncounterConditionValue, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<LocationAreaEncounterConditionValue>
open fun saveCommand(input: Input<LocationAreaEncounterConditionValue>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<LocationAreaEncounterConditionValue>
Link copied to clipboard
open fun saveEntities(entities: Iterable<LocationAreaEncounterConditionValue>, block: KSaveCommandDsl.() -> Unit?): List<LocationAreaEncounterConditionValue>
open fun <V : View<LocationAreaEncounterConditionValue>> saveEntities(entities: Iterable<LocationAreaEncounterConditionValue>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<LocationAreaEncounterConditionValue>, fetcher: Fetcher<LocationAreaEncounterConditionValue>, block: KSaveCommandDsl.() -> Unit?): List<LocationAreaEncounterConditionValue>
open fun saveEntities(entities: Iterable<LocationAreaEncounterConditionValue>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<LocationAreaEncounterConditionValue>
open fun <V : View<LocationAreaEncounterConditionValue>> saveEntities(entities: Iterable<LocationAreaEncounterConditionValue>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<LocationAreaEncounterConditionValue>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<LocationAreaEncounterConditionValue>, block: KSaveCommandPartialDsl.() -> Unit?): List<LocationAreaEncounterConditionValue>
Link copied to clipboard
open fun saveEntitiesCommand(entities: Iterable<LocationAreaEncounterConditionValue>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<LocationAreaEncounterConditionValue>
open fun saveEntitiesCommand(entities: Iterable<LocationAreaEncounterConditionValue>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<LocationAreaEncounterConditionValue>
Link copied to clipboard
open fun saveInputs(inputs: Iterable<Input<LocationAreaEncounterConditionValue>>, block: KSaveCommandDsl.() -> Unit?): List<LocationAreaEncounterConditionValue>
open fun <V : View<LocationAreaEncounterConditionValue>> saveInputs(inputs: Iterable<Input<LocationAreaEncounterConditionValue>>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<LocationAreaEncounterConditionValue>>, fetcher: Fetcher<LocationAreaEncounterConditionValue>, block: KSaveCommandDsl.() -> Unit?): List<LocationAreaEncounterConditionValue>
open fun saveInputs(inputs: Iterable<Input<LocationAreaEncounterConditionValue>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<LocationAreaEncounterConditionValue>
open fun <V : View<LocationAreaEncounterConditionValue>> saveInputs(inputs: Iterable<Input<LocationAreaEncounterConditionValue>>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<LocationAreaEncounterConditionValue>>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<LocationAreaEncounterConditionValue>, block: KSaveCommandPartialDsl.() -> Unit?): List<LocationAreaEncounterConditionValue>
Link copied to clipboard
open fun saveInputsCommand(input: Iterable<Input<LocationAreaEncounterConditionValue>>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<LocationAreaEncounterConditionValue>
open fun saveInputsCommand(inputs: Iterable<Input<LocationAreaEncounterConditionValue>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<LocationAreaEncounterConditionValue>
Link copied to clipboard
open fun update(entity: LocationAreaEncounterConditionValue, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
open fun update(input: Input<LocationAreaEncounterConditionValue>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): LocationAreaEncounterConditionValue
Link copied to clipboard
abstract fun <V : View<LocationAreaEncounterConditionValue>> viewer(viewType: KClass<V>): KRepository.Viewer<LocationAreaEncounterConditionValue, Long, V>