JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
457 stars 74 forks source link

feat(jans-orm): resovle bean property name with AttributeName #8773

Closed yurem closed 3 months ago

yurem commented 3 months ago

In some Beans bean property name has another name than attribute in DB, ORM should use @AttributeName annotations to resolve real property bean name.

yurem commented 3 months ago

Implemented