fix some compile errors after switching to hibernate-panache-kotlin
This commit is contained in:
parent
d729a5f51d
commit
b3413ef2f2
@ -13,4 +13,4 @@ abstract class BaseEntity(
|
|||||||
var id: Long? = null,
|
var id: Long? = null,
|
||||||
@Column(nullable = false, name = "created_at")
|
@Column(nullable = false, name = "created_at")
|
||||||
var createdAt: Instant = Instant.now()
|
var createdAt: Instant = Instant.now()
|
||||||
) : PanacheEntityBase()
|
) : PanacheEntityBase
|
||||||
@ -1,6 +1,6 @@
|
|||||||
package net.nifni.ours.database.user
|
package net.nifni.ours.database.user
|
||||||
|
|
||||||
import io.quarkus.hibernate.orm.panache.PanacheRepository
|
import io.quarkus.hibernate.orm.panache.kotlin.PanacheRepository
|
||||||
import jakarta.enterprise.context.ApplicationScoped
|
import jakarta.enterprise.context.ApplicationScoped
|
||||||
|
|
||||||
@ApplicationScoped
|
@ApplicationScoped
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user