LocationAreaEncounterConditionValueRepository

地点区域遭遇条件值仓储接口

Properties

Link copied to clipboard
Link copied to clipboard
abstract val sql: KSqlClient
Link copied to clipboard
abstract val type: ImmutableType

Functions

Link copied to clipboard
abstract fun count(): Long
Link copied to clipboard
abstract fun delete(entity: LocationAreaEncounterConditionValue, mode: DeleteMode): Int
Link copied to clipboard
abstract fun deleteAll()
abstract fun deleteAll(entities: Iterable<LocationAreaEncounterConditionValue>, mode: DeleteMode): Int
Link copied to clipboard
@AliasFor(value = "deleteByIds")
open fun deleteAllById(ids: Iterable<Long>)
Link copied to clipboard
open fun deleteById(id: Long)
abstract fun deleteById(id: Long, mode: DeleteMode): Int
Link copied to clipboard
@AliasFor(value = "deleteAllById")
open fun deleteByIds(ids: Iterable<Long>)
abstract fun deleteByIds(ids: Iterable<Long>, mode: DeleteMode): Int
Link copied to clipboard
open fun existsByEncounterConditionValueId(encounterConditionValueId: Long): Boolean

判断指定遭遇条件值是否已被地点区域遭遇引用

Link copied to clipboard
open fun existsById(id: Long): Boolean
Link copied to clipboard
abstract override fun findAll(pageable: Pageable): Page<LocationAreaEncounterConditionValue>
open override fun findAll(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")
open fun findAllById(ids: Iterable<Long>): List<LocationAreaEncounterConditionValue>
Link copied to clipboard
@AliasFor(value = "findAllById")
abstract fun findByIds(ids: Iterable<Long>, fetcher: Fetcher<LocationAreaEncounterConditionValue>?): List<LocationAreaEncounterConditionValue>
Link copied to clipboard
Link copied to clipboard
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 <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
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 <V : View<LocationAreaEncounterConditionValue>> saveEntities(entities: Iterable<LocationAreaEncounterConditionValue>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
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>>, 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>