Uses of Class
org.hibernate.dialect.Database
-
Packages that use Database Package Description org.hibernate.dialect -
-
Uses of Database in org.hibernate.dialect
Methods in org.hibernate.dialect that return Database Modifier and Type Method Description static Database
Database. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Database[]
Database. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-