com.tairitsu.ignotus.database.annotation.Transaction.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of database-exposed Show documentation
Show all versions of database-exposed Show documentation
JetBrains Exposed ORM extension.
The newest version!
package com.tairitsu.ignotus.database.annotation
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class Transaction