OwnedCreatureStatRepository

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
open fun delete(entity: OwnedCreatureStat)
abstract fun delete(entity: OwnedCreatureStat, mode: DeleteMode): Int
Link copied to clipboard
abstract fun deleteAll()
open fun deleteAll(entities: Iterable<OwnedCreatureStat>)
abstract fun deleteAll(entities: Iterable<OwnedCreatureStat>, 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 existsById(id: Long): Boolean
Link copied to clipboard
abstract fun findAll(fetcher: Fetcher<OwnedCreatureStat>?): List<OwnedCreatureStat>
abstract override fun findAll(pageable: Pageable): Page<OwnedCreatureStat>
open override fun findAll(sort: Sort): List<OwnedCreatureStat>
abstract fun findAll(fetcher: Fetcher<OwnedCreatureStat>?, block: SortDsl<OwnedCreatureStat>.() -> Unit): List<OwnedCreatureStat>
abstract fun findAll(fetcher: Fetcher<OwnedCreatureStat>?, sort: Sort): List<OwnedCreatureStat>
abstract fun findAll(pageable: Pageable, fetcher: Fetcher<OwnedCreatureStat>?): Page<OwnedCreatureStat>
abstract fun findAll(pageIndex: Int, pageSize: Int, fetcher: Fetcher<OwnedCreatureStat>?, block: SortDsl<OwnedCreatureStat>.() -> Unit?): Page<OwnedCreatureStat>
abstract fun findAll(pageIndex: Int, pageSize: Int, fetcher: Fetcher<OwnedCreatureStat>?, sort: Sort): Page<OwnedCreatureStat>
Link copied to clipboard
@AliasFor(value = "findByIds")
open fun findAllById(ids: Iterable<Long>): List<OwnedCreatureStat>
Link copied to clipboard
Link copied to clipboard
@AliasFor(value = "findAllById")
abstract fun findByIds(ids: Iterable<Long>, fetcher: Fetcher<OwnedCreatureStat>?): List<OwnedCreatureStat>
Link copied to clipboard
abstract fun findMapByIds(ids: Iterable<Long>, fetcher: Fetcher<OwnedCreatureStat>?): Map<Long, OwnedCreatureStat>
Link copied to clipboard
abstract fun findNullable(id: Long, fetcher: Fetcher<OwnedCreatureStat>?): OwnedCreatureStat?
Link copied to clipboard
open fun insert(entity: OwnedCreatureStat, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
open fun insert(input: Input<OwnedCreatureStat>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
Link copied to clipboard
open fun insertIfAbsent(entity: OwnedCreatureStat, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
open fun insertIfAbsent(input: Input<OwnedCreatureStat>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
Link copied to clipboard
open fun merge(entity: OwnedCreatureStat, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
open fun merge(input: Input<OwnedCreatureStat>, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
Link copied to clipboard
open fun <S : OwnedCreatureStat> save(entity: S): S
open fun save(input: Input<OwnedCreatureStat>, block: KSaveCommandDsl.() -> Unit?): OwnedCreatureStat
open fun <V : View<OwnedCreatureStat>> save(entity: OwnedCreatureStat, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(entity: OwnedCreatureStat, fetcher: Fetcher<OwnedCreatureStat>, block: KSaveCommandDsl.() -> Unit?): OwnedCreatureStat
open fun <V : View<OwnedCreatureStat>> save(input: Input<OwnedCreatureStat>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(input: Input<OwnedCreatureStat>, fetcher: Fetcher<OwnedCreatureStat>, block: KSaveCommandDsl.() -> Unit?): OwnedCreatureStat
open fun save(entity: OwnedCreatureStat, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
open fun save(input: Input<OwnedCreatureStat>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
open fun <V : View<OwnedCreatureStat>> save(entity: OwnedCreatureStat, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(entity: OwnedCreatureStat, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<OwnedCreatureStat>, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
open fun <V : View<OwnedCreatureStat>> save(input: Input<OwnedCreatureStat>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(input: Input<OwnedCreatureStat>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<OwnedCreatureStat>, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
Link copied to clipboard
open fun <S : OwnedCreatureStat> saveAll(entity: Iterable<S>): List<S>
Link copied to clipboard
open fun saveCommand(entity: OwnedCreatureStat, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<OwnedCreatureStat>
open fun saveCommand(input: Input<OwnedCreatureStat>, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<OwnedCreatureStat>
open fun saveCommand(entity: OwnedCreatureStat, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<OwnedCreatureStat>
open fun saveCommand(input: Input<OwnedCreatureStat>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<OwnedCreatureStat>
Link copied to clipboard
open fun saveEntities(entities: Iterable<OwnedCreatureStat>, block: KSaveCommandDsl.() -> Unit?): List<OwnedCreatureStat>
open fun <V : View<OwnedCreatureStat>> saveEntities(entities: Iterable<OwnedCreatureStat>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<OwnedCreatureStat>, fetcher: Fetcher<OwnedCreatureStat>, block: KSaveCommandDsl.() -> Unit?): List<OwnedCreatureStat>
open fun saveEntities(entities: Iterable<OwnedCreatureStat>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<OwnedCreatureStat>
open fun <V : View<OwnedCreatureStat>> saveEntities(entities: Iterable<OwnedCreatureStat>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<OwnedCreatureStat>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<OwnedCreatureStat>, block: KSaveCommandPartialDsl.() -> Unit?): List<OwnedCreatureStat>
Link copied to clipboard
open fun saveEntitiesCommand(entities: Iterable<OwnedCreatureStat>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<OwnedCreatureStat>
open fun saveEntitiesCommand(entities: Iterable<OwnedCreatureStat>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<OwnedCreatureStat>
Link copied to clipboard
open fun saveInputs(inputs: Iterable<Input<OwnedCreatureStat>>, block: KSaveCommandDsl.() -> Unit?): List<OwnedCreatureStat>
open fun <V : View<OwnedCreatureStat>> saveInputs(inputs: Iterable<Input<OwnedCreatureStat>>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<OwnedCreatureStat>>, fetcher: Fetcher<OwnedCreatureStat>, block: KSaveCommandDsl.() -> Unit?): List<OwnedCreatureStat>
open fun saveInputs(inputs: Iterable<Input<OwnedCreatureStat>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<OwnedCreatureStat>
open fun <V : View<OwnedCreatureStat>> saveInputs(inputs: Iterable<Input<OwnedCreatureStat>>, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<OwnedCreatureStat>>, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<OwnedCreatureStat>, block: KSaveCommandPartialDsl.() -> Unit?): List<OwnedCreatureStat>
Link copied to clipboard
open fun saveInputsCommand(input: Iterable<Input<OwnedCreatureStat>>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<OwnedCreatureStat>
open fun saveInputsCommand(inputs: Iterable<Input<OwnedCreatureStat>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<OwnedCreatureStat>
Link copied to clipboard
open fun update(entity: OwnedCreatureStat, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
open fun update(input: Input<OwnedCreatureStat>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): OwnedCreatureStat
Link copied to clipboard
abstract fun <V : View<OwnedCreatureStat>> viewer(viewType: KClass<V>): KRepository.Viewer<OwnedCreatureStat, Long, V>