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