OpenNTF / org.openntf.xsp.jakartaee

XPages Jakarta EE support libraries
Apache License 2.0
20 stars 7 forks source link

Investigate if NoSQL mapping can be made case-insensitive #98

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 2 years ago

Currently, an annotation of @Column("FirstName") will not pull data from an item named firstname. This may require an upstream change in JNoSQL.

jesse-gallagher commented 2 years ago

I ended up handling this by having the driver inspect the destination field names from the entity object.