Uses of Class
studio.thevipershow.safechat.config.database.DatabaseConfig
Package | Description |
---|---|
studio.thevipershow.safechat.persistence |
-
Uses of DatabaseConfig in studio.thevipershow.safechat.persistence
Methods in studio.thevipershow.safechat.persistence with parameters of type DatabaseConfig Modifier and Type Method Description static @NotNull java.lang.String
HibernateSQLMapping. generateAppropriateUrl(@NotNull HibernateSQLMapping hibernateSQLMapping, @NotNull DatabaseConfig dbConfig)
java.util.Map<java.lang.String,java.lang.String>
HibernateSQLMapping. generateProperties(@NotNull DatabaseConfig dbConfig)
Constructors in studio.thevipershow.safechat.persistence with parameters of type DatabaseConfig Constructor Description SafeChatHibernate(@NotNull DatabaseConfig dbConfig, @NotNull SafeChat safeChat)