Augustus
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Augustus
form-engine
/
org.octavius.form.component
/
MappingContainer
Mapping
Container
interface
MappingContainer
Inheritors
BaseTableMappingBuilder
DataLoaderBuilder
Members
Properties
relations
Link copied to clipboard
abstract
val
relations
:
MutableList
<
RelationMapping
>
Functions
map
Link copied to clipboard
open
fun
map
(
controlName
:
String
,
dbColumn
:
String
?
=
null
)
map
One
To
One
Link copied to clipboard
open
fun
mapOneToOne
(
block
:
OneToOneMappingBuilder
.
(
)
->
Unit
)
map
Related
List
Link copied to clipboard
open
fun
mapRelatedList
(
controlName
:
String
,
block
:
RelatedDataMappingBuilder
.
(
)
->
Unit
)