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