Arne Bedurftig

Results 1 issues of Arne Bedurftig

For a `MappedEntity(value="my_entity")` with the following identifier Micronaut ``` @Id @GeneratedValue(value = GeneratedValue.Type.SEQUENCE) var id: Long? = null ``` Micronaut assumes that the name of the sequence is `my_entity_seq`, which...

status: awaiting feedback