Remove paginated Remove Entity classes Add Annotation for serialize object rename selectOne/selectMultiple to execute
5 lines
100 B
Kotlin
5 lines
100 B
Kotlin
package fr.postgresjson.connexion
|
|
|
|
@Target(AnnotationTarget.CLASS)
|
|
annotation class SqlSerializable
|