dave08
04/11/2024, 3:24 PMToshihiro Nakamura
04/13/2024, 1:23 AMQueryDsl.insert(b).select {
// The id property must be set to the id property of the entity to be inserted.
QueryDsl.from(x).selectAsBox(id = b.id, color = x.color)
}
dave08
04/15/2024, 9:26 AM