Package-level declarations
Types
Link copied to clipboard
Names the dynamic_dto discriminator a class stands for.
Link copied to clipboard
Marks a Kotlin data class as standing for a PostgreSQL COMPOSITE type, for a scanner to find.
Link copied to clipboard
annotation class PgEnumType(val name: String = "", val schema: String = "", val pgConvention: CaseConvention = CaseConvention.SNAKE_CASE_UPPER, val kotlinConvention: CaseConvention = CaseConvention.PASCAL_CASE)
Marks a Kotlin enum as standing for a PostgreSQL ENUM type, for a scanner to find.
Link copied to clipboard
Names the composite attribute or map key a property maps to, where the convention does not.