Skip to content

Commit

Permalink
docs: Add missing KDocs for EntityID and Entity subclasses API
Browse files Browse the repository at this point in the history
Add missing KDocs parameter
  • Loading branch information
bog-walk committed Feb 13, 2024
1 parent 46e0fd0 commit 79012cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ package org.jetbrains.exposed.dao.id
* Class representing a wrapper for a stored identity value of type [T].
*
* The class constructor could be useful, for example, if needing to manually provide an identity value to a column
* default function or when manually inserting into identity columns using any DSL insert functions.
* default function or when manually inserting into identity columns using any DSL insert function.
*
* @param table The [IdTable] that stores the identity value.
* @param id The value of type [T] to store.
* @sample org.jetbrains.exposed.sql.tests.shared.entities.EntityTestsData.YTable
* @sample org.jetbrains.exposed.sql.tests.shared.dml.InsertTests.testInsertWithPredefinedId
*/
Expand Down

0 comments on commit 79012cd

Please sign in to comment.