exposed
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed
exposed-core
/
org.jetbrains.exposed.v1.core.dao.id.java
Package-level
declarations
Types
Types
UUIDTable
Link copied to clipboard
open
class
UUIDTable
(
name
:
String
=
""
,
columnName
:
String
=
"id"
)
:
IdTable
<
UUID
>
Identity table with a primary key consisting of an auto-generating
java.util.UUID
value.