All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.cssxsh.mirai.hibernate.http.spi.HibernatePersistenceFactory.kt Maven / Gradle / Ivy

package xyz.cssxsh.mirai.hibernate.http.spi

import net.mamoe.mirai.*
import net.mamoe.mirai.api.http.spi.persistence.*

public class HibernatePersistenceFactory : PersistenceFactory {
    override fun getName(): String = "hibernate"

    override fun getService(bot: Bot): Persistence {
        return HibernatePersistence(botId = bot.id)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy