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