Uses of Class
studio.thevipershow.safechat.persistence.HibernateSQLMapping
Package | Description |
---|---|
studio.thevipershow.safechat.persistence |
-
Uses of HibernateSQLMapping in studio.thevipershow.safechat.persistence
Methods in studio.thevipershow.safechat.persistence that return HibernateSQLMapping Modifier and Type Method Description static HibernateSQLMapping
HibernateSQLMapping. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HibernateSQLMapping[]
HibernateSQLMapping. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in studio.thevipershow.safechat.persistence with parameters of type HibernateSQLMapping Modifier and Type Method Description static @NotNull java.lang.String
HibernateSQLMapping. generateAppropriateUrl(@NotNull HibernateSQLMapping hibernateSQLMapping, @NotNull DatabaseConfig dbConfig)