com.augustnagro.magnum.Table.scala Maven / Gradle / Ivy
The newest version!
package com.augustnagro.magnum
import scala.annotation.StaticAnnotation
class Table(
val dbType: DbType,
val nameMapper: SqlNameMapper = SqlNameMapper.SameCase
) extends StaticAnnotation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy