Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public class GeneratedValuesHelper {
* for the specified {@link ResultSet}.
*
* @param resultSet The result set from which to extract the generated values
* @param statement The prepared statement the result set was generated from
* @param persister The entity type which we're reading the generated values for
* @param session The session
*
Expand Down Expand Up @@ -114,6 +115,7 @@ public static GeneratedValues getGeneratedValues(
* using the {@link JdbcValuesMappingProducer} provided in input.
*
* @param resultSet the result set containing the generated values
* @param statement The prepared statement the result set was generated from
* @param persister the current entity persister
* @param mappingProducer the mapping producer to use when reading generated values
* @param session the current session
Expand Down
Loading
Loading