Files
postgres-json/src/main/kotlin/fr/postgresjson/connexion/SqlSerializable.kt
Fabrice Lecomte a7e66ab8b5 Clean the request process
Remove paginated
Remove Entity classes
Add Annotation for serialize object
rename selectOne/selectMultiple to execute
2023-04-06 21:03:15 +02:00

5 lines
100 B
Kotlin

package fr.postgresjson.connexion
@Target(AnnotationTarget.CLASS)
annotation class SqlSerializable