AutoMappingUnknownColumnBehavior if it is an interface, it is more reasonable, In this way, developers can provide their own mapping rules

Comment From: harawata

Hello @brucelwl ,

What kind of rule do you want to provide?

Comment From: brucelwl

hello @harawata I hope to be able to implement functions like @column to mark the mapping relationship with database fields directly on entity classes

Comment From: harawata

Thank you for the reply, @brucelwl . AutoMappingUnknownColumnBehavior is not involved in building column=property mappings. Are you looking for something like these? #717 #1612 #157 #943 #1635

Comment From: brucelwl

@harawata yes