SqlObjectMapper
SqlObjectMapper
/
sqlObjectMapper.annotationProcessing
/
IdMapping
Id
Mapping
class
IdMapping
(
val
idColumnNames
:
Collection
<
String
>
)
This class is used to represent how to get id value(s) of an entity.
Constructors
Functions
Properties
Constructors
Id
Mapping
Link copied to clipboard
fun
IdMapping
(
idColumnNames
:
Collection
<
String
>
)
Functions
get
Value
Link copied to clipboard
fun
getValue
(
valueProvider
:
ValueProvider
)
:
IdValue
?
Properties
combined
Names
Link copied to clipboard
val
combinedNames
:
String
id
Column
Names
Link copied to clipboard
val
idColumnNames
:
Collection
<
String
>