Once defined the RegionConverter class, shouldn't we add to Tour the following?
@Column
@Convert(converter = RegionConverter.class)
private Region region;
In my case, if I didn't, the converter class would not be used
For clarity, I'm using the following:
Java 17
Spring Boot 3.1.2
Once defined the RegionConverter class, shouldn't we add to Tour the following?
In my case, if I didn't, the converter class would not be used
For clarity, I'm using the following:
Java 17
Spring Boot 3.1.2