Closed jesse-gallagher closed 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.
@Column("FirstName")
firstname
I ended up handling this by having the driver inspect the destination field names from the entity object.
Currently, an annotation of
@Column("FirstName")
will not pull data from an item namedfirstname
. This may require an upstream change in JNoSQL.