Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/nosql/AttributeConverter.java
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rauh <[email protected]>
  • Loading branch information
otaviojava and njr-11 authored Feb 20, 2024
1 parent 8b57e90 commit 0ca3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/nosql/AttributeConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public interface AttributeConverter<X, Y> {
/**
* Converts the data stored in the database column into the value to be stored in the entity attribute.
* Note that it is the responsibility of the converter writer to specify the correct database data type for the
* corresponding column for use by the JDBC driver: i.e., persistence providers are not expected to do
* corresponding column for use by the NoSQL database: i.e., persistence providers are not expected to do
* such type conversion.
*
* @param dbData the data from the database column to be converted
Expand Down

0 comments on commit 0ca3439

Please sign in to comment.