co.actioniq.luna.logging.LogEntry.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of luna_2.11 Show documentation
Show all versions of luna_2.11 Show documentation
Luna makes Slick DAOs simple
package co.actioniq.luna.logging
import TransactionAction.TransactionAction
trait LogEntry {
protected val action: TransactionAction
}