RegionRepository
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: Region, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Region
open fun insertIfAbsent(input: Input<Region>, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Region
Link copied to clipboard
Link copied to clipboard
open fun <V : View<Region>> save(entity: Region, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun <V : View<Region>> save(input: Input<Region>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): V
open fun save(input: Input<Region>, fetcher: Fetcher<Region>, block: KSaveCommandDsl.() -> Unit?): Region
open fun save(entity: Region, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Region
open fun save(input: Input<Region>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): Region
open fun <V : View<Region>> save(entity: Region, mode: SaveMode, associatedMode: AssociatedSaveMode, viewType: KClass<V>, block: KSaveCommandPartialDsl.() -> Unit?): V
open fun save(entity: Region, mode: SaveMode, associatedMode: AssociatedSaveMode, fetcher: Fetcher<Region>, block: KSaveCommandPartialDsl.() -> Unit?): Region
Link copied to clipboard
open fun saveCommand(entity: Region, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<Region>
open fun saveCommand(input: Input<Region>, block: KSaveCommandDsl.() -> Unit?): KSimpleEntitySaveCommand<Region>
open fun saveCommand(entity: Region, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<Region>
open fun saveCommand(input: Input<Region>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KSimpleEntitySaveCommand<Region>
Link copied to clipboard
open fun <V : View<Region>> saveEntities(entities: Iterable<Region>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveEntities(entities: Iterable<Region>, fetcher: Fetcher<Region>, block: KSaveCommandDsl.() -> Unit?): List<Region>
open fun saveEntities(entities: Iterable<Region>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<Region>
Link copied to clipboard
open fun saveEntitiesCommand(entities: Iterable<Region>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<Region>
open fun saveEntitiesCommand(entities: Iterable<Region>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<Region>
Link copied to clipboard
open fun saveInputs(inputs: Iterable<Input<Region>>, block: KSaveCommandDsl.() -> Unit?): List<Region>
open fun <V : View<Region>> saveInputs(inputs: Iterable<Input<Region>>, viewType: KClass<V>, block: KSaveCommandDsl.() -> Unit?): List<V>
open fun saveInputs(inputs: Iterable<Input<Region>>, fetcher: Fetcher<Region>, block: KSaveCommandDsl.() -> Unit?): List<Region>
open fun saveInputs(inputs: Iterable<Input<Region>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): List<Region>
Link copied to clipboard
open fun saveInputsCommand(input: Iterable<Input<Region>>, block: KSaveCommandDsl.() -> Unit?): KBatchEntitySaveCommand<Region>
open fun saveInputsCommand(inputs: Iterable<Input<Region>>, mode: SaveMode, associatedMode: AssociatedSaveMode, block: KSaveCommandPartialDsl.() -> Unit?): KBatchEntitySaveCommand<Region>