Skip to content

RegionConverter usage #2

Description

@led93

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions