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